HomeSort by relevance Sort by last modified time
    Searched refs:annotations (Results 151 - 175 of 1245) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
PorterDuffColorFilter_Delegate.java 20 import com.android.tools.layoutlib.annotations.LayoutlibDelegate;
Rasterizer_Delegate.java 20 import com.android.tools.layoutlib.annotations.LayoutlibDelegate;
SumPathEffect_Delegate.java 20 import com.android.tools.layoutlib.annotations.LayoutlibDelegate;
  /frameworks/base/tools/layoutlib/bridge/src/android/view/inputmethod/
InputMethodManager_Delegate.java 20 import com.android.tools.layoutlib.annotations.LayoutlibDelegate;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
MergeRule.java 19 import com.android.annotations.NonNull;
QuickContactBadgeRule.java 18 import com.android.annotations.NonNull;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/color/
ColorContentAssist.java 19 import com.android.annotations.VisibleForTesting;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/drawable/
DrawableContentAssist.java 19 import com.android.annotations.VisibleForTesting;
  /external/chromium_org/build/android/pylib/host_driven/
test_info_collection.py 67 def GetAvailableTests(self, annotations, exclude_annotations, name_filter):
71 annotations: List of annotations. Each test in the returned list is
72 annotated with atleast one of these annotations.
73 exclude_annotations: List of annotations. The tests in the returned
74 list are not annotated with any of these annotations.
85 self._AnnotationIncludesTest(t, annotations)]
86 if annotations and len(annotations) == 1 and annotations[0] == 'SmallTest'
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_state_batch.c 73 * Generate a set of aub file annotations for the current batch buffer, and
87 drm_intel_aub_annotation annotations[annotation_count]; local
89 make_annotation(&annotations[a++], AUB_TRACE_TYPE_BATCH, 0,
95 make_annotation(&annotations[a++], AUB_TRACE_TYPE_NOTYPE, 0,
97 make_annotation(&annotations[a++], AUB_TRACE_TYPE(type),
101 drm_intel_bufmgr_gem_set_aub_annotations(intel->batch.bo, annotations,
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_state_batch.c 73 * Generate a set of aub file annotations for the current batch buffer, and
87 drm_intel_aub_annotation annotations[annotation_count]; local
89 make_annotation(&annotations[a++], AUB_TRACE_TYPE_BATCH, 0,
95 make_annotation(&annotations[a++], AUB_TRACE_TYPE_NOTYPE, 0,
97 make_annotation(&annotations[a++], AUB_TRACE_TYPE(type),
101 drm_intel_bufmgr_gem_set_aub_annotations(intel->batch.bo, annotations,
  /external/guava/guava-gwt/src-super/com/google/common/math/super/com/google/common/math/
IntMath.java 22 import com.google.common.annotations.Beta;
23 import com.google.common.annotations.GwtCompatible;
24 import com.google.common.annotations.VisibleForTesting;
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
ClassDefItem.java 48 private @Nullable AnnotationDirectoryItem annotations; field in class:ClassDefItem
68 * @param annotations The annotations for this class and its fields, methods and method parameters, or null if none
78 @Nullable AnnotationDirectoryItem annotations, @Nullable ClassDataItem classData,
87 this.annotations = annotations;
101 * @param annotations The annotations for this class and its fields, methods and method parameters, or null if none
112 @Nullable StringIdItem sourceFile, @Nullable AnnotationDirectoryItem annotations,
123 sourceFile, annotations, classData, encodedArrayItem)
    [all...]
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwWebContentsDelegate.java 7 import com.google.common.annotations.VisibleForTesting;
  /external/chromium_org/build/android/pylib/instrumentation/
setup.py 30 test_options.annotations,
  /external/guava/guava/src/com/google/common/annotations/
Beta.java 17 package com.google.common.annotations;
  /external/guava/guava/src/com/google/common/cache/
RemovalListeners.java 19 import com.google.common.annotations.Beta;
  /external/guava/guava/src/com/google/common/collect/
BiMap.java 19 import com.google.common.annotations.GwtCompatible;
BstBalancePolicy.java 17 import com.google.common.annotations.GwtCompatible;
EmptyImmutableMultiset.java 19 import com.google.common.annotations.GwtCompatible;
ForwardingListIterator.java 19 import com.google.common.annotations.GwtCompatible;
ImmutableEntry.java 19 import com.google.common.annotations.GwtCompatible;
  /external/guava/guava/src/com/google/common/hash/
Funnels.java 17 import com.google.common.annotations.Beta;
HashFunction.java 17 import com.google.common.annotations.Beta;
  /external/guava/guava/src/com/google/common/io/
CountingOutputStream.java 19 import com.google.common.annotations.Beta;

Completed in 3318 milliseconds

1 2 3 4 5 67 8 91011>>