/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/ |
D | SmaliBaseReferenceList.java | 58 SmaliClassTypeElement[] references = getReferenceElements(); in getReferencedTypes() local 60 SmaliClassType[] referenceTypes = new SmaliClassType[references.length]; in getReferencedTypes() 62 for (int i=0; i<references.length; i++) { in getReferencedTypes() 63 referenceTypes[i] = references[i].getType(); in getReferencedTypes() 82 SmaliClassTypeElement[] references = getReferenceElements(); in getReferenceNames() local 84 String[] referenceNames = new String[references.length]; in getReferenceNames() 86 for (int i=0; i<references.length; i++) { in getReferenceNames() 87 referenceNames[i] = references[i].getCanonicalText(); in getReferenceNames() 99 SmaliClassTypeElement[] references = getReferenceElements(); in getSmaliNames() local 101 String[] smaliNames = new String[references.length]; in getSmaliNames() [all …]
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/ |
D | ResourceReferenceResolver.java | 55 List<String> references = unresolvedReferences.remove(attributeName); in resolveUnresolvedReferences() local 56 if (references == null) { in resolveUnresolvedReferences() 59 for (String reference : references) { in resolveUnresolvedReferences() 65 List<String> references = unresolvedReferences.get(attributeName); in addUnresolvedReference() local 66 if (references == null) { in addUnresolvedReference() 67 references = new ArrayList<String>(); in addUnresolvedReference() 68 unresolvedReferences.put(attributeName, references); in addUnresolvedReference() 70 references.add(valuePointer); in addUnresolvedReference()
|
/external/nist-sip/java/gov/nist/javax/sip/parser/extensions/ |
D | ReferencesParser.java | 19 public ReferencesParser(String references) { in ReferencesParser() argument 20 super(references); in ReferencesParser() 43 References references= new References(); in parse() local 48 references.setCallId(callId); in parse() 49 super.parse(references); in parse() 50 return references; in parse()
|
/external/fio/ |
D | filelock.c | 22 unsigned int references; member 161 ff->references = 0; in fio_hash_get() 178 ff->references++; in __fio_lock_file() 200 if (ff->references != 1) { in __fio_lock_file() 201 ff->references--; in __fio_lock_file() 236 int refs = --ff->references; in fio_unlock_file()
|
/external/boringssl/src/crypto/asn1/ |
D | tasn_utl.c | 105 CRYPTO_refcount_t *references = asn1_get_references(pval, it); in asn1_refcount_set_one() local 106 if (references != NULL) { in asn1_refcount_set_one() 107 *references = 1; in asn1_refcount_set_one() 112 CRYPTO_refcount_t *references = asn1_get_references(pval, it); in asn1_refcount_dec_and_test_zero() local 113 if (references != NULL) { in asn1_refcount_dec_and_test_zero() 114 return CRYPTO_refcount_dec_and_test_zero(references); in asn1_refcount_dec_and_test_zero()
|
/external/v8/tools/ |
D | external-reference-check.py | 27 references = [] 32 references.append(match.group(1)) 33 return references
|
/external/llvm/test/Assembler/ |
D | 2002-04-29-NameBinding.ll | 1 ; There should be NO references to the global v1. The local v1 should 2 ; have all of the references! 5 ; no references to it!
|
/external/clang/test/SemaObjC/ |
D | arc-unavailable-for-weakref.m | 11 __weak sub *w2; // expected-error {{class is incompatible with __weak references}} 13 __weak NSOptOut1072 *ns1; // expected-error {{class is incompatible with __weak references}} 18 // expected-error {{class is incompatible with __weak references}} \ 59 …{synthesizing __weak instance variable of type 'NSFont *', which does not support weak references}} 68 …{synthesizing __weak instance variable of type 'NSFont *', which does not support weak references}} 79 …{synthesizing __weak instance variable of type 'NSFont *', which does not support weak references}}
|
D | arc-no-runtime.m | 5 …ot create __weak reference because the current deployment target does not support weak references}} 15 …t synthesize weak property because the current deployment target does not support weak references}}
|
/external/clang/utils/ |
D | FindSpecRefs | 773 def buildRefTree(references): argument 785 for ref in references: 816 references = [] 824 references.extend(list(scanFile(fullpath, filename))) 826 references.extend(list(scanFile(root, root))) 828 refTree = buildRefTree(references) 831 for ref in references: 836 print 'Found %d references.'%(len(references),)
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-02-13-Reference-MemoryResponse.txt | 9 > references: constrained pointers that cannot be manipulated: added and 14 > C++ pointers could be promoted to references in the LLVM 18 You're right, having references would be useful. Even for C++ the *static* 19 compiler could generate references instead of pointers with fairly 26 > 2. Our "implicit" memory references in assembly language:
|
D | 2001-02-13-Reference-Memory.txt | 18 references: constrained pointers that cannot be manipulated: added and 23 C++ pointers could be promoted to references in the LLVM 26 2. Our "implicit" memory references in assembly language: 35 I'm tempted to make memory references explicit in both the assembly and
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/stub/element/ |
D | SmaliBaseReferenceListElementType.java | 55 String[] references = stub.getSmaliTypeNames(); in serialize() local 56 dataStream.writeVarInt(references.length); in serialize() 57 for (String reference: references) { in serialize()
|
/external/clang/test/Analysis/ |
D | misc-ps-region-store.mm | 9 // Test basic handling of references. 20 // Test basic handling of references with Objective-C classes. 33 // Basic test of C++ references with Objective-C pointers.
|
/external/llvm/test/Verifier/ |
D | dbg-typerefs.ll | 7 ; Make a bunch of type references. Note that !4 references !"0.bad" (instead 15 ; Add a minimal compile unit to resolve some of the type references.
|
/external/clang/test/SemaObjCXX/ |
D | arc-unavailable-for-weakref.mm | 11 __weak sub *w2; // expected-error {{class is incompatible with __weak references}} 13 __weak NSOptOut1072 *ns1; // expected-error {{class is incompatible with __weak references}} 18 // expected-error {{class is incompatible with __weak references}} \
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | HTMLEntities.properties | 24 # Character entity references for markup-significant 32 # Character entity references for ISO 8859-1 characters 130 # Character entity references for symbols, mathematical symbols, and Greek letters 274 # Character entity references for internationalization characters
|
/external/elfutils/ |
D | NOTES | 4 y1.o defines foo(), references bar() 18 y1.o defines foo(), references bar() 73 references always use the section index.
|
/external/e2fsprogs/tests/progs/test_data/ |
D | test.irel | 15 # Check to see what happens if we add too many references 19 # Try resizing the number of references and retry the add
|
/external/ant-glob/ |
D | README.txt | 18 and then everything it transitively references that was truly needed: 26 up a bit (removing references to Location)
|
/external/e2fsprogs/tests/f_unused_itable/ |
D | expect.1 | 3 Entry 'foo' in / (2) references inode 65 found in group 1's unused inodes area. 6 Entry '1' in / (2) references inode 12 found in group 0's unused inodes area.
|
/external/clang/docs/ |
D | BlockLanguageSpec.rst | 161 that no references to the variable will actually be evaluated. 211 :block-term:`release` operations for Block references that create and, 264 also true. Block references may thus appear as properties and are 275 references to instance variables are also imported into the lexical 277 qualified as references from self, and so self is imported as a const 282 (or form strong references if running under garbage collection). 297 nil when the object it references is collected, as long as the 312 use of C++ objects, pointers, or references held in automatic storage. 314 As usual, within the block, references to captured variables become 315 const-qualified, as if they were references to members of a const [all …]
|
/external/llvm/test/Linker/ |
D | only-needed-named-metadata.ll | 7 ; With -only-needed the metadata references should not cause any of the 9 ; metadata references don't provoke the module linker to create declarations, 27 ; catch any cross-module references to metadata, which the bitcode writer
|
/external/skia/site/dev/tools/ |
D | codesearch.md | 11 Skia tree. Chromium code search provides cross-references, but not 21 cross-references, history/blame, and code analysis are not available. 26 branches. However, the search functionality is fairly limited, cross-references
|
/external/llvm/test/Transforms/LowerBitSets/ |
D | function-ext.ll | 3 ; Tests that we correctly handle external references, including the case where 4 ; all functions in a bitset are external references.
|