/frameworks/base/media/java/android/media/ |
D | SubtitleTrack.java | 46 final protected LongSparseArray<Run> mRunsByEndTime = new LongSparseArray<Run>(); 48 final protected LongSparseArray<Run> mRunsByID = new LongSparseArray<Run>(); 170 Run run = mRunsByEndTime.valueAt(ix); in removeRunsByEndTimeIndex() 180 Run nextRun = run.mNextRunAtEndTimeMs; in removeRunsByEndTimeIndex() 308 Run run = mRunsByID.get(cue.mRunID); in addCue() 310 run = new Run(); in addCue() 594 Run run = mRunsByID.get(runID); 604 Run run = mRunsByID.get(runID); 621 private static class Run { 623 public Run mNextRunAtEndTimeMs; [all …]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
D | armVCM4P10_DecodeCoeffsToPair.c | 88 int SuffixLength, Run, ZerosLeft,CoeffNum; in armVCM4P10_DecodeCoeffsToPair() local 214 Run = 0; in armVCM4P10_DecodeCoeffsToPair() 222 Run = armUnPackVLC32(ppBitStream, pOffset, armVCM4P10_CAVLCRunBeforeTables[Table-1]); in armVCM4P10_DecodeCoeffsToPair() 223 armRetDataErrIf(Run == ARM_NO_CODEBOOK_INDEX, OMX_Sts_Err); in armVCM4P10_DecodeCoeffsToPair() 225 pRun[i] = (OMX_U8)Run; in armVCM4P10_DecodeCoeffsToPair() 229 ZerosLeft -= Run; in armVCM4P10_DecodeCoeffsToPair()
|
/frameworks/support/ |
D | README.md | 42 2. Right-click on a test class or @Test method name and select `Run FooBarTest` 47 3. Right-click on the directory and select `Run android.support.foobar` 52 …pport-4v-demos or support-leanback-demos. You can run them by clicking `Run > Run ...` and choosin… 63 Run hook scripts from https://android.googlesource.com/platform/manifest (yes/always/NO)?
|
/frameworks/minikin/tests/unittest/ |
D | FontCollectionItemizeTest.cpp | 56 std::vector<FontCollection::Run>* result) { in itemize() 68 const std::string& getFontPath(const FontCollection::Run& run) { in getFontPath() 81 std::vector<FontCollection::Run> runs; in TEST_F() 151 std::vector<FontCollection::Run> runs; in TEST_F() 212 std::vector<FontCollection::Run> runs; in TEST_F() 301 std::vector<FontCollection::Run> runs; in TEST_F() 340 std::vector<FontCollection::Run> runs; in TEST_F() 479 std::vector<FontCollection::Run> runs; in TEST_F() 604 std::vector<FontCollection::Run> runs; in TEST_F() 628 std::vector<FontCollection::Run> runs; in TEST_F() [all …]
|
/frameworks/minikin/include/minikin/ |
D | FontCollection.h | 34 struct Run { struct 41 std::vector<Run>* result) const; argument
|
/frameworks/base/libs/hwui/tests/macrobench/ |
D | TestSceneRunner.cpp | 86 std::vector<BenchmarkReporter::Run> reports; in outputBenchmarkReport() 87 BenchmarkReporter::Run report; in outputBenchmarkReport()
|
/frameworks/opt/net/wifi/tests/wifitests/ |
D | runtests.sh | 15 Run just the specified test, and show the raw output.
|
/frameworks/native/services/nativeperms/ |
D | nativeperms.cpp | 86 messageLoop.Run(); in main()
|
/frameworks/base/core/tests/benchmarks/ |
D | README | 18 # Run vogar in benchmark mode, telling it to use app_process (not dalvikvm which is default)
|
/frameworks/native/opengl/tests/testViewport/ |
D | README | 5 Run on Sapphire with Froyo.
|
/frameworks/minikin/tests/perftests/ |
D | FontCollection.cpp | 87 std::vector<FontCollection::Run> result; in BM_FontCollection_itemize()
|
/frameworks/base/tools/aapt2/cmd/ |
D | Optimize.cpp | 123 int Run(std::unique_ptr<LoadedApk> apk) { in Run() function in aapt::OptimizeCommand 377 return cmd.Run(std::move(apk)); in Optimize()
|
D | Link.cpp | 1416 int Run(const std::vector<std::string>& input_files) { in Run() function in aapt::LinkCommand 2114 return cmd.Run(arg_list); in Link()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/ |
D | cvei.h | 424 virtual void Run(void) = 0;
|
/frameworks/opt/setupwizard/library/ |
D | self.gradle | 58 // Run lint for all variants
|
/frameworks/minikin/libs/minikin/ |
D | FontCollection.cpp | 359 vector<Run>* result) const { in itemize() 363 Run* run = NULL; in itemize()
|
D | Layout.cpp | 849 vector<FontCollection::Run> items; in doLayoutRun() 875 FontCollection::Run &run = items[run_ix]; in doLayoutRun()
|
/frameworks/base/core/res/ |
D | MakeJavaSymbols.sed | 1 # Run this on the errors output by javac of missing resource symbols,
|
/frameworks/compile/mclinker/tools/mcld/ |
D | Main.cpp | 98 bool Run(); 1039 bool Driver::Run() { in Run() function in __anon976c69700111::Driver 1067 if ((driver == nullptr) || !driver->Run()) { in main()
|
/frameworks/base/tools/orientationplot/ |
D | README.txt | 29 3. Run "orientationplot.py".
|
/frameworks/native/cmds/atrace/ |
D | atrace.rc | 140 # Run atrace with the categories written in a file
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile.orig | 950 # - Run doxygen as normal
|
D | Doxyfile | 959 # - Run doxygen as normal
|