OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:suffixes
(Results
26 - 50
of
734
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/common/
simplefileflags.py
49
def MatchesSuffixes(filename,
suffixes
):
50
"""Returns whether the given filename matches one of the given
suffixes
.
54
suffixes
: Sequence of
suffixes
to check.
57
Whether the given filename matches one of the given
suffixes
.
60
return suffix in
suffixes
63
def _GetUserSpecifiedFiles(argv,
suffixes
):
71
suffixes
: Expected
suffixes
for the file type being checked.
89
if MatchesSuffixes(f,
suffixes
)
[
all
...]
/external/llvm/test/CodeGen/WinEH/
lit.local.cfg
1
# FIXME: For now, override
suffixes
to exclude any .s tests, because some of the
7
config.
suffixes
= ['.ll', '.test', '.txt']
/external/llvm/test/CodeGen/X86/
lit.local.cfg
1
# FIXME: For now, override
suffixes
to exclude any .s tests, because some of the
7
config.
suffixes
= ['.ll', '.test', '.txt']
/external/llvm/test/MC/ARM/
inst-arm-suffixes.s
12
@ CHECK-ERROR: width
suffixes
are invalid in ARM mode
14
@ CHECK-ERROR: width
suffixes
are invalid in ARM mode
/external/clang/test/CXX/lex/lex.literal/lex.ext/
p9.cpp
10
"P"_x "Q" "R"_y; // expected-error {{differing user-defined
suffixes
('_x' and '_y') in string literal concatenation}}
p10.cpp
4
void operator "" wibble(const char *); // expected-warning {{user-defined literal
suffixes
not starting with '_' are reserved; no literal will invoke this operator}}
5
void operator "" wibble(const char *, size_t); // expected-warning {{user-defined literal
suffixes
not starting with '_' are reserved; no literal will invoke this operator}}