Home
last modified time | relevance | path

Searched refs:txt (Results 1 – 25 of 267) sorted by relevance

1234567891011

/frameworks/base/api/
DAndroid.bp70 srcs: [":frameworks-base-api-current.txt"],
77 name: "frameworks-base-api-current.txt",
79 ":android.net.ipsec.ike{.public.api.txt}",
80 ":art.module.public.api{.public.api.txt}",
81 ":conscrypt.module.public.api{.public.api.txt}",
82 ":framework-appsearch{.public.api.txt}",
83 ":framework-connectivity{.public.api.txt}",
84 ":framework-graphics{.public.api.txt}",
85 ":framework-media{.public.api.txt}",
86 ":framework-mediaprovider{.public.api.txt}",
[all …]
/frameworks/native/libs/binder/
DBufferedTextOutput.cpp50 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 …]
DTextOutput.cpp40 static void textOutputPrinter(void* cookie, const char* txt) in textOutputPrinter() argument
42 ((TextOutput*)cookie)->print(txt, strlen(txt)); in textOutputPrinter()
/frameworks/av/
DMETADATA12 # media/codec2/components/aac/patent_disclaimer.txt
13 # media/codec2/components/amr_nb_wb/patent_disclaimer.txt
14 # media/codec2/components/mp3/patent_disclaimer.txt
15 # media/codec2/components/mpeg4_h263/patent_disclaimer.txt
16 # media/codecs/amrnb/patent_disclaimer.txt
17 # media/codecs/amrwb/dec/patent_disclaimer.txt
18 # media/codecs/amrwb/enc/patent_disclaimer.txt
19 # media/codecs/m4v_h263/patent_disclaimer.txt
20 # media/codecs/mp3dec/patent_disclaimer.txt
21 # media/libstagefright/codecs/aacenc/patent_disclaimer.txt
/frameworks/base/core/api/
DAndroid.bp28 name: "non-updatable-current.txt",
29 srcs: ["current.txt"],
34 name: "non-updatable-removed.txt",
35 srcs: ["removed.txt"],
40 name: "non-updatable-system-current.txt",
41 srcs: ["system-current.txt"],
46 name: "non-updatable-system-removed.txt",
47 srcs: ["system-removed.txt"],
52 name: "non-updatable-module-lib-current.txt",
53 srcs: ["module-lib-current.txt"],
[all …]
/frameworks/base/data/fonts/
DAndroid.mk33 external/unicode/DerivedAge.txt \
34 external/unicode/emoji-data.txt \
35 external/unicode/emoji-sequences.txt \
36 external/unicode/emoji-variation-sequences.txt \
37 external/unicode/emoji-zwj-sequences.txt \
38 external/unicode/additions/emoji-data.txt \
39 external/unicode/additions/emoji-sequences.txt \
40 external/unicode/additions/emoji-zwj-sequences.txt \
/frameworks/base/
DStubLibraries.bp47 api_file: "core/api/current.txt",
48 removed_api_file: "core/api/removed.txt",
67 dest: "android-non-updatable.txt",
68 tag: ".api.txt",
76 dest: "android-non-updatable-removed.txt",
77 tag: ".removed-api.txt",
102 api_file: "core/api/system-current.txt",
103 removed_api_file: "core/api/system-removed.txt",
113 baseline_file: "core/api/system-lint-baseline.txt",
123 dest: "android-non-updatable.txt",
[all …]
DAndroid.mk48 activity_actions.txt \
49 broadcast_actions.txt \
50 categories.txt \
51 features.txt \
52 service_actions.txt \
53 widgets.txt)
/frameworks/base/tests/backup/
Dtest_restore.sh82 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/
DAndroid.bp12 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/av/media/libaaudio/examples/loopback/src/
Dloopback.sh32 date > /data/loopreport.txt
33 ${TEST_COMMAND} >> /data/loopreport.txt
34 date >> /data/loopreport.txt
/frameworks/native/opengl/libs/
DAndroid.bp37 symbol_file: "libEGL.map.txt",
44 symbol_file: "libGLESv1_CM.map.txt",
51 symbol_file: "libGLESv2.map.txt",
58 symbol_file: "libGLESv3.map.txt",
141 symbol_file: "libEGL.map.txt",
176 symbol_file: "libEGL.map.txt",
212 symbol_file: "libGLESv1_CM.map.txt",
219 version_script: "libGLESv1_CM.map.txt",
229 symbol_file: "libGLESv2.map.txt",
249 symbol_file: "libGLESv3.map.txt",
/frameworks/rs/tests/java_api/Refocus/dataExtraction/
DRefocusTestTimingProcess.txt13 …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/native/opengl/tests/angeles/
Dlicense.txt12 file LICENSE-LGPL.txt.
14 the file LICENSE-BSD.txt.
19 LICENSE-LGPL.txt and LICENSE-BSD.txt for more details.
/frameworks/base/services/api/
DAndroid.bp26 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/
DBufferedTextOutputFuzz.cpp57 std::string txt = fdp.ConsumeRandomLengthString(fdp.remaining_bytes()); in LLVMFuzzerTestOneInput() local
58 size_t len = fdp.ConsumeIntegralInRange<size_t>(0, txt.length()); in LLVMFuzzerTestOneInput()
59 bTextOutput->print(txt.c_str(), len); in LLVMFuzzerTestOneInput()
/frameworks/rs/tests/lldb/
D.gitignore37 pip-log.txt
38 pip-delete-this-directory.txt
65 LLDBTestsuiteLog.txt
/frameworks/base/services/
DAndroid.bp181 api_file: "api/current.txt",
182 removed_api_file: "api/removed.txt",
187 baseline_file: "api/lint-baseline.txt",
197 dest: "android-non-updatable.txt",
198 tag: ".api.txt",
206 dest: "android-non-updatable-removed.txt",
207 tag: ".removed-api.txt",
/frameworks/native/libs/nativewindow/
DAndroid.bp55 symbol_file: "libnativewindow.map.txt",
64 symbol_file: "libnativewindow.map.txt",
84 version_script: "libnativewindow.map.txt",
119 symbol_file: "libnativewindow.map.txt",
/frameworks/base/native/android/
DOWNERS3 per-file libandroid_net.map.txt, net.c = set noparent
4 per-file libandroid_net.map.txt, net.c = codewiz@google.com, jchalard@google.com, junyulai@google.c…
5 per-file libandroid_net.map.txt, net.c = lorenzo@google.com, reminv@google.com, satk@google.com
/frameworks/native/cmds/dumpstate/
Dbugreport-format.md13 Prior to _Android M (Marshmallow)_, `dumpstate` generates a flat .txt file named
36 - `version.txt`: whose value is **1.0**.
37 - `main-entry.txt`: whose value is the name of the flat text entry (i.e.,
44 When systrace is enabled, the zip file will contain a `systrace.txt` file as well.
55 - `title.txt`: whose value is a single-line summary of the problem.
56 - `description.txt`: whose value is a multi-line, detailed description of the problem.
115 If [entries contain "version.txt"]
116 version = read("version.txt")
117 main_entry = read("main_entry.txt")
/frameworks/base/boot/
DAndroid.bp107 "hiddenapi/hiddenapi-unsupported.txt",
113 "hiddenapi/hiddenapi-max-target-r-loprio.txt",
116 "hiddenapi/hiddenapi-max-target-q.txt",
119 "hiddenapi/hiddenapi-max-target-p.txt",
122 "hiddenapi/hiddenapi-max-target-o.txt",
125 "hiddenapi/hiddenapi-unsupported-packages.txt",
/frameworks/base/core/tests/coretests/src/android/database/
Drun_newdb_perf_test.sh29 adb logcat -d > /tmp/testlogcat.txt
31 …/base/core/tests/coretests/src/android/database/process_newdb_perf_test_logs.py /tmp/testlogcat.txt
/frameworks/base/tools/sdkparcelables/
DAndroid.bp12 manifest: "manifest.txt",
23 manifest: "manifest.txt",
/frameworks/base/test-runner/
DAndroid.bp96 jarjar_rules: "jarjar-rules.txt",
101 // Make the current.txt available for use by the cts/tests/signature tests.
104 name: "android-test-runner-current.txt",
109 "api/current.txt",

1234567891011