/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
base.js | 13 // contributors may be used to endorse or promote products derived 47 // Benchmark results hold the benchmark and the measured time used to 56 // Automatically convert results to numbers. Used by the geometric
|
/external/libvpx/libvpx/vp8/encoder/arm/armv6/ |
vp8_short_fdct4x4_armv6.asm | 244 ; Used constants
|
/external/v8/benchmarks/ |
base.js | 13 // contributors may be used to endorse or promote products derived 46 // Benchmark results hold the benchmark and the measured time used to 55 // Automatically convert results to numbers. Used by the geometric
|
/external/v8/test/mjsunit/ |
elements-kind.js | 13 // contributors may be used to endorse or promote products derived 289 function get(foo) { return foo; } // Used to generate dynamic values.
|
/external/v8/test/perf-test/Collections/ |
base.js | 6 // Performance.now is used in latency benchmarks, the fallback is Date.now. 40 // Benchmark results hold the benchmark and the measured time used to 51 // Automatically convert results to numbers. Used by the geometric
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/ |
vp8_short_fdct4x4_armv6.asm | 244 ; Used constants
|
/ndk/build/core/ |
definitions.mk | 105 # This is used to enforce a call to host-mkdir. 126 # this shall be used in commands and will work around limitations 135 # This function is used to generate such a list file from a long 171 # Used to generate a slice of up to 10 items starting from index $1, 180 # Used to generate a slice of always 10 items starting from index $1 323 # Rationale: This function is used to put the list of whole static libraries 343 # The following declarations are used to manage the list of modules 350 # For each module 'foo', __ndk_modules.foo.<field> is used 429 # the generated module (i.e. the one containing all symbols used during 529 # at build time. At the moment, this is only used for prebuilt share [all...] |
definitions-graph.mk | 15 # Definitions of various graph-related generic functions, used by 124 # _ndk_mod_tree_visitors lists all visited nodes, used to clean all 147 # can be used to make their code clearer. This uses a few global 216 # Used internally to visit a new node during -ndk-mod-get-closure. 457 # Recursive function used to perform a depth-first scan.
|
init.mk | 81 # Used to output warnings and error from the library, it's possible to 115 # Rationale: This function is used to proble available 64-bit toolchain or 262 # The directory separator used on this host 421 # Call an awk script to generate a Makefile fragment used to define a function 578 # This is normally used when the NDK release comes with several toolchains 604 # This is used in setup-toolchain.mk
|
/build/tools/droiddoc/templates-pdk/assets/ |
android-developer-reference.js | 390 /* Expand all inherited members in the class. Used when initiating page search */
|
android-developer-docs.js | 73 // note: toRoot also used by carousel.js 596 /* Used to hide and reveal supplemental content, such as long code samples.
|
/external/doclava/res/assets/templates/assets/ |
doclava-developer-reference.js | 371 /* Expand all inherited members in the class. Used when initiating page search */
|
/external/v8/src/ |
regexp.js | 385 // Used internally by replace regexp with function.
|
runtime.js | 101 // ECMA-262, section 11.8.5, page 53. The 'ncr' parameter is used as 366 // it has. Otherwise returns 0 (smi). Used in for-in statements.
|
date.js | 111 // The Date cache is used to limit the cost of parsing the same Date 247 // Reused output buffer. Used when parsing date strings.
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
streams.rb | 19 3. The name of the author may not be used to endorse or promote products 42 This documentation first covers the general concept of streams as used by ANTLR 55 designed to be used by recognizers for a specific recognition task. Most of the 83 sequence is primarily used by ANTLR Tree Parsers. *note* -- this is not 92 <tt>stream.consume</tt> is used to advance a stream one unit. StringStreams are 95 <tt>stream.peek(k = 1)</tt> is used to quickly retrieve the object of interest 102 <tt>stream.look(k = 1)</tt> is used to retrieve the full object of interest at 127 Used in tandem with, <tt>stream.rewind(mark = last_marker)</tt>, the marker can 128 be used to restore the stream to an earlier state. This is used by recognizer [all...] |
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
r500_fragprog_emit.c | 205 if (!src.Used) 517 /* The constant integer at index 0 is used by all loops. */ 656 rc_error(&compiler->Base, "Too many hardware temporaries used");
|
/external/sqlite/dist/orig/ |
shell.c | 187 struct timeval ru_utime; /* user CPU time used */ 188 struct timeval ru_stime; /* system CPU time used */ 318 ** Used to prevent warnings about unused parameters 347 ** This is the name of our program. It is set in main(), used 415 ** from within an SQL statement. This program used to use the 478 ** If isContinuation is zero, then the main prompt should be used. 554 int *aiIndent; /* Array of indents used in MODE_Explain */ 562 #define SHFLG_Scratch 0x00001 /* The --scratch option is used */ 563 #define SHFLG_Pagecache 0x00002 /* The --pagecache option is used */ 564 #define SHFLG_Lookaside 0x00004 /* Lookaside memory is used */ [all...] |
/external/sqlite/dist/ |
shell.c | 193 struct timeval ru_utime; /* user CPU time used */ 194 struct timeval ru_stime; /* system CPU time used */ 324 ** Used to prevent warnings about unused parameters 353 ** This is the name of our program. It is set in main(), used 421 ** from within an SQL statement. This program used to use the 484 ** If isContinuation is zero, then the main prompt should be used. 560 int *aiIndent; /* Array of indents used in MODE_Explain */ 568 #define SHFLG_Scratch 0x00001 /* The --scratch option is used */ 569 #define SHFLG_Pagecache 0x00002 /* The --pagecache option is used */ 570 #define SHFLG_Lookaside 0x00004 /* Lookaside memory is used */ [all...] |
/build/tools/droiddoc/templates-ds/assets/js/ |
docs.js | 352 var prevScrollLeft = 0; // used to compare current position to previous position of horiz scroll [all...] |
/build/tools/droiddoc/templates-sac/assets/js/ |
docs.js | 12 var GOOGLE_DATA; // combined data for google service apis, used for search suggest 426 var prevScrollLeft = 0; // used to compare current position to previous position of horiz scroll [all...] |
/external/clang/lib/Serialization/ |
ASTReaderDecl.cpp | 123 /// \brief RAII class used to capture the first ID within a redeclaration 164 /// \brief Class used to capture the result of searching for an existing 425 // entities might be used in the formulation of its DeclContext (for 426 // example, a function parameter can be used in decltype() in trailing 454 D->Used = Record[Idx++]; [all...] |
/external/llvm/lib/IR/ |
Verifier.cpp | 10 // This file defines the function verifier interface, that can be used for some 491 if (GV.hasName() && (GV.getName() == "llvm.used" || 492 GV.getName() == "llvm.compiler.used")) { 508 "invalid llvm.used member", V); 509 Assert(V->hasName(), "members of llvm.used must be named", V); 666 Assert(F, "function-local metadata used outside a function", L); 680 Assert(ActualF == F, "function-local metadata used in wrong function", L); [all...] |
/build/tools/droiddoc/templates-ndk/assets/js/ |
docs.js | 13 var GOOGLE_DATA; // combined data for google service apis, used for search suggest [all...] |
/build/tools/droiddoc/templates-sdk-dev/assets/js/ |
docs.js | 13 var GOOGLE_DATA; // combined data for google service apis, used for search suggest [all...] |