Searched refs:Run (Results 1 – 25 of 66) sorted by relevance
123
33 class Run {35 Run(const Range& range) : mRange(range) {} in Run() function36 virtual ~Run() {} in ~Run()84 class StyleRun : public Run {87 : Run(range), mPaint(std::move(paint)), mIsRtl(isRtl) {} in StyleRun()118 class ReplacementRun : public Run {121 : Run(range), mWidth(width), mLocaleListId(localeListId) {} in ReplacementRun()183 std::vector<std::unique_ptr<Run>> runs;212 MeasuredText(const U16StringPiece& textBuf, std::vector<std::unique_ptr<Run>>&& runs, in MeasuredText()247 std::vector<std::unique_ptr<Run>> mRuns;
38 struct Run { struct45 std::vector<Run> itemize(U16StringPiece text, FontStyle style, uint32_t localeListId, argument49 std::vector<Run> itemize(U16StringPiece text, FontStyle style, uint32_t localeListId, in itemize()
47 final protected LongSparseArray<Run> mRunsByEndTime = new LongSparseArray<Run>();49 final protected LongSparseArray<Run> mRunsByID = new LongSparseArray<Run>();171 Run run = mRunsByEndTime.valueAt(ix); in removeRunsByEndTimeIndex()181 Run nextRun = run.mNextRunAtEndTimeMs; in removeRunsByEndTimeIndex()311 Run run = mRunsByID.get(cue.mRunID); in addCue()313 run = new Run(); in addCue()597 Run run = mRunsByID.get(runID);607 Run run = mRunsByID.get(runID);624 private static class Run {626 public Run mNextRunAtEndTimeMs;[all …]
28 import android.graphics.text.LineBreaker_Delegate.Run;47 protected final ArrayList<Run> mRuns = new ArrayList<>();114 private static class StyleRun extends Run {132 private static class ReplacementRun extends Run {
24 import android.graphics.text.LineBreaker_Delegate.Run;89 for (Run run: builder.mRuns) { in computeRuns()
245 public abstract static class Run { class in LineBreaker_Delegate249 Run(int start, int end) { in Run() method in LineBreaker_Delegate.Run
11 Run the test on a device manually19 Run the test via AndroidTest.xml
66 const Run& run, // A run of this region. in populateHyphenationPoints()150 void updateLocaleIfNecessary(const Run& run) { in updateLocaleIfNecessary()
371 std::vector<FontCollection::Run> FontCollection::itemize(U16StringPiece text, FontStyle style, in itemize()377 std::vector<Run> result; in itemize()380 Run* run = nullptr; in itemize()
9 // Run on Eclair
83 std::vector<BenchmarkReporter::Run> reports; in outputBenchmarkReport()84 BenchmarkReporter::Run report; in outputBenchmarkReport()
42 class ConstantRun : public Run {46 : Run(range), in ConstantRun()
15 Run just the specified test, and show the raw output.
13 Run the test on a device
6 Run the following steps to build the test suite:
18 # Run vogar in benchmark mode, telling it to use app_process (not dalvikvm which is default)
5 Run on Sapphire with Froyo.
93 std::vector<FontCollection::Run> result; in BM_FontCollection_itemize()
26 // Run the transition under test41 Run the transition to get a list of `TransitionResult` for each time the transition is repeated.100 …orm_testing/tests/flicker` uses the library to test common UI transitions. Run `atest FlickerTest`…