Searched refs:referenced (Results 1 – 25 of 210) sorted by relevance
123456789
/external/apache-http/src/org/apache/commons/logging/impl/ |
D | WeakHashtable.java | 141 Referenced referenced = new Referenced(key); in containsKey() local 142 return super.containsKey(referenced); in containsKey() 465 private final Referenced referenced; 469 Referenced referenced) { 471 this.referenced = referenced; 475 return referenced;
|
/external/e2fsprogs/tests/f_h_badnode/ |
D | expect.1 | 4 Problem in HTREE directory inode 12929: block #993 referenced twice 8 Problem in HTREE directory inode 12929: block #1062 not referenced
|
/external/clang/test/ARCMT/ |
D | atautorelease-check.m | 110 …++x; // expected-error {{a name is referenced outside the NSAutoreleasePool scope that it was decl… 121 …struct S *var; // expected-error {{a name is referenced outside the NSAutoreleasePool scope that i… 133 …int x = Bar; // expected-error {{a name is referenced outside the NSAutoreleasePool scope that it … 144 …Bar x; // expected-error {{a name is referenced outside the NSAutoreleasePool scope that it was de…
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
D | ActionAnalysis.g | 32 * rules have predefined prefs referenced. I need this so I can 34 * which are referenced by actions. 94 // ref to rule referenced in this alt 110 /** $x x is an isolated rule label. Just record that the label was referenced */
|
/external/clang/test/TableGen/ |
D | anonymous-groups.td | 37 // CHECK-NEXT: anonymous-groups.td:[[@LINE-7]]:47: note: also referenced here 40 // CHECK-NEXT: anonymous-groups.td:[[@LINE-8]]:11: note: also referenced here
|
/external/llvm/docs/CommandGuide/ |
D | llvm-nm.rst | 33 Named object is referenced but undefined in this bitcode file 111 symbols which may be referenced by objects in this file, but not 164 Print only symbols referenced but not defined in this file.
|
/external/chromium/chrome/common/extensions/docs/examples/ |
D | README.txt | 6 * tutorials/ - multi-step walkthroughs referenced inline in the docs
|
/external/clang/test/Parser/ |
D | objc-property-syntax.m | 8 …tems) MyClass *ab_defaultToolbarItems; // expected-error {{method name referenced in property sett…
|
/external/clang/test/CodeGenObjC/ |
D | debug-info-ivars-indirect.m | 3 // Make sure we generate debug symbols for an indirectly referenced
|
/external/clang/test/Modules/ |
D | cstd.m | 4 // Supplied by compiler, but referenced from the "/usr/include" module map.
|
/external/markdown/docs/extensions/ |
D | Tables.txt | 18 Thus, the following text (taken from the above referenced PHP documentation):
|
D | Abbreviations.txt | 20 Thus, the following text (taken from the above referenced PHP documentation):
|
D | Definition_Lists.txt | 20 Thus, the following text (taken from the above referenced PHP documentation):
|
D | Fenced_Code_Blocks.txt | 20 Thus, the following text (taken from the above referenced PHP documentation):
|
/external/clang/docs/ |
D | BlockLanguageSpec.rst | 46 returns a value of type int. The Block referenced is of opaque data 155 Local automatic (stack) variables referenced within the compound 212 in matched use, release allocated storage for referenced Blocks. 218 matched to a Block copy operation, allows recovery of the referenced 281 variables of automatic storage referenced within the Block expression 327 A Block that referenced these variables would import the variables as
|
/external/clang/ |
D | NOTES.txt | 87 variables if they're referenced in evaluated code, even if that code 96 warn about non-POD variables that are referenced but not captured, but
|
/external/webkit/LayoutTests/dom/html/level2/html/ |
D | AppletsCollection-expected.txt | 5 Tragically we cannot have any actual Java Applets referenced here because when DRT loads the Java V…
|
/external/antlr/antlr-3.4/runtime/Perl5/examples/tweak/ |
D | T.g | 31 // it is referenced as $body::decls
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/ |
D | README.folder.contents.may.not.be.up.to.date.txt | 16 Additionally, there is a non-public file called includes/searchcvs-dbaccess.php (referenced by
|
/external/chromium/chrome/browser/importer/ |
D | nss_decryptor_mac.mm | 17 // on one another, referenced using dyld's @executable_path directive.
|
/external/clang/test/Analysis/ |
D | unused-ivars.m | 69 // <rdar://problem/7254495> - ivars referenced by lexically nested functions
|
/external/llvm/test/CodeGen/X86/ |
D | 2008-09-18-inline-asm-2.ll | 6 ; referenced in the 4th and 6th operands must not be the same as the 1st or 5th
|
/external/elfutils/ |
D | NOTES | 29 - the old linker follows DT_NEEDED entries and adds the objects referenced
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
D | codegen.ml | 39 | None -> raise (Error "unknown function referenced")
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
D | codegen.ml | 39 | None -> raise (Error "unknown function referenced")
|
123456789