/external/skia/tools/ |
xsan_build | 30 rm -f CMakeCache.txt # Force CMake to re-configure, in case DEPS has changed. 44 rm -f CMakeCache.txt # Force CMake to re-configure, in case DEPS has changed.
|
/external/zlib/src/contrib/minizip/ |
make_vms.com | 20 $ mcr []minizip test minizip_info.txt 22 $ rename minizip_info.txt; minizip_info.txt_old
|
/frameworks/native/include/binder/ |
BufferedTextOutput.h | 38 virtual status_t print(const char* txt, size_t len);
|
/system/weaved/buffet/ |
mdns_client.h | 39 const std::vector<std::string>& txt) override {}
|
/external/curl/lib/ |
mk-ca-bundle.pl | 24 # It downloads certdata.txt from Mozilla's source tree (see URL below), 25 # then parses certdata.txt and extracts CA Root Certificates into PEM format. 49 'http://hg.mozilla.org/projects/nss/raw-file/tip/lib/ckfw/builtins/certdata.txt', 51 'http://hg.mozilla.org/mozilla-central/raw-file/default/security/nss/lib/ckfw/builtins/certdata.txt', 53 'http://hg.mozilla.org/releases/mozilla-aurora/raw-file/default/security/nss/lib/ckfw/builtins/certdata.txt', 55 'http://hg.mozilla.org/releases/mozilla-beta/raw-file/default/security/nss/lib/ckfw/builtins/certdata.txt', 57 'http://hg.mozilla.org/releases/mozilla-release/raw-file/default/security/nss/lib/ckfw/builtins/certdata.txt', 144 print " 3) certdata.txt file format may change, lag time to update this script\n"; 158 print "\t-d\tspecify Mozilla tree to pull certdata.txt or custom URL\n"; 161 print "\t-f\tforce rebuild even if certdata.txt is current\n" [all...] |
/cts/tests/libcore/luni/ |
Android.mk | 53 libcore/expectations/brokentests.txt \ 54 libcore/expectations/icebox.txt \ 55 libcore/expectations/knownfailures.txt \ 56 libcore/expectations/taggedtests.txt
|
/cts/tests/libcore/ojluni/ |
Android.mk | 45 libcore/expectations/brokentests.txt \ 46 libcore/expectations/icebox.txt \ 47 libcore/expectations/knownfailures.txt \ 48 libcore/expectations/taggedtests.txt
|
/cts/tests/libcore/okhttp/ |
Android.mk | 46 libcore/expectations/brokentests.txt \ 47 libcore/expectations/icebox.txt \ 48 libcore/expectations/knownfailures.txt \ 49 libcore/expectations/taggedtests.txt
|
/development/tools/idegen/ |
intellij-gen.sh | 55 index_file=$root_dir/module-index.txt
|
/external/libvpx/ |
config.arm.mk | 17 libvpx_codec_srcs := $(sort $(shell cat $(libvpx_config_dir_arm)/libvpx_srcs.txt))
|
config.arm64.mk | 11 libvpx_codec_srcs := $(sort $(shell cat $(libvpx_config_dir_arm64)/libvpx_srcs.txt))
|
config.mips.mk | 16 libvpx_codec_srcs := $(sort $(shell cat $(libvpx_config_dir_mips)/libvpx_srcs.txt))
|
config.x86.mk | 8 libvpx_codec_srcs := $(sort $(shell cat $(libvpx_config_dir_x86)/libvpx_srcs.txt))
|
config.x86_64.mk | 9 libvpx_codec_srcs := $(sort $(shell cat $(libvpx_config_dir_x86_64)/libvpx_srcs.txt))
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/core/util/ |
PatternUtilTest.groovy | 35 assert PatternUtil.convertStringWithWildcardsToRegex('*.txt') == /.*\.txt/
45 assert PatternUtil.containsWildcards('*.txt')
47 assert PatternUtil.containsWildcards('a??.txt')
|
/external/proguard/bin/ |
proguard.bat | 8 REM "\"C:/My Directory/My File.txt\""
|
/external/skia/platform_tools/android/tests/ |
makefile_writer_tests.py | 162 utils.compare_to_expectation(filename, 'animals.txt', self.assertTrue) 167 utils.compare_to_expectation(filename, 'animals_append.txt',
|
/external/tcpdump/tests/ |
TESTrun.sh | 7 cat /dev/null > failure-outputs.txt 69 cat failure-outputs.txt
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/QA/ |
diffiSACPLC.txt | 4 LOGFILE=logplc.txt
|
/prebuilts/tools/common/proguard/proguard4.7/bin/ |
proguard.bat | 8 REM "\"C:/My Directory/My File.txt\""
|
/external/vboot_reference/tests/futility/ |
test_sign_kernel.sh | 14 echo "hi there" > ${TMP}.config.txt 15 echo "hello boys" > ${TMP}.config2.txt 34 --config ${TMP}.config.txt \ 51 --config ${TMP}.config.txt \ 77 --config ${TMP}.config2.txt \ 91 --config ${TMP}.config2.txt \ 113 --config ${TMP}.config2.txt \ 135 --config ${TMP}.config.txt \ 151 --config ${TMP}.config.txt \ 175 --config ${TMP}.config2.txt \ [all...] |
/external/hyphenation-patterns/ |
Android.mk | 68 $(eval LOCAL_SRC_FILES := $(addprefix $(1)/hyph-, $(addprefix $(2), .pat.txt .chr.txt .hyp.txt)))\ 71 $(eval LOCAL_MODULE := $(addprefix $(addprefix hyph-, $(2)), .lic.txt))\ 72 $(eval LOCAL_SRC_FILES := $(addprefix $(1)/hyph-, $(addprefix $(2), .lic.txt)))\
|
/external/icu/icu4c/source/test/hdrtst/ |
Makefile.in | 20 ## file named 'cxxfiles.txt' in this directory. 22 ## If a header fails because it is deprecated, add it to the 'dfiles.txt' 66 @FAIL=0;for file in `ls $(prefix)/include/unicode/*.h | fgrep -v -f $(srcdir)/pfiles.txt`; do \ 86 @FAIL=0;NONE="(No deprecated headers)";for stub in `cat $(srcdir)/dfiles.txt | grep -v '^#'` ; do \ 109 @FAIL=0;for file in `ls $(prefix)/include/unicode/*.h | fgrep -v -f $(srcdir)/cxxfiles.txt | tee cfiles.txt`; do \ 120 @FAIL=0;for file in `ls $(prefix)/include/unicode/*.h | fgrep -v -f $(srcdir)/pfiles.txt`; do \ 132 @FAIL=0; for file in `ls $(prefix)/include/unicode/*.h | fgrep -v -f $(srcdir)/pfiles.txt`; do \ 145 for file in `ls $(prefix)/include/unicode/*.h | fgrep -v -f $(srcdir)/pfiles.txt`; do \ 157 @FAIL=0;for file in `ls $(prefix)/include/unicode/*.h | fgrep -v -f $(srcdir)/pfiles.txt`; do [all...] |
/external/libdaemon/libdaemon/ |
dpid.c | 101 static char txt[256]; local 125 if ((l = read(fd, txt, sizeof(txt)-1)) < 0) { 133 txt[l] = 0; 134 txt[strcspn(txt, "\r\n")] = 0; 137 lpid = strtol(txt, &e, 10);
|
/development/samples/UiAutomator/src/com/android/test/uiautomator/demos/ |
LogBuildNumber.java | 145 UiObject txt = aboutItem.getChild( local 152 if (!txt.exists()) 155 return txt.getText();
|