HomeSort by relevance Sort by last modified time
    Searched refs:nto (Results 126 - 142 of 142) sorted by null

1 2 3 4 56

  /external/libogg/
configure     [all...]
  /external/pcre/dist2/
configure     [all...]
  /toolchain/binutils/binutils-2.27/bfd/
configure     [all...]
  /toolchain/binutils/binutils-2.27/gas/
configure     [all...]
  /external/ImageMagick/
configure     [all...]
  /external/icu/icu4c/source/
configure     [all...]
  /external/curl/
configure     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
walk.go     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
rewritegeneric.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
walk.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
rewritegeneric.go     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/pydoc_data/
topics.py 3 topics = {'assert': u'\nThe "assert" statement\n**********************\n\nAssert statements are a convenient way to insert debugging assertions\ninto a program:\n\n assert_stmt ::= "assert" expression ["," expression]\n\nThe simple form, "assert expression", is equivalent to\n\n if __debug__:\n if not expression: raise AssertionError\n\nThe extended form, "assert expression1, expression2", is equivalent to\n\n if __debug__:\n if not expression1: raise AssertionError(expression2)\n\nThese equivalences assume that "__debug__" and "AssertionError" refer\nto the built-in variables with those names. In the current\nimplementation, the built-in variable "__debug__" is "True" under\nnormal circumstances, "False" when optimization is requested (command\nline option -O). The current code generator emits no code for an\nassert statement when optimization is requested at compile time. Note\nthat it is unnecessary to include the source code for the expression\nthat failed in the error message; it will be displayed as part of the\nstack trace.\n\nAssignments to "__debug__" are illegal. The value for the built-in\nvariable is determined when the interpreter starts.\n',
    [all...]
  /external/python/cpython2/Lib/pydoc_data/
topics.py 3 topics = {'assert': u'\nThe "assert" statement\n**********************\n\nAssert statements are a convenient way to insert debugging assertions\ninto a program:\n\n assert_stmt ::= "assert" expression ["," expression]\n\nThe simple form, "assert expression", is equivalent to\n\n if __debug__:\n if not expression: raise AssertionError\n\nThe extended form, "assert expression1, expression2", is equivalent to\n\n if __debug__:\n if not expression1: raise AssertionError(expression2)\n\nThese equivalences assume that "__debug__" and "AssertionError" refer\nto the built-in variables with those names. In the current\nimplementation, the built-in variable "__debug__" is "True" under\nnormal circumstances, "False" when optimization is requested (command\nline option -O). The current code generator emits no code for an\nassert statement when optimization is requested at compile time. Note\nthat it is unnecessary to include the source code for the expression\nthat failed in the error message; it will be displayed as part of the\nstack trace.\n\nAssignments to "__debug__" are illegal. The value for the built-in\nvariable is determined when the interpreter starts.\n',
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
configure     [all...]
  /toolchain/binutils/binutils-2.27/
configure     [all...]
  /external/cmockery/cmockery_0_1_2/
configure     [all...]
  /external/swiftshader/third_party/LLVM/
configure     [all...]

Completed in 628 milliseconds

1 2 3 4 56