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

  /external/clang/unittests/Lex/
LexerTest.cpp 1 //===- unittests/Lex/LexerTest.cpp ------ Lexer tests ---------------------===//
48 class LexerTest : public ::testing::Test {
50 LexerTest()
119 TEST_F(LexerTest, GetSourceTextExpandsToMaximumInMacroArgument) {
133 TEST_F(LexerTest, GetSourceTextExpandsToMaximumInMacroArgumentForEndOfMacro) {
145 TEST_F(LexerTest, GetSourceTextExpandsInMacroArgumentForBeginOfMacro) {
158 TEST_F(LexerTest, GetSourceTextExpandsInMacroArgumentForEndOfMacro) {
171 TEST_F(LexerTest, GetSourceTextInSeparateFnMacros) {
185 TEST_F(LexerTest, GetSourceTextWorksAcrossTokenPastes) {
200 TEST_F(LexerTest, GetSourceTextExpandsAcrossMultipleMacroCalls)
    [all...]
  /external/smali/smali/src/test/java/org/jf/smali/
LexerTest.java 48 public class LexerTest {
134 String smaliFile = String.format("LexerTest%s%s.smali", File.separatorChar, test);
135 String tokensFile = String.format("LexerTest%s%s.tokens", File.separatorChar, test);
140 LexerTest.class.getClassLoader().getResourceAsStream(tokensFile)));
157 InputStream smaliStream = LexerTest.class.getClassLoader().getResourceAsStream(smaliFile);
  /external/turbine/javatests/com/google/turbine/parse/
LexerTest.java 30 public class LexerTest {
  /external/libmojo/mojo/public/tools/bindings/pylib/mojom_tests/parse/
lexer_unittest.py 55 class LexerTest(unittest.TestCase):
  /development/vndk/tools/sourcedr/sourcedr/tests/
test_ninja.py 135 class LexerTest(unittest.TestCase):

Completed in 92 milliseconds