/frameworks/base/opengl/tests/testViewport/ |
README | 28 call (which means it is called before every draw), the program runs correctly.
|
/frameworks/base/test-runner/src/android/test/suitebuilder/ |
SmokeTestSuiteBuilder.java | 20 * A suite builder that runs smoke tests.
|
/frameworks/base/test-runner/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.
|
/libcore/junit/src/main/java/junit/extensions/ |
ActiveTestSuite.java | 6 * A TestSuite for active Tests. It runs each
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
animator1-expected-completion59.txt | 5 android:startOffset : Delay in milliseconds before the animation runs, once start time is reached. [integer]
|
/cts/tests/tests/theme/src/android/theme/cts/ |
ThemeTest.java | 25 * This class runs the theme tests that takes snapshots of views (typically widgets 49 * Runs the theme test given the appropriate theme resource id and theme name.
|
/external/chromium/chrome/browser/autofill/ |
data_driven_test.h | 17 // gold output file is generated; for subsequent runs, the test ouptut is 31 // must be stable across runs.
|
/external/chromium/chrome/browser/sync/notifier/ |
chrome_system_resources.h | 70 // Runs the task, deletes it, and removes it from |posted_tasks_|. 73 // Runs the given storage callback with "true" and deletes it.
|
/external/llvm/docs/CommandGuide/ |
llvm-prof.pod | 19 script. This script automatically instruments a program, runs it with the JIT, 20 then runs B<llvm-prof> to format a report. To get more information about
|
/external/proguard/docs/ |
quality.html | 18 analysis, a shrunk and obfuscated jar (using ProGuard itself!), test runs with 22 snapshot of one of these runs:
|
/external/qemu/ |
qemu-aio.h | 23 /* Runs all currently allowed AIO callbacks of completed requests in the 39 * Runs all currently allowed AIO callbacks of completed requests. Returns 0
|
/external/skia/src/core/ |
SkScan_Antihair.cpp | 80 int16_t runs[HLINE_STACK_BUFFER + 1]; local 89 runs[0] = SkToS16(n); 90 runs[n] = 0; 91 blitter->blitAntiH(x, y, aa, runs); 128 int16_t runs[2]; 131 runs[0] = 1; 132 runs[1] = 0; 141 blitter->blitAntiH(x, lower_y, aa, runs); 142 // the clipping blitters might edit runs, but should not affect us 143 SkASSERT(runs[0] == 1) [all...] |
SkCoreBlitters.h | 57 virtual void blitAntiH(int x, int y, const SkAlpha antialias[], const int16_t runs[]); 77 virtual void blitAntiH(int x, int y, const SkAlpha antialias[], const int16_t runs[]); 97 virtual void blitAntiH(int x, int y, const SkAlpha antialias[], const int16_t runs[]); 133 virtual void blitAntiH(int x, int y, const SkAlpha antialias[], const int16_t runs[]); 144 virtual void blitAntiH(int x, int y, const SkAlpha antialias[], const int16_t runs[]);
|
/external/icu4c/layoutex/layout/ |
plruns.h | 17 * Opaque datatype representing an array of font runs 21 * Opaque datatype representing an array of value runs 25 * Opaque datatype representing an array of locale runs 84 * Get the number of font runs. 96 * Reset the number of font runs to zero. 217 * Get the number of value runs. 221 * @return the number of value runs. 229 * Reset the number of value runs to zero. 349 * Get the number of font runs. 361 * Reset the number of locale runs to zero [all...] |
/external/opencv/cvaux/src/ |
cvmorphing.cpp | 51 int *first, /* first sequence of runs */ 53 int *second, /* second sequence of runs */ 170 } /* for each runs in first line */ 269 } /* for each runs in second line */ 288 int *first, /* first sequence of runs */ 290 int *second, /* second sequence of runs */ 369 int *first, /* first sequence of runs */ 371 int *second, /* second sequence of runs */ 388 first, /* first sequence of runs */ 390 second, /* second sequence of runs */ [all...] |
/frameworks/base/core/tests/coretests/src/android/widget/ |
AutoCompleteTextViewPopup.java | 71 // TODO: FlakyTest repeat runs will not currently call setUp, clear state 98 // TODO: FlakyTest repeat runs will not currently call setUp, clear state 131 // TODO: FlakyTest repeat runs will not currently call setUp, clear state 165 // TODO: FlakyTest repeat runs will not currently call setUp, clear state 220 // TODO: FlakyTest repeat runs will not currently call setUp, clear state
|
/hardware/invensense/mlsdk/mllite/ |
ml_mputest.c | 29 * automates the suspension of normal MPL operations, runs the test, 129 * @brief Runs the MPU test at MPL runtime. 131 * runs the MPU Self Test, and re-starts the DMP. 145 * @brief Runs the MPU test for bias correction only at MPL runtime. 147 * runs the bias calculation routines, and re-starts the DMP.
|
/frameworks/base/test-runner/src/android/test/ |
LoaderTestCase.java | 49 * Runs a Loader synchronously and returns the result of the load. The loader will 59 // This callback runs on the "main" thread and unblocks the test thread 74 // This handler runs on the "main" thread of the process since AsyncTask
|
/bionic/libc/arch-arm/bionic/ |
crtbegin_dynamic.S | 35 # runs. 49 # by the dynamic linker before this code runs
|
crtbegin_static.S | 35 # runs. 49 # by the dynamic linker before this code runs
|
/bionic/libc/arch-sh/bionic/ |
crtbegin_static.S | 35 # runs. 49 # by the dynamic linker before this code runs
|
/external/icu4c/tools/genrb/ |
rle.h | 32 * Since an encoded run occupies 3 bytes, we only encode runs of 4 or 49 * Since an encoded run occupies 3 characters, we only encode runs of 4 or
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
math-cordic.js | 83 function cordic( runs ) { 86 for ( var i = 0 ; i < runs ; i++ ) {
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
math-cordic.js | 83 function cordic( runs ) { 86 for ( var i = 0 ; i < runs ; i++ ) {
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
characterdatagetdata.java | 59 * Runs the test case. 83 * Runs this test from the command line.
|