Home
last modified time | relevance | path

Searched refs:token1 (Results 1 - 7 of 7) sorted by relevance

/third_party/PyYAML/tests/lib/
H A Dtest_tokens.py59 for token1, token2 in zip(tokens1, tokens2):
60 assert token1 == token2, (token1, token2)
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dcpp_interface_test.cpp293 auto token1 = CreateStripDebugInfoPass(); in TEST() local
294 Optimizer::PassToken token2(std::move(token1)); in TEST()
302 auto token1 = CreateStripDebugInfoPass(); in TEST() local
304 token2 = std::move(token1); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dcpp_interface_test.cpp293 auto token1 = CreateStripDebugInfoPass(); in TEST() local
294 Optimizer::PassToken token2(std::move(token1)); in TEST()
302 auto token1 = CreateStripDebugInfoPass(); in TEST() local
304 token2 = std::move(token1); in TEST()
/third_party/spirv-tools/test/
H A Dcpp_interface_test.cpp293 auto token1 = CreateStripDebugInfoPass(); in TEST() local
294 Optimizer::PassToken token2(std::move(token1)); in TEST()
302 auto token1 = CreateStripDebugInfoPass(); in TEST() local
304 token2 = std::move(token1); in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcordz_sample_token_test.cc111 CordzSampleToken token1; in TEST() local
113 CordzSampleToken::Iterator lhs = token1.begin(); in TEST()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dglslang_lex_autogen.cpp951 int token1,
956 int token1,
3628 int token1, in ES3_1_reserved_ES3_1_extension_ES3_2_keyword_2()
3637 return token1; in ES3_1_reserved_ES3_1_extension_ES3_2_keyword_2()
3657 int token1, in ES3_and_3_1_reserved_ES3_1_extension_ES3_2_keyword_2()
3666 return token1; in ES3_and_3_1_reserved_ES3_1_extension_ES3_2_keyword_2()
3625 ES3_1_reserved_ES3_1_extension_ES3_2_keyword_2(TParseContext *context, TExtension extension1, TExtension extension2, int token1, int token2) ES3_1_reserved_ES3_1_extension_ES3_2_keyword_2() argument
3654 ES3_and_3_1_reserved_ES3_1_extension_ES3_2_keyword_2(TParseContext *context, TExtension extension1, TExtension extension2, int token1, int token2) ES3_and_3_1_reserved_ES3_1_extension_ES3_2_keyword_2() argument
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c2212 VGPU10OpcodeToken1 token1; in emit_sample_opcode() local
2228 token1.value = 0; in emit_sample_opcode()
2229 token1.opcodeType = VGPU10_EXTENDED_OPCODE_SAMPLE_CONTROLS; in emit_sample_opcode()
2230 token1.offsetU = offsets[0]; in emit_sample_opcode()
2231 token1.offsetV = offsets[1]; in emit_sample_opcode()
2232 token1.offsetW = offsets[2]; in emit_sample_opcode()
2237 emit_dword(emit, token1.value); in emit_sample_opcode()

Completed in 25 milliseconds