Home
last modified time | relevance | path

Searched defs:toks (Results 1 – 25 of 26) sorted by relevance

12

/external/clang/unittests/Lex/
DLexerTest.cpp75 std::vector<Token> toks; in Lex() local
89 auto toks = Lex(Source); in CheckLex() local
126 std::vector<Token> toks = CheckLex("#define M(x) x\n" in TEST_F() local
138 std::vector<Token> toks = CheckLex("#define M(x) x\n" in TEST_F() local
151 std::vector<Token> toks = CheckLex("#define M(x) x\n" in TEST_F() local
164 std::vector<Token> toks = CheckLex("#define M(x) x\n" in TEST_F() local
178 std::vector<Token> toks = CheckLex("#define M(x) x\n" in TEST_F() local
192 std::vector<Token> toks = CheckLex("#define M(x) x\n" in TEST_F() local
207 std::vector<Token> toks = CheckLex("#define M(x) x\n" in TEST_F() local
220 std::vector<Token> toks = CheckLex("#define M(x) x\n" in TEST_F() local
[all …]
DPPConditionalDirectiveRecordTest.cpp108 std::vector<Token> toks; in TEST_F() local
/external/ktfmt/core/src/main/java/com/facebook/ktfmt/format/
DKotlinInput.kt54 val toks = buildToks(file, text) constant
133 val toks = tokenizer.toks in buildToks() constant
DTokenizer.kt45 val toks = mutableListOf<KotlinTok>() constant in com.facebook.ktfmt.format.Tokenizer
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/
DJavaInput.java276 ImmutableList<Tok> toks = buildToks(text); in JavaInput() local
309 private static ImmutableMap<Integer, Integer> makePositionToColumnMap(List<Tok> toks) { in makePositionToColumnMap()
334 ImmutableList<Tok> toks = buildToks(text, ImmutableSet.of()); in buildToks() local
369 List<Tok> toks = new ArrayList<>(); in buildToks() local
482 private static ImmutableList<Token> buildTokens(List<Tok> toks) { in buildTokens()
DImportOrderer.java48 ImmutableList<Tok> toks = JavaInput.buildToks(text, CLASS_START); in reorderImports() local
166 private final ImmutableList<Tok> toks; field in ImportOrderer
171 private ImportOrderer(String text, ImmutableList<Tok> toks, Style style) { in ImportOrderer()
DModifierOrderer.java106 private static void addTrivia(StringBuilder replacement, ImmutableList<? extends Tok> toks) { in addTrivia()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/share/
DSyncDebuggee.java44 StreamTokenizer toks = new StreamTokenizer(new FileReader("/proc/self/stat")); in getPid() local
/external/clang/unittests/Basic/
DSourceManagerTest.cpp90 std::vector<Token> toks; in TEST_F() local
210 std::vector<Token> toks; in TEST_F() local
314 std::vector<Token> toks; in TEST_F() local
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_cmdline.c103 struct tgsi_token toks[65536]; in main() local
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/
DInputOutput.java67 protected final void computeRanges(List<? extends Input.Tok> toks) { in computeRanges()
/external/angle/third_party/vulkan-deps/vulkan-headers/src/registry/
Dparse_dependency.py83 def push_first(toks): argument
/external/ipsec-tools/src/racoon/
Dgssapi.c448 vchar_t *toks; in gssapi_get_itokens() local
483 vchar_t *toks; in gssapi_get_rtokens() local
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_program.c96 struct tgsi_token toks[32]; in assemble_tgsi() local
/external/libpcap/
Dgrammar.y.in230 str2tok(const char *str, const struct tok *toks)
Dgrammar.c259 str2tok(const char *str, const struct tok *toks) in str2tok()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_cmdline.c374 struct tgsi_token toks[65536]; in main() local
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/parser/
Dparser.go173 toks []*Token // all the lexed tokens member
400 toks []*Token // all tokens member
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/parser/
Dparser.go173 toks []*Token // all the lexed tokens member
400 toks []*Token // all tokens member
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/parser/
Dparser.go173 toks []*Token // all the lexed tokens member
400 toks []*Token // all tokens member
/external/perfetto/src/trace_processor/importers/systrace/
Dsystrace_parser.cc315 std::vector<std::string> toks = base::SplitString(name.ToStdString(), ","); in PostProcessSpecialSliceBegin() local
/external/iw/
Dwowlan.c133 char *len, *offs, *toks; in wowlan_parse_tcp_file() local
/external/mesa3d/src/gallium/frontends/nine/
Dnine_ff.c174 const struct tgsi_token *toks = ureg_get_tokens(ureg, NULL); in nine_ureg_tgsi_dump() local
/external/python/setuptools/pkg_resources/_vendor/
Dpyparsing.py1006 def _defaultSuccessDebugAction( instring, startloc, endloc, expr, toks ): argument
4792 def verifyCol(strg,locn,toks): argument
/external/python/setuptools/setuptools/_vendor/
Dpyparsing.py1006 def _defaultSuccessDebugAction( instring, startloc, endloc, expr, toks ): argument
4792 def verifyCol(strg,locn,toks): argument

12