HomeSort by relevance Sort by last modified time
    Searched refs:references (Results 1 - 25 of 746) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/all/
forward.d 2 #name: forward references
  /external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
SmaliBaseReferenceList.java 58 SmaliClassTypeElement[] references = getReferenceElements(); local
60 SmaliClassType[] referenceTypes = new SmaliClassType[references.length];
62 for (int i=0; i<references.length; i++) {
63 referenceTypes[i] = references[i].getType();
82 SmaliClassTypeElement[] references = getReferenceElements(); local
84 String[] referenceNames = new String[references.length];
86 for (int i=0; i<references.length; i++) {
87 referenceNames[i] = references[i].getCanonicalText();
99 SmaliClassTypeElement[] references = getReferenceElements(); local
101 String[] smaliNames = new String[references.length]
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
pcrel-2.d 2 #name: Locally-resolvable PC-relative data references
pcrel-1.d 2 #name: Locally-resolvable PC-relative code references
pcrel-4-32.d 2 #name: Valid cross-section PC-relative references (o32)
pcrel-4-n32.d 2 #name: Valid cross-section PC-relative references (n32)
  /external/nist-sip/java/gov/nist/javax/sip/parser/extensions/
ReferencesParser.java 7 import gov.nist.javax.sip.header.extensions.References;
17 * @param references the header to parse
19 public ReferencesParser(String references) {
20 super(references);
42 headerName(TokenTypes.REFERENCES);
43 References references= new References(); local
48 references.setCallId(callId);
49 super.parse(references);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
ipa-ref-inline.h 73 if (!vec_safe_length (list->references))
75 return &(*list->references)[0];
94 list->references = NULL;
102 return vec_safe_length (list->references);
106 vec_safe_iterate ((L)->references, (I), &(P))
  /art/
CPPLINT.cfg 31 filter=-runtime/printf,-runtime/references,-runtime/sizeof,-runtime/threadsafe_fn
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/
ResourceReferenceResolver.java 55 List<String> references = unresolvedReferences.remove(attributeName); local
56 if (references == null) {
59 for (String reference : references) {
65 List<String> references = unresolvedReferences.get(attributeName); local
66 if (references == null) {
67 references = new ArrayList<String>();
68 unresolvedReferences.put(attributeName, references);
70 references.add(valuePointer);
  /external/boringssl/src/crypto/pool/
internal.h 32 CRYPTO_refcount_t references; member in struct:crypto_buffer_st
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/iq2000/
oddldw.s 2 # instruction references a register which is the target of a load.
oddsdw.s 2 # instruction references a register which is the target of a load.
hazard0.s 2 # instruction references a register which is the target of a load.
hazard1.s 2 # instruction references a register which is the target of a load.
hazard2.s 2 # instruction references a register which is the target of a load.
hazard3.s 2 # instruction references a register which is the target of a load.
hazard4.s 2 # instruction references a register which is the target of a load.
hazard5.s 2 # instruction references a register which is the target of a load.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-sh/sh64/
crange-1.s 1 ! Support file for .cranges tests to resolve all references for
dlsection-1.s 1 ! Test gc-sections and datalabel references.
  /libcore/dalvik/src/main/java/dalvik/system/
EmulatedStackFrame.java 48 private final Object[] references; field in class:EmulatedStackFrame
55 * in the {@code references} array. No additional slots or space for reference arguments or
69 * references = { a, b, [return_value] }
75 * references = { a }
83 private EmulatedStackFrame(MethodType type, MethodType callsiteType, Object[] references,
87 this.references = references;
192 references[idx] = reference;
204 return (T) references[idx];
209 * EmulatedStackFrame {@code other}, with references starting at {@code referencesStart
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/
testranges-ia64.d 4 #name: unordered .debug_info references to .debug_ranges
testranges.d 4 #name: unordered .debug_info references to .debug_ranges
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
compressed-plt-1c.s 1 # Define a function with all direct (%lo) references.

Completed in 759 milliseconds

1 2 3 4 5 6 7 8 91011>>