HomeSort by relevance Sort by last modified time
    Searched full:booleans (Results 726 - 750 of 780) sorted by null

<<21222324252627282930>>

  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Target/
TargetLowering.h 553 /// be zero extended from i1, while the elements of a vector of booleans
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Target/
TargetLowering.h 553 /// be zero extended from i1, while the elements of a vector of booleans
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Target/
TargetLowering.h 553 /// be zero extended from i1, while the elements of a vector of booleans
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkinter.py 312 """Set the variable to value, converting booleans to integers."""
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkinter.py 312 """Set the variable to value, converting booleans to integers."""
    [all...]
  /prebuilts/go/darwin-x86/doc/
effective_go.html     [all...]
  /prebuilts/go/linux-x86/doc/
effective_go.html     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 312 """Set the variable to value, converting booleans to integers."""
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 312 """Set the variable to value, converting booleans to integers."""
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
ChangeLog-2007 380 first_matching_lma and first_suggested_lma booleans and use
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/pydoc_data/
topics.py 16 'booleans': u'\nBoolean operations\n******************\n\n or_test ::= and_test | or_test "or" and_test\n and_test ::= not_test | and_test "and" not_test\n not_test ::= comparison | "not" not_test\n\nIn the context of Boolean operations, and also when expressions are\nused by control flow statements, the following values are interpreted\nas false: "False", "None", numeric zero of all types, and empty\nstrings and containers (including strings, tuples, lists,\ndictionaries, sets and frozensets). All other values are interpreted\nas true. (See the "__nonzero__()" special method for a way to change\nthis.)\n\nThe operator "not" yields "True" if its argument is false, "False"\notherwise.\n\nThe expression "x and y" first evaluates *x*; if *x* is false, its\nvalue is returned; otherwise, *y* is evaluated and the resulting value\nis returned.\n\nThe expression "x or y" first evaluates *x*; if *x* is true, its value\nis returned; otherwise, *y* is evaluated and the resulting value is\nreturned.\n\n(Note that neither "and" nor "or" restrict the value and type they\nreturn to "False" and "True", but rather return the last evaluated\nargument. This is sometimes useful, e.g., if "s" is a string that\nshould be replaced by a default value if it is empty, the expression\n"s or \'foo\'" yields the desired value. Because "not" has to invent a\nvalue anyway, it does not bother to return a value of the same type as\nits argument, so e.g., "not \'foo\'" yields "False", not "\'\'".)\n',
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]
  /frameworks/opt/setupwizard/tools/docs/
doclava.jar 
  /prebuilts/gdb/darwin-x86/lib/python2.7/pydoc_data/
topics.py 15 'booleans': '\nBoolean operations\n******************\n\n or_test ::= and_test | or_test "or" and_test\n (…)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/pydoc_data/
topics.py 15 'booleans': '\nBoolean operations\n******************\n\n or_test ::= and_test | or_test "or" and_test\n (…)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py 15 'booleans': '\nBoolean operations\n******************\n\n or_test ::= and_test | or_test "or" and_test\n (…)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py 15 'booleans': '\nBoolean operations\n******************\n\n or_test ::= and_test | or_test "or" and_test\n (…)
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.31/
truth-0.31.jar 
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.34/
truth-0.34.jar 
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.36/
truth-0.36.jar 
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
jquery-1.7.1.js     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
  /external/google-styleguide/cpplint/
cpplint.py 561 # {str, bool}: a map from error categories to booleans which indicate if the
    [all...]
  /external/mesa3d/src/compiler/glsl/
ast_to_hir.cpp     [all...]

Completed in 1265 milliseconds

<<21222324252627282930>>