Home
last modified time | relevance | path

Searched full:stringliterals (Results 1 – 11 of 11) sorted by relevance

/external/antlr/tool/src/main/java/org/antlr/tool/
DAssignTokenTypesBehavior.java41 protected Map<String,Integer> stringLiterals = new TreeMap<String, Integer>(); field in AssignTokenTypesBehavior
98 stringLiterals.put(t.getText(), UNASSIGNED_IN_PARSER_RULE); in trackString()
207 System.out.println("stringLiterals="+stringLiterals); in defineTokens()
220 System.out.println("stringLiterals="+stringLiterals); in defineTokens()
249 for (Map.Entry<String, Integer> entry : stringLiterals.entrySet()) { in assignStringTypes()
255 stringLiterals.put(lit, typeI); in assignStringTypes()
273 if ( literal.charAt(0)=='\'' && stringLiterals.get(literal)!=null ) { in aliasTokenIDsAndLiterals()
274 stringLiterals.put(literal, tokens.get(tokenID)); in aliasTokenIDsAndLiterals()
301 for (Map.Entry<String, Integer> entry : stringLiterals.entrySet()) { in defineTokenNamesAndLiteralsInGrammar()
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/
Dbinary_to_text.literal_test.cpp43 StringLiterals, RoundTripLiteralsTest,
78 StringLiterals, RoundTripSpecialCaseLiteralsTest,
Dtext_to_binary.debug_test.cpp176 // UTF-8, quoting, escaping, etc. are covered in the StringLiterals tests in
/external/deqp-deps/SPIRV-Tools/test/
Dbinary_to_text.literal_test.cpp43 StringLiterals, RoundTripLiteralsTest,
78 StringLiterals, RoundTripSpecialCaseLiteralsTest,
Dtext_to_binary.debug_test.cpp176 // UTF-8, quoting, escaping, etc. are covered in the StringLiterals tests in
/external/swiftshader/third_party/SPIRV-Tools/test/
Dbinary_to_text.literal_test.cpp43 StringLiterals, RoundTripLiteralsTest,
78 StringLiterals, RoundTripSpecialCaseLiteralsTest,
Dtext_to_binary.debug_test.cpp176 // UTF-8, quoting, escaping, etc. are covered in the StringLiterals tests in
/external/google-java-format/core/src/test/resources/com/google/googlejavaformat/java/testdata/
DS.output5 * Statements, StringLiterals, SuperConstructorInvocations, SuperFieldAccesses,
DS.input5 * Statements, StringLiterals, SuperConstructorInvocations, SuperFieldAccesses,
/external/grpc-grpc/src/ruby/
D.rubocop_todo.yml502 Style/StringLiterals:
/external/clang/unittests/ASTMatchers/
DASTMatchersNodeTest.cpp629 TEST(Matcher, StringLiterals) { in TEST() argument