Home
last modified time | relevance | path

Searched defs:context (Results 1 – 25 of 27) sorted by relevance

12

/tools/test/graphicsbenchmark/functional_tests/java/src/com/android/game/qualification/tests/
DChoreoTestActivity.java45 public ChoreoTestView(Context context) { in ChoreoTestView()
73 public ChoreoTestView(Context context, AttributeSet attrs) { in ChoreoTestView()
77 public ChoreoTestView(Context context, AttributeSet attrs, int defStyleAttr) { in ChoreoTestView()
81 … public ChoreoTestView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in ChoreoTestView()
DSurfaceFlingerTestActivity.java70 public TestView(Context context) { in TestView()
97 public TestView(Context context, AttributeSet attrs) { in TestView()
101 public TestView(Context context, AttributeSet attrs, int defStyleAttr) { in TestView()
105 public TestView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in TestView()
/tools/platform-compat/java/com/android/annotationvisitor/
DAnnotationVisitor.java58 AnnotationContext context = new AnnotatedClassContext(mStatus, mClass, "L%s;"); in visit() local
77 AnnotationContext context = new AnnotatedMemberContext(mStatus, in visitMember() local
84 private void handleAnnotations(AnnotationContext context, AnnotationEntry[] annotationEntries) { in handleAnnotations()
DRepeatedAnnotationHandler.java45 public void handleAnnotation(AnnotationEntry annotation, AnnotationContext context) { in handleAnnotation()
61 mWrappedHandler.handleAnnotation(aev.getAnnotationEntry(), context); in handleAnnotation() local
DAnnotationHandler.java31 protected abstract void handleAnnotation(AnnotationEntry annotation, AnnotationContext context); in handleAnnotation()
/tools/platform-compat/java/com/android/class2nonsdklist/
DCovariantReturnTypeHandler.java51 public void handleAnnotation(AnnotationEntry annotation, AnnotationContext context) { in handleAnnotation()
58 private void handleAnnotation(AnnotationEntry annotation, AnnotatedMemberContext context) { in handleAnnotation()
DSignatureSyntaxError.java22 public final String context; field in SignatureSyntaxError
DJavadocLinkSyntaxError.java22 public final String context; field in JavadocLinkSyntaxError
DMemberDumpingVisitor.java47 AnnotationContext context = new AnnotatedMemberContext(mStatus, in visitMember() local
DUnsupportedAppUsageAnnotationHandler.java98 public void handleAnnotation(AnnotationEntry annotation, AnnotationContext context) { in handleAnnotation()
/tools/loganalysis/src/com/android/loganalysis/item/
DSELinuxItem.java58 public void setSContext(String context) { in setSContext()
/tools/test/graphicsbenchmark/benchmark_libs/
Dagq.cpp86 void GameQualification::Impl::startLoop(jobject context) { in startLoop()
112 void GameQualification::startLoop(jobject context) { in startLoop()
/tools/test/graphicsbenchmark/performance_tests/hostside/test/com/android/game/qualification/metric/
DMetricSummaryTest.java71 IInvocationContext context = new InvocationContext(); in testConversion() local
DLoopSummaryTest.java133 IInvocationContext context = new InvocationContext(); in testParseRunMetrics() local
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/
DLoopSummary.java37 IInvocationContext context, in parseRunMetrics()
288 IInvocationContext context, in getMetricDoubleValue()
302 IInvocationContext context, in getMetricLongValue()
332 IInvocationContext context, MetricSummary.TimeType type, int loopIndex, String label) { in getActualMetricKey()
/tools/platform-compat/java/android/compat/testing/app/
DSharedLibraryInfoDeviceTest.java56 private final Context context = instrumentation.getTargetContext(); field in SharedLibraryInfoDeviceTest
/tools/platform-compat/javatest/com/android/annotationvisitor/
DRepeatedAnnotationHandlerTest.java89 AnnotationContext context) { in handleAnnotation()
/tools/metalava/src/main/java/com/android/tools/metalava/
DDiff.kt105 for (context in max(0, i - windowSize) until i) { in getDiff() variable
133 for (context in i until min(n, i + windowSize)) { in getDiff() variable
/tools/test/mobly_snippets/gft/src/main/java/com/google/android/mobly/snippet/gft/
DSampleTelephonySnippet.java31 Context context = InstrumentationRegistry.getInstrumentation().getContext(); in SampleTelephonySnippet() local
/tools/test/connectivity/acts/framework/acts/metrics/
Dcore.py75 def __init__(self, context): argument
114 context, argument
/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Drenderer.h36 EGLContext context; member
Drenderer.cpp71 EGLContext context; in initDisplay() local
/tools/asuite/atest/bazel/reporter/javatests/com/android/tradefed/result/
DBazelExitCodeResultReporterTest.java141 IInvocationContext context = new InvocationContext(); in createContext() local
DBazelXmlResultReporterTest.java167 IInvocationContext context = new InvocationContext(); in createContext() local
/tools/security/remote_provisioning/attestation_testing/java/com/google/attestationexample/
DAttestationApplicationId.java40 public AttestationApplicationId(Context context) in AttestationApplicationId()

12