Home
last modified time | relevance | path

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

12345678910>>...19

/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/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/mesa3d/src/gallium/drivers/softpipe/
Dsp_flush.c124 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/
Dlp_flush.c108 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/
Dfor_loops.py56 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))
Dcontrol_flow.py114 all_referenced = body_scope.referenced | orelse_scope.referenced
171 all_referenced = body_scope.referenced
207 body_scope.referenced),
210 body_scope.referenced),
Dbreak_statements.py75 scope.referenced)
98 scope.referenced)
/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_context.c90 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/
DSmaliUsageTypeProvider.java60 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/
Dactivity_test.py91 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/
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/llvm/test/Bitcode/
Dmdnodes-distinct-nodes-first.ll5 ; Nodes in this testcase are numbered to match how they are referenced in
6 ; bitcode. !1 is referenced as opN=1.
Dmdnodes-distinct-in-post-order.ll5 ; Nodes in this testcase are numbered to match how they are referenced in
6 ; bitcode. !3 is referenced as opN=3.
Dmdnodes-distinct-nodes-break-cycles.ll13 ; Nodes in this testcase are numbered to match how they are referenced in
14 ; bitcode. !3 is referenced as opN=3.
Dmdnodes-in-post-order.ll8 ; 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/
Dsections.cpp63 extern __declspec(allocate("read_flag_section")) int referenced = 42;
64 int *user() { return &referenced; } in user()
/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/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/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/swiftshader/third_party/LLVM/docs/CommandGuide/
Dllvm-nm.pod31 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/
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/swiftshader/src/OpenGL/compiler/
DBUILD.gn30 …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/
Dcell.rst8 "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/
Dcell.rst8 "Cell" objects are used to implement variables referenced by multiple scopes.
14 generated byte-code; these are not automatically de-referenced when accessed.

12345678910>>...19