Home
last modified time | relevance | path

Searched defs:token0 (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/common/
H A Dpipeline_monitor_test.cc97 auto token0 = monitor.Issue(kByteCount); in TEST_F() local
126 auto token0 = monitor.Issue(0); in TEST_F() local
155 auto token0 = monitor.Issue(kMaxBytesInFlight); in TEST_F() local
174 auto token0 = monitor.Issue(0); in TEST_F() local
201 auto token0 = monitor.Issue(kMaxBytesInFlight + 1); in TEST_F() local
227 auto token0 = monitor.Issue(kMaxBytesInFlight0 + 1); in TEST_F() local
263 auto token0 = monitor.Issue(0); in TEST_F() local
/aosp_15_r20/external/antlr/runtime/Cpp/tests/
H A Dt001.cpp40 t001lexerTraits::CommonTokenType *token0 = lxr->nextToken(); in testValid() local
65 t001lexerTraits::CommonTokenType const *token0 = tstream->_LT(1); in testIteratorInterface() local
90 t001lexerTraits::CommonTokenType *token0 = lxr->nextToken(); in testMalformedInput() local
H A Dt002.cpp74 t002lexerTraits::CommonTokenType const *token0 = tstream->_LT(1); in testIteratorInterface() local
101 t002lexerTraits::CommonTokenType *token0 = lxr->nextToken(); in testMalformedInput() local
H A Dt003.cpp84 t003lexerTraits::CommonTokenType const *token0 = tstream->_LT(1); in testIteratorInterface() local
113 t003lexerTraits::CommonTokenType *token0 = lxr->nextToken(); in testMalformedInput() local
H A Dt005.cpp97 t005lexerTraits::CommonTokenType *token0 = lxr->nextToken(); in testMalformedInput1() local
122 t005lexerTraits::CommonTokenType *token0 = lxr->nextToken(); in testMalformedInput2() local
H A Dt004.cpp94 t004lexerTraits::CommonTokenType *token0 = lxr->nextToken(); in testMalformedInput() local
H A Dt007.cpp94 t007lexerTraits::CommonTokenType *token0 = lxr->nextToken(); in testMalformedInput() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c2140 VGPU10OpcodeToken0 token0; in emit_opcode_precise() local
2180 VGPU10OpcodeToken0 token0; in emit_opcode_resinfo() local
2201 VGPU10OpcodeToken0 token0; in emit_sample_opcode() local
9500 VGPU10OpcodeToken0 token0; in emit_drsq() local
9606 VGPU10OpcodeToken0 token0; in emit_dtrunc() local
10039 VGPU10OpcodeToken0 token0; in emit_vmware() local
10377 VGPU10OpcodeToken0 token0; in emit_load_instruction() local
10492 VGPU10OpcodeToken0 token0; in emit_store_instruction() local
10714 VGPU10OpcodeToken0 token0; in emit_atomic_instruction() local
10826 VGPU10OpcodeToken0 token0; in emit_barrier() local
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_reachability_test.cc193 auto token0 = builder.AddInstruction(HloInstruction::CreateToken()); in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dtoken_hlo_test.cc57 auto token0 = builder.AddInstruction(HloInstruction::CreateToken()); in XLA_TEST_F() local
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTaskFragmentOrganizerControllerTest.java1095 final IBinder token0 = new Binder(); in testApplyTransaction_requestFocusOnTaskFragment() local
1760 final IBinder token0 = new Binder(); in testApplyTransaction_reorderTaskFragmentToFront() local
H A DDisplayAreaPolicyBuilderTest.java681 final WindowToken token0 = new WindowToken.Builder(mWms, mock(IBinder.class), in testBuilder_addWindow_selectContainerForWindowFunc_selectBasedOnOptions() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dliteral_test.cc387 auto token0 = LiteralUtil::CreateToken(); in TEST_F() local