Home
last modified time | relevance | path

Searched refs:txt (Results 1 – 25 of 102) 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.cpp54 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 …]
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.bp15 version_script: "libvndksupport.map.txt",
17 symbol_file: "libvndksupport.map.txt",
25 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.bp11 symbol_file: "libsync.map.txt",
29 symbol_file: "libsync.map.txt",
38 symbol_file: "libsync.map.txt",
/system/core/adb/libs/libadbd_fs/
DAndroid.bp15 version_script: "libadbd_fs.map.txt",
18 symbol_file: "libadbd_fs.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/
DAndroid.bp96 "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/
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.bp46 symbol_file: "libcgrouprc.llndk.txt",
51 version_script: "libcgrouprc.llndk.txt",
58 symbol_file: "libcgrouprc.llndk.txt",
/system/core/adb/pairing_connection/
DAndroid.bp31 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/
Dbuild.gradle24 proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
29 path "CMakeLists.txt"
/system/core/liblog/
DAndroid.bp75 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/
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/core/adb/libs/adbconnection/
DAndroid.bp54 version_script: "libadbconnection_client.map.txt",
59 symbol_file: "libadbconnection_client.map.txt",
/system/tools/hidl/test/hash_test/
DAndroid.bp30 "correct_hash/current.txt",
32 "incorrect_hash/current.txt",
/system/timezone/input_tools/android/telephonylookup_generator/
DREADME.android1 This tool generates the telephonylookup.xml file from the telephonylookup.txt (proto text) file.
/system/apex/shim/build/
Ddefault_shim_allowed_list.txt3 ./etc/hash.txt
/system/libartpalette/
DAndroid.bp52 version_script: "libartpalette.map.txt",
57 symbol_file: "libartpalette.map.txt",
/system/core/adb/pairing_auth/
DAndroid.bp32 version_script: "libadb_pairing_auth.map.txt",
70 symbol_file: "libadb_pairing_auth.map.txt",
/system/timezone/input_tools/android/tzlookup_generator/
DREADME.android1 This tool generates the tzlookup.xml file from the countryzones.txt (proto text) file.
/system/core/adb/daemon/
Dabb.cpp36 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()

12345