/external/wpa_supplicant_8/src/utils/ |
json.c | 19 void json_escape_string(char *txt, size_t maxlen, const char *data, size_t len) 21 char *end = txt + maxlen; 25 if (txt + 4 >= end) 30 *txt++ = '\\'; 31 *txt++ = '\"'; 34 *txt++ = '\\'; 35 *txt++ = '\\'; 38 *txt++ = '\\'; 39 *txt++ = 'n'; 42 *txt++ = '\\' [all...] |
json.h | 34 void json_escape_string(char *txt, size_t maxlen, const char *data, size_t len);
|
/build/soong/cmd/zip2zip/ |
zip2zip_test.go | 54 "IMAGES/b.txt", 57 "OTA/android-info.txt", 60 args: []string{"OTA/android-info.txt:android-info.txt", "IMAGES/*.img:."}, 63 "android-info.txt", 75 "IMAGES/b.txt", 78 "OTA/android-info.txt", 82 args: []string{"IMAGES/*.img:.", "OTA/android-info.txt:android-info.txt"}, 88 "android-info.txt", [all...] |
/external/icu/icu4c/source/test/testdata/ |
testdata.mak | 10 .SUFFIXES : .res .txt 31 TEST_RES_FILES = $(TEST_RES_SOURCE:.txt=.res) 82 {$(TESTDATA)}.txt.res:: 90 "$(TESTDATABLD)\idna_rules.res": "$(TESTDATA)\idna_rules.txt" 92 @"$(ICUTOOLS)\genrb\$(CFG)\genrb" -s"$(TESTDATA)" -d"$(TESTDATABLD)" idna_rules.txt 99 "$(TESTDATABLD)\testtable32.txt" : {"$(ICUTOOLS)\gentest\$(CFG)"}gentest.exe 102 "$(TESTDATABLD)\testtable32.res": "$(TESTDATABLD)\testtable32.txt" 103 "$(ICUTOOLS)\genrb\$(CFG)\genrb" -s"$(TESTDATABLD)" -d"$(TESTDATABLD)" testtable32.txt 106 "$(TESTDATABLD)\nfscsi.spp" : {"$(ICUTOOLS)\gensprep\$(CFG)"}gensprep.exe "$(TESTDATA)\nfs4_cs_prep_ci.txt" 108 @"$(ICUTOOLS)\gensprep\$(CFG)\gensprep" -s "$(TESTDATA)" -d "$(TESTDATABLD)\\" -b nfscsi -u 3.2.0 nfs4_cs_prep_ci.txt [all...] |
/build/soong/sysprop/ |
sysprop_test.go | 103 "api/current.txt": nil, 104 "api/removed.txt": nil, 105 "api/system-current.txt": nil, 106 "api/system-removed.txt": nil, 107 "api/test-current.txt": nil, 108 "api/test-removed.txt": nil, 117 "prebuilts/sdk/28/public/api/sysprop-platform.txt": nil, 118 "prebuilts/sdk/28/system/api/sysprop-platform.txt": nil, 119 "prebuilts/sdk/28/test/api/sysprop-platform.txt": nil, 120 "prebuilts/sdk/28/public/api/sysprop-platform-removed.txt": nil [all...] |
/external/cldr/tools/c/genldml/ |
txt2ldml.pl | 42 # create a temp directory and copy all the txt files there 59 foreach (@list) { $_ .= ".txt" unless (/\.txt$/i); } 62 @list = grep{/\.txt$/} readdir(DIR); 81 $txt = $item;; 82 $txt =~ s/\.txt$//i; 83 ldmlify($txt); 217 txt2ldml creates *.xml file from *.txt files by invoking the respective tools
|
/external/ltp/testcases/kernel/fs/ext4-new-features/ext4-online-defrag/ |
ext4_online_defrag_test.sh | 119 echo Test $TST_COUNT start >> ext4_online_defrag_result.txt 123 mkfs.ext4 -m 0 -b $3 -O ^flex_bg $EXT4_DEV >> ext4_online_defrag_result.txt 2>&1 129 tune2fs -O extents $EXT4_DEV >> ext4_online_defrag_result.txt 2>&1 137 age_filesystem $2 $1 >> ext4_online_defrag_result.txt 2>&1 139 my_e4defrag $1 $2 >> ext4_online_defrag_result.txt 152 e2fsck -p $EXT4_DEV >> ext4_online_defrag_result.txt 2>&1
|
/external/curl/packages/vms/ |
build_gnv_curl_release_notes.com | 6 $! 1. The curl_release_note_start.txt 7 $! 2. The hp_ssl_release_info.txt 9 $! 4. The Curl_gnv-build_steps.txt. 84 $ if f$search("sys$disk:[]hp_ssl_release_info.txt") .eqs. "" 92 sys$disk:[]curl_release_note_start.txt, - 93 sys$disk:[]hp_ssl_release_info.txt, - 95 sys$disk:[]curl_gnv_build_steps.txt -
|
/external/icu/icu4c/as_is/os400/ |
unpax-icu.sh | 103 if [ -f icu/as_is/bomlist.txt ]; 105 echo "Using icu/as_is/bomlist.txt" 106 pax -C 819 -rvf $tar_file `cat icu/as_is/bomlist.txt` 108 for file in `find ./icu \( -name \*.txt -print \)`; do
|
/frameworks/base/ |
Android.mk | 42 $(call dist-for-goals,sdk,$(INTERNAL_PLATFORM_API_FILE):apistubs/android/public/api/android.txt) 43 $(call dist-for-goals,sdk,$(INTERNAL_PLATFORM_SYSTEM_API_FILE):apistubs/android/system/api/android.txt) 44 $(call dist-for-goals,sdk,$(INTERNAL_PLATFORM_TEST_API_FILE):apistubs/android/test/api/android.txt)
|
/build/make/target/product/ |
go_defaults_common.mk | 35 PRODUCT_DEX_PREOPT_BOOT_IMAGE_PROFILE_LOCATION := frameworks/base/config/boot-image-profile.txt
|
/dalvik/dx/tests/115-merge/ |
run | 35 junit.textui.TestRunner com.android.dx.merge.DexMergeTest > unit-out.txt 2>&1 40 cat unit-out.txt
|
/dalvik/dx/tests/119-merge-conflict/ |
run | 39 junit.textui.TestRunner com.android.dx.merge.MergeConflictTest > unit-out.txt 2>&1 44 cat unit-out.txt
|
/development/tools/logblame/ |
app_switch_test | 19 RAWLOGS_FILE=app-switch-rawlogs.txt 20 ANALYSIS_FILE=app-switch-analysis.txt
|
/device/linaro/hikey/bootloader/ |
Makefile | 18 rm -rf Conf/tools_def.txt Conf/BuildEnv.sh Conf/build_rule.txt Conf/target.txt Conf/tools_def.txt && \
|
/external/ImageMagick/MagickWand/tests/ |
Makefile | 23 script-token-test.sh | diff script-token-test-results.txt -
|
/external/libcups/ |
update_libcups.sh | 43 git diff $CURRENT_REV $NEW_REV -- cups/ filter/ LICENSE.txt > $TMP_DIFF 62 cp LICENSE.txt NOTICE
|
/external/zlib/src/contrib/minizip/ |
make_vms.com | 20 $ mcr []minizip test minizip_info.txt 22 $ rename minizip_info.txt; minizip_info.txt_old
|
/external/u-boot/common/ |
bedbug.c | 869 struct operand *oper, char *txt, int *err) 880 data = read_number (txt); 896 if (txt[0] == 'r' || txt[0] == 'R') 897 txt++; 898 else if (txt[0] == '%' && (txt[1] == 'r' || txt[1] == 'R')) 899 txt += 2; 901 data = read_number (txt); [all...] |
/build/make/core/ |
Makefile | 45 pcf_ignored_file := $(PRODUCT_OUT)/product_copy_files_ignored.txt 327 BUILD_FINGERPRINT_FILE := $(PRODUCT_OUT)/build_fingerprint.txt 341 BUILD_THUMBPRINT_FILE := $(PRODUCT_OUT)/build_thumbprint.txt 652 PACKAGE_STATS_FILE := $(PRODUCT_OUT)/package-stats.txt 687 APKCERTS_FILE := $(intermediates)/$(name).txt 705 $(call dist-for-goals, apps_only, $(APKCERTS_FILE):apkcerts.txt) 706 $(call dist-for-goals, apps_only, $(SOONG_APEX_KEYS_FILE):apexkeys.txt) 712 BUILD_SYSTEM_STATS := $(PRODUCT_OUT)/build_system_stats.txt 738 SOONG_TO_CONVERT := $(PRODUCT_OUT)/soong_to_convert.txt 746 WALL_WERROR := $(PRODUCT_OUT)/wall_werror.txt [all...] |
/developers/samples/android/ |
compileSamples.sh | 17 parallel --joblog emit.log --max-procs 8 --retries 5 -a projects.txt ./emitSample.sh
|
/development/tools/idegen/ |
intellij-gen.sh | 55 index_file=$root_dir/module-index.txt
|
/external/grpc-grpc/tools/gource/ |
gen-all-logs.sh | 31 cat $tmpdir/logs/* | sort -n > $outdir/all-logs.txt
|
/external/grpc-grpc-java/buildscripts/kokoro/ |
android.sh | 71 --proguard-mapping "$HELLO_WORLD_OUTPUT_DIR/mapping/release/mapping.txt" \ 90 all_old_methods=`"${ANDROID_HOME}/tools/bin/apkanalyzer" dex packages --proguard-mapping app/build/outputs/mapping/release/mapping.txt app/build/outputs/apk/release/app-release-unsigned.apk | grep ^M | cut -f4 | sort` 110 gsutil cp gs://grpc-testing-secrets/github_credentials/oauth_token.txt ~/ 116 --context android/dex_diff --oauth_file ~/oauth_token.txt 122 --context android/apk_diff --oauth_file ~/oauth_token.txt
|
/external/ltp/testcases/kernel/fs/fs_bind/regression/ |
00_Descriptions.txt | 21 OO_DESCRIPTION.txt
|