/dalvik/dx/tests/015-field-attrib-Synthetic/ |
run | 17 dx --debug --dump --width=200 small-class.txt
|
/dalvik/dx/tests/016-field-attrib-Deprecated/ |
run | 17 dx --debug --dump --width=200 small-class.txt
|
/dalvik/dx/tests/017-method-attrib-Code/ |
run | 17 dx --debug --dump small-class.txt
|
/dalvik/dx/tests/018-method-attrib-Exceptions/ |
run | 17 dx --debug --dump small-class.txt
|
/dalvik/dx/tests/019-method-attrib-Synthetic/ |
run | 17 dx --debug --dump small-class.txt
|
/dalvik/dx/tests/020-method-attrib-Deprecated/ |
run | 17 dx --debug --dump small-class.txt
|
/dalvik/dx/tests/021-code-attrib-LineNumberTable/ |
run | 17 dx --debug --dump small-class.txt
|
/dalvik/dx/tests/022-code-attrib-LocalVariableTable/ |
run | 17 dx --debug --dump small-class.txt
|
/dalvik/dx/tests/023-code-exception-table/ |
run | 17 dx --debug --dump small-class.txt
|
/dalvik/dx/tests/024-code-bytecode/ |
run | 17 dx --debug --dump small-class.txt
|
/dalvik/dx/tests/025-class-attrib-Signature/ |
run | 17 dx --debug --dump --width=200 small-class.txt
|
/dalvik/dx/tests/026-field-attrib-Signature/ |
run | 17 dx --debug --dump --width=200 small-class.txt
|
/dalvik/dx/tests/027-method-attrib-Signature/ |
run | 17 dx --debug --dump small-class.txt
|
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/ |
example.py | 57 >>> os.path.exists('/test/file.txt') 59 >>> create_file('/test/file.txt') 60 >>> os.path.exists('/test/file.txt') 62 >>> with open('/test/file.txt') as f: 64 ["This is test file '/test/file.txt'.\\n", 'It was created using the open() function.\\n'] 76 >>> os.path.exists('/test/file.txt') 78 >>> create_file('/test/file.txt') 79 >>> os.path.exists('/test/file.txt') 81 >>> delete_file('/test/file.txt') 82 >>> os.path.exists('/test/file.txt') [all...] |
/external/opencv3/3rdparty/openexr/Iex/ |
IexThrowErrnoExc.h | 90 void throwErrnoExc (const std::string &txt, int errnum); 91 void throwErrnoExc (const std::string &txt = "%T." /*, int errnum = oserror() */);
|
/external/toybox/tests/ |
cut.test | 15 the quick brown fox jumps over the lazy dog" >abc.txt 17 testing "cut with -c (a-b)" "cut -c 4-10 abc.txt" ":two:th\nha:beta\n quick \n" "" "" 18 testing "cut with -f (a-)" "cut -d ':' -f 5- abc.txt" "five:six:seven\nepsilon:zeta:eta:teta:iota:kappa:lambda:mu\nthe quick brown fox jumps over the lazy dog\n" "" "" 20 testing "cut with -f (a)" "cut -d ' ' -f 3 abc.txt" "one:two:three:four:five:six:seven\nalpha:beta:gamma:delta:epsilon:zeta:eta:teta:iota:kappa:lambda:mu\nbrown\n" "" "" 25 # Modifying abc.txt data as per new testcase 26 echo "abcdefghijklmnopqrstuvwxyz" >abc.txt 28 testing "cut with -c (a,b,c)" "cut -c 4,5,20 abc.txt" "det\n" "" "" 30 testing "cut with -b (a,b,c)" "cut -b 4,5,20 abc.txt" "det\n" "" "" 32 # Modifying abc.txt data as per testcase 36 396082:Sales:Jucacion:Ed" >abc.txt [all...] |
rm.test | 10 echo "abcdefghijklmnopqrstuvwxyz" > file.txt 11 testing "Remove text-file" "rm file.txt && [ ! -e file.txt ] && echo 'yes'" "yes\n" "" "" 18 echo "abcdefghijklmnopqrstuvwxyz" > file.txt && chmod 000 file.txt 19 testing "Remove text file(mode 000)" "rm -f file.txt && [ ! -e file.txt ] && echo 'yes'" \ 23 touch file1.txt file2.txt 26 "rm -r file1.txt file2.txt dir1 dir2 2>/dev/null & [all...] |
/external/androidplot/Examples/DemoApp/ |
project.properties | 39 #proguard.config=${sdk.dir}\tools\proguard\proguard-android.txt:proguard-project.txt 41 proguard.config=${sdk.dir}/tools/proguard/proguard-android-optimize.txt:proguard-project.txt
|
/dalvik/dx/tests/003-magic-version-access/ |
run | 20 # expected.txt vs. out.txt comparisons. 23 dx --dump --strict class-bad-magic.txt 26 dx --dump --strict class-version-44.0.txt 27 dx --dump --strict class-version-44.65535.txt 30 dx --debug --dump --width=100 class-version-45.0.txt 31 dx --debug --dump --width=100 class-version-45.65535.txt 32 dx --debug --dump --width=100 class-version-48.0.txt 33 dx --debug --dump --width=100 class-version-48.65535.txt 34 dx --debug --dump --width=100 class-version-49.0.txt [all...] |
/external/icu/icu4c/source/data/misc/ |
miscfiles.mk | 3 # A list of txt's to build 17 # | MISC_SOURCE_LOCAL = myFile.txt ... 21 # | MISC_SOURCE = zoneinfo.txt 26 zoneinfo64.txt supplementalData.txt likelySubtags.txt plurals.txt \ 27 numberingSystems.txt icuver.txt icustd.txt metadata.txt metaZones.txt [all...] |
/external/icu/icu4c/source/test/perf/utrie2perf/ |
utrie2perf.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 \
|
/cts/tests/tests/icu/tools/ |
update-test-list.sh | 10 unzip $ZIP host_log.txt -d $TMP_DIR 12 HOST_LOG=$TMP_DIR/host_log.txt 17 | sed 's%.*(\([^#]\+\)#\([^)]\+\))%\1#\2%' | sort > $ICU_DIR/test-list.txt
|
/external/clang/utils/ABITest/ |
build-and-summarize.sh | 12 ../summarize.sh $1 &> fails-x.txt 13 cat fails-x.txt 14 wc -l fails-x.txt
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/ |
wildcards.py | 73 command will remove all ".txt" files in any of your Google Cloud Storage 76 gsutil rm gs://*/**.txt 83 Matches a single character. For example "gs://bucket/??.txt" 84 only matches objects with two characters followed by .txt. 88 "gs://bucket/[aeiou].txt" matches objects that contain a single vowel 89 character followed by .txt 93 "gs://bucket/[a-m].txt" matches objects that contain letters 94 a, b, c, ... or m, and end with .txt. 121 gs://bucket/abc*.txt 125 gs://bucket/*abc.txt [all...] |
/external/curl/lib/ |
strerror.c | 809 const char *txt; local 825 txt = "No error"; 828 txt = "SEC_E_ALGORITHM_MISMATCH"; 831 txt = "SEC_E_BAD_BINDINGS"; 834 txt = "SEC_E_BAD_PKGID"; 837 txt = "SEC_E_BUFFER_TOO_SMALL"; 840 txt = "SEC_E_CANNOT_INSTALL"; 843 txt = "SEC_E_CANNOT_PACK"; 846 txt = "SEC_E_CERT_EXPIRED"; 849 txt = "SEC_E_CERT_UNKNOWN" [all...] |