/frameworks/minikin/tests/unittest/ |
D | FontCollectionItemizeTest.cpp | 82 std::vector<FontCollection::Run> runs; in TEST_F() local 89 itemize(collection, "'a' 'b' 'c' 'd' 'e'", kRegularStyle, &runs); in TEST_F() 90 ASSERT_EQ(1U, runs.size()); in TEST_F() 91 EXPECT_EQ(0, runs[0].start); in TEST_F() 92 EXPECT_EQ(5, runs[0].end); in TEST_F() 93 EXPECT_EQ(kLatinFont, getFontPath(runs[0])); in TEST_F() 94 EXPECT_FALSE(runs[0].fakedFont.fakery.isFakeBold()); in TEST_F() 95 EXPECT_FALSE(runs[0].fakedFont.fakery.isFakeItalic()); in TEST_F() 97 itemize(collection, "'a' 'b' 'c' 'd' 'e'", kItalicStyle, &runs); in TEST_F() 98 ASSERT_EQ(1U, runs.size()); in TEST_F() [all …]
|
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/perf/ |
D | PerformanceRunner.java | 47 mRuns = classConfig != null && classConfig.runs() != -1 ? in PerformanceRunner() 48 classConfig.runs() : in PerformanceRunner() 55 int runs; in methodInvoker() local 61 runs = methodConfig != null && methodConfig.runs() != -1 ? in methodInvoker() 62 methodConfig.runs() : in methodInvoker() 64 return new TimedStatement(super.methodInvoker(method, test), warmUpIterations, runs, in methodInvoker() 78 int runs() default -1; in runs() method
|
D | TimedStatementResult.java | 35 TimedStatementResult(int warmUpIterations, int runs, in TimedStatementResult() argument 40 mRuns = runs; in TimedStatementResult()
|
D | TimedStatement.java | 55 TimedStatement(Statement statement, int warmUpIterations, int runs, in TimedStatement() argument 59 mRuns = runs; in TimedStatement()
|
/frameworks/base/core/java/android/text/ |
D | TextLine.java | 236 int[] runs = mDirections.mDirections; in draw() local 238 int lastRunIndex = runs.length - 2; in draw() 239 for (int i = 0; i < runs.length; i += 2) { in draw() 240 int runStart = runs[i]; in draw() 241 int runLimit = runStart + (runs[i+1] & Layout.RUN_LENGTH_MASK); in draw() 246 boolean runIsRtl = (runs[i+1] & Layout.RUN_RTL_FLAG) != 0; in draw() 316 int[] runs = mDirections.mDirections; in measure() local 317 for (int i = 0; i < runs.length; i += 2) { in measure() 318 int runStart = runs[i]; in measure() 319 int runLimit = runStart + (runs[i+1] & Layout.RUN_LENGTH_MASK); in measure() [all …]
|
D | Layout.java | 907 int[] runs = dirs.mDirections; in isLevelBoundary() local 912 int runIndex = offset == lineStart ? 0 : runs.length - 2; in isLevelBoundary() 913 return ((runs[runIndex + 1] >>> RUN_LEVEL_SHIFT) & RUN_LEVEL_MASK) != paraLevel; in isLevelBoundary() 917 for (int i = 0; i < runs.length; i += 2) { in isLevelBoundary() 918 if (offset == runs[i]) { in isLevelBoundary() 939 int[] runs = dirs.mDirections; in isRtlCharAt() local 941 for (int i = 0; i < runs.length; i += 2) { in isRtlCharAt() 942 int start = lineStart + runs[i]; in isRtlCharAt() 943 int limit = start + (runs[i+1] & RUN_LENGTH_MASK); in isRtlCharAt() 945 int level = (runs[i+1] >>> RUN_LEVEL_SHIFT) & RUN_LEVEL_MASK; in isRtlCharAt() [all …]
|
/frameworks/base/core/java/com/android/internal/graphics/palette/ |
D | VariationalKMeansQuantizer.java | 130 int runs = mInitializations; in getOptimalKMeans() local 131 while (runs > 0) { in getOptimalKMeans() 133 Log.d(TAG, "k-means run: " + runs); in getOptimalKMeans() 144 runs--; in getOptimalKMeans()
|
/frameworks/data-binding/ |
D | databinding.properties | 6 # java versions for the code that runs on the device 9 # java versions for the code that runs on the host machine
|
/frameworks/av/media/libaaudio/tests/ |
D | test_timestamps.cpp | 206 for (int runs = 0; runs < NUM_LOOPS; runs++) { in testTimeStamps() local 207 printf("------------------ loop #%d\n", runs); in testTimeStamps()
|
/frameworks/native/opengl/tests/testViewport/ |
D | README | 28 call (which means it is called before every draw), the program runs correctly.
|
/frameworks/native/cmds/dumpstate/ |
D | utils.cpp | 200 int32_t runs = n_runs_ + 1; in Save() local 201 int32_t average = floor(((float)total) / runs); in Save() 202 MYLOGI("Saving stats (total=%d, runs=%d, average=%d) on %s\n", total, runs, average, in Save() 208 std::string content = android::base::StringPrintf("%d %d\n", runs, average); in Save()
|
/frameworks/support/buildSrc/ |
D | release.gradle | 36 * not query maven.google unless task runs.
|
/frameworks/rs/tests/java_api/Refocus/dataExtraction/ |
D | RefocusTestTimingProcess.txt | 9 …s) and average the performance number. Make sure not to use the first two runs since the device mi…
|
/frameworks/native/cmds/flatland/ |
D | README.txt | 29 measured, each sample measurement runs for between 50 and 200 ms, so a sleep
|
/frameworks/rs/tests/lldb/ |
D | README.txt | 63 --install-only It only runs the pre-run stage of the test suite. It
|
/frameworks/layoutlib/create/ |
D | README.txt | 165 Eclipse. Most of these strategies are implemented hand-in-hand by the bridge (which runs in Eclipse)
|
/frameworks/base/proto/src/ |
D | ipconnectivity.proto | 332 // True if the interface on which APF runs has an IPv4 address.
|
/frameworks/support/development/checkstyle/ |
D | LICENSE | 324 which the executable runs, unless that component itself accompanies
|
/frameworks/native/opengl/tests/angeles/ |
D | license-LGPL.txt | 324 which the executable runs, unless that component itself accompanies
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 839 # this to NO can help when comparing the output of multiple runs.
|
/frameworks/native/docs/ |
D | Doxyfile | 1008 # this to NO can help when comparing the output of multiple runs.
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile.orig | 1115 # to NO can help when comparing the output of multiple runs.
|
D | Doxyfile | 1124 # to NO can help when comparing the output of multiple runs.
|