/external/llvm/lib/Fuzzer/test/unit/ |
lit.cfg | 6 config.suffixes = []
|
/external/llvm/test/Bindings/OCaml/ |
lit.local.cfg | 1 config.suffixes = ['.ml']
|
/external/llvm/test/tools/dsymutil/ARM/ |
lit.local.cfg | 6 config.suffixes = ['.test', '.cpp', '.c']
|
/external/llvm/utils/lit/tests/Inputs/discovery/subsuite/ |
lit.cfg | 3 config.suffixes = ['.txt']
|
/external/llvm/utils/lit/tests/Inputs/progress-bar/ |
lit.cfg | 3 config.suffixes = ['.txt']
|
/external/llvm/utils/lit/tests/Inputs/shtest-shell/ |
lit.cfg | 3 config.suffixes = ['.txt']
|
/external/llvm/utils/lit/tests/Inputs/unittest-adaptor/ |
lit.cfg | 3 config.suffixes = ['.txt']
|
/external/clang/test/CXX/lex/lex.literal/lex.ext/ |
p1.cpp | 3 void operator "" p31(long double); // expected-warning{{user-defined literal suffixes not starting with '_' are reserved}} 5 long double operator "" pi(long double); // expected-warning{{user-defined literal suffixes not starting with '_' are reserved}}
|
p9.cpp | 10 "P"_x "Q" "R"_y; // expected-error {{differing user-defined suffixes ('_x' and '_y') in string literal concatenation}}
|
/external/clang/test/Parser/ |
cxx0x-literal-operators.cpp | 6 expected-warning{{user-defined literal suffixes not starting with '_' are reserved}} 8 expected-warning{{user-defined literal suffixes not starting with '_' are reserved}}
|
/external/chromium-trace/catapult/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', '.mir', '.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
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
inst-po-2.l | 3 [^:]*:10: Error: width suffixes are invalid in ARM mode 4 [^:]*:11: Error: width suffixes are invalid in ARM mode
|
/external/llvm/test/CodeGen/AArch64/ |
lit.local.cfg | 3 config.suffixes = ['.ll']
|
/external/llvm/test/CodeGen/SystemZ/Large/ |
lit.local.cfg | 1 config.suffixes = ['.py']
|
/external/llvm/utils/lit/tests/Inputs/exec-discovery-in-tree/ |
lit.cfg | 8 config.suffixes = ['.txt']
|
/external/llvm/utils/lit/tests/Inputs/shtest-format/ |
lit.cfg | 3 config.suffixes = ['.txt']
|
/external/avahi/avahi-python/avahi/ |
ServiceTypeDatabase.py.in | 35 self.suffixes = () 40 self.suffixes += (l[0] + "@" + l[1], ) 42 self.suffixes += (l[0], ) 51 self.suffixes += (k + "@" + l[1], ) 53 self.suffixes += (k, ) 56 self.suffixes = tuple(map(lambda x: "["+x+"]", self.suffixes)) + ("", ) 60 for suffix in self.suffixes: 74 for suffix in self.suffixes: 83 for suffix in self.suffixes [all...] |
/external/clang/test/Driver/ |
lto.c | 17 // llvm-bc and llvm-ll outputs need to match regular suffixes 20 // RUN: FileCheck -check-prefix=CHECK-COMPILELINK-SUFFIXES < %t %s 22 // CHECK-COMPILELINK-SUFFIXES: "-o" "{{.*}}lto.i" "-x" "c" "{{.*}}lto.c" 23 // CHECK-COMPILELINK-SUFFIXES: "-o" "{{.*}}lto.bc" {{.*}}"{{.*}}lto.i" 24 // CHECK-COMPILELINK-SUFFIXES: "-o" "{{.*}}lto.o" {{.*}}"{{.*}}lto.bc" 25 // CHECK-COMPILELINK-SUFFIXES: "{{.*}}a.{{(out|exe)}}" {{.*}}"{{.*}}lto.o" 28 // RUN: FileCheck -check-prefix=CHECK-COMPILE-SUFFIXES < %t %s 30 // CHECK-COMPILE-SUFFIXES: "-o" "{{.*}}lto.s" "-x" "c" "{{.*}}lto.c"
|
lit.local.cfg | 1 config.suffixes = ['.c', '.cpp', '.h', '.m', '.mm', '.S', '.s', '.f90', '.f95',
|
/external/compiler-rt/test/dfsan/ |
lit.cfg | 21 # Default test suffixes. 22 config.suffixes = ['.c', '.cc', '.cpp']
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/z80/ |
suffix.d | 2 #name: suffixes
|
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/ |
fixjsstyle.py | 46 suffixes = ['.js'] 48 suffixes += ['.%s' % ext for ext in FLAGS.additional_extensions] 50 files = fileflags.GetFileList(argv, 'JavaScript', suffixes)
|