/external/llvm/utils/lit/lit/ |
TestingConfig.py | 63 suffixes = set(), 118 def __init__(self, parent, name, suffixes, test_format, 124 self.suffixes = set(suffixes) 143 self.suffixes = set(self.suffixes)
|
/external/libdivsufsort/lib/ |
divsufsort.c | 35 /* Sorts suffixes of type B*. */ 59 type B* suffixes into the array SA. */ 93 /* Sort the type B* suffixes by their first two characters. */ 158 /* Construct the inverse suffix array of type B* suffixes using trsort. */ 161 /* Set the sorted order of tyoe B* suffixes. */ 179 /* Move all type B* suffixes to the correct position. */ 192 /* Constructs the suffix array by using the sorted order of type B* suffixes. */ 203 /* Construct the sorted order of type B suffixes by using 204 the sorted order of type B* suffixes. */ 233 the sorted order of type B suffixes. * [all...] |
/external/skia/bench/ |
gen_bench_expectations.py | 119 """Gets all the suffixes available in the directory""" 126 def download_bench_data(builder, commit_hash, suffixes, directory): 130 for suffix in suffixes: 179 suffixes = get_file_suffixes(args.git_revision, args.input_dir) 180 print "Using suffixes: {}".format(suffixes) 187 builder, commit, suffixes, args.input_dir)
|
/ndk/sources/host-tools/make-3.81/ |
rule.c | 54 /* Pointer to structure for the file .SUFFIXES 55 whose dependencies are the suffixes to be searched. */ 215 All rules for the suffixes on the .SUFFIXES list 226 /* Compute maximum length of all the suffixes. */ 371 r->suffixes = (char **) xmalloc (2 * sizeof (char *)); 375 r->suffixes[1] = 0; 382 r->suffixes[0] = find_percent (r->targets[0]); 383 if (r->suffixes[0] == 0) 387 ++r->suffixes[0] [all...] |
/prebuilts/go/darwin-x86/src/index/suffixarray/ |
qsufsort.go | 11 // Consecutive groups of suffixes in sa are labeled as sorted groups or 12 // unsorted groups. For a given pass of the sorter, all suffixes are ordered 13 // up to their first h characters, and sa is h-ordered. Suffixes in their 15 // Consecutive groups of suffixes with identical first h characters are an 42 for sa[0] > -len(sa) { // until all suffixes are one big sorted group 43 // The suffixes are h-ordered, make them 2*h-ordered
|
/prebuilts/go/linux-x86/src/index/suffixarray/ |
qsufsort.go | 11 // Consecutive groups of suffixes in sa are labeled as sorted groups or 12 // unsorted groups. For a given pass of the sorter, all suffixes are ordered 13 // up to their first h characters, and sa is h-ordered. Suffixes in their 15 // Consecutive groups of suffixes with identical first h characters are an 42 for sa[0] > -len(sa) { // until all suffixes are one big sorted group 43 // The suffixes are h-ordered, make them 2*h-ordered
|
/external/antlr/antlr-3.4/runtime/C/doxygen/ |
generate.dox | 21 /// In order to use the rulefile, you must adopt the following suffixes for your grammar files, though they are otherwise optional: 48 /// You may also wish to use these suffixes if you are building your projects using Makefiles, as this makes the output deterministic.
|
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/ |
gjslint.py | 157 suffixes = ['.js'] 159 suffixes += ['.%s' % ext for ext in FLAGS.additional_extensions] 161 suffixes += ['.html', '.htm'] 162 return fileflags.GetFileList(argv, 'JavaScript', suffixes) 266 suffixes = ['.js'] 268 suffixes += ['.%s' % ext for ext in FLAGS.additional_extensions] 270 suffixes += ['.html', '.htm'] 271 paths = fileflags.GetFileList(argv, 'JavaScript', suffixes)
|
/external/libcxxabi/test/ |
lit.cfg | 20 # suffixes: A list of file extensions to treat as test files. 21 config.suffixes = ['.cpp']
|
/frameworks/base/core/tests/coretests/src/android/app/ |
SuggestionProvider.java | 70 String[] suffixes = { "", "a", " foo", "XXXXXXXXXXXXXXXXX" }; local 71 for (String suffix : suffixes) {
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
lit.cfg | 20 # suffixes: A list of file extensions to treat as test files. 21 config.suffixes = ['.cpp']
|
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
PathBrowser.py | 73 suffixes = imp.get_suffixes() 75 for suff, mode, flag in suffixes:
|
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
PathBrowser.py | 73 suffixes = imp.get_suffixes() 75 for suff, mode, flag in suffixes:
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
PathBrowser.py | 73 suffixes = imp.get_suffixes() 75 for suff, mode, flag in suffixes:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
PathBrowser.py | 73 suffixes = imp.get_suffixes() 75 for suff, mode, flag in suffixes:
|
/system/connectivity/shill/ |
resolver.h | 51 // DNS servers in |dns_servers|, and a list of DNS search suffixes in 59 // Sets the list of ignored DNS search suffixes. This list will be used
|
/build/target/product/ |
verity.mk | 28 # We expect this file to exist with the suffixes ".x509.pem" and ".pk8".
|
/external/clang/utils/perf-training/ |
lit.cfg | 27 config.suffixes = ['.c', '.cpp', '.m', '.mm', '.cu', '.ll', '.cl', '.s', '.S', '.modulemap']
|
/external/compiler-rt/test/cfi/ |
lit.cfg | 5 config.suffixes = ['.c', '.cpp', '.test']
|
/external/dhcpcd-6.8.2/dev/ |
Makefile | 17 .SUFFIXES: .So .so
|
/external/llvm/test/MC/AMDGPU/ |
vop3-vop1-nosrc.s | 5 // FIXME: We should be printing _e64 suffixes for these.
|
/external/llvm/utils/lit/tests/Inputs/test-data/ |
lit.cfg | 40 config.suffixes = ['.ini']
|
/external/selinux/policycoreutils/sandbox/ |
sandbox.5 | 25 How much memory to allow sandbox to use. The default is 80%. Users can specify either a percentage or a value in the form of a number followed by one of the suffixes K, M, G to denote kilobytes, megabytes or gigabytes respectively. Ex: 50% or 100M
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
vpathgpath | 18 .SUFFIXES: .a .b .c .d
|
/ndk/sources/host-tools/make-3.81/tests/scripts/options/ |
dash-n | 43 .SUFFIXES:
|