Home
last modified time | relevance | path

Searched refs:references (Results 1 – 25 of 450) sorted by relevance

12345678910>>...18

/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
DResourceReferenceResolver.java39 List<String> references = unresolvedReferences.remove(attributeName); in resolveUnresolvedReferences() local
40 if (references == null) { in resolveUnresolvedReferences()
43 for (String reference : references) { in resolveUnresolvedReferences()
49 List<String> references = unresolvedReferences.get(attributeName); in addUnresolvedReference() local
50 if (references == null) { in addUnresolvedReference()
51 references = new ArrayList<String>(); in addUnresolvedReference()
52 unresolvedReferences.put(attributeName, references); in addUnresolvedReference()
54 references.add(valuePointer); in addUnresolvedReference()
/external/nist-sip/java/gov/nist/javax/sip/parser/extensions/
DReferencesParser.java19 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/llvm/test/Assembler/
D2002-04-29-NameBinding.ll1 ; 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/utils/
DFindSpecRefs773 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/
D2001-02-13-Reference-MemoryResponse.txt9 > 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:
D2001-02-13-Reference-Memory.txt18 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/clang/test/Analysis/
Dmisc-ps-region-store.mm9 // 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/openssl/crypto/
Dmem_dbg.c158 int references; member
206 if (--(inf->references) <= 0) in app_info_free()
373 next->references++; in IMPLEMENT_LHASH_HASH_FN()
385 if (--(ret->references) <= 0) in IMPLEMENT_LHASH_HASH_FN()
389 next->references--; in IMPLEMENT_LHASH_HASH_FN()
425 ami->references=1; in CRYPTO_push_info_()
548 amim->references++; in CRYPTO_dbg_malloc()
556 mm->app_info->references--; in CRYPTO_dbg_malloc()
/external/clang/test/SemaObjC/
Darc-no-runtime.m5 …x; // expected-error {{the current deployment target does not support automated __weak references}}
15 …y; // expected-error {{the current deployment target does not support automated __weak references}}
Darc-unavailable-for-weakref.m11 __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/openssl/crypto/asn1/
Dx_info.c80 ret->references=1; in X509_INFO_new()
93 i=CRYPTO_add(&x->references,-1,CRYPTO_LOCK_X509_INFO); in X509_INFO_free()
Dx_pkey.c122 ret->references=1; in X509_PKEY_new()
133 i=CRYPTO_add(&x->references,-1,CRYPTO_LOCK_X509_PKEY); in X509_PKEY_free()
/external/clang/test/SemaObjCXX/
Darc-unavailable-for-weakref.mm11 __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/ant-glob/
DREADME.txt18 and then everything it transitively references that was truly needed:
26 up a bit (removing references to Location)
/external/e2fsprogs/tests/progs/test_data/
Dtest.irel15 # Check to see what happens if we add too many references
19 # Try resizing the number of references and retry the add
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DHTMLEntities.properties24 # 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/
DNOTES4 y1.o defines foo(), references bar()
18 y1.o defines foo(), references bar()
73 references always use the section index.
/external/e2fsprogs/tests/f_unused_itable/
Dexpect.13 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/openssl/ssl/
Dssl_cert.c191 ret->references=1; in ssl_cert_new()
280 CRYPTO_add(&ret->pkeys[i].x509->references, 1, in ssl_cert_dup()
287 CRYPTO_add(&ret->pkeys[i].privatekey->references, 1, in ssl_cert_dup()
324 ret->references=1; in ssl_cert_dup()
367 i=CRYPTO_add(&c->references,-1,CRYPTO_LOCK_SSL_CERT); in ssl_cert_free()
446 ret->references = 1; in ssl_sess_cert_new()
458 i = CRYPTO_add(&sc->references, -1, CRYPTO_LOCK_SSL_SESS_CERT); in ssl_sess_cert_free()
/external/openssl/crypto/dh/
Ddh_lib.c171 ret->references = 1; in DH_new_method()
191 i = CRYPTO_add(&r->references, -1, CRYPTO_LOCK_DH); in DH_free()
226 int i = CRYPTO_add(&r->references, 1, CRYPTO_LOCK_DH); in DH_up_ref()
/external/openssl/crypto/threads/
Dmttest.c917 s_ctx->references,c_ctx->references); in do_threads()
1012 s_ctx->references,c_ctx->references); in do_threads()
1114 s_ctx->references,c_ctx->references); in do_threads()
1203 s_ctx->references,c_ctx->references); in do_threads()
1299 s_ctx->references,c_ctx->references); in do_threads()
/external/clang/docs/
DBlockLanguageSpec.rst161 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/openssl/crypto/store/
Dstr_lib.c271 CRYPTO_add(&object->data.x509.certificate->references,1,CRYPTO_LOCK_X509); in STORE_get_certificate()
297 CRYPTO_add(&data->references,1,CRYPTO_LOCK_X509); in STORE_store_certificate()
401 CRYPTO_add(&object->data.x509.certificate->references,1,CRYPTO_LOCK_X509); in STORE_list_certificate_next()
455 CRYPTO_add(&object->data.key->references,1,CRYPTO_LOCK_EVP_PKEY); in STORE_generate_key()
481 CRYPTO_add(&object->data.key->references,1,CRYPTO_LOCK_EVP_PKEY); in STORE_get_private_key()
514 CRYPTO_add(&data->references,1,CRYPTO_LOCK_EVP_PKEY); in STORE_store_private_key()
622 CRYPTO_add(&object->data.key->references,1,CRYPTO_LOCK_EVP_PKEY); in STORE_list_private_key_next()
676 CRYPTO_add(&object->data.key->references,1,CRYPTO_LOCK_EVP_PKEY); in STORE_get_public_key()
709 CRYPTO_add(&data->references,1,CRYPTO_LOCK_EVP_PKEY); in STORE_store_public_key()
817 CRYPTO_add(&object->data.key->references,1,CRYPTO_LOCK_EVP_PKEY); in STORE_list_public_key_next()
[all …]
/external/openssl/crypto/dsa/
Ddsa_lib.c178 ret->references=1; in DSA_new_method()
201 i=CRYPTO_add(&r->references,-1,CRYPTO_LOCK_DSA); in DSA_free()
235 int i = CRYPTO_add(&r->references, 1, CRYPTO_LOCK_DSA); in DSA_up_ref()
/external/stressapptest/src/
Ddisk_blocks.cc122 int references = block->GetReferenceCounter(); in ReleaseBlock() local
123 if (references > 0) { in ReleaseBlock()
124 if (references == 1) in ReleaseBlock()

12345678910>>...18