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

1 2 3 4 5 6

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_flush.c 107 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/
sp_flush.c 129 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/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/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"
  /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) {
  /development/tools/bugreport/src/com/android/bugreport/html/
Renderer.java 367 final ThreadSnapshot referenced = process.getThread(lock.threadId); local
368 if (referenced != null) {
369 lockHdf.setValue("threadName", referenced.name);
  /external/desugar/java/com/google/devtools/build/android/desugar/
LambdaDesugaring.java 95 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.
209 // Referenced method is visible to the generated class, so nothing to do
257 * Checks whether the referenced method would be visible by an unrelated class in the same package
291 throw new IllegalArgumentException("Referenced method not found: " + invokedMethod);
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)
474 @Nullable public abstract Executable referenced(); method in class:LambdaDesugaring.MethodReferenceBridgeInfo
    [all...]
  /packages/apps/ExactCalculator/src/com/android/calculator2/
CalculatorExpr.java 338 // find referenced subexpressions, and iteratively write those as well.
1089 ArrayList<Long> referenced = getTransitivelyReferencedExprs(er); local
    [all...]
  /prebuilts/tools/common/m2/repository/io/opentracing/opentracing-impl/0.13.0/
opentracing-impl-0.13.0.jar 
  /external/clang/bindings/python/clang/
cindex.py 757 # while the type of the variable "size" is referenced. The cursor
758 # referenced by the type of size is the typedef for size_type.
1472 def referenced(self): member in class:Cursor
    [all...]
  /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...]
  /prebuilts/tools/common/m2/repository/com/github/frankiesardo/auto-parcel-processor/0.3.1/
auto-parcel-processor-0.3.1.jar 
  /external/robolectric/v1/lib/main/
commons-logging-1.1.1.jar 
  /prebuilts/devtools/tools/lib/
commons-logging-1.1.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.commons.logging_1.1.1.v201101211721.jar 
  /prebuilts/misc/common/robolectric/lib/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/http-client/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.1.1/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.1.3/
commons-logging-1.1.3.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.commons.logging_1.1.1.v201101211721.jar 
  /prebuilts/tools/common/offline-m2/commons-logging/commons-logging/1.1.1/
commons-logging-1.1.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/25.4.0-alpha1/
lint-api-25.4.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/25.4.0-alpha3/
lint-api-25.4.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/25.4.0-alpha5/
lint-api-25.4.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/25.4.0-alpha6/
lint-api-25.4.0-alpha6.jar 

Completed in 2096 milliseconds

1 2 3 4 5 6