HomeSort by relevance Sort by last modified time
    Searched refs:Simple (Results 201 - 225 of 226) sorted by null

1 2 3 4 5 6 7 8910

  /external/chromium_org/third_party/re2/re2/testing/
re2_test.cc 411 TEST(QuoteMeta, Simple) {
470 RE2 re_simple("simple regexp");
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/regex-re2/re2/testing/
re2_test.cc 404 TEST(QuoteMeta, Simple) {
463 RE2 re_simple("simple regexp");
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderText.cpp     [all...]
  /external/chromium/chrome/browser/resources/ntp4/
new_tab.js 181 * Simple common assertion API
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.js 178 * Simple common assertion API
  /external/chromium_org/v8/test/mjsunit/
strict-mode.js 338 // Simple use of each reserved word
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/v8/test/mjsunit/
strict-mode.js 338 // Simple use of each reserved word
    [all...]
  /external/dropbear/libtommath/
bn.tex     [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 218 #pragma mark - Simple types
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/
file_copy_manager.js 13 * Simple wrapper for util.deduplicatePath. On error, this method translates
403 * Dispatches a simple "copy-progress" event with reason and current
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
jquery.js 29 // A simple way to check for HTML strings or ID strings
33 // Is it a simple selector
    [all...]
  /external/blktrace/btt/doc/
btt.tex 68 The simple pipeline to get going with \texttt{btt} is to perform the
544 \caption{\label{fig:activity}Simple Activity Chart}
740 Figure~\ref{fig:seek} shows a simple graph that can be produced which
789 Figure~\ref{fig:sps} shows a simple pair of graphs generated from
    [all...]
  /external/chromium_org/chrome/browser/resources/profiler/
profiler.js 627 * Simple comparator function which works for both strings and numbers.
    [all...]
  /external/chromium_org/v8/src/
d8.js 306 // Check for a simple carriage return to repeat the last command:
    [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex 95 %worked out a simple rule that can be stated here, but we will often permit
282 %% Simple single-character @ commands
    [all...]
  /external/v8/src/
d8.js 310 // Check for a simple carriage return to repeat the last command:
    [all...]
  /external/valgrind/unittest/
racecheck_unittest.cc 73 // This is not a synchronization, but a simple way to trigger
91 // test01: TP. Simple race (write vs write). {{{1
423 // test09: TP. Simple race (read vs write). {{{1
426 // A simple data race between writer and reader.
450 // test10: FN. Simple race (write vs read). {{{1
453 // A simple data race between writer and reader.
1068 // test27: TN. Simple synchronization via SpinLock. {{{1
    [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]
  /external/grub/docs/
texinfo.tex 44 % texi2dvi shell script that comes with the distribution. For a simple
549 %% Simple single-character @ commands
    [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/dropbear/libtomcrypt/
crypt.tex 153 Not only did I strive to make a consistent and simple API to work with but I also attempted to make the library
158 On top of making the build simple and the API approachable I've also attempted for a reasonably high level of
226 In general the API is very simple to memorize and use. Most of the functions return either {\bf void} or {\bf int}. Functions
495 \subsection{Simple Encryption Demonstration}
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 42 % texi2dvi shell script that comes with the distribution. For a simple
602 %% Simple single-character @ commands
    [all...]

Completed in 3306 milliseconds

1 2 3 4 5 6 7 8910