Searched refs:opt_level (Results 1 - 10 of 10) sorted by relevance
/third_party/python/Lib/ |
H A D | compileall.py | 206 for opt_level in optimize: 208 opt_cfiles[opt_level] = fullname + 'c' 210 if opt_level >= 0: 211 opt = opt_level if opt_level >= 1 else '' 214 opt_cfiles[opt_level] = cfile 217 opt_cfiles[opt_level] = cfile 238 for index, opt_level in enumerate(optimize): 239 cfile = opt_cfiles[opt_level] 241 optimize=opt_level, [all...] |
/third_party/icu/icu4c/source/samples/coll/ |
H A D | coll.cpp | 57 int opt_level = 0; variable 82 {"-level", OptSpec::NUM, &opt_level}, 209 if (opt_level != 0) { in processCollator() 210 switch (opt_level) { in processCollator()
|
/third_party/skia/third_party/externals/icu/source/samples/coll/ |
H A D | coll.cpp | 57 int opt_level = 0; variable 82 {"-level", OptSpec::NUM, &opt_level}, 209 if (opt_level != 0) { in processCollator() 210 switch (opt_level) { in processCollator()
|
/third_party/icu/icu4c/source/samples/strsrch/ |
H A D | strsrch.cpp | 61 int opt_level = 0; variable 90 {"-level", OptSpec::NUM, &opt_level}, 199 if (opt_level != 0) { in processCollator() 200 switch (opt_level) { in processCollator()
|
/third_party/skia/third_party/externals/icu/source/samples/strsrch/ |
H A D | strsrch.cpp | 61 int opt_level = 0; variable 90 {"-level", OptSpec::NUM, &opt_level}, 199 if (opt_level != 0) { in processCollator() 200 switch (opt_level) { in processCollator()
|
/third_party/mbedtls/scripts/ |
H A D | code_size_compare.py | 60 opt_level: str, 69 :param: opt_level: Options that control optimization. (E.g. -Os) 76 self.opt_level = opt_level 182 - size_dist_info.opt_level: Options that control optimization. 190 self.opt_level = size_dist_info.opt_level 229 cflags.append(self.opt_level) 930 # version, git_rev, arch, config, compiler, opt_level
|
/third_party/python/Lib/test/ |
H A D | test_compileall.py | 411 for opt_level in "", 1, 2, 3: 413 optimization=opt_level)) 418 for opt_level in opt_combination: 419 self.assertTrue(os.path.isfile(bc[opt_level])) 421 os.unlink(bc[opt_level]) 866 for opt_level in "", 1, 2, 3: 868 optimization=opt_level)) 875 for opt_level in opt_combination: 876 self.assertTrue(os.path.isfile(bc[int(opt_level)])) 878 os.unlink(bc[opt_level]) [all...] |
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
H A D | CollationPerformanceTest.java | 119 static int opt_level = 0; field in CollationPerformanceTest 877 if (opt_level != 0) { in setOptions() 878 switch (opt_level) { in setOptions() 1000 opt_level = Integer.parseInt(temp_opt_level.toString()); in processOptions()
|
/third_party/icu/icu4c/source/test/perf/collationperf/ |
H A D | collperf.cpp | 134 int opt_level = 0; variable 171 {"-level", OptSpec::NUM, &opt_level}, 1486 if (opt_level != 0) { in main() 1487 switch (opt_level) { in main()
|
/third_party/python/Lib/importlib/ |
H A D | _bootstrap_external.py | 540 opt_level = optimization[len(_OPT):] 541 if not opt_level.isalnum():
|
Completed in 12 milliseconds