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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/rs/rsov/compiler/
Builtin_test.cpp 35 PassQueue passes; local
36 passes.append(rs2spirv::CreateBuiltinPass());
37 auto words1 = passes.run(words);
  /frameworks/rs/rsov/compiler/spirit/
pass_queue_test.cpp 101 PassQueue passes; local
102 passes.append(new MulToAddTransformer());
103 auto m1 = passes.run(m.get());
122 PassQueue passes; local
123 passes.append(new InPlaceModifyingPass());
124 auto m1 = passes.run(m.get());
142 PassQueue passes; local
143 passes.append(new Deleter());
144 auto m1 = passes.run(m.get());
158 PassQueue passes; local
182 PassQueue passes; local
209 PassQueue passes; local
228 PassQueue passes; local
252 PassQueue passes; local
278 PassQueue passes; local
    [all...]
  /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
  /external/autotest/client/site_tests/security_ProfilePermissions/
security_ProfilePermissions.py 56 passes = []
59 passes.append(self.check_owner_mode(homepath, "chronos", 0755))
62 passes.append(self.check_owner_mode(user_mountpt, "chronos",
69 # passes if it emits no output. The first test is the main one.
110 passes.append(False)
124 passes.append(self.check_owner_mode(vaultpath,
126 passes.append(self.check_owner_mode(mountpath, "root", 0700))
127 passes.append(self.check_owner_mode(mountpath + "/../master.0",
129 passes.append(self.check_owner_mode(mountpath + "/../",
131 passes.append(self.check_owner_mode(mountpath + "/../../"
    [all...]
  /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/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);
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/
script.exp 49 set passes 1
66 set passes 0
73 set passes 0
80 set passes 0
86 set passes 0
93 set passes 0
100 set passes 0
103 if { $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 readonly passes=$(vpxenc_passes_param)
234 "${passes}" \
249 local readonly passes=$(vpxenc_passes_param)
253 "${passes}" \
    [all...]
  /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/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/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/v8/tools/testrunner/local/
verbose.py 47 skipped = timeout = nocrash = passes = fail_ok = fail = 0
50 passes += 1
58 if list(o) == [statusfile.PASS]: passes += 1
66 "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 298 ::FunctionPassManager passes(JM()->mpCurrentModule);
300 passes.add(createBreakCriticalEdgesPass());
301 passes.add(createCFGSimplificationPass());
302 passes.add(createEarlyCSEPass());
303 passes.add(createPromoteMemoryToRegisterPass());
304 passes.add(createCFGSimplificationPass());
305 passes.add(createEarlyCSEPass());
306 passes.add(createInstructionCombiningPass());
307 passes.add(createInstructionSimplifierPass());
308 passes.add(createConstantPropagationPass())
    [all...]
  /frameworks/native/services/surfaceflinger/tests/fakehwc/
FakeComposerUtils.cpp 85 bool passes = true; local
88 passes &= valuesMatch(message, ref.mDisplayFrame, val.mDisplayFrame, "display frame");
89 passes &= valuesMatch(message, ref.mPlaneAlpha, val.mPlaneAlpha, "alpha");
90 passes &= valuesMatch(message, ref.mSwapCount, val.mSwapCount, "swap count");
91 passes &= valuesMatch(message, ref.mSourceCrop, val.mSourceCrop, "source crop");
93 if (passes) {
  /system/extras/zram-perf/
zram-perf.cpp 77 size_t passes = 4; local
81 for (int i = 0; i < passes; i++) {
93 cout << "read: " << (double)devSize * passes / 1024.0 / 1024.0 / (duration / 1000.0 / 1000.0) << "MB/s" << endl;
98 size_t passes = 4; local
102 for (int i = 0; i < passes; i++) {
115 cout << "write: " << (double)devSize * passes / 1024.0 / 1024.0 / (duration / 1000.0 / 1000.0) << "MB/s" << endl;
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
copylock_func.go 13 func BadFunc(sync.Mutex) {} // ERROR "BadFunc passes lock by value: sync.Mutex"
14 func BadFunc2(sync.Map) {} // ERROR "BadFunc2 passes lock by value: sync.Map contains sync.Mutex"
20 BadClosure = func(sync.Mutex) {} // ERROR "func passes lock by value: sync.Mutex"
21 BadClosure2 = func(sync.Map) {} // ERROR "func passes lock by value: sync.Map contains sync.Mutex"
29 func (EmbeddedRWMutex) BadMeth() {} // ERROR "BadMeth passes lock by value: testdata.EmbeddedRWMutex"
31 func BadFunc(EmbeddedRWMutex) {} // ERROR "BadFunc passes lock by value: testdata.EmbeddedRWMutex"
40 func (FieldMutex) BadMeth() {} // ERROR "BadMeth passes lock by value: testdata.FieldMutex contains sync.Mutex"
42 func BadFunc(FieldMutex, int) {} // ERROR "BadFunc passes lock by value: testdata.FieldMutex contains sync.Mutex"
57 func (L0) Bad() {} // ERROR "Bad passes lock by value: testdata.L0 contains testdata.L1 contains testdata.L2"
81 func Bad(CustomLock) {} // ERROR "Bad passes lock by value: testdata.CustomLock
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/
copylock_func.go 13 func BadFunc(sync.Mutex) {} // ERROR "BadFunc passes lock by value: sync.Mutex"
14 func BadFunc2(sync.Map) {} // ERROR "BadFunc2 passes lock by value: sync.Map contains sync.Mutex"
20 BadClosure = func(sync.Mutex) {} // ERROR "func passes lock by value: sync.Mutex"
21 BadClosure2 = func(sync.Map) {} // ERROR "func passes lock by value: sync.Map contains sync.Mutex"
29 func (EmbeddedRWMutex) BadMeth() {} // ERROR "BadMeth passes lock by value: testdata.EmbeddedRWMutex"
31 func BadFunc(EmbeddedRWMutex) {} // ERROR "BadFunc passes lock by value: testdata.EmbeddedRWMutex"
40 func (FieldMutex) BadMeth() {} // ERROR "BadMeth passes lock by value: testdata.FieldMutex contains sync.Mutex"
42 func BadFunc(FieldMutex, int) {} // ERROR "BadFunc passes lock by value: testdata.FieldMutex contains sync.Mutex"
57 func (L0) Bad() {} // ERROR "Bad passes lock by value: testdata.L0 contains testdata.L1 contains testdata.L2"
81 func Bad(CustomLock) {} // ERROR "Bad passes lock by value: testdata.CustomLock
    [all...]
  /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/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 1200 milliseconds

1 2 3 4 5 6 7 8 91011>>