HomeSort by relevance Sort by last modified time
    Searched refs:token2 (Results 1 - 16 of 16) sorted by null

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/TestRewriteRuleTokenStream/
TestRewriteRuleTokenStream.h 37 ANTLRCommonToken *token2; variable
  /cts/tests/tests/text/src/android/text/util/cts/
Rfc822TokenizerTest.java 36 String token2 = "Ann Lee <annlee@example.com> (secret)"; local
39 String text = ", " + token1 + "\",\"" + token2 + ";" + token3 + " <;>" + token4;
41 final int TOKEN_START_POS_2 = text.indexOf(token2);
47 // token 2 is ignored because ',' between token1 and token2 is in a pair of \".
82 String token2 = "Ann Lee <annlee@example.com> (secret)"; local
85 String text2 = token1 + "\",\"" + token2 + ";" + token3 + " <;>" + token4 + ",";
86 final int TOKEN_END_POS_2 = text2.indexOf(token2) + token2.length();
  /external/libxml2/include/libxml/
xmlautomata.h 66 const xmlChar *token2,
73 const xmlChar *token2,
89 const xmlChar *token2,
106 const xmlChar *token2,
  /external/nist-sip/java/gov/nist/javax/sip/parser/
WarningParser.java 106 Token token2 = lexer.getNextToken(); local
108 + token2.getTokenValue());
150 Token token2 = lexer.getNextToken(); local
152 + token2.getTokenValue());
  /external/srec/srec/crec/
priority_q.c 107 int compare_histories(word_token* token1, word_token* token2,
125 if (token1->word != token2->word)
127 if (token1->end_node != token2->end_node)
137 if (token2->backtrace != MAXwordID)
139 history_for_token2 += token2->end_node * 1000000;
140 history_for_token2 += word_token_array[token2->backtrace].word * 10000;
141 history_for_token2 += word_token_array[token2->backtrace].end_time;
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
RewriteRuleXxxxStreamFixture.cs 232 IToken token2 = CreateToken(2, "test token without any real context");
234 tokenTest.Add(token2);
243 Assert.AreEqual(token2, returnedToken,
287 IToken token2 = CreateToken(2, "test token without any real context");
288 ITree tree2 = CreateTree(token2);
299 Assert.AreEqual(token2, returnedTree.Token,
342 IToken token2 = CreateToken(2, "test token without any real context");
343 ITree tree2 = CreateTree(token2);
354 Assert.AreEqual(token2, returnedTree.Token,
  /external/chromium/chrome/browser/policy/
device_token_fetcher_unittest.cc 97 std::string token2 = fetcher.GetDeviceToken(); local
98 EXPECT_NE("", token2);
99 EXPECT_NE(token, token2);
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
tokenutil.py 360 def Compare(token1, token2):
365 token2: The second token to compare.
371 if token2.line_number != token1.line_number:
372 return token1.line_number - token2.line_number
374 return token1.start_index - token2.start_index
  /packages/apps/Email/tests/src/com/android/email/provider/
ContentCacheTests.java 103 CacheToken token2 = list.add("2"); local
104 assertFalse(token1a.equals(token2));
111 // Token2 should still be valid
112 assertTrue(token2.isValid());
113 // Only token2 should be in the list now (invalidation removes tokens)
115 assertEquals(token2, list.get(0));
  /external/v8/test/cctest/
test-profile-generator.cc 43 v8::Local<v8::String> token2(v8::String::New("2x"));
44 CHECK_EQ(1, te.GetTokenId(*v8::Utils::OpenHandle(*token2)));
45 CHECK_EQ(1, te.GetTokenId(*v8::Utils::OpenHandle(*token2)));
51 CHECK_EQ(1, te.GetTokenId(*v8::Utils::OpenHandle(*token2)));
57 CHECK_EQ(1, te.GetTokenId(*v8::Utils::OpenHandle(*token2)));
407 const int token0 = 0, token1 = 1, token2 = 2; local
490 token2_tree.FilteredClone(&source_tree, token2);
test-cpu-profiler.cc 372 v8::Local<v8::String> token2 = v8::String::New("token2"); local
373 const v8::CpuProfile* p2_t2 = v8::CpuProfiler::StopProfiling(name2, token2);
  /external/freetype/src/psaux/
psobjs.c 1051 T1_TokenRec token2; local
1060 ps_parser_to_token( parser, &token2 );
1064 if ( token2.type == T1_TOKEN_TYPE_ARRAY )
    [all...]
  /external/libxml2/
xmlregexp.c     [all...]
  /external/chromium/testing/gmock/scripts/generator/cpp/
ast.py     [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regcomp.c 3098 re_token_t token2; local
3336 re_token_t token2; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 1921 milliseconds