Home
last modified time | relevance | path

Searched defs:context1 (Results 1 – 25 of 127) sorted by relevance

123456

/aosp_15_r20/frameworks/wilhelm/src/
H A DThreadPool.cpp38 void *context1 = closure.mContext1; in ThreadPool_start() local
251 void *context1, void *context2, void *context3, int parameter1, int parameter2) in ThreadPool_add()
372 void *context1, void *context2, int parameter1) in ThreadPool_add_ppi()
380 void *context1, void *context2, int parameter1, int parameter2) in ThreadPool_add_ppii()
/aosp_15_r20/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/overlay/
DTaskbarOverlayControllerTest.kt53 val (context1, context2) = in testRequestWindow_twice_reusesWindow() constant
62 val context1 = getOnUiThread { overlayController.requestWindow() } in testRequestWindow_afterHidingExistingWindow_createsNewWindow() constant
71 val context1 = getOnUiThread { overlayController.requestWindow() } in testRequestWindow_afterHidingOverlay_createsNewWindow() constant
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dtransformation_add_function_test.cpp662 const auto context1 = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() local
893 const auto context1 = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() local
1057 const auto context1 = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() local
1352 const auto context1 = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() local
1685 const auto context1 = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() local
1791 const auto context1 = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/fuzz/
H A Dtransformation_add_function_test.cpp662 const auto context1 = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() local
893 const auto context1 = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() local
1057 const auto context1 = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() local
1352 const auto context1 = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() local
1685 const auto context1 = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() local
1791 const auto context1 = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/fuzz/
Dtransformation_add_function_test.cpp662 const auto context1 = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() local
893 const auto context1 = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() local
1057 const auto context1 = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() local
1352 const auto context1 = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() local
1685 const auto context1 = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() local
1791 const auto context1 = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() local
/aosp_15_r20/packages/modules/AppSearch/testing/appsindexertests/src/com/android/server/appsearch/appsindexer/
DAppsIndexerImplTest.java162 Context context1 = in testAppsIndexerImpl_statsSet() local
274 Context context1 = in testAppsIndexerImpl_statsSet_functionsIndexed() local
430 Context context1 = in testAppsIndexerImpl_incrementalPut_doesNotPutAllDocs() local
/aosp_15_r20/frameworks/compile/mclinker/unittests/
DUniqueGCFactoryBaseTest.cpp49 LDContext* context1 = contextFactory->produce("/"); in TEST_F() local
59 LDContext* context1 = contextFactory->produce("abc/def"); in TEST_F() local
/aosp_15_r20/external/angle/src/tests/egl_tests/
H A DEGLDisplaySelectionTest.cpp226 EGLContext context1; in runMultiDisplayBackend() local
265 EGLContext context1; in runMultiDisplayBackendDefault() local
317 EGLContext context1; in runMultiDisplayPowerPreference() local
H A DEGLMultiContextTest.cpp130 EGLContext context1 = window->createContext(EGL_NO_CONTEXT, nullptr); in TEST_P() local
737 EGLContext context1 = window->createContext(EGL_NO_CONTEXT, nullptr); in TEST_P() local
/aosp_15_r20/trusty/user/app/keymint/
Dkeys.rs375 let context1 = in kek_with_different_context_return_different_keys() localVariable
378 let context1 = TrustyKekContext::from_raw(&context1.unwrap().to_raw().unwrap()).unwrap(); in kek_with_different_context_return_different_keys() localVariable
413 let context1 = in legacy_kek_is_different_than_non_legacy() localVariable
/aosp_15_r20/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
H A DChildlessActivityTest.java462 final ContentCaptureContext context1 = newContentCaptureContextBuilder("session1") in testDinamicallyManageChildlessSiblingSessions() local
639 final ContentCaptureContext context1 = newContentCaptureContextBuilder("session1") in testDinamicallyManageSiblingSessions() local
879 final ContentCaptureContext context1 = newContentCaptureContextBuilder("session1") in testDinamicallyManageChildlessNestedSessions() local
979 final ContentCaptureContext context1 = newContentCaptureContextBuilder("session1") in testRemoveChildrenFromDifferentSessions() local
/aosp_15_r20/frameworks/libs/systemui/tracinglib/benchmark/src/
DTraceContextMicroBenchmark.kt89 val context1 = createCoroutineTracingContext("scope1") in testNestedContext() constant
/aosp_15_r20/frameworks/libs/systemui/tracinglib/robolectric/src/
DCoroutineTracingMachineryTest.kt50 val context1 = newSingleThreadContext("thread-#1") in <lambda>() constant
DMultiThreadedCoroutineTracingTest.kt199 val context1 = newSingleThreadContext("thread-#1") + nameCoroutine("coroutineA") in <lambda>() constant
/aosp_15_r20/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/rules/
DTaskbarUnitTestRuleTest.kt58 val context1 = activityContext in testRecreateTaskbar_activityContextChanged() constant
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/
H A Dgrpc_authz_end2end_test.cc1328 ClientContext context1; in TEST_F() local
1405 ClientContext context1; in TEST_F() local
1467 ClientContext context1; in TEST_F() local
/aosp_15_r20/external/pytorch/test/export/
H A Dtest_tree_utils.py29 def dict_ordered_dict_eq(type1, context1, type2, context2): argument
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/
H A DTemplateTestCase.java80 private VelocityContext context1; field in TemplateTestCase
/aosp_15_r20/external/rust/android-crates-io/crates/oneshot-uniffi/tests/
Dloom.rs137 let mut context1 = task::Context::from_waker(&waker1); in poll_with_different_wakers() localVariable
Dfuture.rs43 let mut context1 = task::Context::from_waker(&waker1); in multiple_receiver_polls_keeps_only_latest_waker() localVariable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
H A Dcuda_driver_test.cc52 CUcontext context0, context1; in TEST() local
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/data/adselection/
DEncryptionContextDaoTest.java98 DBEncryptionContext context1 = getDbEncryptionContext(CONTEXT_ID_1); in test_getEncryptionContext_multipleEntriesInTable_returnsContext() local
/aosp_15_r20/external/skia/tests/
H A DEGLImageTest.cpp99 sk_sp<GrDirectContext> context1 = GrDirectContexts::MakeGL(sk_ref_sp(glCtx1->gl())); in DEF_GANESH_TEST_FOR_GL_CONTEXT() local
/aosp_15_r20/frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
H A DAlignmentTest.java87 public static ViewGroup create(Context context1) { in create()
/aosp_15_r20/frameworks/native/cmds/service/
H A Dservice.cpp240 char* context1 = nullptr; in main() local

123456