OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:txt
(Results
101 - 125
of
905
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/native/libs/binder/
BufferedTextOutput.cpp
50
status_t append(const char*
txt
, size_t len) {
59
memcpy(buffer+bufferPos,
txt
, len);
158
status_t BufferedTextOutput::print(const char*
txt
, size_t len)
165
const char* const end =
txt
+len;
169
while (
txt
< end) {
171
const char* first =
txt
;
172
while (
txt
< end && *
txt
!= '\n')
txt
++;
175
while (
txt
< end && *txt == '\n') txt++
[
all
...]
/art/oatdump/
Android.mk
46
$(OATDUMP) --image=$(HOST_CORE_IMG_LOCATION) --output=$(ART_DUMP_OAT_PATH)/core.host.oatdump.
txt
47
@echo Output in $(ART_DUMP_OAT_PATH)/core.host.oatdump.
txt
54
--output=$(ART_DUMP_OAT_PATH)/core.target.$(TARGET_ARCH).oatdump.
txt
--instruction-set=$(TARGET_ARCH)
55
@echo Output in $(ART_DUMP_OAT_PATH)/core.target.$(TARGET_ARCH).oatdump.
txt
63
--output=$(ART_DUMP_OAT_PATH)/core.target.$(TARGET_2ND_ARCH).oatdump.
txt
--instruction-set=$(TARGET_2ND_ARCH)
64
@echo Output in $(ART_DUMP_OAT_PATH)/core.target.$(TARGET_2ND_ARCH).oatdump.
txt
78
--output=$(ART_DUMP_OAT_PATH)/boot.$(TARGET_ARCH).oatdump.
txt
--instruction-set=$(TARGET_ARCH)
79
@echo Output in $(ART_DUMP_OAT_PATH)/boot.$(TARGET_ARCH).oatdump.
txt
85
--output=$(ART_DUMP_OAT_PATH)/boot.$(TARGET_2ND_ARCH).oatdump.
txt
--instruction-set=$(TARGET_2ND_ARCH)
86
@echo Output in $(ART_DUMP_OAT_PATH)/boot.$(TARGET_2ND_ARCH).oatdump.
txt
[
all
...]
/build/core/tasks/tools/
build_custom_image.mk
89
$(hide) echo "# For all accepted properties, see BuildImage() in tools/releasetools/build_image.py" > $(PRIVATE_INTERMEDIATES)/image_info.
txt
90
$(hide) echo "mount_point=$(PRIVATE_MOUNT_POINT)" >> $(PRIVATE_INTERMEDIATES)/image_info.
txt
91
$(hide) echo "fs_type=$(PRIVATE_FILE_SYSTEM_TYPE)" >> $(PRIVATE_INTERMEDIATES)/image_info.
txt
92
$(hide) echo "partition_size=$(PRIVATE_PARTITION_SIZE)" >> $(PRIVATE_INTERMEDIATES)/image_info.
txt
93
$(if $(PRIVATE_SELINUX),$(hide) echo "selinux_fc=$(SELINUX_FC)" >> $(PRIVATE_INTERMEDIATES)/image_info.
txt
)
95
$(hide) echo "verity=$(PRIVATE_SUPPORT_VERITY)" >> $(PRIVATE_INTERMEDIATES)/image_info.
txt
;\
96
echo "verity_key=$(PRIVATE_VERITY_KEY)" >> $(PRIVATE_INTERMEDIATES)/image_info.
txt
;\
97
echo "verity_signer_cmd=$(VERITY_SIGNER)" >> $(PRIVATE_INTERMEDIATES)/image_info.
txt
;\
98
echo "verity_block_device=$(PRIVATE_VERITY_BLOCK_DEVICE)" >> $(PRIVATE_INTERMEDIATES)/image_info.
txt
)
100
$(hide) echo "# Properties from $(PRIVATE_DICT_FILE)" >> $(PRIVATE_INTERMEDIATES)/image_info.
txt
;\
[
all
...]
/external/icu/icu4c/source/samples/ufortune/resources/
Makefile
14
# genrb compiles a resource source file (.
txt
) into
31
CLEANFILES += *.[co] *.lst $(RESNAME)_*.mak $(RESNAME).dat $(RESFILES) *.ao README*resources.
txt
$(RESNAME)_dat*
49
RESLIST=res-file-list.
txt
57
es.res: es.
txt
/external/toybox/tests/
ls.test
13
echo "test file1" > lstest/file1.
txt
14
echo "test file2" > lstest/file2.
txt
20
testing "ls no argument" "$IN && ls; $OUT" "dir1\ndir2\nfile1.
txt
\nfile2.
txt
\n" "" ""
21
testing "ls with wild char" "$IN && ls file*; $OUT" "file1.
txt
\nfile2.
txt
\n" "" ""
22
testing "ls with wild char - long listing" "$IN && ls -1 file*; $OUT" "file1.
txt
\nfile2.
txt
\n" "" ""
23
testing "ls with -p" "$IN && ls -p; $OUT" "dir1/\ndir2/\nfile1.
txt
\nfile2.
txt
\n" "" "
[
all
...]
/external/wpa_supplicant_8/src/utils/
ip_addr.c
36
int hostapd_parse_ip_addr(const char *
txt
, struct hostapd_ip_addr *addr)
39
if (inet_aton(
txt
, &addr->u.v4)) {
45
if (inet_pton(AF_INET6,
txt
, &addr->u.v6) > 0) {
/external/libbrillo/
platform2_preinstall.sh
29
deps=$(<"${OUT}"/gen/libbrillo-${v}-deps.
txt
)
37
deps_test=$(<"${OUT}"/gen/libbrillo-test-${v}-deps.
txt
)
45
deps_glib=$(<"${OUT}"/gen/libbrillo-glib-${v}-deps.
txt
)
/frameworks/base/tests/backup/
test_restore.sh
82
check_file files/file.
txt
"first file" || need_bug=1
83
check_file files/another_file.
txt
"asdf" || need_bug=1
84
#check_file files/3.
txt
"3" || need_bug=1
85
check_file files/empty.
txt
"" || need_bug=1
89
check_exists files/file_doesnt_exist.
txt
&& need_bug=1
90
check_exists files/no_files_here.
txt
&& need_bug=1
96
a bugreport > "$BUGREPORT_DIR/$filename.
txt
"
107
echo "Last 3 timestamps in 3.
txt
:"
108
a shell cat /data/data/com.android.backuptest/files/3.
txt
| tail -n 3
/prebuilts/go/darwin-x86/doc/articles/wiki/
test.bash
16
rm -f test_*.out Test.
txt
final-test.go final-test.bin final-test-port.
txt
a.out get.bin
37
while [ ! -f ./final-test-port.
txt
]
49
addr=$(cat final-test-port.
txt
)
54
diff -u Test.
txt
test_Test.
txt
.good
/prebuilts/go/linux-x86/doc/articles/wiki/
test.bash
16
rm -f test_*.out Test.
txt
final-test.go final-test.bin final-test-port.
txt
a.out get.bin
37
while [ ! -f ./final-test-port.
txt
]
49
addr=$(cat final-test-port.
txt
)
54
diff -u Test.
txt
test_Test.
txt
.good
/art/test/968-default-partial-compile-generated/
build
37
# compiled class files in ./classes and the expected values in expected.
txt
40
./util-src/generate_java.py ./javac_exec.sh ./src ./classes ./expected.
txt
./build_log
43
# Generate the smali files and expected.
txt
or fail
44
./util-src/generate_smali.py ./smali ./expected.
txt
/art/test/971-iface-super/
build
37
# compiled class files in ./classes and the expected values in expected.
txt
40
./util-src/generate_java.py ./javac_exec.sh ./src ./classes ./expected.
txt
./build_log
43
# Generate the smali files and expected.
txt
or fail
44
./util-src/generate_smali.py ./smali ./expected.
txt
/device/google/dragon/self-extractors/
files-by-owner.sh
17
rm -f extract-lists.
txt
18
cat ../vendor_owner_info.
txt
|
53
echo " $target_owner)" >> extract-lists.
txt
54
echo " TO_EXTRACT=\"\\" >> extract-lists.
txt
57
cat ../proprietary-blobs.
txt
|
64
auto_owner=$(grep ^$file: ../vendor_owner_info.
txt
| cut -d : -f 2)
86
echo " $file \\" >> extract-lists.
txt
96
echo " \"" >> extract-lists.
txt
97
echo " ;;" >> extract-lists.
txt
/device/moto/shamu/self-extractors/
files-by-owner.sh
17
rm -f extract-lists.
txt
18
cat ../vendor_owner_info.
txt
|
56
echo " $target_owner)" >> extract-lists.
txt
57
echo " TO_EXTRACT=\"\\" >> extract-lists.
txt
60
cat ../proprietary-blobs.
txt
|
67
auto_owner=$(grep ^$file: ../vendor_owner_info.
txt
| cut -d : -f 2)
89
echo " $file \\" >> extract-lists.
txt
99
echo " \"" >> extract-lists.
txt
100
echo " ;;" >> extract-lists.
txt
/external/autotest/client/site_tests/hardware_PerfCounterVerification/src/
Makefile
5
OUTPUTS=$(BINS) $(OBJS) iTLB_benchmark_function.c noploop_branch.
txt
11
noploop_branch.
txt
: noploop
/external/libunwind/scripts/
kernel-diff.sh
4
cat $scriptdir/kernel-files.
txt
| \
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/
Makefile
12
include/sm4_defs.h: $(wildcard defs/*.
txt
)
15
src/sm4_text.cpp: $(wildcard defs/*.
txt
)
/external/wpa_supplicant_8/hs20/server/ca/
ocsp-responder-ica.sh
3
openssl ocsp -index demoCA/index.
txt
-port 8888 -nmin 5 -rsigner demoCA/cacert.pem -rkey demoCA/private/cakey-plain.pem -CA demoCA/cacert.pem -resp_no_certs -text
/external/zlib/src/contrib/blast/
Makefile
5
blast < test.pk | cmp - test.
txt
/hardware/qcom/bt/msm8909/libbt-vendor/
vnd_buildcfg.mk
19
SRC := $(call my-dir)/include/$(addprefix vnd_, $(addsuffix .
txt
,$(basename $(TARGET_DEVICE))))
22
SRC := $(call my-dir)/include/vnd_generic.
txt
/hardware/qcom/bt/msm8960/libbt-vendor/
vnd_buildcfg.mk
18
SRC := $(call my-dir)/include/$(addprefix vnd_, $(addsuffix .
txt
,$(basename $(TARGET_DEVICE))))
21
SRC := $(call my-dir)/include/vnd_generic.
txt
/hardware/qcom/bt/msm8992/libbt-vendor/
vnd_buildcfg.mk
19
SRC := $(call my-dir)/include/$(addprefix vnd_, $(addsuffix .
txt
,$(basename $(TARGET_DEVICE))))
22
SRC := $(call my-dir)/include/vnd_generic.
txt
/hardware/qcom/bt/msm8996/libbt-vendor/
vnd_buildcfg.mk
19
SRC := $(call my-dir)/include/$(addprefix vnd_, $(addsuffix .
txt
,$(basename $(TARGET_DEVICE))))
22
SRC := $(call my-dir)/include/vnd_generic.
txt
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
RstripExtension.py
25
txt
= text.get('%i.0' % cur, '%i.0 lineend' % cur)
26
cut = len(
txt
.rstrip())
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
RstripExtension.py
25
txt
= text.get('%i.0' % cur, '%i.0 lineend' % cur)
26
cut = len(
txt
.rstrip())
Completed in 1047 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>