HomeSort by relevance Sort by last modified time
    Searched refs:Used (Results 76 - 100 of 165) sorted by null

1 2 34 5 6 7

  /external/v8/test/mjsunit/
array-tostring.js 13 // contributors may be used to endorse or promote products derived
53 // used instead.
127 // Used on a string (which looks like an array of characters).
144 // ToObject is called first and the same object is being used for the
elements-kind.js 13 // contributors may be used to endorse or promote products derived
236 function get(foo) { return foo; } // Used to generate dynamic values.
  /sdk/emulator/opengl/
common.mk 9 # The following macros are used to start a new GLES emulation module.
27 # Internal list of all declared modules (used for sanity checking)
44 # Used to end a module definition, see function definitions above
  /ndk/build/core/
definitions.mk 102 # This is used to enforce a call to host-mkdir.
123 # this shall be used in commands and will work around limitations
132 # This function is used to generate such a list file from a long
168 # Used to generate a slice of up to 10 items starting from index $1,
177 # Used to generate a slice of always 10 items starting from index $1
320 # Rationale: This function is used to put the list of whole static libraries
340 # The following declarations are used to manage the list of modules
347 # For each module 'foo', __ndk_modules.foo.<field> is used
416 # the generated module (i.e. the one containing all symbols used during
516 # at build time. At the moment, this is only used for prebuilt share
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
collections.py 270 'Return self as a plain tuple. Used by copy and pickle.'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
collections.py 270 'Return self as a plain tuple. Used by copy and pickle.'
  /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/chromium/chrome/browser/resources/net_internals/
sourceentry.js 294 * Used only for sorting SourceEntries without a source by source ID.
  /external/chromium_org/chrome/browser/resources/extensions/
extensions.js 15 // Used for observing function of the backend datasource for this page by
  /external/chromium_org/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/chromium_org/v8/test/mjsunit/
elements-kind.js 13 // contributors may be used to endorse or promote products derived
250 function get(foo) { return foo; } // Used to generate dynamic values.
  /external/libvpx/libvpx/vp8/encoder/arm/armv6/
vp8_short_fdct4x4_armv6.asm 244 ; Used constants
  /external/qemu/distrib/sdl-1.2.15/src/hermes/
x86p_16.asm 10 ; Used with permission.
  /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/llvm/lib/IR/
Verifier.cpp 10 // This file defines the function verifier interface, that can be used for some
473 if (GV.hasName() && (GV.getName() == "llvm.used" ||
474 GV.getName() == "llvm.compiler.used")) {
490 "invalid llvm.used member", V);
491 Assert1(V->hasName(), "members of llvm.used must be named", V);
610 Assert2(ActualF == F, "function-local metadata used in wrong function",
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-reference.js 390 /* Expand all inherited members in the class. Used when initiating page search */
  /external/chromium_org/chrome/browser/resources/file_manager/js/
volume_manager.js 137 * |MOUNTING|. Used to display progress in the UI.
  /external/chromium_org/chrome/browser/resources/google_now/
utility.js 86 * Used only for diagnostics.
449 * specified. Otherwise, initialDelaySeconds will be used for the first
  /external/chromium_org/remoting/webapp/
host_setup_dialog.js 30 // Used on Mac OS X to prompt the user to manually install a .dmg package.
  /external/chromium_org/v8/src/
regexp.js 13 // contributors may be used to endorse or promote products derived
393 // Used internally by replace regexp with function.
  /external/doclava/res/assets/templates/assets/
doclava-developer-reference.js 371 /* Expand all inherited members in the class. Used when initiating page search */
  /external/oprofile/events/i386/nehalem/
unit_masks 206 0x02 mru Instruction Length Decoder stall cycles due to Brand Prediction Unit (PBU) Most Recently Used (MRU) bypass
275 0x02 retire_slots Counts the number of retirement slots used each cycle
316 0x02 registers This event counts the number of cycles instruction execution latency became longer than the defined latency because the instruction used a register that was partially written by previous instruction
325 0x02 late Counts late Branch Prediction Unit clears due to Most Recently Used conflicts
  /external/v8/src/
regexp.js 13 // contributors may be used to endorse or promote products derived
394 // Used internally by replace regexp with function.
  /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/chromium_org/third_party/mesa/src/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");

Completed in 732 milliseconds

1 2 34 5 6 7