/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 | 54 status_t append(const char* txt, size_t len) { in append() 64 memcpy(buffer+bufferPos, txt, len); in append() 163 status_t BufferedTextOutput::print(const char* txt, size_t len) in print() argument 167 const char* const end = txt+len; in print() 170 while (txt < end) { in print() 172 const char* first = txt; in print() 173 while (txt < end && *txt != '\n') txt++; in print() 176 while (txt < end && *txt == '\n') txt++; in print() 185 } else if (*(txt-1) == '\n' && !b->bundle) { in print() 191 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 | 15 version_script: "libvndksupport.map.txt", 17 symbol_file: "libvndksupport.map.txt", 25 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 | 11 symbol_file: "libsync.map.txt", 29 symbol_file: "libsync.map.txt", 38 symbol_file: "libsync.map.txt",
|
/system/core/adb/libs/libadbd_fs/ |
D | Android.bp | 15 version_script: "libadbd_fs.map.txt", 18 symbol_file: "libadbd_fs.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 | Android.bp | 96 "sanitizer.libraries.txt", 97 "vndkcorevariant.libraries.txt", 140 "generator/tests/data/*.txt", 160 name: "ld.config.recovery.txt", 162 filename: "ld.config.txt", 169 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 | 46 symbol_file: "libcgrouprc.llndk.txt", 51 version_script: "libcgrouprc.llndk.txt", 58 symbol_file: "libcgrouprc.llndk.txt",
|
/system/core/adb/pairing_connection/ |
D | Android.bp | 31 version_script: "libadb_pairing_connection.map.txt", 80 symbol_file: "libadb_pairing_connection.map.txt", 125 version_script: "libadb_pairing_server.map.txt", 162 symbol_file: "libadb_pairing_server.map.txt",
|
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/ |
D | build.gradle | 24 proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' 29 path "CMakeLists.txt"
|
/system/core/liblog/ |
D | Android.bp | 75 version_script: "liblog.map.txt", 105 symbol_file: "liblog.map.txt", 144 symbol_file: "liblog.map.txt", 152 symbol_file: "liblog.map.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/core/adb/libs/adbconnection/ |
D | Android.bp | 54 version_script: "libadbconnection_client.map.txt", 59 symbol_file: "libadbconnection_client.map.txt",
|
/system/tools/hidl/test/hash_test/ |
D | Android.bp | 30 "correct_hash/current.txt", 32 "incorrect_hash/current.txt",
|
/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/apex/shim/build/ |
D | default_shim_allowed_list.txt | 3 ./etc/hash.txt
|
/system/libartpalette/ |
D | Android.bp | 52 version_script: "libartpalette.map.txt", 57 symbol_file: "libartpalette.map.txt",
|
/system/core/adb/pairing_auth/ |
D | Android.bp | 32 version_script: "libadb_pairing_auth.map.txt", 70 symbol_file: "libadb_pairing_auth.map.txt",
|
/system/timezone/input_tools/android/tzlookup_generator/ |
D | README.android | 1 This tool generates the tzlookup.xml file from the countryzones.txt (proto text) file.
|
/system/core/adb/daemon/ |
D | abb.cpp | 36 android::status_t print(const char* txt, size_t len) override { in print() argument 37 return WriteFdExactly(fd_, txt, len) ? android::OK : -errno; in print()
|