Home
last modified time | relevance | path

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

12345

/system/libziparchive/cli-tests/
Dunzip.test10 command: unzip -l $FILES/example.zip d1/d2/x.txt
11 after: [ ! -f d1/d2/x.txt ]
16 1024 2017-06-04 08:45 d1/d2/x.txt
22 command: unzip -lq $FILES/example.zip d1/d2/x.txt
23 after: [ ! -f d1/d2/x.txt ]
27 1024 2017-06-04 08:45 d1/d2/x.txt
33 command: unzip -lv $FILES/example.zip d1/d2/x.txt
39 1024 Defl:N 11 99% 2017-06-04 08:45 48d7f063 d1/d2/x.txt
45 command: unzip -v $FILES/example.zip d1/d2/x.txt
51 1024 Defl:N 11 99% 2017-06-04 08:45 48d7f063 d1/d2/x.txt
[all …]
Dzipinfo.test13 d1/d2/a.txt
14 d1/d2/b.txt
15 d1/d2/c.txt
17 d1/d2/empty.txt
18 d1/d2/x.txt
43 command: zipinfo $FILES/example.zip d1/d2/empty.txt | sed s/17-Jun-/2017-06-/
45 -rw-r----- 3.0 unx 0 bx stor 2017-06-04 08:43 d1/d2/empty.txt
50 command: zipinfo $FILES/example.zip d1/d2/x.txt | sed s/17-Jun-/2017-06-/
52 -rw-r----- 3.0 unx 1024 tx defN 2017-06-04 08:45 d1/d2/x.txt
/system/libhwbinder/
DBufferedTextOutput.cpp53 status_t append(const char* txt, size_t len) { in append()
63 memcpy(buffer+bufferPos, txt, len); in append()
146 status_t BufferedTextOutput::print(const char* txt, size_t len) in print() argument
150 const char* const end = txt+len; in print()
153 while (txt < end) { in print()
155 const char* first = txt; in print()
156 while (txt < end && *txt != '\n') txt++; in print()
159 while (txt < end && *txt == '\n') txt++; in print()
168 } else if (*(txt-1) == '\n' && !b->bundle) { in print()
174 const char* lastLine = txt+1; in print()
[all …]
DTextOutput.cpp41 static void textOutputPrinter(void* cookie, const char* txt) in textOutputPrinter() argument
43 ((TextOutput*)cookie)->print(txt, strlen(txt)); in textOutputPrinter()
/system/core/libvndksupport/
DAndroid.bp9 symbol_file: "libvndksupport.map.txt",
22 version_script: "libvndksupport.map.txt",
24 symbol_file: "libvndksupport.map.txt",
/system/linkerconfig/testdata/
DREADME.md13 sanitizer.libraries.txt
14 vndkcorevariant.libraries.txt
18 bin/.keep # indicates to generate ld.config.txt for this apex
/system/core/libsync/
DAndroid.bp28 symbol_file: "libsync.map.txt",
49 symbol_file: "libsync.map.txt",
52 symbol_file: "libsync.map.txt",
/system/tools/xsdc/
DREADME.md5 The Java APIs in the current.txt file are not Java APIs for apps. It's a proxy
80 file and the api in last_current.txt, and update it.
83 If there are any changes, we update last_current.txt and last_removed.txt before
84 release by copying current.txt and removed.txt to last_current.txt and
85 last_removed.txt.
/system/linkerconfig/
DREADME.md6 environment. Linkerconfig generates one or more ld.config.txt files and some
13 TODO: explain inputs (e.g. /system/etc/public.libraries.txt,
62 ### /linkerconfig/ld.config.txt & /linkerconfig/*/ld.config.txt
69 ### /linkerconfig/apex.libraries.txt
91 in `/system/etc/public.libraries.txt.`
DAndroid.bp126 "sanitizer.libraries.txt",
127 "vndkcorevariant.libraries.txt",
202 "generator/tests/data/*.txt",
225 name: "ld.config.recovery.txt",
227 filename: "ld.config.txt",
234 out: ["ld.config.txt"],
/system/core/
DCleanSpec.mk74 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/ld.config.txt)
75 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/llndk.libraries.txt)
76 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/vndksp.libraries.txt)
77 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/ld.config.txt)
78 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/llndk.libraries.txt)
79 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/vndksp.libraries.txt)
/system/core/libprocessgroup/cgrouprc/
DAndroid.bp32 symbol_file: "libcgrouprc.map.txt",
55 symbol_file: "libcgrouprc.map.txt",
60 version_script: "libcgrouprc.map.txt",
/system/core/rootdir/
DAndroid.bp44 name: "public.libraries.android.txt",
45 src: "etc/public.libraries.android.txt",
46 filename: "public.libraries.txt",
/system/extras/simpleperf/demo/CppApi/app/
Dbuild.gradle22 … proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
27 path "src/main/cpp/CMakeLists.txt"
/system/memory/libmeminfo/
Dshowmap_test.sh5 OUT1=$TMPDIR/1.txt
6 OUT2=$TMPDIR/2.txt
/system/extras/simpleperf/demo/SimpleperfExampleCpp/app/
Dbuild.gradle28 … proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
37 path file('src/main/cpp/CMakeLists.txt')
/system/extras/simpleperf/doc/
Ddebug_dwarf_unwinding.md33 $ simpleperf debug-unwind --generate-report -o report.txt
35 # Pull report.txt on host and show it using debug_unwind_reporter.py.
37 $ debug_unwind_reporter.py -i report.txt --summary
39 $ debug_unwind_reporter.py -i report.txt --summary --include-end-symbol SocketInputStream_socketRea…
41 $ debug_unwind_reporter.py -i report.txt --include-end-symbol SocketInputStream_socketRead0
/system/logging/liblog/
DAndroid.bp98 version_script: "liblog.map.txt",
161 symbol_file: "liblog.map.txt",
166 symbol_file: "liblog.map.txt",
204 symbol_file: "liblog.map.txt",
/system/apex/shim/build/
Dprebuilts_shim_allowed_list.txt3 ./etc/hash.txt
Ddefault_shim_allowed_list.txt3 ./etc/hash.txt
DAndroid.bp65 out: ["hash.txt"],
72 filename: "hash.txt",
85 allowed_files: "default_shim_allowed_list.txt",
98 allowed_files: "default_shim_allowed_list.txt",
111 allowed_files: "default_shim_allowed_list.txt",
123 allowed_files: "default_shim_allowed_list.txt",
136 allowed_files: "default_shim_allowed_list.txt",
151 allowed_files: "default_shim_allowed_list.txt",
165 out: ["hash.txt"],
172 filename: "hash.txt",
[all …]
/system/timezone/input_tools/android/telephonylookup_generator/
DREADME.android1 This tool generates the telephonylookup.xml file from the telephonylookup.txt (proto text) file.
/system/extras/module_ndk_libs/libnativehelper/
DAndroid.bp15 // The upstream source of these headers and map.txt is the
56 symbol_file: "libnativehelper.map.txt",
/system/tools/hidl/test/hash_test/
DAndroid.bp39 "correct_hash/current.txt",
41 "incorrect_hash/current.txt",
/system/tools/hidl/scripts/
Dhal-queries.sh155 diff <(git show "$parent":current.txt | grep -oP "^[^ ]+ [^ ]+" | sort) \
156 <(git show "$child":current.txt | grep -oP "^[^ ]+ [^ ]+" | sort) |

12345