/frameworks/base/core/api/ |
D | Android.bp | 31 name: "non-updatable-current.txt", 32 srcs: ["current.txt"], 36 name: "non-updatable-removed.txt", 37 srcs: ["removed.txt"], 41 name: "non-updatable-lint-baseline.txt", 42 srcs: ["lint-baseline.txt"], 46 name: "non-updatable-system-current.txt", 47 srcs: ["system-current.txt"], 51 name: "non-updatable-system-removed.txt", 52 srcs: ["system-removed.txt"], [all …]
|
/frameworks/native/libs/binder/ |
D | BufferedTextOutput.cpp | 50 status_t append(const char* txt, size_t len) { in append() 60 memcpy(buffer+bufferPos, txt, len); in append() 143 status_t BufferedTextOutput::print(const char* txt, size_t len) in print() argument 150 const char* const end = txt+len; in print() 154 while (txt < end) { in print() 156 const char* first = txt; in print() 157 while (txt < end && *txt != '\n') txt++; in print() 160 while (txt < end && *txt == '\n') txt++; in print() 170 } else if (*(txt-1) == '\n' && !b->bundle) { in print() 176 const char* lastLine = txt; in print() [all …]
|
D | TextOutput.cpp | 40 static void textOutputPrinter(void* cookie, const char* txt) in textOutputPrinter() argument 42 ((std::ostream*)cookie)->write(txt, strlen(txt)); in textOutputPrinter()
|
/frameworks/av/ |
D | METADATA | 12 " media/codec2/components/aac/patent_disclaimer.txt\n" 13 " media/codec2/components/amr_nb_wb/patent_disclaimer.txt\n" 14 " media/codec2/components/mp3/patent_disclaimer.txt\n" 15 " media/codec2/components/mpeg4_h263/patent_disclaimer.txt\n" 16 " media/codecs/amrnb/patent_disclaimer.txt\n" 17 " media/codecs/amrwb/dec/patent_disclaimer.txt\n" 18 " media/codecs/amrwb/enc/patent_disclaimer.txt\n" 19 " media/codecs/m4v_h263/patent_disclaimer.txt\n" 20 " media/codecs/mp3dec/patent_disclaimer.txt\n" 21 " media/libstagefright/codecs/aacenc/patent_disclaimer.txt"
|
/frameworks/base/tests/backup/ |
D | test_restore.sh | 82 check_file files/file.txt "first file" || need_bug=1 83 check_file files/another_file.txt "asdf" || need_bug=1 85 check_file files/empty.txt "" || need_bug=1 89 check_exists files/file_doesnt_exist.txt && need_bug=1 90 check_exists files/no_files_here.txt && need_bug=1 108 a shell cat /data/data/com.android.backuptest/files/3.txt | tail -n 3
|
/frameworks/base/cmds/uiautomator/ |
D | Android.bp | 12 srcs: ["api/*.txt"], 13 …cmd: "cp -f $$(echo $(in) | tr \" \" \"\\n\" | sort -n | tail -1) $(genDir)/last-released-api.txt", 15 "last-released-api.txt", 21 srcs: ["api/current.txt"], 26 srcs: ["api/removed.txt"],
|
/frameworks/base/api/ |
D | Android.bp | 146 ":frameworks-base-api-current.txt", 148 out: ["updated-baseline.txt"], 153 "--update-baseline:compatibility:released $(genDir)/updated-baseline.txt " + 154 "$(location :frameworks-base-api-current.txt)", 162 ":frameworks-base-api-current.txt", 163 ":frameworks-base-api-system-current.txt", 165 out: ["updated-baseline.txt"], 169 "--check-compatibility:base $(location :frameworks-base-api-current.txt) " + 171 "--update-baseline:compatibility:released $(genDir)/updated-baseline.txt " + 172 "$(location :frameworks-base-api-system-current.txt)", [all …]
|
D | StubLibraries.bp | 43 api_file: ":non-updatable-current.txt", 44 removed_api_file: ":non-updatable-removed.txt", 54 baseline_file: ":non-updatable-lint-baseline.txt", 63 dest: "android-non-updatable.txt", 64 tag: ".exportable.api.txt", 69 dest: "android-non-updatable-removed.txt", 70 tag: ".exportable.removed-api.txt", 78 dest: "android-non-updatable.txt", 79 tag: ".api.txt", 84 dest: "android-non-updatable-removed.txt", [all …]
|
/frameworks/av/media/libaaudio/examples/loopback/src/ |
D | loopback.sh | 32 date > /data/loopreport.txt 33 ${TEST_COMMAND} >> /data/loopreport.txt 34 date >> /data/loopreport.txt
|
/frameworks/base/tools/hoststubgen/scripts/ |
D | build-framework-hostside-jars-without-genrules.sh | 36 @../hoststubgen/hoststubgen-standard-options.txt 39 --policy-override-file ../hoststubgen/framework-policy-override.txt "${@}" 42 --gen-keep-all-file $out/framework-all-keep-all-policy.txt 45 --gen-input-dump-file $out/framework-all-dump.txt
|
/frameworks/native/opengl/libs/ |
D | Android.bp | 40 symbol_file: "libEGL.map.txt", 50 symbol_file: "libGLESv1_CM.map.txt", 60 symbol_file: "libGLESv2.map.txt", 70 symbol_file: "libGLESv3.map.txt", 156 symbol_file: "libEGL.map.txt", 196 symbol_file: "libEGL.map.txt", 238 symbol_file: "libGLESv1_CM.map.txt", 245 version_script: "libGLESv1_CM.map.txt", 255 symbol_file: "libGLESv2.map.txt", 275 symbol_file: "libGLESv3.map.txt",
|
/frameworks/rs/tests/java_api/Refocus/dataExtraction/ |
D | RefocusTestTimingProcess.txt | 13 …xt file to record the logcat. For example, you want to test it on Nexus5 then create a file N5.txt. 14 …hoose till the last time with the same log title, and paste them in the N5.txt file. If you want t… 32 3. Put the file “extract_ave.sh” and “extract_data.sh” in the same directory as the file N5.txt 33 4. Type command “./extract_date.sh N5.txt N5cleanData.txt” 34 This command strip up the messy log and put the clean data into a new file called N5cleanData.txt 35 5. Type command “./extract_ave.sh N5cleanData.txt N5aveData.txt” 36 This command averages the clean data and stores the final result in N5aveData.txt
|
/frameworks/base/tools/hoststubgen/hoststubgen/ |
D | Android.bp | 67 jarjar_rules: "jarjar-rules.txt", 82 jarjar_rules: "jarjar-rules.txt", 137 "hoststubgen-standard-options.txt", 143 // "--policy-override-file $(location framework-policy-override.txt) " + 150 "--gen-keep-all-file $(location hoststubgen_keep_all.txt) " + 151 "--gen-input-dump-file $(location hoststubgen_dump.txt) " + 168 "hoststubgen_keep_all.txt", 169 "hoststubgen_dump.txt",
|
/frameworks/base/tools/hoststubgen/hoststubgen/test-tiny-framework/ |
D | run-test-manually.sh | 88 @../hoststubgen-standard-options.txt \ 92 --policy-override-file policy-override-tiny-framework.txt \ 93 --gen-keep-all-file out/tiny-framework_keep_all.txt \ 94 --gen-input-dump-file out/tiny-framework_dump.txt \ 96 --annotation-allowed-classes-file annotation-allowed-classes-tiny-framework.txt \
|
D | Android.bp | 28 "--policy-override-file $(location policy-override-tiny-framework.txt) " + 32 "policy-override-tiny-framework.txt", 68 "--policy-override-file $(location policy-override-tiny-framework.txt) " + 76 "policy-override-tiny-framework.txt", 146 "01-hoststubgen-test-tiny-framework-orig-dump.txt", 158 "02-hoststubgen-test-tiny-framework-host-stub-dump.txt", 170 "03-hoststubgen-test-tiny-framework-host-impl-dump.txt", 182 "12-hoststubgen-test-tiny-framework-host-ext-stub-dump.txt", 194 "13-hoststubgen-test-tiny-framework-host-ext-impl-dump.txt", 206 "golden-output/*.txt",
|
/frameworks/native/opengl/tests/angeles/ |
D | license.txt | 12 file LICENSE-LGPL.txt. 14 the file LICENSE-BSD.txt. 19 LICENSE-LGPL.txt and LICENSE-BSD.txt for more details.
|
/frameworks/base/native/android/ |
D | OWNERS | 4 per-file libandroid.map.txt = danalbert@google.com, etalvala@google.com, michaelwr@google.com 5 per-file libandroid.map.txt = jreck@google.com, zyy@google.com 8 per-file libandroid_net.map.txt, net.c = set noparent 9 per-file libandroid_net.map.txt, net.c = codewiz@google.com, jchalard@google.com, junyulai@google.c… 10 per-file libandroid_net.map.txt, net.c = lorenzo@google.com, reminv@google.com, satk@google.com
|
/frameworks/base/services/api/ |
D | Android.bp | 26 name: "non-updatable-system-server-current.txt", 27 srcs: ["current.txt"], 32 name: "non-updatable-system-server-removed.txt", 33 srcs: ["removed.txt"],
|
/frameworks/native/libs/binder/tests/unit_fuzzers/ |
D | BufferedTextOutputFuzz.cpp | 58 std::string txt = fdp.ConsumeRandomLengthString(fdp.remaining_bytes()); in LLVMFuzzerTestOneInput() local 59 size_t len = fdp.ConsumeIntegralInRange<size_t>(0, txt.length()); in LLVMFuzzerTestOneInput() 60 bTextOutput->print(txt.c_str(), len); in LLVMFuzzerTestOneInput()
|
/frameworks/base/services/ |
D | Android.bp | 318 api_file: "api/current.txt", 319 removed_api_file: "api/removed.txt", 324 baseline_file: "api/lint-baseline.txt", 333 dest: "android-non-updatable.txt", 334 tag: ".exportable.api.txt", 339 dest: "android-non-updatable-removed.txt", 340 tag: ".exportable.removed-api.txt", 348 dest: "android-non-updatable.txt", 349 tag: ".api.txt", 354 dest: "android-non-updatable-removed.txt", [all …]
|
/frameworks/base/ |
D | Ravenwood.bp | 41 "--gen-keep-all-file $(location hoststubgen_keep_all.txt) " + 42 "--gen-input-dump-file $(location hoststubgen_dump.txt) " + 57 "hoststubgen_keep_all.txt", 58 "hoststubgen_dump.txt", 112 ":framework-minus-apex.ravenwood-base{hoststubgen_keep_all.txt}", 115 "hoststubgen_framework-minus-apex_keep_all.txt", 141 "--gen-keep-all-file $(location hoststubgen_keep_all.txt) " + 142 "--gen-input-dump-file $(location hoststubgen_dump.txt) " + 157 "hoststubgen_keep_all.txt", 158 "hoststubgen_dump.txt", [all …]
|
/frameworks/base/ravenwood/ |
D | OWNERS | 7 per-file ravenwood-annotation-allowed-classes.txt = dplotnikov@google.com 8 per-file texts/ravenwood-annotation-allowed-classes.txt = dplotnikov@google.com
|
/frameworks/base/core/tests/coretests/src/android/database/ |
D | run_newdb_perf_test.sh | 29 adb logcat -d > /tmp/testlogcat.txt 31 …/base/core/tests/coretests/src/android/database/process_newdb_perf_test_logs.py /tmp/testlogcat.txt
|
/frameworks/libs/binary_translation/prebuilt/ |
D | Android.bp | 23 name: "ld.config.riscv64.txt", 24 src: "system/etc/ld.config.riscv64.txt", 49 "ld.config.riscv64.txt",
|
/frameworks/native/libs/nativewindow/ |
D | Android.bp | 66 symbol_file: "libnativewindow.map.txt", 78 symbol_file: "libnativewindow.map.txt", 99 version_script: "libnativewindow.map.txt", 136 symbol_file: "libnativewindow.map.txt",
|