/external/chromium_org/sandbox/win/tests/validation_tests/ |
commands.h | 13 // Tries to open the process_id. Returns a SboxTestResult. 16 // Tries to open thread_id. Returns a SboxTestResult. 19 // Tries to open path for read access. Returns a SboxTestResult. 22 // Tries to open path for write access. Returns a SboxTestResult. 25 // Tries to open a registry key. 28 // Tries to open the workstation's input desktop as long as the 32 // Tries to switch the interactive desktop. Returns a SboxTestResult.
|
/external/chromium_org/tools/valgrind/gtest_exclude/ |
media_unittests.gtest.txt | 1 # This test tries to record fake audio in real-time.
|
/dalvik/dx/tests/034-dex-minimal/ |
info.txt | 3 The first test tries to create the truly minimal dex file by using the 7 The second test tries to convert a minimal classfile and ensures that
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/ |
README | 9 fixjsstyle.py - tries to fix errors automatically
|
/external/chromium_org/third_party/closure_linter/ |
README | 9 fixjsstyle.py - tries to fix errors automatically
|
/ndk/tests/build/ndk-build-unit-tests/ |
build.sh | 3 # within the build system, not anything that tries to build something.
|
/external/dexmaker/src/dx/java/com/android/dx/io/ |
Code.java | 25 private final Try[] tries; field in class:Code 29 short[] instructions, Try[] tries, CatchHandler[] catchHandlers) { 35 this.tries = tries; 60 return tries;
|
/external/chromium_org/sandbox/win/sandbox_poc/pocdll/ |
exports.h | 17 // Tries to open several known system path and outputs 22 // Tries to find all handles open in the process and prints the name of the 53 // Receives a hwnd and tries to close it. This is the callback for EnumWindows. 60 // Tries to listen on the port 88. 64 // Lists all processes on the system and tries to open them 68 // Lists all threads on the system and tries to open them 72 // Tries to open some known system registry key and outputs the result. 80 // Tries to read pixels on the monitor and output if the operation
|
/external/eigen/bench/ |
basicbenchmark.cpp | 21 const int tries = 10; local 26 BOOST_PP_SEQ_ELEM(1,EL),BOOST_PP_SEQ_ELEM(1,EL)), BOOST_PP_SEQ_ELEM(2,EL), tries) \
|
basicbenchmark.h | 38 double benchBasic(const MatrixType& mat, int size, int tries) __attribute__((noinline)); 41 double benchBasic(const MatrixType& mat, int iterations, int tries) 52 for(uint t=0; t<tries; ++t)
|
quatmul.cpp | 22 int tries = 10; local 32 BENCH(t, tries, rep, quatmul_default(a,b,c)); 35 BENCH(t, tries, rep, quatmul_novec(a,b,c));
|
benchEigenSolver.cpp | 23 #ifndef TRIES 24 #define TRIES 4 55 for (int t=0; t<TRIES; ++t) 69 for (int t=0; t<TRIES; ++t) 99 for (int t=0; t<TRIES; ++t) 110 // for (int t=0; t<TRIES; ++t) 144 for (int t=0; t<TRIES; ++t) 155 for (int t=0; t<TRIES; ++t)
|
/external/llvm/test/Transforms/DeadArgElim/ |
2008-06-23-DeadAfterLive.ll | 4 ; This test tries to catch wrongful removal of return values for a specific case 12 ; This function doesn't use the return value @test5 and tries to lure DAE into
|
/external/llvm/test/Transforms/Inline/ |
2004-04-15-InlineDeletesCall.ll | 4 ; call. Then the inliner tries to inline the second call, which no longer
|
/libcore/dex/src/main/java/com/android/dex/ |
Code.java | 25 private final Try[] tries; field in class:Code 29 short[] instructions, Try[] tries, CatchHandler[] catchHandlers) { 35 this.tries = tries; 60 return tries;
|
/external/chromium_org/tools/xdisplaycheck/ |
xdisplaycheck.cc | 5 // This is a small program that tries to connect to the X server. It 65 int tries; local 66 for (tries = 0; tries < kNumTries; ++tries) { 70 Sleep(10 * tries); 78 fprintf(stderr, "Connected after %d retries\n", tries);
|
/dalvik/dx/tests/061-dex-try-catch/ |
expected.txt | 19 tries: 32 tries: 47 tries:
|
/bootable/recovery/minadbd/ |
utils.h | 42 /* tries to add a character to the buffer, in case of overflow 47 /* tries to add a string to the buffer */ 50 /* tries to add a bytes to the buffer. the input can contain zero bytes, 55 /* tries to add a formatted string to a bounded buffer */
|
/dalvik/dx/tests/055-dex-explicit-throw/ |
expected.txt | 15 tries:
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/ |
DHParametersHelper.java | 30 int tries = 0; local 38 tries++; 53 logger.info("Generated safe primes: " + tries + " tries took " + duration + "ms");
|
/external/chromium/chrome/browser/resources/chromeos/ |
sim_unlock.js | 45 var tries = simInfo.tries; 57 'enterPinTriesMessage', tries); 61 'incorrectPinTriesMessage', tries); 76 'incorrectPinTriesMessage', tries); 92 'incorrectPinTriesMessage', tries); 104 $('locked-pin-no-tries-overlay').hidden = false; 108 if (tries && tries >= 0) { 110 'enterPukWarning', tries); [all...] |
/external/chromium/chrome/browser/ui/webui/chromeos/ |
sim_unlock_ui.h | 16 // - Display "SIM card is blocked" message when there're no PUK tries left.
|
/external/chromium_org/third_party/WebKit/ManualTests/resources/ |
before-go-back.html | 13 When you click on the above link, one page is loaded and tries to go back.
|
/external/chromium_org/tools/gyp/test/dependencies/ |
gyptest-extra-targets.py | 17 # This should fail if it tries to build 'c_unused' since 'c/c.c' has a syntax
|
/external/llvm/test/CodeGen/ARM/ |
2011-03-23-PeepholeBug.ll | 31 %tries.0 = sub i32 2147483647, %indvar 32 %tmp1 = icmp sgt i32 %tries.0, 0
|