/external/llvm/test/Bitcode/ |
AutoUpgradeGlobals.ll | 1 ; This isn't really an assembly file. It just runs test on bitcode to ensure
|
/external/opencv/cvaux/src/ |
cvprewarp.cpp | 52 int *runs_1, /* result runs 1 */ 53 int *runs_2, /* result runs 2 */ 54 int *num_runs_1, /* numbers of first runs */ 90 int *runs, /* result runs */ 111 runs[run_index++] = 0; 112 runs[run_index++] = curr_color; 124 runs[run_index++] = index; 125 runs[run_index++] = color; 133 runs[run_index++] = index [all...] |
/external/valgrind/main/memcheck/tests/ |
vcpu_fbench.stdout.exp | 7 adjust iteration count so the benchmark runs about five minutes.
|
realloc2.c | 3 realloc time due to bad ordering of the things happening. Now runs
|
/libcore/junit/src/main/java/junit/framework/ |
Test.java | 14 * Runs a test and collects its result in a TestResult instance.
|
/external/clang/www/timing-data/2009-06-26/ |
sketch.txt | 22 runs = [] 23 runs.append(( { 'cc':"clang_pch", 36 runs.append(( { 'cc':"gcc", 49 runs.append(( { 'cc':"clang_pch", 62 runs.append(( { 'cc':"gcc", 75 runs.append(( { 'cc':"clang_pch", 88 runs.append(( { 'cc':"gcc", 101 runs.append(( { 'cc':"clang_pch", 114 runs.append(( { 'cc':"gcc", 127 runs.append(( { 'cc':"clang_pch" [all...] |
176.gcc.txt | 22 runs = [] 23 runs.append(( { 'cc':"clang_pch", 36 runs.append(( { 'cc':"gcc", 49 runs.append(( { 'cc':"clang_pch", 62 runs.append(( { 'cc':"gcc", 75 runs.append(( { 'cc':"clang_pch", 88 runs.append(( { 'cc':"gcc", 101 runs.append(( { 'cc':"clang_pch", 114 runs.append(( { 'cc':"clang_pch", 127 runs.append(( { 'cc':"gcc" [all...] |
/cts/tests/src/android/theme/cts/ |
ActionBarModifier.java | 28 * Runs the basic test case that performs no modifications on the {@link ActionBar}. 33 * Runs the test that turns the icon on the {@link ActionBar} into the up icon version. 38 * Runs the test that displays tabs in the {@link ActionBar}. 43 * Runs the test that displays a list ({@link Spinner}-style) in the {@link ActionBar}. 48 * Runs the test that displays only the icon and not the title in the {@link ActionBar}. 53 * Runs the test that displays only the icon in the {@link ActionBar}. 58 * Runs the test that displays action items in the {@link ActionBar}. 63 * Runs the test that displays a {@link SearchView} as an action view in the {@link ActionBar}. 68 * Runs the test that displays a {@link SearchView} as a collapsable action view (opened) in
|
/build/target/board/vbox_x86/ |
README.txt | 8 This emulation is useful because VirtualBox runs much faster then does the
|
/dalvik/dx/tests/088-ssa-combine-blocks/ |
info.txt | 1 This is a test case for the identical-block combining algorithm, which runs after the SSA optimizer to recombine identical blocks (usually exception handlers) created during edge-splitting.
|
/development/samples/Alarm/ |
_index.html | 14 In the sample, the service simply runs for 15 seconds and then stops itself. The wait is 16 set up a service that runs multiple threads that depend on one or more objects that must be 23 thirty seconds, runs for 15 seconds, stops, and then runs again automatically in another
|
/external/chromium/chrome/browser/ |
power_save_blocker_win.cc | 11 // Runs on UI thread only.
|
/external/icu4c/test/intltest/ |
tfsmalls.h | 18 * runs tests in 4 local routines,
|
/external/icu4c/tools/genprops/misc/ |
ucdstrip.pl | 6 # The Perl option -p above runs a while(<>) loop and prints the expression output.
|
/external/icu4c/tools/genprops/ |
ucdstrip.pl | 6 # The Perl option -p above runs a while(<>) loop and prints the expression output.
|
/frameworks/base/tests/CoreTests/ |
run_junit.sh | 0 # runs unit tests over adb shell using dalvikvm. The value added is setting the classpath for you
|
/external/chromium/net/disk_cache/ |
in_flight_io.cc | 15 // Runs on the primary thread. 28 // Runs on the background thread. 51 // Runs on a background thread. 67 // Runs on the primary thread. 81 // Runs on the primary thread.
|
/external/chromium/chrome/browser/ui/views/autocomplete/ |
autocomplete_result_view.h | 74 typedef std::vector<RunData> Runs; 76 // Predicate functions for use when sorting the runs. 83 // Elides |runs| to fit in |remaining_width|. The runs in |runs| should be in 97 void Elide(Runs* runs, int remaining_width) const;
|
/dalvik/dx/src/junit/extensions/ |
RepeatedTest.java | 6 * A Decorator that runs a test repeatedly.
|
/dalvik/dx/tests/034-dex-minimal/ |
info.txt | 8 the conversion runs without failure, though the contents of the
|
/dalvik/hit/test/ |
testparser | 5 # debug launch line tha turns off the jit and runs a debug server
|
/external/junit/src/junit/extensions/ |
RepeatedTest.java | 7 * A Decorator that runs a test repeatedly.
|
/external/srtp/crypto/test/ |
stat_driver.c | 59 printf("runs %d\n", stat_test_runs(buffer)); 66 printf("runs %d\n", stat_test_runs(buffer)); 79 printf("runs %d\n", stat_test_runs(buffer)); 81 printf("runs test (please be patient): ");
|
/external/valgrind/main/none/tests/ |
ansi.c | 4 * really that it compiles ok, rather than it runs ok. From bug report
|
/libcore/junit/src/main/java/junit/extensions/ |
RepeatedTest.java | 6 * A Decorator that runs a test repeatedly.
|