Home
last modified time | relevance | path

Searched refs:Run (Results 1 – 25 of 66) sorted by relevance

123

/frameworks/minikin/include/minikin/
DMeasuredText.h33 class Run {
35 Run(const Range& range) : mRange(range) {} in Run() function
36 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;
DFontCollection.h38 struct Run { struct
45 std::vector<Run> itemize(U16StringPiece text, FontStyle style, uint32_t localeListId, argument
49 std::vector<Run> itemize(U16StringPiece text, FontStyle style, uint32_t localeListId, in itemize()
/frameworks/base/media/java/android/media/
DSubtitleTrack.java47 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 …]
/frameworks/layoutlib/bridge/src/android/graphics/text/
DMeasuredText_Builder_Delegate.java28 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 {
DMeasuredText_Delegate.java24 import android.graphics.text.LineBreaker_Delegate.Run;
89 for (Run run: builder.mRuns) { in computeRuns()
DLineBreaker_Delegate.java245 public abstract static class Run { class in LineBreaker_Delegate
249 Run(int start, int end) { in Run() method in LineBreaker_Delegate.Run
/frameworks/base/cmds/incidentd/
DREADME.md11 Run the test on a device manually
19 Run the test via AndroidTest.xml
/frameworks/minikin/libs/minikin/
DLineBreakerUtil.h66 const Run& run, // A run of this region. in populateHyphenationPoints()
150 void updateLocaleIfNecessary(const Run& run) { in updateLocaleIfNecessary()
DFontCollection.cpp371 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()
/frameworks/native/opengl/tests/gl_perfapp/
DAndroid.bp9 // Run on Eclair
/frameworks/base/libs/hwui/tests/macrobench/
DTestSceneRunner.cpp83 std::vector<BenchmarkReporter::Run> reports; in outputBenchmarkReport()
84 BenchmarkReporter::Run report; in outputBenchmarkReport()
/frameworks/minikin/tests/unittest/
DLineBreakerTestHelper.h42 class ConstantRun : public Run {
46 : Run(range), in ConstantRun()
/frameworks/opt/net/wifi/tests/wifitests/
Druntests.sh15 Run just the specified test, and show the raw output.
/frameworks/base/cmds/incident_helper/
DREADME.md13 Run the test on a device
/frameworks/av/media/libstagefright/webm/tests/
DREADME.md6 Run the following steps to build the test suite:
/frameworks/av/media/libstagefright/xmlparser/test/
DREADME.md6 Run the following steps to build the test suite:
/frameworks/base/core/tests/benchmarks/
DREADME18 # Run vogar in benchmark mode, telling it to use app_process (not dalvikvm which is default)
/frameworks/native/opengl/tests/testViewport/
DREADME5 Run on Sapphire with Froyo.
/frameworks/minikin/tests/perftests/
DFontCollection.cpp93 std::vector<FontCollection::Run> result; in BM_FontCollection_itemize()
/frameworks/base/tests/FlickerTests/
DREADME.md26 // Run the transition under test
41 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`…
/frameworks/av/media/libstagefright/codecs/amrnb/dec/test/
DREADME.md6 Run the following steps to build the test suite:
/frameworks/av/media/libstagefright/codecs/amrwbenc/test/
DREADME.md6 Run the following steps to build the test suite:
/frameworks/av/media/libstagefright/tests/ESDS/
DREADME.md6 Run the following steps to build the test suite:
/frameworks/av/media/libstagefright/codecs/mp3dec/test/
DREADME.md6 Run the following steps to build the test suite:
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/test/
DREADME.md6 Run the following steps to build the test suite:

123