Home
last modified time | relevance | path

Searched refs:referenced (Results 1 – 25 of 301) sorted by relevance

12345678910>>...13

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
Dsp_flush.c129 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/
Dsp_flush.c129 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/
Dunused-backing-ivar-warning.m18 …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/
Dlp_flush.c107 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/
Dlp_flush.c107 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/
DWeakHashtable.java146 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/
Dexpect.14 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/
Dext.py261 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/
Djmpfar.asm8 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/
Ddistilled_page.proto22 // The handle should be referenced verbatim in the HTML.
29 // The images referenced in the HTML.
/external/clang/test/ARCMT/
Datautorelease-check.m109 …++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/
DActionAnalysis.g32 * 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/
Danonymous-groups.td37 // 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/
Dllvm-nm.rst28 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/
Doverride_asm.asm5 ; This is a placeholder. It should not be referenced if overrides work
/external/chromium_org/chrome/common/extensions/docs/examples/
DREADME.txt6 * tutorials/ - multi-step walkthroughs referenced inline in the docs
/external/chromium_org/native_client_sdk/src/tests/sdk_util_test/
Dexample.dsc15 # referenced before ppapi.
/external/chromium_org/native_client_sdk/src/tests/nacl_io_socket_test/
Dexample.dsc15 # referenced before ppapi.
/external/clang/test/Parser/
Dobjc-property-syntax.m8 …tems) MyClass *ab_defaultToolbarItems; // expected-error {{method name referenced in property sett…
/external/llvm/test/Transforms/DeadArgElim/
D2013-05-17-VarargsAndBlockAddress.ll8 ; This function is referenced by a "blockaddress" constant but it is
/external/clang/test/Modules/
Dcstd.m7 // Supplied by compiler, but referenced from the "/usr/include" module map.
/external/llvm/test/Transforms/MergeFunc/
Dfunctions.ll3 ; Be sure we don't merge cross-referenced functions of same type.
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dhist.c285 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/
DTables.txt18 Thus, the following text (taken from the above referenced PHP documentation):
/external/clang/docs/
DBlockLanguageSpec.rst46 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

12345678910>>...13