HomeSort by relevance Sort by last modified time
    Searched refs:referenced (Results 1 - 25 of 383) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_flush.c 108 unsigned referenced; local
110 referenced = llvmpipe_is_resource_referenced(pipe, resource, level);
112 if ((referenced & LP_REFERENCED_FOR_WRITE) ||
113 ((referenced & LP_REFERENCED_FOR_READ) && !read_only)) {
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
start3.s 1 # When GC, all sections in each file must be referenced from within a kept
start4.s 1 # When GC, all sections in each file must be referenced from within a kept
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
mips16-pic-2a.s 21 # Test local stubs that are referenced by absolute relocations
25 # Test hidden stubs that are referenced by absolute relocations
29 # Test hidden stubs that are referenced by absolute relocations
33 # Test global stubs that are referenced by absolute relocations
37 # Test global stubs that are referenced by absolute relocations
47 # Test global stubs that aren't referenced at all.
compressed-plt-1.s 13 # Flags to specify how a particular function is referenced
23 # that is referenced in the way described by FLAGS, an inclusive OR
  /external/tensorflow/tensorflow/contrib/py2tf/converters/
for_loops.py 56 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))
control_flow.py 114 all_referenced = body_scope.referenced | orelse_scope.referenced
171 all_referenced = body_scope.referenced
207 body_scope.referenced),
210 body_scope.referenced),
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/
err-1.s 4 ! is referenced in a conditional or unconditional branch.
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_flush.c 124 unsigned referenced; local
126 referenced = softpipe_is_resource_referenced(pipe, texture, level, layer);
128 if ((referenced & SP_REFERENCED_FOR_WRITE) ||
129 ((referenced & SP_REFERENCED_FOR_READ) && !read_only)) {
136 if (referenced & SP_REFERENCED_FOR_READ)
  /external/clang/test/CodeGenCXX/
sections.cpp 63 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"
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug489.go 9 // referenced in enclosing functions.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug489.go 9 // referenced in enclosing functions.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
gotplt2.d 11 # executable if it's referenced there, but that's still
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java 227 /** Ensures that every element has an id such that it can be referenced from a constraint */
427 View referenced; local
429 referenced = edgeList.getSharedBottomEdge(layout);
431 referenced = edgeList.getSharedRightEdge(layout);
433 if (referenced != null) {
460 View referenced = edgeList.getSharedTopEdge(layout); local
461 if (referenced != null) {
462 if (isAncestor(referenced.getElement(), child)) {
467 referenced.getId());
471 View referenced = edgeList.getSharedLeftEdge(layout) local
498 View referenced = edgeList.getSharedBottomEdge(layout); local
509 View referenced = edgeList.getSharedRightEdge(layout); local
549 View referenced = edgeList.getSharedRightEdge(layout); local
585 View referenced = edgeList.getSharedLeftEdge(layout); local
599 View referenced = edgeList.getSharedBottomEdge(layout); local
635 View referenced = edgeList.getSharedTopEdge(layout); local
703 View referenced = edgeList.getView(id); local
736 View referenced = edgeList.getSharedLeftEdge(layout); local
747 View referenced = edgeList.getSharedRightEdge(layout); local
758 View referenced = edgeList.getSharedTopEdge(layout); local
769 View referenced = edgeList.getSharedBottomEdge(layout); local
    [all...]
  /external/apache-http/src/org/apache/commons/logging/impl/
WeakHashtable.java 146 Referenced referenced = new Referenced(key); local
147 return super.containsKey(referenced);
167 Referenced referencedKey = (Referenced) entry.getKey();
183 Referenced referenceKey = new Referenced(key);
198 Referenced nextReference = (Referenced) enumer.nextElement()
    [all...]
  /external/icu/icu4c/source/test/testdata/
tstfiles.mk 6 # the testdata package. For ordinary resource bundles, they only need to be referenced here.
  /prebuilts/go/darwin-x86/misc/cgo/testshared/src/dep3/
dep3.go 4 // depBase that is also referenced in dep2, but dep2 is loaded by the
  /prebuilts/go/linux-x86/misc/cgo/testshared/src/dep3/
dep3.go 4 // depBase that is also referenced in dep2, but dep2 is loaded by the
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-discard/
extern.d 3 #error: .*data.* referenced in section `\.text' of tmpdir/dump0.o: defined in discarded section `\.data\.exit' of tmpdir/dump0.o
8 # The expected warning used to start with "`data' referenced..." but
  /external/smali/smalidea/src/main/java/org/jf/smalidea/findUsages/
SmaliUsageTypeProvider.java 60 PsiElement referenced = ((PsiReference) element).resolve(); local
61 if (referenced != null) {
62 if (referenced instanceof PsiClass) {
64 } else if (referenced instanceof PsiField) {
66 } else if (referenced instanceof PsiMethod) {
  /external/tensorflow/tensorflow/contrib/py2tf/pyct/static_analysis/
activity_test.py 91 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/f2fs-tools/
Android.mk 24 # The LOCAL_MODULE name is referenced by the code. Don't change it.
47 # The LOCAL_MODULE name is referenced by the code. Don't change it.
  /tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
PsiCompilationUnit.kt 113 // Compute set of import statements that are actually referenced
135 for (referenced in all) {
136 if (!result.contains(referenced)) {
137 result.add(referenced)
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_context.c 90 boolean referenced; member in struct:vmw_ctx_validate_item
228 if (isurf->referenced)
239 if (ishader->referenced)
440 * vmw_swc_surface_clear_reference - Clear referenced info for a surface
443 * @vsurf: Pointer to a vmw_svga_winsys_surface, the referenced info of which
447 * surface data is no longer referenced by a draw call, and mapping it
458 if (isrf && isrf->referenced) {
459 isrf->referenced = FALSE;
479 isrf->referenced = FALSE;
495 if (!(flags & SVGA_RELOC_INTERNAL) && !isrf->referenced) {
    [all...]
  /external/libmojo/third_party/jinja2/
ext.py 220 # 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? no need to escape for old styl
    [all...]

Completed in 316 milliseconds

1 2 3 4 5 6 7 8 91011>>