/ndk/sources/host-tools/make-3.81/tests/scripts/variables/ |
automatic | 15 .SUFFIXES: 16 .SUFFIXES: .x .y .z 58 .SUFFIXES: 85 .SUFFIXES: .b .src
|
/packages/apps/Settings/ |
wrap_alpha.py | 5 # assume everything needs alpha suffixes
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
dircache.py | 38 """Add '/' suffixes to directories."""
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
dircache.py | 38 """Add '/' suffixes to directories."""
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
dircache.py | 38 """Add '/' suffixes to directories."""
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
dircache.py | 38 """Add '/' suffixes to directories."""
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/ |
tls-err-1.s | 1 ; Like pic-err-1.s but for non-pic TLS suffixes.
|
tls-err-2.s | 1 ; Like tls-err-1.s but for PIC TLS suffixes.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/ |
x86-64-rep-suffix.d | 3 #name: x86-64 (ILP32) rep prefix (with suffixes)
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
x86-64-rep-suffix.d | 2 #name: x86-64 rep prefix (with suffixes)
|
x86-64-suffix.d | 2 #name: x86-64 rep prefix (with suffixes)
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/ |
util.py | 120 def ObjectToURI(obj, *suffixes): 127 *suffixes: Suffixes to append. For example, ObjectToUri(bucketuri, 'foo') 135 return 'file://%s' % os.path.abspath(os.path.join(obj.name, *suffixes)) 137 return 'file://%s' % os.path.join(obj, *suffixes) 139 if suffixes: 140 uri = _NormalizeURI('/'.join([uri] + list(suffixes)))
|
/external/icu/icu4c/source/i18n/ |
collationiterator.cpp | 323 // All contraction suffixes start with characters with lccc!=0 337 // All contraction suffixes start with characters with lccc!=0 499 // and therefore need not remember the suffixes state from before a mismatch for retrying. 501 UCharsTrie suffixes(p); 502 if(skipped != NULL && !skipped->isEmpty()) { skipped->saveTrieState(suffixes); } 503 UStringTrieResult match = suffixes.firstForCodePoint(c); 507 ce32 = (uint32_t)suffixes.getValue(); 511 if(skipped != NULL && !skipped->isEmpty()) { skipped->saveTrieState(suffixes); } 535 d, suffixes, ce32, lookAhead, c, errorCode); 548 match = suffixes.nextForCodePoint(c) [all...] |
/external/compiler-rt/test/tsan/ |
lit.cfg | 71 # Default test suffixes. 72 config.suffixes = ['.c', '.cc', '.cpp', '.m', '.mm']
|
/external/compiler-rt/test/ubsan/ |
lit.common.cfg | 65 # Default test suffixes. 66 config.suffixes = ['.c', '.cc', '.cpp']
|
/external/icu/icu4c/source/extra/uconv/ |
makedata.mak | 59 # Suffixes for data files 60 .SUFFIXES : .ucm .cnv .dll .dat .res .txt .c
|
/external/llvm/test/Unit/ |
lit.cfg | 12 # suffixes: A list of file extensions to treat as test files. 13 config.suffixes = []
|
/frameworks/compile/slang/lit-tests/ |
lit.cfg | 8 # suffixes: A list of file extensions to treat as test files. 9 config.suffixes = ['.rs', '.ll']
|
/external/autotest/frontend/tko/ |
preconfigs.py | 11 suffix: list of suffixes after the 'preconfigs' directory to navigate to
|
/external/bison/lib/ |
Makefile.am | 26 SUFFIXES =
|
/external/clang/test/Parser/ |
cxx11-user-defined-literals.cpp | 134 void operator""_?""_?(unsigned long long) {} // expected-error {{differing user-defined suffixes ('_?' and '_?') in string literal concatenation}} 135 void operator""_?""_\u212f(unsigned long long) {} // expected-error {{differing user-defined suffixes ('_?' and '_?') in string literal concatenation}} 136 void operator""_\u212e""_?(unsigned long long) {} // expected-error {{differing user-defined suffixes ('_?' and '_?') in string literal concatenation}} 137 void operator""_\u212e""_\u212f(unsigned long long) {} // expected-error {{differing user-defined suffixes ('_?' and '_?') in string literal concatenation}}
|
/external/clang/test/Preprocessor/ |
output_paste_avoid.cpp | 41 // Be careful with UD-suffixes.
|
/external/clang/test/SemaTemplate/ |
canonical-expr-type.cpp | 51 // Test canonicalization doesn't conflate different literal suffixes.
|
/external/compiler-rt/test/lsan/ |
lit.common.cfg | 51 config.suffixes = ['.c', '.cc', '.cpp']
|
/external/compiler-rt/test/sanitizer_common/ |
lit.common.cfg | 48 config.suffixes = ['.c', '.cc', '.cpp']
|