/external/clang/test/SemaObjC/ |
D | unused-backing-ivar-warning.m | 18 …ewX { // expected-warning {{ivar '_x' which backs the property is not referenced in this property… 21 - (id) y { // expected-warning {{ivar '_y' which backs the property is not referenced in this prope… 25 - (void) setV:(id)newV { // expected-warning {{ivar '_v' which backs the property is not referenced… 38 - (id) u { // expected-warning {{ivar '_u' which backs the property is not referenced in this prope… 48 …T { // expected-warning {{ivar 'tIvar' which backs the property is not referenced in this property… 122 - (long) q { return 0; } // expected-warning {{ivar 'q' which backs the property is not referenced … 123 …val { } // expected-warning {{ivar 'q' which backs the property is not referenced in this property… 124 …rn p; } // expected-warning {{ivar 'r' which backs the property is not referenced in this property… 145 -(int)p2 { // expected-warning {{ivar '_p2' which backs the property is not referenced in this pro… 200 … // expected-warning {{ivar '_cidURL1' which backs the property is not referenced in this property…
|
/external/apache-http/src/org/apache/commons/logging/impl/ |
D | WeakHashtable.java | 146 Referenced referenced = new Referenced(key); in containsKey() local 147 return super.containsKey(referenced); in containsKey() 470 private final Referenced referenced; 474 Referenced referenced) { 476 this.referenced = referenced; 480 return referenced;
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_flush.c | 124 unsigned referenced; in softpipe_flush_resource() local 126 referenced = softpipe_is_resource_referenced(pipe, texture, level, layer); in softpipe_flush_resource() 128 if ((referenced & SP_REFERENCED_FOR_WRITE) || in softpipe_flush_resource() 129 ((referenced & SP_REFERENCED_FOR_READ) && !read_only)) { in softpipe_flush_resource() 136 if (referenced & SP_REFERENCED_FOR_READ) in softpipe_flush_resource()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_flush.c | 108 unsigned referenced; in llvmpipe_flush_resource() local 110 referenced = llvmpipe_is_resource_referenced(pipe, resource, level); in llvmpipe_flush_resource() 112 if ((referenced & LP_REFERENCED_FOR_WRITE) || in llvmpipe_flush_resource() 113 ((referenced & LP_REFERENCED_FOR_READ) && !read_only)) { in llvmpipe_flush_resource()
|
/external/tensorflow/tensorflow/contrib/py2tf/converters/ |
D | for_loops.py | 56 i=self.context.namer.new_symbol('i', body_scope.referenced), 57 n=self.context.namer.new_symbol('n', body_scope.referenced), 74 i=self.context.namer.new_symbol('i', body_scope.referenced), 75 n=self.context.namer.new_symbol('n', body_scope.referenced))
|
D | control_flow.py | 114 all_referenced = body_scope.referenced | orelse_scope.referenced 171 all_referenced = body_scope.referenced 207 body_scope.referenced), 210 body_scope.referenced),
|
D | break_statements.py | 75 scope.referenced) 98 scope.referenced)
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_context.c | 90 boolean referenced; member 228 if (isurf->referenced) in vmw_swc_flush() 239 if (ishader->referenced) in vmw_swc_flush() 458 if (isrf && isrf->referenced) { in vmw_swc_surface_clear_reference() 459 isrf->referenced = FALSE; in vmw_swc_surface_clear_reference() 479 isrf->referenced = FALSE; in vmw_swc_surface_only_relocation() 495 if (!(flags & SVGA_RELOC_INTERNAL) && !isrf->referenced) { in vmw_swc_surface_only_relocation() 496 isrf->referenced = TRUE; in vmw_swc_surface_only_relocation() 567 ishader->referenced = FALSE; in vmw_swc_shader_relocation() 577 if (!ishader->referenced) { in vmw_swc_shader_relocation() [all …]
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/findUsages/ |
D | SmaliUsageTypeProvider.java | 60 PsiElement referenced = ((PsiReference) element).resolve(); in getUsageType() local 61 if (referenced != null) { in getUsageType() 62 if (referenced instanceof PsiClass) { in getUsageType() 64 } else if (referenced instanceof PsiField) { in getUsageType() 66 } else if (referenced instanceof PsiMethod) { in getUsageType()
|
/external/tensorflow/tensorflow/contrib/py2tf/pyct/static_analysis/ |
D | activity_test.py | 91 self.assertTrue(QN('c') in child2.referenced) 92 self.assertTrue(QN('b') in child2.referenced) 93 self.assertFalse(QN('a') in child2.referenced) 95 self.assertTrue(QN('c') in child.referenced) 96 self.assertTrue(QN('b') in child.referenced) 97 self.assertFalse(QN('a') in child.referenced)
|
/external/libmojo/third_party/jinja2/ |
D | ext.py | 261 referenced = set() 266 referenced.update(singular_names) 286 referenced.update(plural_names) 291 for var in referenced: 301 bool(referenced), 311 referenced = [] 320 referenced.append(name) 339 return referenced, concat(buf)
|
/external/llvm/test/Bitcode/ |
D | mdnodes-distinct-nodes-first.ll | 5 ; Nodes in this testcase are numbered to match how they are referenced in 6 ; bitcode. !1 is referenced as opN=1.
|
D | mdnodes-distinct-in-post-order.ll | 5 ; Nodes in this testcase are numbered to match how they are referenced in 6 ; bitcode. !3 is referenced as opN=3.
|
D | mdnodes-distinct-nodes-break-cycles.ll | 13 ; Nodes in this testcase are numbered to match how they are referenced in 14 ; bitcode. !3 is referenced as opN=3.
|
D | mdnodes-in-post-order.ll | 8 ; Nodes in this testcase are numbered to match how they are referenced in 9 ; bitcode. !3 is referenced as opN=3.
|
/external/clang/test/CodeGenCXX/ |
D | sections.cpp | 63 extern __declspec(allocate("read_flag_section")) int referenced = 42; 64 int *user() { return &referenced; } in user()
|
/external/clang/test/ARCMT/ |
D | atautorelease-check.m | 109 …++x; // expected-error {{a name is referenced outside the NSAutoreleasePool scope that it was decl… 120 …struct S *var; // expected-error {{a name is referenced outside the NSAutoreleasePool scope that i… 132 …int x = Bar; // expected-error {{a name is referenced outside the NSAutoreleasePool scope that it … 143 …Bar x; // expected-error {{a name is referenced outside the NSAutoreleasePool scope that it was de…
|
/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/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/swiftshader/third_party/LLVM/docs/CommandGuide/ |
D | llvm-nm.pod | 31 Named object is referenced but undefined in this bitcode file 87 symbols which may be referenced by objects in this file, but not 97 Print only symbols referenced but not defined in this bitcode file.
|
/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 | 28 Named object is referenced but undefined in this bitcode file 84 symbols which may be referenced by objects in this file, but not 127 Print only symbols referenced but not defined in this file.
|
/external/swiftshader/src/OpenGL/compiler/ |
D | BUILD.gn | 30 …cflags += [ "/wd4189" ] # local variable is initialized but not referenced (variables only used i… 36 …cflags += [ "-Wno-unused-variable" ] # local variable is initialized but not referenced (variable…
|
/external/python/cpython3/Doc/c-api/ |
D | cell.rst | 8 "Cell" objects are used to implement variables referenced by multiple scopes. 14 generated byte-code; these are not automatically de-referenced when accessed.
|
/external/python/cpython2/Doc/c-api/ |
D | cell.rst | 8 "Cell" objects are used to implement variables referenced by multiple scopes. 14 generated byte-code; these are not automatically de-referenced when accessed.
|