Home
last modified time | relevance | path

Searched defs:token1 (Results 1 – 25 of 85) sorted by relevance

1234

/aosp_15_r20/cts/tests/tests/proto/src/android/util/proto/cts/
H A DProtoOutputStreamObjectTest.java202 long token1 = po.startObject(ProtoOutputStream.makeFieldId(1, in testDeepEmptyObjects() local
352 long token1 = po.startObject(ProtoOutputStream.makeFieldId(1, in testDeepObjects() local
397 long token1 = po.startObject(ProtoOutputStream.makeFieldId(1, in testTooManyEndObjectsWithData() local
425 long token1 = po.startObject(ProtoOutputStream.makeFieldId(1, in testTooManyEndObjectsWithoutData() local
447 long token1 = po.startObject(ProtoOutputStream.makeFieldId(1, in testTrailingStartObjectWithData() local
475 long token1 = po.startObject(ProtoOutputStream.makeFieldId(1, in testTrailingStartObjectWithoutData() local
497 long token1 = po.startObject(ProtoOutputStream.makeFieldId(1, in testExtraStartObjectInMiddleWithData() local
524 long token1 = po.startObject(ProtoOutputStream.makeFieldId(1, in testExtraStartObjectInMiddleWithoutData() local
545 long token1 = po.startObject(ProtoOutputStream.makeFieldId(1, in testSwappedEndObjectWithData() local
579 long token1 = po.startObject(ProtoOutputStream.makeFieldId(1, in testSwappedEndObjectWithoutData() local
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/src/sync/tests/
Dloom_cancellation_token.rs10 let token1 = token.clone(); in cancel_token() localVariable
31 let token1 = token.clone(); in cancel_token_owned() localVariable
52 let token1 = token.clone(); in cancel_with_child() localVariable
82 let token1 = token.clone(); in drop_token_no_child() localVariable
106 let token1 = CancellationToken::new(); in drop_token_with_children() localVariable
131 let token1 = CancellationToken::new(); in drop_and_cancel_token() localVariable
156 let token1 = CancellationToken::new(); in cancel_parent_and_child() localVariable
/aosp_15_r20/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DLooperStatsTest.java170 Object token1 = looperStats.messageDispatchStarting(); in testMultipleMessagesDispatched() local
257 Object token1 = looperStats.messageDispatchStarting(); in testDispatchDelayIsRecorded() local
304 Object token1 = looperStats.messageDispatchStarting(); in testDataNotCollectedBeforeDeviceStateSet() local
319 Object token1 = looperStats.messageDispatchStarting(); in testDataNotCollectedOnCharger() local
335 Object token1 = looperStats.messageDispatchStarting(); in testDataCollectedIfIgnoreBatteryStatusFlagSet() local
351 Object token1 = looperStats.messageDispatchStarting(); in testScreenStateCollected() local
384 Object token1 = looperStats.messageDispatchStarting(); in testMessagesOverSizeCap() local
449 Object token1 = looperStats.messageDispatchStarting(); in testTracksMultipleHandlerInstancesIfSameClass() local
463 Object token1 = looperStats.messageDispatchStarting(); in testReset() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/common/
H A Dpipeline_monitor_test.cc98 auto token1 = std::move(token0); in TEST_F() local
136 auto token1 = monitor.Issue(0); in TEST_F() local
159 auto token1 = monitor.Issue(1); in TEST_F() local
206 auto token1 = monitor.Issue(0); in TEST_F() local
234 auto token1 = monitor.Issue(kMaxBytesInFlight1); in TEST_F() local
266 auto token1 = monitor.Issue(0); in TEST_F() local
/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DAnrTracker_test.cpp43 sp<IBinder> token1 = sp<BBinder>::make(); in TEST() local
93 sp<IBinder> token1 = sp<BBinder>::make(); in TEST() local
107 sp<IBinder> token1 = sp<BBinder>::make(); in TEST() local
122 sp<IBinder> token1 = sp<BBinder>::make(); in TEST() local
/aosp_15_r20/external/aws-sdk-java-v2/core/aws-core/src/test/java/software/amazon/awssdk/awscore/internal/token/
H A DCachedTokenRefresherTest.java42 TestToken token1 = in doNotRefresh_when_valueIsNotStale() local
64 TestToken token1 = in refresh_when_valueIsStale() local
139 TestToken token1 = in autoRefresheToken_when_tokensExpire() local
219 TestToken token1 = TestToken.builder().token("token1").build(); in refreshEveryTime_when_ExpirationDateDoesNotExist() local
/aosp_15_r20/external/moshi/moshi/src/test/java/com/squareup/moshi/
H A DFlattenTest.java109 int token1 = writer.beginFlatten(); in recursiveFlatten() local
219 int token1 = writer.beginFlatten(); in multipleCallsToFlattenSameNesting() local
253 int token1 = writer.beginFlatten(); in deepFlatten() local
/aosp_15_r20/packages/modules/AdServices/sdksandbox/tests/unittest/src/android/app/sdksandbox/sdkprovider/
DSdkSandboxControllerUnitTest.java303 IBinder token1 = controller.registerSdkSandboxActivityHandler(handler); in testRegisterSdkSandboxActivityHandler() local
342 IBinder token1 = controller.registerSdkSandboxActivityHandler(handler); in testUnregisterSdkSandboxActivityHandler() local
359 IBinder token1 = controller.registerSdkSandboxActivityHandler(handler); in testUnregisterSdkSandboxActivityHandler_CallsStatsd() local
/aosp_15_r20/external/antlr/runtime/Cpp/tests/
H A Dt001.cpp41 t001lexerTraits::CommonTokenType *token1 = lxr->nextToken(); in testValid() local
66 t001lexerTraits::CommonTokenType const *token1 = tstream->_LT(2); in testIteratorInterface() local
H A Dt002.cpp75 t002lexerTraits::CommonTokenType const *token1 = tstream->_LT(2); in testIteratorInterface() local
H A Dt003.cpp85 t003lexerTraits::CommonTokenType const *token1 = tstream->_LT(2); in testIteratorInterface() local
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/unittests/
H A DFrameTimelineTest.cpp214 int64_t token1 = mTokenManager->generateTokenForPredictions({0, 0, 0}); in TEST_F() local
249 int64_t token1 = mTokenManager->generateTokenForPredictions({0, 0, 0}); in TEST_F() local
263 int64_t token1 = mTokenManager->generateTokenForPredictions({10, 20, 30}); in TEST_F() local
277 int64_t token1 = mTokenManager->generateTokenForPredictions({10, 20, 30}); in TEST_F() local
292 int64_t token1 = mTokenManager->generateTokenForPredictions({10, 20, 30}); in TEST_F() local
946 int64_t token1 = mTokenManager->generateTokenForPredictions({10, 20, 30}); in TEST_F() local
975 int64_t token1 = mTokenManager->generateTokenForPredictions({10, 20, 30}); in TEST_F() local
1025 int64_t token1 = mTokenManager->generateTokenForPredictions({10, 20, 30}); in TEST_F() local
2837 int64_t token1 = mTokenManager->generateTokenForPredictions({10, 20, 30}); in TEST_F() local
2857 int64_t token1 = mTokenManager->generateTokenForPredictions({10, 20, 30}); in TEST_F() local
/aosp_15_r20/external/cronet/net/extras/sqlite/
H A Dsqlite_persistent_shared_dictionary_store_unittest.cc173 auto token1 = base::UnguessableToken::Create(); in RegisterSharedDictionariesForProcessEvictionTest() local
2070 auto token1 = base::UnguessableToken::Create(); in TEST_F() local
2150 auto token1 = base::UnguessableToken::Create(); in TEST_F() local
2266 auto token1 = base::UnguessableToken::Create(); in TEST_F() local
2404 auto token1 = base::UnguessableToken::Create(); in TEST_F() local
2631 auto token1 = base::UnguessableToken::Create(); in TEST_F() local
2675 auto token1 = base::UnguessableToken::Create(); in TEST_F() local
2710 auto token1 = base::UnguessableToken::Create(); in TEST_F() local
/aosp_15_r20/cts/tests/tests/text/src/android/text/util/cts/
H A DRfc822TokenizerTest.java49 String token1 = "John Doe <[email protected]> (work)"; in testFindTokenStart() local
82 String token1 = "John Doe <[email protected]> (work)"; in testFindTokenEnd() local
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowTokenTests.java106 final TestWindowToken token1 = createTestWindowToken(0, mDisplayContent); in testAddWindow_assignsLayers() local
252 final WindowToken token1 = new WindowToken.Builder(mDisplayContent.mWmService, in testWindowAttachedWithOptions() local
H A DDisplayAreaPolicyBuilderTest.java626 final WindowToken token1 = new WindowToken.Builder(mWms, mock(IBinder.class), in testBuilder_addWindow_selectContainerForWindowFunc_selectBasedOnType() local
687 final WindowToken token1 = new WindowToken.Builder(mWms, mock(IBinder.class), in testBuilder_addWindow_selectContainerForWindowFunc_selectBasedOnOptions() local
/aosp_15_r20/frameworks/base/libs/protoutil/tests/
H A DProtoOutputStream_test.cpp192 uint64_t token1 = proto.start(FIELD_TYPE_MESSAGE | ComplexProto::kLogsFieldNumber); in TEST() local
231 uint64_t token1 = proto.start(FIELD_TYPE_MESSAGE | ComplexProto::kLogsFieldNumber); in TEST() local
/aosp_15_r20/external/angle/src/compiler/translator/
H A Dglslang.l788 …ord_2(TParseContext *context, TExtension extension1, TExtension extension2, int token1, int token2) in ES3_1_reserved_ES3_1_extension_ES3_2_keyword_2()
813 …ord_2(TParseContext *context, TExtension extension1, TExtension extension2, int token1, int token2) in ES3_and_3_1_reserved_ES3_1_extension_ES3_2_keyword_2()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/
Dcpp_interface_test.cpp293 auto token1 = CreateStripDebugInfoPass(); in TEST() local
302 auto token1 = CreateStripDebugInfoPass(); in TEST() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/
H A Dcpp_interface_test.cpp293 auto token1 = CreateStripDebugInfoPass(); in TEST() local
302 auto token1 = CreateStripDebugInfoPass(); in TEST() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/
H A Dcpp_interface_test.cpp293 auto token1 = CreateStripDebugInfoPass(); in TEST() local
302 auto token1 = CreateStripDebugInfoPass(); in TEST() local
/aosp_15_r20/external/antlr/runtime/ObjC/Framework/test/runtime/TestRewriteRuleTokenStream/
H A DTestRewriteRuleTokenStream.h36 CommonToken *token1; variable
/aosp_15_r20/external/cronet/base/types/
H A Dtoken_type_unittest.cc22 FooToken token1; in TEST() local
/aosp_15_r20/packages/modules/OnDevicePersonalization/tests/commontests/src/com/android/odp/module/common/data/
DODPAuthorizationTokenTest.java42 ODPAuthorizationToken token1 = in testBuilderAndEquals() local
/aosp_15_r20/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/util/
H A DChoreographerCallbacksTest.java114 Object token1 = new Object(); in testRemoveNullAction() local

1234