HomeSort by relevance Sort by last modified time
    Searched refs:passes (Results 1 - 25 of 142) sorted by null

1 2 3 4 5 6

  /external/icu/icu4c/source/test/perf/utrie2perf/
utrie2perf.sh 23 $PERF CheckFCD -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
24 # $PERF CheckFCDAlwaysGet -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
25 # $PERF CheckFCDUTF8 -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
26 $PERF ToNFC -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
27 $PERF GetBiDiClass -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
utrie2perf.bat 17 %PERF% CheckFCD -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
18 rem %PERF% CheckFCDAlwaysGet -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
19 rem %PERF% CheckFCDUTF8 -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
20 %PERF% ToNFC -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
21 %PERF% GetBiDiClass -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
  /art/tools/checker/file_format/c1visualizer/
struct.py 22 self.passes = []
25 self.passes.append(new_pass)
28 for entry in self.passes:
35 and self.passes == other.passes
  /external/libvpx/libvpx/test/
vpxenc.sh 85 --passes=1
93 # Forces --passes to 1 with CONFIG_REALTIME_ONLY.
96 echo "--passes=1"
98 echo "--passes=2"
181 --passes=2
202 --passes=2
230 local passes=$(vpxenc_passes_param)
234 "${passes}" \
249 local passes=$(vpxenc_passes_param)
253 "${passes}" \
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/
5-3.c 36 int fails = 0, passes = 0; variable
41 passes += 1;
96 fails = NUMTESTS - passes;
98 printf("passes %d, fails %d\n", passes, fails);
  /external/linux-kselftest/tools/testing/selftests/powerpc/security/
rfi_flush.c 48 int fd, passes = 0, iter, rc = 0; local
89 passes++;
91 passes++;
98 if (passes < repetitions) {
103 repetitions - passes, repetitions);
110 passes, repetitions);
120 passes = 0;
  /external/llvm/utils/release/
findRegressions-simple.py 66 passes = {}
71 passes[x] = ''
90 passes[x] += t + "\n"
104 passes[x] += t + "\n"
110 passes[x] += t + "\n"
138 if len(passes['compile state']) != 0:
139 print 'NEW PASSES: Compilation'
140 print passes['compile state']
142 if len(passes['exec state']) != 0:
143 print 'NEW PASSES: Execution
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/release/
findRegressions-simple.py 66 passes = {}
71 passes[x] = ''
90 passes[x] += t + "\n"
104 passes[x] += t + "\n"
110 passes[x] += t + "\n"
138 if len(passes['compile state']) != 0:
139 print 'NEW PASSES: Compilation'
140 print passes['compile state']
142 if len(passes['exec state']) != 0:
143 print 'NEW PASSES: Execution
    [all...]
  /external/icu/icu4c/source/test/perf/unisetperf/draft/
contperf.sh 24 $PERF Contains --type $type -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 10000
span16perf.sh 24 $PERF SpanUTF16 --type $type -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 10000
span8perf.sh 24 $PERF SpanUTF8 --type $type -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 10000
  /external/libaom/libaom/apps/
aomenc.h 38 int passes; member in struct:AvxEncoderConfig
  /external/libpng/contrib/libtests/
readpng.c 75 int passes = png_set_interlace_handling(png_ptr); local
77 int passes = png_get_interlace_type(png_ptr, info_ptr) == local
84 for (pass = 0; pass < passes; ++pass)
89 if (passes == PNG_INTERLACE_ADAM7_PASSES)
  /external/libvpx/libvpx/
vpxenc.h 38 int passes; member in struct:VpxEncoderConfig
  /external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/
JSON-check.py 14 passes = 0 variable
46 passes += 1
51 sys.stdout.write("{} checks passed\n".format(passes))
  /external/v8/tools/testrunner/local/
verbose.py 49 skipped = nocrash = passes = fail_ok = fail = crash = 0
58 passes += 1
70 "pass": passes,
  /art/tools/bisection_search/
bisection_test.py 37 _PASSES: list of strings, passes run by testable
90 passes = None
92 passes = keyword_args['run_passes']
94 passes = ordered_args[1]
95 if passes is not None:
96 self.assertIn(self._MANDATORY_PASS, passes)
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
streamout_jit.cpp 299 ::FunctionPassManager passes(JM()->mpCurrentModule);
301 passes.add(createBreakCriticalEdgesPass());
302 passes.add(createCFGSimplificationPass());
303 passes.add(createEarlyCSEPass());
304 passes.add(createPromoteMemoryToRegisterPass());
305 passes.add(createCFGSimplificationPass());
306 passes.add(createEarlyCSEPass());
307 passes.add(createInstructionCombiningPass());
308 passes.add(createInstructionSimplifierPass());
309 passes.add(createConstantPropagationPass())
    [all...]
  /external/harfbuzz_ng/test/shaping/
run-tests.py 30 passes = 0 variable
116 passes += 1
127 passes += 1
130 print ("%d tests passed; %d failed; %d skipped." % (passes, fails, skips)) # file=sys.stderr
131 if not (fails + passes):
138 elif passes:
  /external/deqp-deps/SPIRV-Tools/source/reduce/
reducer.cpp 35 std::vector<std::unique_ptr<ReductionPass>> passes; member in struct:spvtools::reduce::Reducer::Impl
43 for (auto& pass : impl_->passes) {
70 // Determines whether, on completing one round of reduction passes, it is
74 // Apply round after round of reduction passes until we hit the reduction
78 // At the start of a round of reduction passes, assume another round will
82 // Iterate through the available passes
83 for (auto& pass : impl_->passes) {
119 // note that it's worth doing another round of reduction passes.
145 impl_->passes.push_back(std::move(reduction_pass));
  /external/swiftshader/third_party/SPIRV-Tools/source/reduce/
reducer.cpp 35 std::vector<std::unique_ptr<ReductionPass>> passes; member in struct:spvtools::reduce::Reducer::Impl
43 for (auto& pass : impl_->passes) {
70 // Determines whether, on completing one round of reduction passes, it is
74 // Apply round after round of reduction passes until we hit the reduction
78 // At the start of a round of reduction passes, assume another round will
82 // Iterate through the available passes
83 for (auto& pass : impl_->passes) {
119 // note that it's worth doing another round of reduction passes.
145 impl_->passes.push_back(std::move(reduction_pass));
  /external/swiftshader/third_party/LLVM/tools/
Makefile 54 PARALLEL_DIRS += bugpoint-passes
73 PARALLEL_DIRS := $(filter-out bugpoint-passes, \
  /external/swiftshader/third_party/LLVM/tools/lto/
LTOCodeGenerator.cpp 25 #include "llvm/Analysis/Passes.h"
311 PassManager passes; local
312 passes.add(createVerifierPass());
354 passes.add(createInternalizePass(mustPreserveList));
357 passes.run(*mergedModule);
362 /// Optimize merged modules using various IPO passes
378 // Instantiate the pass manager to organize the passes.
379 PassManager passes; local
382 passes.add(createVerifierPass());
385 passes.add(new TargetData(*_target->getTargetData()))
    [all...]
  /external/linux-kselftest/tools/testing/selftests/bpf/
test_section_names.c 191 int passes = 0; local
199 ++passes;
201 printf("Summary: %d PASSED, %d FAILED\n", passes, fails);
  /external/autotest/client/site_tests/security_OpenFDs/
security_OpenFDs.py 159 passes = []
184 passes.append(self.check_process('chrome', 'type=plugin', filters,
211 passes.append(self.check_process('chrome', 'type=renderer', filters,
214 if False in passes:

Completed in 1003 milliseconds

1 2 3 4 5 6