/system/libziparchive/cli-tests/ |
D | unzip.test | 10 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 …]
|
D | zipinfo.test | 13 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/ |
D | BufferedTextOutput.cpp | 53 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 …]
|
D | TextOutput.cpp | 41 static void textOutputPrinter(void* cookie, const char* txt) in textOutputPrinter() argument 43 ((TextOutput*)cookie)->print(txt, strlen(txt)); in textOutputPrinter()
|
/system/core/libvndksupport/ |
D | Android.bp | 9 symbol_file: "libvndksupport.map.txt", 22 version_script: "libvndksupport.map.txt", 24 symbol_file: "libvndksupport.map.txt",
|
/system/linkerconfig/testdata/ |
D | README.md | 13 sanitizer.libraries.txt 14 vndkcorevariant.libraries.txt 18 bin/.keep # indicates to generate ld.config.txt for this apex
|
/system/core/libsync/ |
D | Android.bp | 28 symbol_file: "libsync.map.txt", 49 symbol_file: "libsync.map.txt", 52 symbol_file: "libsync.map.txt",
|
/system/tools/xsdc/ |
D | README.md | 5 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/ |
D | README.md | 6 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.`
|
D | Android.bp | 126 "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/ |
D | CleanSpec.mk | 74 $(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/ |
D | Android.bp | 32 symbol_file: "libcgrouprc.map.txt", 55 symbol_file: "libcgrouprc.map.txt", 60 version_script: "libcgrouprc.map.txt",
|
/system/core/rootdir/ |
D | Android.bp | 44 name: "public.libraries.android.txt", 45 src: "etc/public.libraries.android.txt", 46 filename: "public.libraries.txt",
|
/system/extras/simpleperf/demo/CppApi/app/ |
D | build.gradle | 22 … proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' 27 path "src/main/cpp/CMakeLists.txt"
|
/system/memory/libmeminfo/ |
D | showmap_test.sh | 5 OUT1=$TMPDIR/1.txt 6 OUT2=$TMPDIR/2.txt
|
/system/extras/simpleperf/demo/SimpleperfExampleCpp/app/ |
D | build.gradle | 28 … proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' 37 path file('src/main/cpp/CMakeLists.txt')
|
/system/extras/simpleperf/doc/ |
D | debug_dwarf_unwinding.md | 33 $ 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/ |
D | Android.bp | 98 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/ |
D | prebuilts_shim_allowed_list.txt | 3 ./etc/hash.txt
|
D | default_shim_allowed_list.txt | 3 ./etc/hash.txt
|
D | Android.bp | 65 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/ |
D | README.android | 1 This tool generates the telephonylookup.xml file from the telephonylookup.txt (proto text) file.
|
/system/extras/module_ndk_libs/libnativehelper/ |
D | Android.bp | 15 // The upstream source of these headers and map.txt is the 56 symbol_file: "libnativehelper.map.txt",
|
/system/tools/hidl/test/hash_test/ |
D | Android.bp | 39 "correct_hash/current.txt", 41 "incorrect_hash/current.txt",
|
/system/tools/hidl/scripts/ |
D | hal-queries.sh | 155 diff <(git show "$parent":current.txt | grep -oP "^[^ ]+ [^ ]+" | sort) \ 156 <(git show "$child":current.txt | grep -oP "^[^ ]+ [^ ]+" | sort) |
|