HomeSort by relevance Sort by last modified time
    Searched defs:False (Results 1 - 7 of 7) sorted by null

  /external/srec/srec/include/
all_defs.h 86 #define False ESR_FALSE
  /external/bzip2/
bzip2recover.c 57 #define False ((Bool)0)
264 if (n <= 4) return False;
bzip2.c 170 #define False ((Bool)0)
323 return False;
535 return False;
617 return False;
623 return False;
629 return False;
988 if (MY_S_ISREG(statBuf.st_mode)) return False;
1089 return False;
1096 return False;
1114 if (ns < nx) return False;
    [all...]
bzlib_private.h 50 #define False ((Bool)0)
  /external/webkit/WebCore/plugins/gtk/
PluginViewGtk.cpp 95 return false;
103 setCallingPlugin(false);
143 XSync(GDK_DISPLAY(), False); // make sure that the server knows about the Drawable
179 setSelfVisible(false);
284 XSync(m_pluginDisplay, False); // sync changes by plugin
363 xEvent->xany.send_event = false;
430 xcrossing.focus = false;
523 m_hasPendingGeometryChange = false;
566 setCallingPlugin(false);
631 *static_cast<NPBool*>(value) = false;
    [all...]
gtk2xtbin.c 120 static gboolean xt_is_initialized = FALSE;
153 return FALSE;
590 XSync(xtclient->xtdisplay, FALSE);
624 XSync(xtclient->xtdisplay, FALSE);
640 XSync(xtclient->xtdisplay, False);
662 Atom infoAtom = XInternAtom(XtDisplay(xtplug), "_XEMBED_INFO", False);
724 False, NoEventMask,
726 XSync( XtDisplay(xtplug->child_widget), False);
745 "_XEMBED", False)) {
789 xevent.xclient.message_type = XInternAtom(dpy,"_XEMBED",False);
    [all...]
  /external/v8/src/
api.cc 69 bool has_pending_exception = false
84 } while (false)
94 } while (false)
192 return false;
236 && i::V8::IsDead() ? ReportV8Dead(location) : false;
241 return obj.IsEmpty() ? ReportEmptyHandle(location) : false;
246 return (obj == 0) ? ReportEmptyHandle(location) : false;
260 return false;
298 v8::Handle<v8::Boolean> ImplementationUtilities::False() {
299 if (!EnsureInitialized("v8::False()")) return v8::Handle<v8::Boolean>()
    [all...]

Completed in 104 milliseconds