Home
last modified time | relevance | path

Searched refs:token2 (Results 1 - 9 of 9) 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.cpp294 Optimizer::PassToken token2(std::move(token1)); in TEST()
298 Optimizer(SPV_ENV_UNIVERSAL_1_1).RegisterPass(std::move(token2))); in TEST()
303 auto token2 = CreateNullPass(); in TEST() local
304 token2 = std::move(token1); in TEST()
308 Optimizer(SPV_ENV_UNIVERSAL_1_1).RegisterPass(std::move(token2))); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dcpp_interface_test.cpp294 Optimizer::PassToken token2(std::move(token1)); in TEST()
298 Optimizer(SPV_ENV_UNIVERSAL_1_1).RegisterPass(std::move(token2))); in TEST()
303 auto token2 = CreateNullPass(); in TEST() local
304 token2 = std::move(token1); in TEST()
308 Optimizer(SPV_ENV_UNIVERSAL_1_1).RegisterPass(std::move(token2))); in TEST()
/third_party/spirv-tools/test/
H A Dcpp_interface_test.cpp294 Optimizer::PassToken token2(std::move(token1)); in TEST()
298 Optimizer(SPV_ENV_UNIVERSAL_1_1).RegisterPass(std::move(token2))); in TEST()
303 auto token2 = CreateNullPass(); in TEST() local
304 token2 = std::move(token1); in TEST()
308 Optimizer(SPV_ENV_UNIVERSAL_1_1).RegisterPass(std::move(token2))); in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcordz_sample_token_test.cc118 CordzSampleToken token2; in TEST() local
120 CordzSampleToken::Iterator rhs = token2.begin(); in TEST()
/third_party/googletest/googlemock/scripts/generator/cpp/
H A Dast.py1331 token = token2 = self._GetNextToken()
1334 token2 = self._GetNextToken()
1335 if token2.token_type == tokenize.SYNTAX and token2.name == '~':
1341 if token2 is not token:
1342 return_type_and_name.insert(1, token2)
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dglslang_lex_autogen.cpp952 int token2);
957 int token2);
3629 int token2) in ES3_1_reserved_ES3_1_extension_ES3_2_keyword_2()
3641 return token2; in ES3_1_reserved_ES3_1_extension_ES3_2_keyword_2()
3658 int token2) in ES3_and_3_1_reserved_ES3_1_extension_ES3_2_keyword_2()
3670 return token2; 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/skia/third_party/externals/freetype/src/psaux/
H A Dpsobjs.c1062 T1_TokenRec token2; in FT_LOCAL_DEF() local
1071 ps_parser_to_token( parser, &token2 ); in FT_LOCAL_DEF()
1075 if ( token2.type == T1_TOKEN_TYPE_ARRAY ) in FT_LOCAL_DEF()
/third_party/skia/third_party/externals/freetype/src/type1/
H A Dt1load.c944 T1_Token token2 = axis_tokens + axis; in parse_blend_design_positions() local
947 parser->root.cursor = token2->start; in parse_blend_design_positions()
948 parser->root.limit = token2->limit; in parse_blend_design_positions()

Completed in 16 milliseconds