/external/libvpx/libvpx/test/ |
D | vpxenc.sh | 181 --passes=2 202 --passes=2 230 local readonly passes=$(vpxenc_passes_param) 234 "${passes}" \ 249 local readonly passes=$(vpxenc_passes_param) 253 "${passes}" \ 343 --passes=2 355 local readonly passes=$(vpxenc_passes_param) 361 "${passes}" \ 374 local readonly passes=$(vpxenc_passes_param) [all …]
|
/external/autotest/client/site_tests/security_ProfilePermissions/ |
D | 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", 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 + "/../../", 134 if False in passes:
|
/external/llvm/utils/release/ |
D | 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: 140 print passes['compile state'] 142 if len(passes['exec state']) != 0: 144 print passes['exec state']
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | streamout_jit.cpp | 298 ::FunctionPassManager passes(JM()->mpCurrentModule); in Create() 300 passes.add(createBreakCriticalEdgesPass()); in Create() 301 passes.add(createCFGSimplificationPass()); in Create() 302 passes.add(createEarlyCSEPass()); in Create() 303 passes.add(createPromoteMemoryToRegisterPass()); in Create() 304 passes.add(createCFGSimplificationPass()); in Create() 305 passes.add(createEarlyCSEPass()); in Create() 306 passes.add(createInstructionCombiningPass()); in Create() 307 passes.add(createInstructionSimplifierPass()); in Create() 308 passes.add(createConstantPropagationPass()); in Create() [all …]
|
/external/llvm/test/Other/ |
D | pass-pipeline-parsing.ll | 2 ; RUN: -passes=no-op-module,no-op-module %s 2>&1 \ 10 ; RUN: -passes='module(no-op-module,no-op-module)' %s 2>&1 \ 20 ; RUN: -passes=no-op-function,no-op-function %s 2>&1 \ 31 ; RUN: -passes='function(no-op-function,no-op-function)' %s 2>&1 \ 42 ; RUN: -passes='no-op-module,function(no-op-function,no-op-function),no-op-module' %s 2>&1 \ 55 ; RUN: -passes='no-op-module)' %s 2>&1 \ 60 ; RUN: -passes='module(no-op-module))' %s 2>&1 \ 65 ; RUN: -passes='module(no-op-module' %s 2>&1 \ 70 ; RUN: -passes='no-op-function)' %s 2>&1 \ 75 ; RUN: -passes='function(no-op-function))' %s 2>&1 \ [all …]
|
D | new-pass-manager.ll | 9 ; RUN: -passes=no-op-module %s 2>&1 \ 16 ; RUN: -passes=no-op-cgscc %s 2>&1 \ 19 ; RUN: -passes='cgscc(no-op-cgscc)' %s 2>&1 \ 32 ; RUN: -passes=no-op-function %s 2>&1 \ 35 ; RUN: -passes='function(no-op-function)' %s 2>&1 \ 45 ; RUN: opt -disable-output -debug-pass-manager -passes=print %s 2>&1 \ 55 ; RUN: opt -disable-output -debug-pass-manager -disable-verify -passes='print,verify' %s 2>&1 \ 64 ; RUN: opt -disable-output -debug-pass-manager -passes='function(print)' %s 2>&1 \ 78 ; RUN: opt -disable-output -debug-pass-manager -disable-verify -passes='function(print,verify)' %s … 89 ; RUN: opt -S -o - -passes='no-op-module,no-op-module' %s \ [all …]
|
/external/icu/icu4c/source/test/perf/utrie2perf/ |
D | 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
|
D | utrie2perf.sh | 23 $PERF CheckFCD -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
|
/external/llvm/test/Transforms/SampleProfile/ |
D | syntax.ll | 10 ; RUN: opt < %s -passes=sample-profile -sample-profile-file=%S/Inputs/syntax.prof 2>&1 | FileCheck … 11 ; RUN: not opt < %s -passes=sample-profile -sample-profile-file=missing.prof 2>&1 | FileCheck -chec… 12 ; RUN: not opt < %s -passes=sample-profile -sample-profile-file=%S/Inputs/bad_fn_header.prof 2>&1 |… 13 ; RUN: not opt < %s -passes=sample-profile -sample-profile-file=%S/Inputs/bad_sample_line.prof 2>&1… 14 ; RUN: not opt < %s -passes=sample-profile -sample-profile-file=%S/Inputs/bad_line_values.prof 2>&1… 15 ; RUN: not opt < %s -passes=sample-profile -sample-profile-file=%S/Inputs/bad_discriminator_value.p… 16 ; RUN: not opt < %s -passes=sample-profile -sample-profile-file=%S/Inputs/bad_samples.prof 2>&1 | F… 17 ; RUN: opt < %s -passes=sample-profile -sample-profile-file=%S/Inputs/bad_mangle.prof 2>&1 >/dev/nu…
|
/external/swiftshader/third_party/LLVM/tools/lto/ |
D | LTOCodeGenerator.cpp | 311 PassManager passes; in applyScopeRestrictions() local 312 passes.add(createVerifierPass()); in applyScopeRestrictions() 354 passes.add(createInternalizePass(mustPreserveList)); in applyScopeRestrictions() 357 passes.run(*mergedModule); in applyScopeRestrictions() 379 PassManager passes; in generateObjectFile() local 382 passes.add(createVerifierPass()); in generateObjectFile() 385 passes.add(new TargetData(*_target->getTargetData())); in generateObjectFile() 387 PassManagerBuilder().populateLTOPassManager(passes, /*Internalize=*/ false, in generateObjectFile() 391 passes.add(createVerifierPass()); in generateObjectFile() 407 passes.run(*mergedModule); in generateObjectFile()
|
/external/skia/src/gpu/ops/ |
D | GrDefaultPathRenderer.cpp | 500 const GrUserStencilSettings* passes[2]; in internalDrawPath() local 507 passes[0] = &gDirectToStencil; in internalDrawPath() 509 passes[0] = &userStencilSettings; in internalDrawPath() 516 passes[0] = &gDirectToStencil; in internalDrawPath() 518 passes[0] = &userStencilSettings; in internalDrawPath() 527 passes[0] = &gEOStencilPass; in internalDrawPath() 535 passes[1] = &gInvEOColorPass; in internalDrawPath() 537 passes[1] = &gEOColorPass; in internalDrawPath() 546 passes[0] = &gWindStencilPass; in internalDrawPath() 554 passes[passCount-1] = &gInvWindColorPass; in internalDrawPath() [all …]
|
D | GrMSAAPathRenderer.cpp | 603 const GrUserStencilSettings* passes[2] = {nullptr, nullptr}; in internalDrawPath() local 608 passes[0] = &gDirectToStencil; in internalDrawPath() 610 passes[0] = &userStencilSettings; in internalDrawPath() 618 passes[0] = &gEOStencilPass; in internalDrawPath() 620 passes[1] = reverse ? &gInvEOColorPass : &gEOColorPass; in internalDrawPath() 628 passes[0] = &gWindStencilPass; in internalDrawPath() 630 passes[1] = reverse ? &gInvWindColorPass : &gWindColorPass; in internalDrawPath() 645 SkASSERT(passes[0]); in internalDrawPath() 647 bool firstPassIsStencil = stencilOnly || passes[1]; in internalDrawPath() 655 passes[0]); in internalDrawPath() [all …]
|
/external/skqp/src/gpu/ops/ |
D | GrDefaultPathRenderer.cpp | 500 const GrUserStencilSettings* passes[2]; in internalDrawPath() local 507 passes[0] = &gDirectToStencil; in internalDrawPath() 509 passes[0] = &userStencilSettings; in internalDrawPath() 516 passes[0] = &gDirectToStencil; in internalDrawPath() 518 passes[0] = &userStencilSettings; in internalDrawPath() 527 passes[0] = &gEOStencilPass; in internalDrawPath() 535 passes[1] = &gInvEOColorPass; in internalDrawPath() 537 passes[1] = &gEOColorPass; in internalDrawPath() 546 passes[0] = &gWindStencilPass; in internalDrawPath() 554 passes[passCount-1] = &gInvWindColorPass; in internalDrawPath() [all …]
|
D | GrMSAAPathRenderer.cpp | 603 const GrUserStencilSettings* passes[2] = {nullptr, nullptr}; in internalDrawPath() local 608 passes[0] = &gDirectToStencil; in internalDrawPath() 610 passes[0] = &userStencilSettings; in internalDrawPath() 618 passes[0] = &gEOStencilPass; in internalDrawPath() 620 passes[1] = reverse ? &gInvEOColorPass : &gEOColorPass; in internalDrawPath() 628 passes[0] = &gWindStencilPass; in internalDrawPath() 630 passes[1] = reverse ? &gInvWindColorPass : &gWindColorPass; in internalDrawPath() 645 SkASSERT(passes[0]); in internalDrawPath() 647 bool firstPassIsStencil = stencilOnly || passes[1]; in internalDrawPath() 655 passes[0]); in internalDrawPath() [all …]
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/ |
D | 5-3.c | 36 int fails = 0, passes = 0; variable 41 passes += 1; in handler() 96 fails = NUMTESTS - passes; in main() 98 printf("passes %d, fails %d\n", passes, fails); in main()
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | rewriter_config.proto | 20 // passes in the optimizers field. 62 // Configures memory optimization passes through the meta-optimizer. Has no 63 // effect on manually requested memory optimization passes in the optimizers 77 // Configures AutoParallel optimization passes either through the 86 // (the auto_parallel field) apply to manually requested optimization passes 87 // ("autoparallel"). Memory optimization passes ("memory") invoked here are 88 // not configurable (in contrast to memory optimization passes through the
|
/external/libpng/contrib/libtests/ |
D | readpng.c | 75 int passes = png_set_interlace_handling(png_ptr); in read_png() local 77 int passes = png_get_interlace_type(png_ptr, info_ptr) == in read_png() local 84 for (pass = 0; pass < passes; ++pass) in read_png() 89 if (passes == PNG_INTERLACE_ADAM7_PASSES) in read_png()
|
/external/v8/tools/testrunner/local/ |
D | 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,
|
/external/llvm/docs/ |
D | WritingAnLLVMPass.rst | 12 passes are where most of the interesting parts of the compiler exist. Passes 17 All LLVM passes are subclasses of the `Pass 28 passes. One of the main features of the LLVM Pass Framework is that it 29 schedules passes to run in an efficient way based on the constraints that your 39 Here we describe how to write the "hello world" of passes. The "Hello" pass is 208 contained in an anonymous namespace --- this reflects the fact that passes 265 nice command line option (:option:`--time-passes`) that allows you to get 266 information about the execution time of your pass along with the other passes 271 $ opt -load ../../Debug+Asserts/lib/Hello.so -hello -time-passes < hello.bc > /dev/null 288 passes listed are automatically inserted by the :program:`opt` tool to verify [all …]
|
/external/llvm/test/Instrumentation/InstrProfiling/ |
D | platform.ll | 4 ; RUN: opt < %s -mtriple=x86_64-apple-macosx10.10.0 -passes=instrprof -S | FileCheck %s -check-pref… 6 ; RUN: opt < %s -mtriple=x86_64-unknown-linux -passes=instrprof -S | FileCheck %s -check-prefix=LIN… 8 ; RUN: opt < %s -mtriple=x86_64-unknown-freebsd -passes=instrprof -S | FileCheck %s -check-prefix=F… 10 ; RUN: opt < %s -mtriple=x86_64-scei-ps4 -passes=instrprof -S | FileCheck %s -check-prefix=PS4 12 ; RUN: opt < %s -mtriple=x86_64-pc-solaris -passes=instrprof -S | FileCheck %s -check-prefix=SOLARIS
|
/external/llvm/docs/CommandGuide/ |
D | bugpoint.rst | 7 **bugpoint** [*options*] [*input LLVM ll/bc files*] [*LLVM passes*] **--args** 13 **bugpoint** narrows down the source of problems in LLVM tools and passes. It 78 Do not run the specified passes to clean up and reduce the size of the test 79 program. By default, **bugpoint** uses these passes internally when attempting to 80 reduce test programs. If you're trying to find a bug in one of these passes, 91 Continually randomize the specified passes and run them on the test program 106 register new optimization passes. Once loaded, the object will add new command 170 This script will "fail" as long as FileCheck passes. So the result 171 will be the minimum bitcode that passes FileCheck.
|
D | opt.rst | 61 analysis passes in any order. The :option:`-help` option lists all the passes 72 disables most passes. 91 .. option:: -time-passes 98 If this is a debug build, this option will enable debug printouts from passes 105 optimization or analysis passes. Once loaded, the object will add new command
|
/external/autotest/client/site_tests/security_OpenFDs/ |
D | 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:
|
/external/valgrind/perf/ |
D | fbench.c | 707 long passes; local 745 passes = 0; 763 passes++; 764 if ((passes % 100L) == 0) { 765 printf("Pass %ld.\n", passes); 842 passes, i + 1);
|
/external/valgrind/memcheck/tests/ |
D | vcpu_fbench.c | 711 long passes; local 749 passes = 0; 767 passes++; 768 if ((passes % 100L) == 0) { 769 printf("Pass %ld.\n", passes); 846 passes, i + 1);
|