/external/libvpx/libvpx/examples/ |
vp9_spatial_svc_encoder.c | 54 ARG_DEF(NULL, "pass", 1, "Pass to execute (1/2)"); 56 ARG_DEF(NULL, "fpf", 1, "First pass statistics file name"); 92 int pass; member in struct:__anon13694 114 int pass = 0; local 174 pass = arg_parse_uint(&arg); 175 if (pass < 1 || pass > 2) { 176 die("Error: Invalid pass selected (%d)\n", pass); [all...] |
/external/llvm/lib/Analysis/ |
RegionPass.cpp | 1 //===- RegionPass.cpp - Region Pass and Region Pass Manager ---------------===// 46 /// Pass Manager itself does not invalidate any analysis info. 58 // Collect inherited analysis from Module level pass manager. 113 // is a function pass and it's really expensive to verify every 138 // some memory, and avoids trouble with the pass manager trying to call 142 Pass *P = getContainedPass(Index); 162 // Print the region tree after all pass. 165 << " after all region Pass:\n"; 175 errs().indent(Offset*2) << "Region Pass Manager\n" [all...] |
/art/test/474-fp-sub-neg/ |
info.txt | 1 Regression check for optimizing simplify instruction pass.
|
/art/test/800-smali/ |
expected.txt | 28 b/22331663 (pass)
|
/cts/hostsidetests/appsecurity/test-apps/SplitApp/ |
README | 4 the native code, make the following change to the NDK to pass through
|
/external/compiler-rt/test/builtins/Unit/ppc/ |
test | 17 echo "pass"
|
/external/compiler-rt/test/tsan/ |
thread_leak.c | 13 printf("PASS\n");
|
thread_leak2.c | 13 printf("PASS\n");
|
/external/jemalloc/include/msvc_compat/C99/ |
stdbool.h | 7 /* Note this doesn't pass autoconf's test because (bool) 0.5 != true */
|
/external/lldb/utils/vim-lldb/python-vim-lldb/ |
plugin.py | 11 pass
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_quad_stipple.c | 21 unsigned pass = nr; local 26 pass = 0; 51 quads[pass++] = quad; 54 qs->next->run(qs->next, quads, pass);
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/ |
PassCommandHandler.java | 25 * CommandHandler for the PASS command. Handler logic:
47 String replyMessageKey = (userAccount.isAccountRequiredForLogin()) ? "pass.needAccount" : "pass";
50 sendReply(session, ReplyCodes.PASS_LOG_IN_FAILED, "pass.loginFailed");
|
/external/openssh/contrib/hpux/ |
egd | 2 # EGD_ARGS: Command line arguments to pass to egd
|
/external/regex-re2/ |
runtests | 9 echo PASS
|
/external/skia/include/core/ |
SkBlurTypes.h | 24 kHigh_SkBlurQuality, //!< e.g. 3-pass similar to gaussian
|
/external/skia/src/svg/ |
SkSVGCanvas.cpp | 12 // TODO: pass full bounds to the device
|
/external/v8/test/webkit/ |
array-reset-large-index-expected.txt | 26 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 29 PASS array[10001] is 5 30 PASS array[10002] is "b" 31 PASS successfullyParsed is true
|
array-sort-numericCompare-expected.txt | 26 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 29 PASS [3,1,5,2,4].sort(doSort) is [1,2,3,4,5] 30 PASS [3,1,5,2,4].sort(dontSort) is [3,1,5,2,4] 31 PASS successfullyParsed is true
|
array-sort-sparse-expected.txt | 26 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 29 PASS testSort([,undefined,0,1]) is true 30 PASS testSort({length:4,1:undefined,2:0,3:1}) is true 31 PASS successfullyParsed is true
|
call-apply-crash-expected.txt | 26 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 29 PASS Did not crash using apply 30 PASS Did not crash using apply 31 PASS successfullyParsed is true
|
closure-inside-extra-arg-call-expected.txt | 26 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 29 PASS c1() is "xyxy" 30 PASS c2() is "xyxy" 31 PASS successfullyParsed is true
|
codegen-assign-nontemporary-as-rexp.js | 31 var victim = 'PASS'; 41 shouldBe("assign_as_rexp_1()", "'PASS'"); 46 var victim = 'PASS'; 56 shouldBe("assign_as_rexp_2()", "'PASS'");
|
const-without-initializer-expected.txt | 26 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 29 PASS f is undefined 30 PASS f is undefined 31 PASS successfullyParsed is true
|
constant-count-expected.txt | 26 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 29 PASS a is undefined 30 PASS f() is undefined 31 PASS successfullyParsed is true
|
dfg-inline-early-return-expected.txt | 26 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 29 PASS foo(42) is 42 30 PASS bar(42) is 42 31 PASS successfullyParsed is true
|