Code
Results 1 - 10 of 253. (0.51 seconds)
    32: #ifdef WIN32
        #  define for if(0);else for
        #endif /* WIN32 */
    39: #if defined _MSC_VER && _MSC_VER <= 1300
        #       define for if(0);else for
        #       pragma warning(disable:4786)
   148:   static wxPlatform If(int platform, long value);
          static wxPlatform IfNot(int platform, long value);
   160:   static wxPlatform If(int platform, double value);
          static wxPlatform IfNot(int platform, double value);
   166:   static wxPlatform If(int platform, const wxString& value);
          static wxPlatform IfNot(int platform, const wxString& value);
   912:   // left most window does not have to be moved
          else if( i==0 && left); // do nothing
          else
github.com/Zarin/kwin.git - GPL - C++
    55: #define USED(v)         if(v);else
        
   552: int Compare(int);
        void If(void);
        void Else(void);
   673: int Compare(int);
        void If(void);
        void Else(void);
   238: */
        #define PAssert(b, m) if(b);else PAssertFunc(__FILE__, __LINE__, (m))
        
   247: #define PAssertOS(b) \
                      if(b);else PAssertFunc(__FILE__, __LINE__, POperatingSystemError)
        
   891:    if(node->type != LIBRDF_NODE_TYPE_RESOURCE);
             return -1;
  1382:   }
          else if(event==12);
                  /* recalculate: only new_stripdata */


Google Home - Google Code - Discuss - Terms of Service - Help - Submit Your Code

©2009 Google - Privacy