/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
D | sp_flush.c | 129 unsigned referenced; in softpipe_flush_resource() local 131 referenced = softpipe_is_resource_referenced(pipe, texture, level, layer); in softpipe_flush_resource() 133 if ((referenced & SP_REFERENCED_FOR_WRITE) || in softpipe_flush_resource() 134 ((referenced & SP_REFERENCED_FOR_READ) && !read_only)) { in softpipe_flush_resource() 141 if (referenced & SP_REFERENCED_FOR_READ) in softpipe_flush_resource()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_flush.c | 129 unsigned referenced; in softpipe_flush_resource() local 131 referenced = softpipe_is_resource_referenced(pipe, texture, level, layer); in softpipe_flush_resource() 133 if ((referenced & SP_REFERENCED_FOR_WRITE) || in softpipe_flush_resource() 134 ((referenced & SP_REFERENCED_FOR_READ) && !read_only)) { in softpipe_flush_resource() 141 if (referenced & SP_REFERENCED_FOR_READ) in softpipe_flush_resource()
|
/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/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
D | lp_flush.c | 107 unsigned referenced; in llvmpipe_flush_resource() local 109 referenced = llvmpipe_is_resource_referenced(pipe, resource, level, layer); in llvmpipe_flush_resource() 111 if ((referenced & LP_REFERENCED_FOR_WRITE) || in llvmpipe_flush_resource() 112 ((referenced & LP_REFERENCED_FOR_READ) && !read_only)) { in llvmpipe_flush_resource()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_flush.c | 107 unsigned referenced; in llvmpipe_flush_resource() local 109 referenced = llvmpipe_is_resource_referenced(pipe, resource, level, layer); in llvmpipe_flush_resource() 111 if ((referenced & LP_REFERENCED_FOR_WRITE) || in llvmpipe_flush_resource() 112 ((referenced & LP_REFERENCED_FOR_READ) && !read_only)) { in llvmpipe_flush_resource()
|
/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/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/chromium_org/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/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
D | jmpfar.asm | 8 jmp far far1 ; YASM: far jump; NASM: value referenced by FAR is not relocatable 12 jmp far far2 ; YASM: far jump; NASM: value referenced by FAR is not relocatable
|
/external/chromium_org/components/dom_distiller/core/proto/ |
D | distilled_page.proto | 22 // The handle should be referenced verbatim in the HTML. 29 // The images referenced in the HTML.
|
/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/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 | 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/chromium_org/tools/gyp/test/assembly/src/ |
D | override_asm.asm | 5 ; This is a placeholder. It should not be referenced if overrides work
|
/external/chromium_org/chrome/common/extensions/docs/examples/ |
D | README.txt | 6 * tutorials/ - multi-step walkthroughs referenced inline in the docs
|
/external/chromium_org/native_client_sdk/src/tests/sdk_util_test/ |
D | example.dsc | 15 # referenced before ppapi.
|
/external/chromium_org/native_client_sdk/src/tests/nacl_io_socket_test/ |
D | example.dsc | 15 # referenced before ppapi.
|
/external/clang/test/Parser/ |
D | objc-property-syntax.m | 8 …tems) MyClass *ab_defaultToolbarItems; // expected-error {{method name referenced in property sett…
|
/external/llvm/test/Transforms/DeadArgElim/ |
D | 2013-05-17-VarargsAndBlockAddress.ll | 8 ; This function is referenced by a "blockaddress" constant but it is
|
/external/clang/test/Modules/ |
D | cstd.m | 7 // Supplied by compiler, but referenced from the "/usr/include" module map.
|
/external/llvm/test/Transforms/MergeFunc/ |
D | functions.ll | 3 ; Be sure we don't merge cross-referenced functions of same type.
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | hist.c | 285 he->ms.map->referenced = true; in hist_entry__new() 303 he->branch_info->from.map->referenced = true; in hist_entry__new() 305 he->branch_info->to.map->referenced = true; in hist_entry__new() 310 he->mem_info->iaddr.map->referenced = true; in hist_entry__new() 312 he->mem_info->daddr.map->referenced = true; in hist_entry__new() 383 he->ms.map->referenced = true; in add_hist_entry()
|
/external/markdown/docs/extensions/ |
D | Tables.txt | 18 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
|