/development/tools/logblame/ |
connectivity_log_test | 4 RAWLOGS_FILE=connectivity-rawlogs.txt 5 ANALYSIS_FILE=connectivity-analysis.txt
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_multifile.py | 29 Content-Disposition: attachment; filename="att.txt"
|
/external/eigen/bench/btl/data/ |
go_mean | 18 EIGENDIR=`cat eigen_root_dir.txt` 29 '<li> compiler: ' `cat compiler_version.txt` '</li>'\
|
/external/python/cpython2/Lib/test/ |
test_multifile.py | 29 Content-Disposition: attachment; filename="att.txt"
|
/external/skia/gm/ |
textblobshader.cpp | 28 const char* txt = "Blobber"; variable 29 size_t txtLen = strlen(txt); 30 fGlyphs.append(font.countText(txt, txtLen, kUTF8_SkTextEncoding)); 31 font.textToGlyphs(txt, txtLen, kUTF8_SkTextEncoding, fGlyphs.begin(), fGlyphs.count());
|
/external/skia/src/xml/ |
SkXMLParser.cpp | 78 void appendText(const char* txt, size_t len) { 79 fBufferedText.append(txt, len); 109 void XMLCALL text_handler(void *data, const char* txt, int len) { 112 ctx->appendText(txt, SkTo<size_t>(len));
|
/external/skia/tools/skqp/ |
release.sh | 11 [ -f platform_tools/android/apps/skqp/src/main/assets/skqp/rendertests.txt ] || exit 1 12 [ -f platform_tools/android/apps/skqp/src/main/assets/skqp/unittests.txt ] || exit 1
|
/external/skqp/gm/ |
textblobshader.cpp | 28 const char* txt = "Blobber"; variable 29 size_t txtLen = strlen(txt); 30 fGlyphs.append(font.countText(txt, txtLen, kUTF8_SkTextEncoding)); 31 font.textToGlyphs(txt, txtLen, kUTF8_SkTextEncoding, fGlyphs.begin(), fGlyphs.count());
|
/external/skqp/src/xml/ |
SkXMLParser.cpp | 78 void appendText(const char* txt, size_t len) { 79 fBufferedText.append(txt, len); 109 void XMLCALL text_handler(void *data, const char* txt, int len) { 112 ctx->appendText(txt, SkTo<size_t>(len));
|
/external/skqp/tools/skqp/ |
release.sh | 11 [ -f platform_tools/android/apps/skqp/src/main/assets/skqp/rendertests.txt ] || exit 1 12 [ -f platform_tools/android/apps/skqp/src/main/assets/skqp/unittests.txt ] || exit 1
|
/external/vboot_reference/tests/futility/ |
test_show_kernel.sh | 18 echo "hi there" > ${TMP}.config.txt 42 --config ${TMP}.config.txt
|
/external/wpa_supplicant_8/src/utils/ |
xml_libxml2.c | 404 char *txt; local 408 txt = xml_node_get_text(ctx, node); 409 if (txt == NULL) 412 ret = base64_decode((unsigned char *) txt, strlen(txt), &len); 415 xml_node_get_text_free(ctx, txt); 418 txt = os_malloc(len + 1); 419 if (txt == NULL) { 423 os_memcpy(txt, ret, len); 424 txt[len] = '\0' [all...] |
/art/tools/ |
generate-boot-image-profile.sh | 23 echo "Also outputs <output>.txt and <output>.preloaded-classes" 65 echo Dumping profile to $OUT_PROFILE.txt 66 "$ANDROID_HOST_OUT/bin/profman" --dump-classes-and-methods "--profile-file=$OUT_PROFILE" "${jar_args[@]}" > "$OUT_PROFILE.txt" 72 grep -v "\\->" "$OUT_PROFILE.txt" | sed 's/.\(.*\)./\1/g' | tr "/" "." > "$OUT_PROFILE.preloaded-classes"
|
/build/make/target/product/ |
base_vendor.mk | 24 ld.config.recovery.txt \
|
/device/linaro/hikey/mali/utgard/ |
Android.mk | 5 LOCAL_MODULE := END_USER_LICENCE_AGREEMENT.txt
|
/external/ImageMagick/MagickWand/tests/ |
script-token-test.sh | 5 # script-token-test.sh | diff - script-token-test-results.txt 7 ./script-token-test script-token-test-data.txt
|
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
DebugEventSocketProxy.java | 378 protected String escapeNewlines(String txt) { 379 txt = txt.replaceAll("%","%25"); // escape all escape char ;) 380 txt = txt.replaceAll("\n","%0A"); // escape \n 381 txt = txt.replaceAll("\r","%0D"); // escape \r 382 return txt;
|
/external/cldr/tools/scripts/build/bin-build/ |
post-cldr-apps.sh | 22 svnversion . > ${BUILDER_BEST}/cldr-apps/currev.txt
|
/external/curl/docs/cmdline-opts/ |
login-options.d | 12 RFC 2384, RFC 5092 and IETF draft draft-earhart-url-smtp-00.txt
|
/external/expat/tests/ |
Makefile.am | 63 README.txt \
|
/external/icu/icu4c/as_is/os400/ |
fixup-icu.sh | 35 for file in `find ./icu/source/data/unidata \( -name \*.txt -print \)`; do
|
/external/ltp/testcases/kernel/fs/ext4-new-features/ext4-uninit-groups/ |
ext4_uninit_groups_test.sh | 67 echo "Test $TST_COUNT" >> ext4_uninit_groups_result.txt 92 age_filesystem $4 >> ext4_uninit_groups_result.txt 2>&1
|
/external/proguard/bin/ |
proguardgui.bat | 8 REM "\"C:/My Directory/My File.txt\""
|
retrace.bat | 8 REM "\"C:/My Directory/My File.txt\""
|
/external/python/cpython2/Mac/Demo/example2/ |
dnslookup-2.py | 62 txt = Dlg.GetDialogItemText(h) 65 Dlg.SetDialogItemText(h, self.dnslookup(txt))
|