HomeSort by relevance Sort by last modified time
    Searched refs:txt (Results 251 - 275 of 873) sorted by null

<<11121314151617181920>>

  /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/python/cpython2/Mac/Demo/example1/
dnslookup-1.py 31 txt = Dlg.GetDialogItemText(h)
34 Dlg.SetDialogItemText(h, dnslookup(txt))
  /external/python/funcsigs/
Makefile 5 -r requirements/development.txt \
6 -r requirements/production.txt
  /external/python/httplib2/script/
test 47 ./venv-27/bin/pip install -e . -r requirements-test.txt
49 ./venv-36/bin/pip install -e . -r requirements-test.txt
  /external/tcpdump/tests/
TESTrun.sh 7 cat /dev/null > failure-outputs.txt
66 cat failure-outputs.txt
  /external/toybox/scripts/
record-commands 6 [ -z "$WRAPLOG" ] && export WRAPLOG="$PWD"/log.txt
10 echo "usage: WRAPDIR=dir WRAPLOG=log.txt record-commands COMMAND..."
11 echo 'Then examine log.txt. "record-commands echo" to just setup $WRAPDIR'
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/QA/
diffiSACPLC.txt 4 LOGFILE=logplc.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...]
  /device/linaro/bootloader/edk2/DuetPkg/
CreateBootDisk.bat 49 echo.> FormatCommandInput.txt
50 echo.n>> FormatCommandInput.txt
51 format /v:%DISK_LABEL% /q %EFI_BOOT_DISK% < FormatCommandInput.txt > NUL
52 del FormatCommandInput.txt
86 echo.> FormatCommandInput.txt
87 format /FS:FAT /v:%DISK_LABEL% /q %EFI_BOOT_DISK% < FormatCommandInput.txt > NUL
88 del FormatCommandInput.txt
107 echo.> FormatCommandInput.txt
108 format /FS:FAT32 /v:%DISK_LABEL% /q %EFI_BOOT_DISK% < FormatCommandInput.txt > NUL
109 del FormatCommandInput.txt
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
AToken_traditional.h 145 ANTLRChar *txt,
173 ANTLRChar *txt,
177 t->setType(tt); t->setText(txt); t->setLine(line);
203 ANTLRChar *txt,
206 ANTLRAbstractToken *t = new ANTLRCommonToken(tt,txt);
  /external/tensorflow/tensorflow/lite/tools/accuracy/ilsvrc/
README.md 28 `mobilenet_labels.txt` where each label is in the same order as the output
42 Path to blacklist file. This file contains the indices of images that are blacklisted for evaluation. 1762 images are blacklisted in ILSVRC dataset. For details please refer to readme.txt of ILSVRC2014 devkit.
56 The ILSVRC 2012 devkit `validation_ground_truth.txt` contains IDs that correspond to synset of the image.
59 category labels. The `validation_ground_truth.txt` can be converted by the following steps:
117 adb push ${VALIDATION_LABELS} /data/local/tmp/ilsvrc_validation_labels.txt
123 adb push ${MODEL_LABELS_TXT} /data/local/tmp/model_output_labels.txt
132 --ground_truth_labels=/data/local/tmp/ilsvrc_validation_labels.txt \
133 --model_output_labels=/data/local/tmp/model_output_labels.txt \
134 --output_file_path=/data/local/tmp/accuracy_output.txt \
151 --output_file_path=/tmp/accuracy_output.txt \
    [all...]
  /external/hyphenation-patterns/
Android.mk 75 $(eval LOCAL_SRC_FILES := $(addprefix $(1)/hyph-, $(addprefix $(2), .pat.txt .chr.txt .hyp.txt)))\
78 $(eval LOCAL_MODULE := $(addprefix $(addprefix hyph-, $(2)), .lic.txt))\
79 $(eval LOCAL_SRC_FILES := $(addprefix $(1)/hyph-, $(addprefix $(2), .lic.txt)))\
  /device/linaro/bootloader/edk2/BaseTools/Scripts/
ShowEnvironment.bat 155 @if not exist "%WORKSPACE%\Conf\target.txt" (
157 @echo copying ... target.template to %WORKSPACE%\Conf\target.txt
158 @copy /Y "%SRC_CONF%\target.template" "%WORKSPACE%\Conf\target.txt" > nul
161 @if not exist "%WORKSPACE%\Conf\tools_def.txt" (
163 @echo copying ... tools_def.template to %WORKSPACE%\Conf\tools_def.txt
164 @copy /Y "%SRC_CONF%\tools_def.template" "%WORKSPACE%\Conf\tools_def.txt" > nul
167 @if not exist "%WORKSPACE%\Conf\build_rule.txt" (
169 @echo copying ... build_rule.template to %WORKSPACE%\Conf\build_rule.txt
170 @copy /Y "%SRC_CONF%\build_rule.template" "%WORKSPACE%\Conf\build_rule.txt" > nul
183 @echo over-write ... target.template to %WORKSPACE%\Conf\target.txt
    [all...]
  /external/selinux/python/sepolicy/sepolicy/
__init__.py 990 txt = "Set files with the %s type, if you want to " % markup(f)
993 return txt + "store the %s files under the /run or /var/run directory." % prettyprint(f, "_var_run_t")
995 return txt + "store the %s files under the /run directory." % prettyprint(f, "_pid_t")
997 return txt + "store the %s files under the /var/lib directory." % prettyprint(f, "_var_lib_t")
999 return txt + "store the %s files under the /var directory." % prettyprint(f, "_var_lib_t")
1001 return txt + "store the %s files under the /var/spool directory." % prettyprint(f, "_spool_t")
1003 return txt + "store the %s files under the /var/spool directory." % prettyprint(f, "_spool_t")
1005 return txt + "store the files under the /var/cache directory."
1007 return txt + "treat the files as kerberos keytab files."
1009 return txt + "treat the files as %s lock data, stored under the /var/lock directory" % prettyprint(f, "_lock_ (…)
    [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);
  /external/openssh/
log.c 399 char *txt = NULL; local
410 txt = "fatal";
415 txt = "error";
425 txt = "debug1";
429 txt = "debug2";
433 txt = "debug3";
437 txt = "internal error";
441 if (txt != NULL && log_handler == NULL) {
442 snprintf(fmtbuf, sizeof(fmtbuf), "%s: %s", txt, fmt);
  /build/make/target/product/gsi/
Android.mk 5 INTERNAL_VNDK_LIB_LIST := $(call intermediates-dir-for,PACKAGING,vndk)/libs.txt
24 LATEST_VNDK_LIB_LIST := $(LOCAL_PATH)/$(PLATFORM_VNDK_VERSION).txt
26 $(error $(LATEST_VNDK_LIB_LIST) file not found. Please copy "$(LOCAL_PATH)/current.txt" to "$(LATEST_VNDK_LIB_LIST)" and commit a CL for release branch)
29 LATEST_VNDK_LIB_LIST := $(LOCAL_PATH)/current.txt
104 llndk.libraries.txt \
105 vndksp.libraries.txt
  /build/soong/scripts/
diff_build_graphs.sh 119 diffFile="$WORK_DIR/diff.txt"
120 diff -r "$unzipped1" "$unzipped2" -x build_date.txt -x build_number.txt -x '\.*' -x '*.log' -x build_fingerprint.txt -x build.ninja.d -x '*.zip' > $diffFile || true
159 productsFile="$WORK_DIR/all_products.txt"
167 echo "See $WORK_DIR/diff.txt for the full list of differences for the latest product checked"
  /development/samples/ApiDemos/src/com/example/android/apis/app/
JobWorkService.java 74 String txt = work.getIntent().getStringExtra("name"); local
75 Log.i("JobWorkService", "Processing work: " + work + ", msg: " + txt);
76 showNotification(txt);
  /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();
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSecLibCTA9x4/
CTA9x4Sec.c 27 #define SerialPrint(txt) SerialPortWrite ((UINT8*)(txt), AsciiStrLen(txt)+1)
  /external/skia/samplecode/
SampleDegenerateTwoPtRadials.cpp 70 SkString txt; variable
71 txt.appendf("gap at \"tangent\" pt = %f", SkScalarToFloat(delta));
72 canvas->drawString(txt, l + w / 2 + w * DELTA_SCALE * delta, t + h + SK_Scalar1 * 10,
  /external/skqp/samplecode/
SampleDegenerateTwoPtRadials.cpp 70 SkString txt; variable
71 txt.appendf("gap at \"tangent\" pt = %f", SkScalarToFloat(delta));
72 canvas->drawString(txt, l + w / 2 + w * DELTA_SCALE * delta, t + h + SK_Scalar1 * 10,
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
verify.rs 206 #define printCell(txt, a, xy) \
215 rsDebug(txt, rsGetElementAt_uchar4(a, xy.x, xy.y)); \
218 rsDebug(txt, rsGetElementAt_uchar3(a, xy.x, xy.y)); \
221 rsDebug(txt, rsGetElementAt_uchar2(a, xy.x, xy.y)); \
224 rsDebug(txt, rsGetElementAt_uchar(a, xy.x, xy.y)); \
230 rsDebug(txt, rsGetElementAt_float4(a, xy.x, xy.y)); \
233 rsDebug(txt, rsGetElementAt_float3(a, xy.x, xy.y)); \
236 rsDebug(txt, rsGetElementAt_float2(a, xy.x, xy.y)); \
239 rsDebug(txt, rsGetElementAt_float(a, xy.x, xy.y)); \
245 rsDebug(txt, rsGetElementAt_double4(a, xy.x, xy.y));
    [all...]

Completed in 1307 milliseconds

<<11121314151617181920>>