HomeSort by relevance Sort by last modified time
    Searched refs:Simple (Results 151 - 174 of 174) sorted by null

1 2 3 4 5 67

  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /frameworks/base/docs/html/topic/performance/
performance_toc.cs 28 Building a Simple User Interface
274 information with other apps, receive information back, and provide a simple and
276 >Sharing Simple Data</a>
281 Sending Simple Data to Other Apps
286 Receiving Simple Data from Other Apps
716 <a href="<?cs var:toroot ?>training/volley/simple.html">
717 Sending a Simple Request
    [all...]
  /frameworks/base/docs/html/training/
training_toc.cs 28 Building a Simple User Interface
274 information with other apps, receive information back, and provide a simple and
276 >Sharing Simple Data</a>
281 Sending Simple Data to Other Apps
286 Receiving Simple Data from Other Apps
698 <a href="<?cs var:toroot ?>training/volley/simple.html">
699 Sending a Simple Request
    [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp     [all...]
  /external/google-breakpad/src/common/
test_assembler_unittest.cc 47 TEST(ConstructLabel, Simple) {
722 TEST(ConstructSection, Simple) {
    [all...]
  /external/opencv3/modules/cudaarithm/test/
test_reductions.cpp 281 CUDA_TEST_P(Sum, Simple)
  /external/regex-re2/re2/testing/
re2_test.cc 404 TEST(QuoteMeta, Simple) {
463 RE2 re_simple("simple regexp");
    [all...]
  /prebuilts/tools/common/m2/repository/nl/jqno/equalsverifier/equalsverifier/2.1.5/
equalsverifier-2.1.5.jar 
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/llvm/test/MC/AArch64/
arm64-system-encoding.s 7 ; Simple encodings (instructions w/ no operands)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcndr.h 488 LONG_PTR Simple;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/v8/test/mjsunit/
strict-mode.js 326 // Simple use of each reserved word
    [all...]
  /external/google-breakpad/src/processor/
stackwalker_x86_unittest.cc 185 TEST_F(GetContextFrame, Simple) {
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 218 #pragma mark - Simple types
    [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...]
  /build/tools/droiddoc/templates-ndk/assets/js/
docs.js     [all...]
  /external/llvm/unittests/IR/
MetadataTest.cpp 171 TEST_F(MDNodeTest, Simple) {
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js     [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /toolchain/binutils/binutils-2.25/texinfo/
texinfo.tex 42 % texi2dvi shell script that comes with the distribution. For a simple
602 %% Simple single-character @ commands
    [all...]

Completed in 4009 milliseconds

1 2 3 4 5 67