Searched refs:referenced (Results 1 - 25 of 51) sorted by relevance

123

/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_flush.c107 unsigned referenced; local
109 referenced = llvmpipe_is_resource_referenced(pipe, resource, level, layer);
111 if ((referenced & LP_REFERENCED_FOR_WRITE) ||
112 ((referenced & LP_REFERENCED_FOR_READ) && !read_only)) {
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_flush.c129 unsigned referenced; local
131 referenced = softpipe_is_resource_referenced(pipe, texture, level, layer);
133 if ((referenced & SP_REFERENCED_FOR_WRITE) ||
134 ((referenced & SP_REFERENCED_FOR_READ) && !read_only)) {
141 if (referenced & SP_REFERENCED_FOR_READ)
/external/clang/test/CodeGenCXX/
H A Dsections.cpp63 extern __declspec(allocate("read_flag_section")) int referenced = 42; variable
64 int *user() { return &referenced; }
95 //CHECK: @referenced = constant i32 42, section "read_flag_section"
/external/apache-http/src/org/apache/commons/logging/impl/
H A DWeakHashtable.java146 Referenced referenced = new Referenced(key);
147 return super.containsKey(referenced);
470 private final Referenced referenced; field in class:WeakHashtable.WeakKey
474 Referenced referenced) {
476 this.referenced = referenced;
480 return referenced;
472 WeakKey(Object key, ReferenceQueue queue, Referenced referenced) argument
/external/icu/icu4c/source/test/testdata/
H A Dtstfiles.mk6 # the testdata package. For ordinary resource bundles, they only need to be referenced here.
/external/smali/smalidea/src/main/java/org/jf/smalidea/findUsages/
H A DSmaliUsageTypeProvider.java60 PsiElement referenced = ((PsiReference) element).resolve();
61 if (referenced != null) {
62 if (referenced instanceof PsiClass) {
64 } else if (referenced instanceof PsiField) {
66 } else if (referenced instanceof PsiMethod) {
/external/squashfs-tools/squashfs-tools/
H A DAndroid.mk10 # The LOCAL_MODULE name is referenced by the code. Don't change it.
/external/f2fs-tools/
H A DAndroid.mk58 # The LOCAL_MODULE name is referenced by the code. Don't change it.
92 # The LOCAL_MODULE name is referenced by the code. Don't change it.
/external/libmojo/third_party/jinja2/
H A Dext.py220 # find all the variables referenced. Additionally a variable can be
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)
344 # no variables referenced
[all...]
/external/desugar/java/com/google/devtools/build/android/desugar/
H A DLambdaDesugaring.java95 checkState(bridge.getValue().referenced() != null,
96 "Need referenced method %s to generate bridge %s", original, neededMethod);
108 toInternalNames(bridge.getValue().referenced().getExceptionTypes()));
194 * referenced method will be invisible to the generated lambda class.
257 * Checks whether the referenced method would be visible by an unrelated class in the same package
452 * Record of how a lambda class can reach its referenced method through a possibly-different
455 * <p>In a JVM, lambda classes are allowed to call the referenced methods directly, but we don't
465 Handle methodReference, Executable referenced, Handle bridgeMethod) {
468 methodReference, checkNotNull(referenced), bridgeMethod);
474 @Nullable public abstract Executable referenced(); method in class:LambdaDesugaring.MethodReferenceBridgeInfo
464 bridge( Handle methodReference, Executable referenced, Handle bridgeMethod) argument
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/
H A Dantlr3.rb49 they define are referenced.
77 when any constant defined in the script is referenced. contents are autoloaded
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dcodegen.ml39 | None -> raise (Error "unknown function referenced")
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dcodegen.ml39 | None -> raise (Error "unknown function referenced")
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/
H A Dcodegen.ml39 | None -> raise (Error "unknown function referenced")
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
H A Dcodegen.ml39 | None -> raise (Error "unknown function referenced")
/external/robolectric/v1/lib/main/
H A Dcommons-logging-1.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/logging/ ...
/external/libvorbis/doc/
H A D09-helper.tex10 documents, they are defined here and referenced where appropriate.
/external/compiler-rt/make/platform/
H A Dclang_darwin.mk5 # the extra functions which might be referenced.
74 # still be referenced from Darwin system headers. This symbol is only ever
H A Dclang_macho_embedded.mk5 # the extra functions which might be referenced.
/external/clang/bindings/python/tests/cindex/
H A Dtest_cursor.py439 assert c.referenced.spelling == foo.spelling
/external/deqp/modules/gles31/functional/
H A Des31fTessellationTests.cpp6981 glw::GLint referenced = 0;
6990 gl.glGetProgramResourceiv(program.getProgram(), GL_UNIFORM, resourcePos, 1, props, 1, &length, &referenced);
6994 << ", got " << length << " value(s), value[0] = " << glu::getBooleanStr(referenced)
6999 if (length == 0 || referenced != GL_FALSE)
7008 glw::GLint referenced = 0;
7017 gl.glGetProgramResourceiv(program.getProgram(), GL_UNIFORM, resourcePos, 1, props, 1, &length, &referenced);
7021 << ", got " << length << " value(s), value[0] = " << glu::getBooleanStr(referenced)
7026 if (length == 0 || referenced != GL_TRUE)
7152 glw::GLint referenced = 0;
7161 gl.glGetProgramResourceiv(program.getProgram(), GL_PROGRAM_OUTPUT, resourcePos, 1, props, 1, &length, &referenced);
[all...]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dcodegen.ml39 | None -> raise (Error "unknown function referenced")
/external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/
H A Dllvm_executionengine.mli118 [ee], disposing of [m] and the module referenced by [mp]. Raises
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
H A Dcodegen.ml39 | None -> raise (Error "unknown function referenced")
/external/ImageMagick/www/api/
H A Dlist.php115 <p>Images referenced may be reversed, and results in a clone of those images also being made with a reversed order.</p>
172 <p>If the referenced images are in the reverse order, that range will be completely ignored, unlike CloneImages().</p>

Completed in 639 milliseconds

123