/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
|
/dalvik/dx/src/junit/extensions/ |
RepeatedTest.java | 6 * A Decorator that runs a test repeatedly.
|
ActiveTestSuite.java | 6 * A TestSuite for active Tests. It runs each
|
/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
|
/dalvik/libcore/junit/src/main/java/junit/extensions/ |
RepeatedTest.java | 6 * A Decorator that runs a test repeatedly.
|
ActiveTestSuite.java | 6 * A TestSuite for active Tests. It runs each
|
/external/junit/src/junit/extensions/ |
RepeatedTest.java | 7 * A Decorator that runs a test repeatedly.
|
/frameworks/base/libs/utils/ |
README | 5 the Linux interface. That way the actual device runs as "light" as
|
/external/skia/src/core/ |
SkBlitter.cpp | 40 void SkBlitter::blitAntiH(int x, int y, const SkAlpha antialias[], const int16_t runs[]) 51 int16_t runs[2]; local 52 runs[0] = 1; 53 runs[1] = 0; 56 this->blitAntiH(x, y++, &alpha, runs); 181 int16_t* runs = runStorage.get(); local 184 sk_memset16((uint16_t*)runs, 1, width); 185 runs[width] = 0; 191 this->blitAntiH(clip.fLeft, y, aa, runs); 241 void SkNullBlitter::blitAntiH(int x, int y, const SkAlpha antialias[], const int16_t runs[]) [all...] |
SkBlitter_RGB16.cpp | 66 virtual void blitAntiH(int x, int y, const SkAlpha antialias[], const int16_t runs[]); 91 virtual void blitAntiH(int x, int y, const SkAlpha antialias[], const int16_t runs[]); 105 virtual void blitAntiH(int x, int y, const SkAlpha antialias[], const int16_t runs[]); 117 virtual void blitAntiH(int x, int y, const SkAlpha antialias[], const int16_t runs[]); 137 virtual void blitAntiH(int x, int y, const SkAlpha antialias[], const int16_t runs[]); 149 virtual void blitAntiH(int x, int y, const SkAlpha antialias[], const int16_t runs[]); 238 const int16_t* SK_RESTRICT runs) 243 int count = runs[0]; 248 runs += count; 301 const int16_t* SK_RESTRICT runs) SK_RESTRICT [all...] |
/external/qemu/distrib/sdl-1.2.12/src/events/ |
SDL_sysevents.h | 28 #ifdef __BEOS__ /* The Be event loop runs in a separate thread */ 44 #ifdef __OS2__ /* The OS/2 event loop runs in a separate thread */
|
/development/tools/monkeyrunner/src/com/android/monkeyrunner/ |
ScriptRunner.java | 16 * Runs Jython based scripts. 36 * Runs the specified Jython script. First runs the initialization script to
|
/dalvik/dx/src/junit/textui/ |
TestRunner.java | 54 * Runs a suite extracted from a TestCase subclass. 61 * Runs a single test and collects its results. 76 * Runs a single test and waits until the user 150 * and runs the given test suite.
|
/dalvik/libcore/luni/src/test/java/junit/textui/ |
TestRunner.java | 54 * Runs a suite extracted from a TestCase subclass. 61 * Runs a single test and collects its results. 76 * Runs a single test and waits until the user 150 * and runs the given test suite.
|
/development/scripts/app_engine_server/gae_shell/ |
README | 1 An interactive, stateful AJAX shell that runs Python code on the server.
|
/external/dhcpcd/dhcpcd-hooks/ |
95-configured | 1 # This script runs last, after all network configuration
|
/external/icu4c/test/intltest/ |
tchcfmt.h | 51 * runs tests in local funtions:
|
/external/qemu/telephony/ |
modem_driver.h | 26 /* must be called before the VM runs if there is a modem to emulate */
|
/external/skia/include/views/ |
SkOSSound.h | 30 // volume runs from 0 (silent) to 0xFF (max-volume)
|
/external/webkit/WebCore/manual-tests/ |
invalid-mouse-event.html | 7 <li>As the test runs, move the mouse around.</li>
|
/external/webkit/WebKit/mac/WebView/ |
WebTextIterator.h | 47 @abstract Moves the WebTextIterator to the next bit of text or boundary between runs of text. 48 The iterator can break up runs of text however it finds convenient, so clients need to handle 49 text runs that are broken up into arbitrary pieces. 62 such as an image, that separates runs of text.
|
/external/webkit/WebKitTools/Scripts/ |
compare-timing-files | 50 print("average of fastest $count runs: $oldAverage\n"); 51 printf("range of fastest $count runs: %.2f%% (%d)\n", $oldRangePercent, $oldRange); 58 print("average of fastest $count runs: $newAverage\n"); 59 printf("range of fastest $count runs: %.2f%% (%d)\n", $newRangePercent, $newRange);
|
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocAllPermsTestApp/src/com/android/framework/externallocallpermstestapp/ |
ExternalLocAllPermsTest.java | 27 * we just need to verify the test runs without errors.
|
/frameworks/base/test-runner/src/android/test/suitebuilder/ |
SmokeTestSuiteBuilder.java | 20 * A suite builder that runs smoke tests.
|