OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LexerTest
(Results
1 - 2
of
2
) sorted by null
/external/clang/unittests/Lex/
LexerTest.cpp
1
//===- unittests/Lex/
LexerTest
.cpp ------ Lexer tests ---------------------===//
46
class
LexerTest
: public ::testing::Test {
48
LexerTest
()
111
TEST_F(
LexerTest
, GetSourceTextExpandsToMaximumInMacroArgument) {
125
TEST_F(
LexerTest
, GetSourceTextExpandsToMaximumInMacroArgumentForEndOfMacro) {
137
TEST_F(
LexerTest
, GetSourceTextExpandsInMacroArgumentForBeginOfMacro) {
150
TEST_F(
LexerTest
, GetSourceTextExpandsInMacroArgumentForEndOfMacro) {
163
TEST_F(
LexerTest
, GetSourceTextInSeparateFnMacros) {
177
TEST_F(
LexerTest
, GetSourceTextWorksAcrossTokenPastes) {
192
TEST_F(
LexerTest
, GetSourceTextExpandsAcrossMultipleMacroCalls)
[
all
...]
/external/smali/smali/src/test/java/
LexerTest.java
43
public class
LexerTest
{
129
String smaliFile = String.format("
LexerTest
%s%s.smali", File.separatorChar, test);
130
String tokensFile = String.format("
LexerTest
%s%s.tokens", File.separatorChar, test);
135
LexerTest
.class.getClassLoader().getResourceAsStream(tokensFile)));
152
InputStream smaliStream =
LexerTest
.class.getClassLoader().getResourceAsStream(smaliFile);
Completed in 84 milliseconds