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

1 2

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugEventListenerConstants.cs 43 public const int False = 0;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugEventListenerConstants.cs 43 public const int False = 0;
  /external/valgrind/main/tests/
arch_test.c 21 #define False 0
61 return False;
os_test.c 19 #define False 0
38 if (fp == NULL || fscanf(fp, "%d.%d.%d", &a1, &a2, &a3) != 3) return False;
42 if (sscanf(min_version, "%d.%d.%d", &g1, &g2, &g3) != 3) return False;
48 if (a1 < g1) return False;
50 if (a2 < g2) return False;
53 return False;
69 return False;
x86_amd64_features.c 16 #define False 0
48 Bool require_amd = False;
  /external/llvm/include/llvm/Analysis/
LazyValueInfo.h 41 /// Tristate - This is used to return true/false/dunno results.
43 Unknown = -1, False = 0, True = 1
50 /// with a constant is known to be true or false on the specified CFG edge.
  /external/llvm/unittests/VMCore/
VerifierTest.cpp 27 FunctionType *FTy = FunctionType::get(Type::getVoidTy(C), /*isVarArg=*/false);
36 Constant *False = ConstantInt::getFalse(C);
37 BranchInst *BI = BranchInst::Create(Exit, Exit, False, Entry);
  /external/valgrind/main/none/tests/amd64/
pcmpxstrx64.c 15 #define False ((Bool)0)
349 #define False ((Bool)0)
pcmpstr64.c 15 #define False ((Bool)0)
187 If not, False is returned, and neither *res not *resOSZACP are
210 return False;
374 return False;
414 0x4A, False/*!isSTRM*/
505 0x3A, False/*!isSTRM*/
599 0x0C, False/*!isSTRM*/
681 0x08, False/*!isSTRM*/
774 0x1A, False/*!isSTRM*/
869 0x02, False/*!isSTRM*
    [all...]
sse4-64.c 51 #define False ((Bool)0)
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
npruntime_internal.h 52 #undef False
  /external/webkit/Source/WebCore/bridge/
npruntime_internal.h 52 #undef False
  /external/chromium/chrome/browser/chromeos/
wm_ipc.cc 47 // TODO: Trap errors and return false on failure.
114 False, // propagate
121 return false;
127 return false;
134 return false;
182 False, // only_if_exists
  /external/clang/test/SemaTemplate/
current-instantiation.cpp 174 struct False : public Bool<false> {};
177 struct Is_Same : public False {};
instantiate-expr-2.cpp 82 resultF = Cond<false>::is };
94 typedef Lookup<!B ? sizeof(T) : sizeof(E)> False;
98 typedef Cond<true, int, char>::False False;
101 Lookup<1> const &L1(False());
  /external/valgrind/main/VEX/pub/
libvex_basictypes.h 82 #define False ((Bool)0)
88 Int r = (x == 0) ? False : True;
  /external/valgrind/main/mpi/
mpiwrap_type_test.c 19 #define False ((Bool)0)
281 TRY(False, MPI_FLOAT_INT, "FLOAT_INT");
282 TRY(False, MPI_DOUBLE_INT, "DOUBLE_INT");
283 TRY(False, MPI_LONG_INT, "LONG_INT");
284 TRY(False, MPI_SHORT_INT, "SHORT_INT");
285 TRY(False, MPI_2INT, "2INT");
286 TRY(False, MPI_LONG_DOUBLE_INT, "LONG_DOUBLE_INT");
291 TRY(False, MPI_REAL8, "REAL8");
294 TRY(False, MPI_REAL4, "REAL4");
297 TRY(False, MPI_INTEGER8, "INTEGER8")
    [all...]
libmpiwrap.c 145 #define False ((Bool)0)
177 static Bool opt_help = False;
178 static Bool opt_initkludge = False;
421 return False;
441 False. */
448 return False;
    [all...]
  /external/srec/srec/include/
all_defs.h 86 #define False ESR_FALSE
  /external/valgrind/main/coregrind/
fixup_macho_loadcmds.c 113 #define False ((Bool)0)
177 return False;
182 return False;
186 return False;
375 Bool have_rsp = False;
537 return False;
548 return False;
  /external/bzip2/
bzip2recover.c 57 #define False ((Bool)0)
264 if (n <= 4) return False;
  /external/valgrind/main/exp-sgcheck/tests/
bad_percentify.c 23 #define False ((Bool)0)
47 OutputSink VG_(log_output_sink) = { 2, False }; /* 2 = stderr */
130 Int r = (x == 0) ? False : True;
276 Bool neg = False;
416 if (0 == n_ls) { is_long = False; }
427 ret += myvprintf_int64(send, send_arg2, flags, 8, width, False,
430 ret += myvprintf_int64(send, send_arg2, flags, 8, width, False,
436 ret += myvprintf_int64(send, send_arg2, flags, 10, width, False,
439 ret += myvprintf_int64(send, send_arg2, flags, 10, width, False,
444 ret += myvprintf_int64(send, send_arg2, flags, 10, width, False,
    [all...]
  /external/webkit/Source/WebCore/plugins/gtk/
gtk2xtbin.c 122 static gboolean xt_is_initialized = FALSE;
155 return FALSE;
486 gtk_widget_set_visible(widget, FALSE);
618 XSync(xtclient->xtdisplay, FALSE);
652 XSync(xtclient->xtdisplay, FALSE);
668 XSync(xtclient->xtdisplay, False);
690 Atom infoAtom = XInternAtom(XtDisplay(xtplug), "_XEMBED_INFO", False);
752 False, NoEventMask,
754 XSync( XtDisplay(xtplug->child_widget), False);
773 "_XEMBED", False)) {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 201 Value *False = EvaluateInDifferentType(I->getOperand(2), Ty, isSigned);
202 Res = SelectInst::Create(I->getOperand(0), True, False);
264 if (V->getType() == Ty || isa<Constant>(V)) return false;
270 return false;
275 return false;
332 if (!I) return false;
344 if (!I->hasOneUse()) return false;
416 return false;
424 return false;
450 Value *Res = EvaluateInDifferentType(Src, DestTy, false);
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
run.c 76 Cell *False = &falsecell;
565 return(False);
608 return(False);
627 else return(False);
629 if ( !i ) return(False);
634 else return(False);
636 if (i) return(False);
662 else return(False);
664 else return(False);
666 else return(False);
    [all...]

Completed in 1838 milliseconds

1 2