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

  /external/clang/unittests/Lex/
PreprocessingRecordTest.cpp 93 std::vector<Token> toks; local
99 toks.push_back(tok);
103 ASSERT_EQ(10U, toks.size());
107 SourceRange(toks[0].getLocation(), toks[1].getLocation())));
109 SourceRange(toks[0].getLocation(), toks[2].getLocation())));
111 SourceRange(toks[3].getLocation(), toks[4].getLocation())));
113 SourceRange(toks[1].getLocation(), toks[5].getLocation())))
    [all...]
LexerTest.cpp 81 std::vector<Token> toks; local
87 toks.push_back(tok);
91 ASSERT_EQ(10U, toks.size());
92 ASSERT_EQ(tok::l_square, toks[0].getKind());
93 ASSERT_EQ(tok::identifier, toks[1].getKind());
94 ASSERT_EQ(tok::r_square, toks[2].getKind());
95 ASSERT_EQ(tok::l_square, toks[3].getKind());
96 ASSERT_EQ(tok::identifier, toks[4].getKind());
97 ASSERT_EQ(tok::r_square, toks[5].getKind());
98 ASSERT_EQ(tok::identifier, toks[6].getKind())
    [all...]
  /external/clang/unittests/Basic/
SourceManagerTest.cpp 76 std::vector<Token> toks; local
82 toks.push_back(tok);
86 ASSERT_EQ(3U, toks.size());
87 ASSERT_EQ(tok::l_square, toks[0].getKind());
88 ASSERT_EQ(tok::identifier, toks[1].getKind());
89 ASSERT_EQ(tok::r_square, toks[2].getKind());
91 SourceLocation lsqrLoc = toks[0].getLocation();
92 SourceLocation idLoc = toks[1].getLocation();
93 SourceLocation rsqrLoc = toks[2].getLocation();
143 std::vector<Token> toks; local
244 std::vector<Token> toks; local
    [all...]
  /external/ipsec-tools/src/racoon/
gssapi.c 448 vchar_t *toks; local
461 toks = vmalloc(len);
462 if (toks == 0)
464 p = (char *)toks->v;
470 *tokens = toks;
483 vchar_t *toks; local
502 toks = vmalloc(len);
503 if (toks == 0)
505 p = (char *)toks->v;
511 *tokens = toks;
    [all...]
  /sdk/bash_completion/
adb.bash 296 local -a toks
306 toks=( ${toks[@]-} $(
325 COMPREPLY=( ${COMPREPLY[@]:-} "${toks[@]}" )
  /external/libselinux/src/
avc.c 557 static unsigned long toks = 10 * 5 * HZ;
564 toks += now - last_msg;
566 if (toks > AVC_MSG_BURST)
567 toks = AVC_MSG_BURST;
568 if (toks >= AVC_MSG_COST) {
571 toks -= AVC_MSG_COST;
  /external/v8/benchmarks/
earley-boyer.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-earley-boyer.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-earley-boyer.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-earley-boyer.js     [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java     [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 487 milliseconds