/frameworks/av/media/mtp/tests/MtpFuzzer/ |
D | README.md | 29 2. Run on device 51 2. Run on device 71 2. Run on device 84 2. Run on device 104 2. Run on device 124 2. Run on device 144 2. Run on device 164 2. Run on device 184 2. Run on device 206 2. Run on device
|
/frameworks/base/media/java/android/media/ |
D | SubtitleTrack.java | 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 …]
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/ |
D | Flattener.h | 132 class Run { 165 std::optional<Run> validateAndBuild() { in validateAndBuild() 191 return Run(mStart, in validateAndBuild() 212 Run(std::vector<CachedSet>::const_iterator start, size_t length, in Run() function 226 std::vector<Run> findCandidateRuns(std::chrono::steady_clock::time_point now) const; 228 std::optional<Run> findBestRun(std::vector<Run>& runs) const;
|
/frameworks/libs/binary_translation/backend/x86_64/ |
D | liveness_analyzer_test.cc | 79 liveness.Run(); in TEST() 115 liveness.Run(); in TEST() 135 liveness.Run(); in TEST() 154 liveness.Run(); in TEST() 175 liveness.Run(); in TEST() 187 liveness.Run(); in TEST() 201 liveness.Run(); in TEST() 215 liveness.Run(); in TEST() 229 liveness.Run(); in TEST()
|
/frameworks/minikin/include/minikin/ |
D | MeasuredText.h | 55 class Run { 57 Run(const Range& range) : mRange(range) {} in Run() function 58 virtual ~Run() {} in ~Run() 130 class StyleRun : public Run { 134 : Run(range), in StyleRun() 185 class ReplacementRun : public Run { 188 : Run(range), mWidth(width), mLocaleListId(localeListId) {} in ReplacementRun() 261 std::vector<std::unique_ptr<Run>> runs;
|
D | FontCollection.h | 152 struct Run { struct 158 FakedFont getBestFont(U16StringPiece textBuf, const Run& run, FontStyle style); argument 161 std::vector<Run> itemize(U16StringPiece text, FontStyle style, uint32_t localeListId, 165 std::vector<Run> itemize(U16StringPiece text, FontStyle style, uint32_t localeListId, in itemize()
|
/frameworks/av/media/ndk/fuzzer/ |
D | README.md | 27 2. Run on device 55 2. Run on device 75 2. Run on device 96 2. Run on device 120 2. Run on device 142 2. Run on device 155 2. Run on device 168 2. Run on device
|
/frameworks/libs/binary_translation/lite_translator/riscv64_to_x86_64/ |
D | lite_translate_region_exec_tests.cc | 43 bool Run(T& code, GuestAddr expected_stop_addr) { in Run() function in berberis::__anon4c6ec79c0111::Riscv64LiteTranslateRegionTest 77 EXPECT_TRUE(Run(code, ToGuestAddr(bit_cast<char*>(&code[0]) + sizeof(code)))); in TEST_F() 94 EXPECT_TRUE(Run(code, ToGuestAddr(&code[0]))); in TEST_F() 109 EXPECT_TRUE(Run(code, ToGuestAddr(code) + 16)); in TEST_F()
|
D | lite_translator_exec_tests.cc | 40 void Run() { in Run() function in berberis::__anon487aab350111::Riscv64LiteTranslatorExecTest 75 Run(); in TEST_F() 91 Run(); in TEST_F()
|
/frameworks/base/cmds/incidentd/ |
D | README.md | 11 Run the test on a device manually 19 Run the test via AndroidTest.xml
|
/frameworks/base/libs/hwui/tests/macrobench/ |
D | TestSceneRunner.cpp | 37 std::vector<BenchmarkReporter::Run> ComputeStats( 38 const std::vector<BenchmarkReporter::Run> &reports); 79 using BenchmarkResults = std::vector<benchmark::BenchmarkReporter::Run>; 84 benchmark::BenchmarkReporter::Run report; in outputBenchmarkReport()
|
/frameworks/native/libs/binder/tests/parcel_fuzzer/binder2corpus/ |
D | README.md | 10 ## Run test on device or keep device idle 30 ## Run fuzzer with corpus directory as argument
|
/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/ |
D | Flattener.cpp | 417 std::vector<Flattener::Run> Flattener::findCandidateRuns(time_point now) const { in findCandidateRuns() 419 std::vector<Run> runs; in findCandidateRuns() 421 Run::Builder builder; in findCandidateRuns() 487 std::optional<Flattener::Run> Flattener::findBestRun(std::vector<Flattener::Run>& runs) const { in findBestRun() 516 std::vector<Run> runs = findCandidateRuns(now); in buildCachedSets() 518 std::optional<Run> bestRun = findBestRun(runs); in buildCachedSets()
|
/frameworks/base/tools/hoststubgen/hoststubgen/test-tiny-framework/ |
D | diff-and-update-golden.sh | 26 -3: Run `meld` to compare original, stub and impl jar files in 3-way diff. 29 -2: Run `meld` to compare original <-> impl, and impl <-> stub as two different diffs.
|
/frameworks/hardware/interfaces/automotive/telemetry/aidl/ |
D | Android.bp | 60 // Run "m android.frameworks.automotive.telemetry-freeze-api" to bump the version. Freeze the 62 // Run "m android.frameworks.automotive.telemetry-update-api" to update the
|
/frameworks/base/tools/hoststubgen/ |
D | README.md | 44 Run all tests. Many tests may fail, but at least this should run til the end. 55 ### Run the tests 57 - Run all relevant tests and test scripts. All of it is expected to pass, and it'll print
|
/frameworks/libs/binary_translation/program_runner/include/berberis/program_runner/ |
D | program_runner.h | 24 bool Run(const char* vdso_path,
|
/frameworks/av/media/libstagefright/rtsp/fuzzer/ |
D | README.md | 27 2. Run on device 62 2. Run on device 84 2. Run on device 114 2. Run on device
|
/frameworks/libs/binary_translation/program_runner/ |
D | main_binfmt_misc.cc | 31 if (!berberis::Run( in main()
|
D | program_runner.cc | 25 bool Run(const char* vdso_path, in Run() function
|
/frameworks/minikin/libs/minikin/ |
D | LineBreakerUtil.h | 77 const Run& run, // A run of this region. in populateHyphenationPoints() 144 bool update(const Run& run) { in update() 245 void updateLocaleIfNecessary(const Run& run, bool forceWordStyleAutoToPhrase) { in updateLocaleIfNecessary()
|
/frameworks/wilhelm/tests/automated/ |
D | README.md | 3 Run either /data/nativetest/BufferQueue\_test/BufferQueue\_test
|
/frameworks/libs/binary_translation/tests/jni_tests/ |
D | README.txt | 8 ## Run tests
|
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
D | TextInterpolator.kt | 76 private class Run( in <lambda>() class 86 private class Line(val runs: List<Run>) in <lambda>() 332 Run(glyphIds, baseX, baseY, targetX, targetY, fontRun) in <lambda>() 359 private fun drawFontRun(c: Canvas, line: Run, run: FontRun, lineNo: Int, paint: Paint) { in <lambda>()
|
/frameworks/av/media/libstagefright/timedtext/test/fuzzer/ |
D | README.md | 19 2. Run on device
|