Searched refs:t (Results 1 – 8 of 8) sorted by relevance
/scripts/ |
A D | dso-ordering-test.py | 519 return t 971 if obj in t.deps and len(t.deps[obj]) > 1: 1018 t.sh = open(testpfx_src + t.test_name + ".sh", "w") 1031 enum_permutations(t, list (t.dep_permutations.items())) 1037 if t.xfail: 1051 % (t.test_name, test_srcdir, t.test_name, 1056 if t.xtest: 1071 t.sh.close() 1081 t = None 1143 if t: [all …]
|
A D | gen-tunables.awk | 24 /^[ \t]*$/ { 103 attr = gensub(/^[ \t]+|[ \t]+$/, "", "g", arr[1]) 104 val = gensub(/^[ \t]+|[ \t]+$/, "", "g", arr[2]) 160 t = indices[1]; 163 printf (" TUNABLE_ENUM_NAME(%s, %s, %s),\n", t, n, m); 176 t = indices[1]; 179 printf (" {TUNABLE_NAME_S(%s, %s, %s)", t, n, m) 181 types[t,n,m], minvals[t,n,m], maxvals[t,n,m], 182 default_val[t,n,m], security_level[t,n,m], env_alias[t,n,m]);
|
A D | merge-test-results.sh | 36 for t in "$@"; do 37 if [ -s "$objpfx$t.test-result" ]; then 42 IFS= read -r line < "$objpfx$t.test-result" 45 echo "UNRESOLVED: $subdir$t"
|
A D | gen-libc-abis | 7 while read s t; do 9 if test -z "$t"; then 14 $t) printf " LIBC_ABI_%s,\n" "$s"
|
A D | check-c++-types.sh | 43 while read t; do 44 echo -n "$t:" 50 void foo ($t) { }
|
A D | build-many-glibcs.py | 1046 for t in all_tests: 1047 if t in old_build_results: 1048 old_res = old_build_results[t] 1051 if t in build_results: 1052 new_res = build_results[t] 1056 result_changes[t] = '%s -> %s' % (old_res, new_res) 1058 old_ever_passed = {t for t in self.build_state[action]['ever-passed'] 1059 if t in build_results} 1060 new_passes = {t for t in build_results if build_results[t] == 'PASS'}
|
A D | pylintrc | 177 # String used as indentation unit. This is usually " " (4 spaces) or "\t" (1 197 # system, and so shouldn't trigger E0201 when accessed. Python regular
|
A D | config.sub | 1322 # Don't forget version if it is 3.2v4 or newer.
|
Completed in 18 milliseconds