Home
last modified time | relevance | path

Searched refs:token2 (Results 1 – 20 of 20) sorted by relevance

/external/antlr/runtime/ObjC/Framework/test/runtime/TestRewriteRuleTokenStream/
DTestRewriteRuleTokenStream.m40 token2 = [CommonToken newToken:6];
44 [token2 setText:@"token 2"];
52 [token2 release]; token2 = nil;
75 token2 = [CommonToken newToken:6];
77 [token2 setText:@"token 2"];
83 [stream addElement:token2];
95 token2 = [CommonToken newToken:6];
99 [token2 setText:@"token 2"];
127 [stream addElement:token2];
139 STAssertEqualObjects([tree2 getToken], token2,
[all …]
DTestRewriteRuleTokenStream.h37 CommonToken *token2; variable
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
DRewriteRuleXxxxStreamFixture.cs232 IToken token2 = CreateToken(2, "test token without any real context"); in CheckRRTokenStreamBehaviourWithElements()
234 tokenTest.Add(token2); in CheckRRTokenStreamBehaviourWithElements()
243 Assert.AreEqual(token2, returnedToken, in CheckRRTokenStreamBehaviourWithElements()
287 IToken token2 = CreateToken(2, "test token without any real context"); in CheckRRSubtreeStreamBehaviourWithElements()
288 ITree tree2 = CreateTree(token2); in CheckRRSubtreeStreamBehaviourWithElements()
299 Assert.AreEqual(token2, returnedTree.Token, in CheckRRSubtreeStreamBehaviourWithElements()
342 IToken token2 = CreateToken(2, "test token without any real context"); in CheckRRNodeStreamBehaviourWithElements()
343 ITree tree2 = CreateTree(token2); in CheckRRNodeStreamBehaviourWithElements()
354 Assert.AreEqual(token2, returnedTree.Token, in CheckRRNodeStreamBehaviourWithElements()
/external/nist-sip/java/gov/nist/javax/sip/parser/
DWarningParser.java106 Token token2 = lexer.getNextToken(); in parse() local
108 + token2.getTokenValue()); in parse()
150 Token token2 = lexer.getNextToken(); in parse() local
152 + token2.getTokenValue()); in parse()
/external/libxml2/include/libxml/
Dxmlautomata.h66 const xmlChar *token2,
73 const xmlChar *token2,
89 const xmlChar *token2,
106 const xmlChar *token2,
/external/deqp-deps/SPIRV-Tools/test/
Dcpp_interface_test.cpp294 Optimizer::PassToken token2(std::move(token1)); in TEST() local
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()
/external/swiftshader/third_party/SPIRV-Tools/test/
Dcpp_interface_test.cpp294 Optimizer::PassToken token2(std::move(token1)); in TEST() local
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()
/external/libxml2/os400/libxmlrpg/
Dxmlautomata.rpgle74 d token2 * value options(*string) const xmlChar *
84 d token2 * value options(*string) const xmlChar *
105 d token2 * value options(*string) const xmlChar *
128 d token2 * value options(*string) const xmlChar *
/external/antlr/runtime/Cpp/tests/
Dt002.cpp76 t002lexerTraits::CommonTokenType const *token2 = tstream->_LT(3); in testIteratorInterface() local
80 std::cout << token2->getText() << std::endl; in testIteratorInterface()
Dt003.cpp86 t003lexerTraits::CommonTokenType const *token2 = tstream->_LT(3); in testIteratorInterface() local
91 std::cout << token2->getText() << std::endl; in testIteratorInterface()
/external/libchrome/base/
Dsequence_token_unittest.cc67 const SequenceToken token2 = SequenceToken::Create(); in TEST() local
70 EXPECT_NE(token1.ToInternalValue(), token2.ToInternalValue()); in TEST()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dtoken_hlo_test.cc61 auto token2 = builder.AddInstruction(HloInstruction::CreateToken()); in XLA_TEST_F() local
63 HloInstruction::CreateAfterAll({token0, token0, token1, token2})); in XLA_TEST_F()
/external/python/oauth2client/tests/
Dtest_service_account.py294 token2 = u'second_token'
296 'access_token': token2,
347 self.assertEqual(token2, token.access_token)
363 self.assertEqual(credentials.access_token, token2)
Dtest_client.py1105 token2 = u'second_token'
1107 'access_token': token2,
1159 self.assertEqual(token2, token.access_token)
/external/googletest/googlemock/scripts/generator/cpp/
Dast.py1294 token = token2 = self._GetNextToken()
1297 token2 = self._GetNextToken()
1298 if token2.token_type == tokenize.SYNTAX and token2.name == '~':
1303 if token2 is not token:
1304 return_type_and_name.insert(1, token2)
/external/google-breakpad/src/testing/scripts/generator/cpp/
Dast.py1281 token = token2 = self._GetNextToken()
1284 token2 = self._GetNextToken()
1285 if token2.token_type == tokenize.SYNTAX and token2.name == '~':
1290 if token2 is not token:
1291 return_type_and_name.insert(1, token2)
/external/libxml2/
Dxmlregexp.c5754 const xmlChar *token2, void *data) { in xmlAutomataNewTransition2() argument
5763 if ((token2 == NULL) || (*token2 == 0)) { in xmlAutomataNewTransition2()
5769 lenn = strlen((char *) token2); in xmlAutomataNewTransition2()
5779 memcpy(&str[lenp + 1], token2, lenn); in xmlAutomataNewTransition2()
5814 const xmlChar *token2, void *data) { in xmlAutomataNewNegTrans() argument
5825 if ((token2 == NULL) || (*token2 == 0)) { in xmlAutomataNewNegTrans()
5831 lenn = strlen((char *) token2); in xmlAutomataNewNegTrans()
5841 memcpy(&str[lenp + 1], token2, lenn); in xmlAutomataNewNegTrans()
5881 const xmlChar *token2, in xmlAutomataNewCountTrans2() argument
5895 if ((token2 == NULL) || (*token2 == 0)) { in xmlAutomataNewCountTrans2()
[all …]
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dgrpclb.cc362 int lb_token_cmp(void* token1, void* token2) { in lb_token_cmp() argument
363 if (token1 > token2) return 1; in lb_token_cmp()
364 if (token1 < token2) return -1; in lb_token_cmp()
/external/freetype/src/psaux/
Dpsobjs.c1063 T1_TokenRec token2; in ps_parser_load_field() local
1072 ps_parser_to_token( parser, &token2 ); in ps_parser_load_field()
1076 if ( token2.type == T1_TOKEN_TYPE_ARRAY ) in ps_parser_load_field()
/external/freetype/src/type1/
Dt1load.c853 T1_Token token2 = axis_tokens + axis; in parse_blend_design_positions() local
856 parser->root.cursor = token2->start; in parse_blend_design_positions()
857 parser->root.limit = token2->limit; in parse_blend_design_positions()