/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/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/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_context.c | 90 boolean referenced; member 258 if (isurf->referenced) in vmw_swc_flush() 269 if (ishader->referenced) in vmw_swc_flush() 494 if (isrf && isrf->referenced) { in vmw_swc_surface_clear_reference() 495 isrf->referenced = FALSE; in vmw_swc_surface_clear_reference() 515 isrf->referenced = FALSE; in vmw_swc_surface_only_relocation() 531 if (!(flags & SVGA_RELOC_INTERNAL) && !isrf->referenced) { in vmw_swc_surface_only_relocation() 532 isrf->referenced = TRUE; in vmw_swc_surface_only_relocation() 603 ishader->referenced = FALSE; in vmw_swc_shader_relocation() 613 if (!ishader->referenced) { in vmw_swc_shader_relocation() [all …]
|
/external/tensorflow/tensorflow/python/autograph/converters/ |
D | control_flow.py | 243 self.ctx.namer.new_symbol(s.ssf(), body_scope.referenced) 246 self.ctx.namer.new_symbol(s.ssf(), orelse_scope.referenced) 256 cond_var_name = self.ctx.namer.new_symbol('cond', body_scope.referenced) 257 body_name = self.ctx.namer.new_symbol('if_true', body_scope.referenced) 258 orelse_name = self.ctx.namer.new_symbol('if_false', orelse_scope.referenced) 259 all_referenced = body_scope.referenced | orelse_scope.referenced 320 reserved_symbols = body_scope.referenced
|
/external/libchrome/third_party/jinja2/ |
D | ext.py | 267 referenced = set() 272 referenced.update(singular_names) 292 referenced.update(plural_names) 297 for var in referenced: 314 bool(referenced), 327 referenced = [] 336 referenced.append(name) 355 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/swiftshader/third_party/llvm-7.0/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 | 6 ; Nodes in this testcase are numbered to match how they are referenced in 7 ; 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/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/grpc-grpc-java/android-interop-testing/app/ |
D | proguard-rules.pro | 19 # Ignores: can't find referenced class javax.lang.model.element.Modifier 22 # Ignores: can't find referenced method from grpc-testing's compileOnly dependency on Truth
|
/external/antlr/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. 95 // ref to rule referenced in this alt 111 /** $x x is an isolated rule label. Just record that the label was referenced */
|
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | hpack_parser.cc | 664 s = grpc_slice_intern(str->data.referenced); in take_string() 665 grpc_slice_unref_internal(str->data.referenced); in take_string() 667 s = str->data.referenced; in take_string() 670 str->data.referenced = grpc_empty_slice(); in take_string() 1459 str->data.referenced.refcount = p->current_slice_refcount; in begin_parse_string() 1460 str->data.referenced.data.refcounted.bytes = const_cast<uint8_t*>(cur); in begin_parse_string() 1461 str->data.referenced.data.refcounted.length = p->strlen; in begin_parse_string() 1462 grpc_slice_ref_internal(str->data.referenced); in begin_parse_string() 1500 : p->key.data.referenced); in is_binary_literal_header() 1545 p->key.data.referenced = grpc_empty_slice(); in grpc_chttp2_hpack_parser_init() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | string-offsets-table.ll | 37 ; they are referenced correctly in the .debug_str_offsets section. 80 ; Extract the string offsets referenced in the main file by the skeleton unit. 87 ; Extract the string offsets referenced in the .dwo file by the split unit. 94 ; verify that the extracted string offsets are referenced correctly.
|
/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/ |
D | activity_test.py | 103 self.assertTrue(QN('c') in child2.referenced) 104 self.assertTrue(QN('b') in child2.referenced) 105 self.assertFalse(QN('a') in child2.referenced) 107 self.assertTrue(QN('c') in child.referenced) 108 self.assertTrue(QN('b') in child.referenced) 109 self.assertFalse(QN('a') in child.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.
|