/external/llvm/lib/Fuzzer/test/ |
lit.cfg | 5 config.suffixes = ['.test']
|
/external/llvm/utils/lit/tests/Inputs/discovery/ |
lit.cfg | 3 config.suffixes = ['.txt']
|
/external/nanopb-c/examples/network_server/ |
Makefile | 10 .SUFFIXES:
|
/external/nanopb-c/examples/using_union_messages/ |
Makefile | 13 .SUFFIXES:
|
/external/selinux/policycoreutils/mcstrans/ |
TODO | 7 Make prefixes and suffixes optional (ex. SECRET REL AUS == SECRET AUS).
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/ |
tls-err-3.s | 1 ; Check that TLS PIC suffixes aren't accepted when non-PIC.
|
/external/clang/test/CXX/lex/lex.literal/lex.ext/ |
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}}
|
p8.cpp | 18 const char *u = "foo" "bar"_id "baz" "quux"_di "corge"; // expected-error {{differing user-defined suffixes ('_id' and '_di') in string literal concatenation}}
|
/external/compiler-rt/test/msan/ |
lit.cfg | 28 # Default test suffixes. 29 config.suffixes = ['.c', '.cc', '.cpp']
|
/external/compiler-rt/test/safestack/ |
lit.cfg | 11 # Test suffixes. 12 config.suffixes = ['.c', '.cc', '.cpp', '.m', '.mm', '.ll', '.test']
|
/external/compiler-rt/unittests/ |
lit.common.unit.cfg | 15 # Setup test suffixes. 16 config.suffixes = []
|
/frameworks/base/libs/hwui/utils/ |
StringUtils.h | 42 static const char* SUFFIXES[] = {"B", "KiB", "MiB"}; 49 stream << std::fixed << std::setprecision(2) << temp << SUFFIXES[suffix];
|
/prebuilts/go/darwin-x86/doc/codewalk/ |
markov.go | 13 potential textual suffixes for a given prefix. Consider this text: 18 and suffixes, or "chain": (This table assumes a prefix length of two words.) 34 example), choose one of the suffixes associated with that prefix at random 38 until we can't find any suffixes for the current prefix or we exceed the word 73 // Chain contains a map ("chain") of prefixes to a list of suffixes. 75 // A suffix is a single word. A prefix can have multiple suffixes. 87 // parses it into prefixes and suffixes that are stored in Chain.
|
/prebuilts/go/linux-x86/doc/codewalk/ |
markov.go | 13 potential textual suffixes for a given prefix. Consider this text: 18 and suffixes, or "chain": (This table assumes a prefix length of two words.) 34 example), choose one of the suffixes associated with that prefix at random 38 until we can't find any suffixes for the current prefix or we exceed the word 73 // Chain contains a map ("chain") of prefixes to a list of suffixes. 75 // A suffix is a single word. A prefix can have multiple suffixes. 87 // parses it into prefixes and suffixes that are stored in Chain.
|
/build/target/product/ |
vboot.mk | 22 # We expect this file to exist with the suffixes ".vbprivk" and ".vbpupk".
|
/cts/tests/tests/drm/src/android/drm/cts/ |
DrmSupportInfoTest.java | 43 // Note that null file suffix is valid (for files without suffixes) 121 Iterator<String> suffixes = info.getFileSuffixIterator(); local 122 assertTrue(suffixes.hasNext()); 123 String suffix = (String) suffixes.next();
|
/external/nanopb-c/examples/using_double_on_avr/ |
Makefile | 10 .SUFFIXES:
|
/external/selinux/libselinux/src/ |
file_path_suffixes.h | 1 /* File name suffixes. */
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
rep-suffix.d | 2 #name: i386 rep prefix (with suffixes)
|
/external/compiler-rt/test/profile/ |
lit.cfg | 32 # Test suffixes. 33 config.suffixes = ['.c', '.cc', '.cpp', '.m', '.mm', '.ll', '.test']
|
/external/libcxx/test/ |
lit.cfg | 17 # suffixes: A list of file extensions to treat as test files. 18 config.suffixes = ['.pass.cpp', '.fail.cpp', '.sh.cpp']
|
/external/llvm/utils/lit/tests/ |
lit.cfg | 16 # suffixes: A list of file extensions to treat as test files. 17 config.suffixes = ['.py']
|
/frameworks/compile/libbcc/tests/libbcc/ |
lit.cfg | 10 # suffixes: A list of file extensions to treat as test files. 11 config.suffixes = ['.ll']
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/ |
lit.cfg | 17 # suffixes: A list of file extensions to treat as test files. 18 config.suffixes = ['.pass.cpp', '.fail.cpp', '.sh.cpp']
|
/ndk/sources/host-tools/make-3.81/ |
rule.h | 26 char **suffixes; /* Suffixes (after `%') of each target. */ member in struct:rule
|