HomeSort by relevance Sort by last modified time
    Searched full:backing (Results 701 - 725 of 1190) sorted by null

<<21222324252627282930>>

  /external/v8/src/parsing/
parser.h 42 explicit FunctionEntry(Vector<unsigned> backing)
43 : backing_(backing) { }
    [all...]
  /libcore/ojluni/src/main/java/java/util/
PriorityQueue.java 521 * The modCount value that the iterator believes that the backing
755 * @serialData The length of the array backing the instance is
    [all...]
ArrayList.java 64 * resizes the backing array; merely setting the value of an element is not
747 * @serialData The length of the array backing the <tt>ArrayList</tt>
    [all...]
IdentityHashMap.java     [all...]
  /external/boringssl/src/crypto/aes/asm/
aes-586.pl 213 $__s0=&DWP(4,"esp"); # s0 backing store
214 $__s1=&DWP(8,"esp"); # s1 backing store
215 $__s2=&DWP(12,"esp"); # s2 backing store
216 $__s3=&DWP(16,"esp"); # s3 backing store
219 $__tbl=&DWP(28,"esp"); # %ebp backing store
222 # above by 4 and overlaps by %ebp backing store
    [all...]
  /external/v8/src/arm/
code-stubs-arm.cc     [all...]
  /external/v8/src/mips/
code-stubs-mips.cc     [all...]
  /external/v8/src/mips64/
code-stubs-mips64.cc     [all...]
  /external/v8/src/ppc/
code-stubs-ppc.cc     [all...]
  /external/v8/src/s390/
code-stubs-s390.cc     [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc     [all...]
  /external/v8/src/x64/
code-stubs-x64.cc     [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 784 /// property with no known lifetime of its own, using backing
785 /// 'ivar's attribute, if any. If no backing 'ivar', property's
796 // if no backing ivar, make property 'strong'.
800 // property assumes owenership of backing ivar.
    [all...]
  /external/v8/src/
objects.h     [all...]
code-stub-assembler.h 251 // Load the properties backing store of a JSObject.
253 // Load the elements backing store of a JSObject.
    [all...]
  /external/bison/examples/calc++/
calc++-scanner.cc 295 * possible backing-up.
900 fprintf( stderr, "--scanner backing up\n" );
    [all...]
  /external/bison/src/
scan-skel.c 314 * possible backing-up.
997 fprintf( stderr, "--scanner backing up\n" );
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Multimaps.java 126 // there's no way to generate the empty backing map.
330 * <b>all</b> access to the backing multimap is accomplished through the
831 * @param map the backing map for the returned multimap view
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineInstr.cpp 617 // If the Operands backing store is reallocated, all register operands must
645 // backing store needs to be reallocated, we also need to remove any other
656 // The Operands backing store has now been reallocated, so we can re-add the
    [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/
CopyOnWriteArrayList.java     [all...]
  /packages/apps/TvSettings/Settings/res/values-en-rAU/
strings.xml 276 <string name="storage_wizard_format_as_private_description" msgid="5814513630861655168">"This requires the USB drive to be formatted to make it secure. After securely formatting, this drive will only work with this device. Formatting deletes all data currently stored on the drive. To avoid losing the data, consider backing it up."</string>
278 <string name="storage_wizard_format_as_public_description" msgid="184405877453834449">"After formatting, you can use this USB drive in other devices. All data will be deleted. Consider backing up first by moving apps to other device storage."</string>
    [all...]
  /packages/apps/TvSettings/Settings/res/values-en-rGB/
strings.xml 276 <string name="storage_wizard_format_as_private_description" msgid="5814513630861655168">"This requires the USB drive to be formatted to make it secure. After securely formatting, this drive will only work with this device. Formatting deletes all data currently stored on the drive. To avoid losing the data, consider backing it up."</string>
278 <string name="storage_wizard_format_as_public_description" msgid="184405877453834449">"After formatting, you can use this USB drive in other devices. All data will be deleted. Consider backing up first by moving apps to other device storage."</string>
    [all...]
  /packages/apps/TvSettings/Settings/res/values-en-rIN/
strings.xml 276 <string name="storage_wizard_format_as_private_description" msgid="5814513630861655168">"This requires the USB drive to be formatted to make it secure. After securely formatting, this drive will only work with this device. Formatting deletes all data currently stored on the drive. To avoid losing the data, consider backing it up."</string>
278 <string name="storage_wizard_format_as_public_description" msgid="184405877453834449">"After formatting, you can use this USB drive in other devices. All data will be deleted. Consider backing up first by moving apps to other device storage."</string>
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
reflect.go 603 // backing array of the []method field is written (by dextratypeData).
652 // dextratypeData dumps the backing array for the []method field of
1093 TSTRING: // strings might have smaller backing stores
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
reflect.go 603 // backing array of the []method field is written (by dextratypeData).
652 // dextratypeData dumps the backing array for the []method field of
1093 TSTRING: // strings might have smaller backing stores
    [all...]

Completed in 1214 milliseconds

<<21222324252627282930>>