Home
last modified time | relevance | path

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

123

/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/
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,
60 ### public.libraries.txt
62 `linkerconfig` reads both `/system/etc/public.libraries.txt` and `/vendor/etc/public.libraries.txt`…
65 `linkerconfig` generates `apex.libraries.config.txt` file which lists public libraries provided APE…
70 ### /linkerconfig/ld.config.txt & /linkerconfig/*/ld.config.txt
77 ### /linkerconfig/apex.libraries.txt
99 in `/system/etc/public.libraries.txt.`
DAndroid.bp126 "sanitizer.libraries.txt",
197 "generator/tests/data/*.txt",
226 name: "ld.config.recovery.txt",
228 filename: "ld.config.txt",
235 out: ["ld.config.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/core/rootdir/
DAndroid.bp62 name: "public.libraries.android.txt",
63 src: "etc/public.libraries.android.txt",
64 filename: "public.libraries.txt",
118 name: "llndk.libraries.txt",
122 name: "sanitizer.libraries.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/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/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/logging/liblog/
DAndroid.bp98 version_script: "liblog.map.txt",
161 symbol_file: "liblog.map.txt",
166 symbol_file: "liblog.map.txt",
207 symbol_file: "liblog.map.txt",
/system/apex/shim/build/
Ddefault_shim_allowed_list.txt3 ./etc/hash.txt
/system/tools/hidl/test/hash_test/
DAndroid.bp39 "correct_hash/current.txt",
41 "incorrect_hash/current.txt",
/system/extras/pinner/
DREADME.md54 ./pintool file <path_to_myfile.apk> --zip --gen-probe --pinconfig pinconfig.txt --dump -o pinlist.m…
64 This will skip doing any probing and it will just apply filtering based on the pinconfig.txt, this …
68 ./pintool file <path_to_myfile.apk> --zip --pinconfig pinconfig.txt --dump -o pinlist.meta
84 A `pinconfig.txt` is just a list of files with a key value pair separated by a newline.
86 `pinconfig.txt` structure pattern:
102 Example `pinconfig.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) |
/system/libhwbinder/include/hwbinder/
DDebug.h36 typedef void (*debugPrintFunc)(void* cookie, const char* txt);

123