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

  /external/chromium_org/tools/traceline/traceline/
stubs.asm 5 ; This file is just a convenient place for experimenting with x86 encodings.
  /external/chromium/chrome/browser/resources/net_internals/
eventsview.js 271 * allows more convenient toggling.
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_array.spec     [all...]
  /external/iproute2/doc/
api-ip6-flowlabels.tex 181 In the cases when it is convenient to use \verb|recvfrom(2)|,
ip-cref.tex 90 with the \verb|'\'| character. This is convenient when you want to
150 letters. The shortcuts are convenient when \verb|ip| is used interactively,
    [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cookielib.py 585 Variation from RFC: returned value is lowercased, for convenient
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cookielib.py 585 Variation from RFC: returned value is lowercased, for convenient
    [all...]
  /external/chromium_org/v8/src/
liveedit-debugger.js 601 // A convenient iterator over diff chunks that also translates
    [all...]
  /external/v8/src/
liveedit-debugger.js 584 // A convenient iterator over diff chunks that also translates
    [all...]
  /art/tools/
cpplint.py     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
cpp.py     [all...]
  /external/libvpx/libvpx/tools/
cpplint.py     [all...]
  /external/grub/docs/
texinfo.tex 229 % Sometimes it is convenient to have everything in the transcript file
616 % convenient for us to use an explicitly smaller font, rather than using
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py 2 topics = {'assert': '\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\nto\n\n if __debug__:\n if not expression1: raise AssertionError(expression2)\n\nThese equivalences assume that ``__debug__`` and ``AssertionError``\nrefer to 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\n(command line option -O). The current code generator emits no code\nfor an assert statement when optimization is requested at compile\ntime. Note that it is unnecessary to include the source code for the\nexpression that failed in the error message; it will be displayed as\npart of the stack trace.\n\nAssignments to ``__debug__`` are illegal. The value for the built-in\nvariable is determined when the interpreter starts.\n',
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py 2 topics = {'assert': '\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\nto\n\n if __debug__:\n if not expression1: raise AssertionError(expression2)\n\nThese equivalences assume that ``__debug__`` and ``AssertionError``\nrefer to 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\n(command line option -O). The current code generator emits no code\nfor an assert statement when optimization is requested at compile\ntime. Note that it is unnecessary to include the source code for the\nexpression that failed in the error message; it will be displayed as\npart of the stack trace.\n\nAssignments to ``__debug__`` are illegal. The value for the built-in\nvariable is determined when the interpreter starts.\n',
    [all...]
  /external/bison/build-aux/
texinfo.tex 206 % Sometimes it is convenient to have everything in the transcript file
    [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 233 % Sometimes it is convenient to have everything in the transcript file
669 % convenient for us to use an explicitly smaller font, rather than using
    [all...]
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js 424 // C calling interface. A convenient way to call C functions (in C files, or
    [all...]
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js 482 // C calling interface. A convenient way to call C functions (in C files, or
    [all...]

Completed in 724 milliseconds