OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:txt
(Results
1 - 25
of
246
) sorted by null
1
2
3
4
5
6
7
8
9
10
/external/icu4c/data/coll/
colfiles.mk
4
# A list of
txt
's to build
18
# | COLLATION_SOURCE_LOCAL = myLocale.
txt
...
23
# | COLLATION_SOURCE = ar.
txt
ar_AE.
txt
en.
txt
de.
txt
zh.
txt
29
COLLATION_SYNTHETIC_ALIAS = de_.
txt
de__PHONEBOOK.
txt
es_.
txt
es__TRADITIONAL.txt
[
all
...]
/external/icu4c/data/locales/
resfiles.mk
4
# A list of
txt
's to build
18
# | GENRB_SOURCE_LOCAL = myLocale.
txt
...
23
# | GENRB_SOURCE = ar.
txt
ar_AE.
txt
en.
txt
de.
txt
zh.
txt
29
GENRB_SYNTHETIC_ALIAS = en_RH.
txt
in_ID.
txt
iw_IL.
txt
ja_JP_TRADITIONAL.txt
[
all
...]
/external/bison/build-aux/
Makefile.am
2
EXTRA_DIST = prev-version.
txt
/external/icu4c/data/rbnf/
rbnffiles.mk
4
# A list of
txt
's to build
18
# | RBNF_SOURCE_LOCAL = myLocale.
txt
...
23
# | RBNF_SOURCE = ar.
txt
ar_AE.
txt
en.
txt
de.
txt
zh.
txt
37
RBNF_SOURCE = af.
txt
am.
txt
ar.
txt
az.txt
[
all
...]
/dalvik/dx/tests/028-class-attrib-EnclosingMethod/
run
17
dx --debug --dump --width=200 small-class-1.
txt
small-class-2.
txt
/dalvik/tests/030-bad-finalizer/
run
17
${RUN} "$@" > original-output.
txt
19
cat original-output.
txt
| awk '
/external/dropbear/libtomcrypt/
run.sh
3
if [ -a testok.
txt
] && [ -f testok.
txt
]; then
11
rm -f testok.
txt
13
if [ -a testok.
txt
] && [ -f testok.
txt
]; then
21
rm -f testok.
txt
23
if [ -a testok.
txt
] && [ -f testok.
txt
]; then
build.sh
5
CFLAGS="$2 $CFLAGS $4" EXTRALIBS="$5" make -j4 -f $3 test tv_gen 1>gcc_1.
txt
2>gcc_2.
txt
|| (echo "build $1 failed see gcc_2.
txt
for more information" && cat gcc_2.
txt
&& exit 1)
8
((./test >test_std.
txt
2>test_err.
txt
&& ./tv_gen > tv.
txt
) && echo "$1 test passed." && echo "y" > testok.
txt
) || (echo "$1 test failed" && cat test_err.
txt
&& exit 1)
9
if find *_tv.
txt
-type f 1>/dev/null 2>/dev/null ; the
[
all
...]
testbuild.sh
5
touch testok.
txt
6
CFLAGS="$2 $CFLAGS $4" EXTRALIBS="$5" make -f $3 test tv_gen 1>gcc_1.
txt
2>gcc_2.
txt
|| (echo "build $1 failed see gcc_2.
txt
for more information" && cat gcc_2.
txt
&& rm -f testok.
txt
&& exit 1)
7
if find testok.
txt
-type f 1>/dev/null 2>/dev/null ; then
/external/icu4c/test/perf/unisetperf/draft/
contperf.sh
12
for file in udhr_eng.
txt
\
13
udhr_deu.
txt
\
14
udhr_fra.
txt
\
15
udhr_rus.
txt
\
16
udhr_tha.
txt
\
17
udhr_jpn.
txt
\
18
udhr_cmn.
txt
\
span16perf.sh
12
for file in udhr_eng.
txt
\
13
udhr_deu.
txt
\
14
udhr_fra.
txt
\
15
udhr_rus.
txt
\
16
udhr_tha.
txt
\
17
udhr_jpn.
txt
\
18
udhr_cmn.
txt
\
span8perf.sh
12
for file in udhr_eng.
txt
\
13
udhr_deu.
txt
\
14
udhr_fra.
txt
\
15
udhr_rus.
txt
\
16
udhr_tha.
txt
\
17
udhr_jpn.
txt
\
18
udhr_cmn.
txt
\
/dalvik/dx/tests/002-minimal-valid/
run
17
dx --debug --dump small-class.
txt
/dalvik/dx/tests/004-cp-bottom-up/
run
17
dx --debug --dump small-class.
txt
/dalvik/dx/tests/005-cp-top-down/
run
17
dx --debug --dump small-class.
txt
/dalvik/dx/tests/006-interfaces/
run
17
dx --debug --dump small-class.
txt
/dalvik/dx/tests/007-no-superclass/
run
17
dx --debug --dump small-class.
txt
/dalvik/dx/tests/008-field/
run
17
dx --debug --dump --width=200 small-class.
txt
/dalvik/dx/tests/009-method/
run
17
dx --debug --dump --width=200 small-class.
txt
/dalvik/dx/tests/010-class-attrib-InnerClasses/
run
17
dx --debug --dump --width=200 small-class.
txt
/dalvik/dx/tests/011-class-attrib-Synthetic/
run
17
dx --debug --dump --width=200 small-class.
txt
/dalvik/dx/tests/012-class-attrib-SourceFile/
run
17
dx --debug --dump --width=200 small-class.
txt
/dalvik/dx/tests/013-class-attrib-Deprecated/
run
17
dx --debug --dump --width=200 small-class.
txt
/dalvik/dx/tests/014-field-attrib-ConstantValue/
run
17
dx --debug --dump --width=200 small-class.
txt
/dalvik/dx/tests/015-field-attrib-Synthetic/
run
17
dx --debug --dump --width=200 small-class.
txt
Completed in 300 milliseconds
1
2
3
4
5
6
7
8
9
10