HomeSort by relevance Sort by last modified time
    Searched refs:is_true (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/cython/src/Cython/Utility/
TypeConversion.c 233 int is_true = x == Py_True; local
234 if (is_true | (x == Py_False) | (x == Py_None)) return is_true;
  /art/compiler/llvm/
ir_builder.h 386 ::llvm::ConstantInt* getJBoolean(bool is_true) {
387 return (is_true) ? getTrue() : getFalse();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_support.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_support.py     [all...]
  /external/chromium_org/third_party/simplejson/
_speedups.c 2535 int is_true; local
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/octave/
octcontainer.swg 78 return res.is_true();
  /external/chromium_org/third_party/bintrees/bintrees/
cwalker.c 3712 int is_true = x == Py_True; local
    [all...]
qavltree.c 3315 int is_true = x == Py_True; local
    [all...]
qbintree.c 3310 int is_true = x == Py_True; local
    [all...]
qrbtree.c 3312 int is_true = x == Py_True; local
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-codegen-arm.cc     [all...]
  /external/chromium_org/v8/src/ia32/
lithium-codegen-ia32.cc     [all...]
  /external/chromium_org/v8/src/mips/
lithium-codegen-mips.cc     [all...]
  /external/chromium_org/v8/src/x64/
lithium-codegen-x64.cc     [all...]
  /external/chromium_org/v8/src/mips64/
lithium-codegen-mips64.cc     [all...]
  /external/chromium_org/v8/src/x87/
lithium-codegen-x87.cc     [all...]

Completed in 474 milliseconds