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

1 2 3 4 5 6 78 91011>>

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/QA/
runiSACLongtest.txt 4 LOGFILE=logNormal.txt
11 INFILES=$(cat InputFiles.txt)
12 SUBSET=$(cat InputFilesFew.txt)
13 CHANNELFILES=$(cat ChannelFiles.txt)
14 CHANNELLIST=($(cat ChannelFiles.txt))
56 #./runiSACfault.txt
runiSACNB.txt 4 LOGFILE=logNB.txt
11 INFILES=$(cat InputFiles.txt)
12 SUBSET=$(cat InputFilesFew.txt)
13 CHANNELFILES=$(cat ChannelFiles.txt)
14 CHANNELLIST=($(cat ChannelFiles.txt))
runiSACfixfloat.txt 4 LOGFILE=logfxfl.txt
10 INFILES=$(cat InputFiles.txt)
11 SUBSET=$(cat InputFilesFew.txt)
12 CHANNELFILES=$(cat ChannelFiles.txt)
13 CHANNELLIST=($(cat ChannelFiles.txt))
runiSACRate.txt 4 LOGG=loggRate.txt
9 ../Release/kenny.exe ../data/orig/bottlenecks.txt -FIXED_FL -FL 30 -MAXRATE 32000 ../data/orig/sawsweep_380_60.pcm $OUTDIR/out_napi_2.pcm >> $LOGG
11 ../Release/kenny.exe ../data/orig/bottlenecks.txt -FIXED_FL -FL 30 -MAXRATE 32000 ../data/orig/sawsweep_380_60.pcm $OUTDIR/out_napi_4.pcm >> $LOGG
13 ../Release/kenny.exe ../data/orig/bottlenecks.txt -FIXED_FL -FL 60 -MAXRATE 32000 ../data/orig/sawsweep_380_60.pcm $OUTDIR/out_napi_6.pcm >> $LOGG
17 ../Release/kenny.exe ../data/orig/bottlenecks.txt -FIXED_FL -FL 30 -MAXRATE 32000 ../data/orig/longspeech.pcm $OUTDIR/out_napi_12.pcm >> $LOGG
19 ../Release/kenny.exe ../data/orig/bottlenecks.txt -FIXED_FL -FL 30 -MAXRATE 32000 ../data/orig/longspeech.pcm $OUTDIR/out_napi_14.pcm >> $LOGG
21 ../Release/kenny.exe ../data/orig/bottlenecks.txt -FIXED_FL -FL 60 -MAXRATE 32000 ../data/orig/longspeech.pcm $OUTDIR/out_napi_16.pcm >> $LOGG
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/QA/
runiSACfault.txt 20 LOGFILE=logfault$PLATFORM.txt
24 INFILES=$(cat InputFiles.txt)
25 SUBSET=$(cat InputFilesFew.txt)
26 CHANNELFILES=$(cat ChannelFiles.txt)
27 CHANNELLIST=($(cat ChannelFiles.txt))
runiSACfixfloat.txt 4 LOGFILE=logfxfl.txt
10 INFILES=$(cat InputFiles.txt)
11 SUBSET=$(cat InputFilesFew.txt)
12 CHANNELFILES=$(cat ChannelFiles.txt)
13 CHANNELLIST=($(cat ChannelFiles.txt))
  /build/make/core/tasks/
vndk.mk 29 # $(1): list of module and filename pairs (e.g., ld.config.txt:ld.config.27.txt ...)
57 $(if $(notice),$(notice):$(subst .vendor,,$(lib)).so.txt)))
69 ld.config.txt \
70 vndksp.libraries.txt \
71 llndk.libraries.txt
78 # vndkcore.libraries.txt
79 vndkcore.libraries.txt := $(vndk_snapshot_configs_out)/vndkcore.libraries.txt
80 $(vndkcore.libraries.txt): PRIVATE_LIBS := $(vndk_core_libs
    [all...]
  /external/antlr/runtime/Python/antlr3/
tokens.py 295 txt = self.text
296 if txt is not None:
297 txt = txt.replace("\n","\\\\n")
298 txt = txt.replace("\r","\\\\r")
299 txt = txt.replace("\t","\\\\t")
301 txt = "<no text>"
306 txt,
    [all...]
  /external/swiftshader/third_party/LLVM/tools/llvm-config/
Makefile 6 # License. See LICENSE.TXT for details.
12 EXTRA_DIST = LibDeps.txt FinalLibDeps.txt llvm-config.in.in find-cycles.pl
31 FinalLibDeps = $(PROJ_OBJ_DIR)/FinalLibDeps.txt
32 LibDeps = $(PROJ_OBJ_DIR)/LibDeps.txt
33 LibDepsTemp = $(PROJ_OBJ_DIR)/LibDeps.txt.tmp
37 $(Echo) "Regenerating LibDeps.txt.tmp"
42 $(EchoCmd) Updated LibDeps.txt because dependencies changed )
58 $(Verb) $(PERL) $(GenLibDeps) -perobj -flat $(LibDir) "$(NM_PATH)" >PerobjDeps.txt
60 $(Verb) $(PERL) $(PROJ_SRC_DIR)/find-cycles.pl < PerobjDepsIncl.txt > PerobjDepsInclFinal.txt || rm -f $@
    [all...]
  /external/wpa_supplicant_8/src/utils/
common.c 40 static const char * hwaddr_parse(const char *txt, u8 *addr)
47 a = hex2byte(txt);
50 txt += 2;
52 if (i < ETH_ALEN - 1 && *txt++ != ':')
55 return txt;
61 * @txt: MAC address as a string (e.g., "00:11:22:33:44:55")
65 int hwaddr_aton(const char *txt, u8 *addr)
67 return hwaddr_parse(txt, addr) ? 0 : -1;
73 * @txt: MAC address with optional mask as a string (e.g., "00:11:22:33:44:55/ff:ff:ff:ff:00:00")
79 int hwaddr_masked_aton(const char *txt, u8 *addr, u8 *mask, u8 maskable
    [all...]
  /external/icu/icu4c/source/data/
Makefile.in 261 BRK_FILES_SHORT=$(ALL_BRK_SOURCE:%.txt=$(BREAK_TREE)/%.brk)
262 BRK_FILES=$(ALL_BRK_SOURCE:%.txt=$(BRKBLDDIR)/%.brk)
265 DICT_FILES_SHORT=$(ALL_DICT_SOURCE:%.txt=$(BREAK_TREE)/%.dict)
266 DICT_FILES=$(ALL_DICT_SOURCE:%.txt=$(BRKBLDDIR)/%.dict)
269 BRS_SRC= root.txt $(BRK_RES_SOURCE) $(BRK_RES_SOURCE_LOCAL)
271 INSTALLED_BRS_FILES = $(BRK_RES_SOURCE:%.txt=%) $(BRK_RES_SOURCE_LOCAL:%.txt=%)
275 ALL_CFU_SOURCE=$(UNICODEDATADIR)/confusables.txt $(UNICODEDATADIR)/confusablesWholeScript.txt
314 RES_SRC= root.txt $(GENRB_SOURCE) $(GENRB_ALIAS_SOURCE) $(GENRB_SOURCE_LOCAL) $(GENRB_ALIAS_SOURCE_LOCAL
    [all...]
  /art/oatdump/
Android.mk 38 $(OATDUMP) --image=$(HOST_CORE_IMG_LOCATION) --output=$(ART_DUMP_OAT_PATH)/core.host.oatdump.txt
39 @echo Output in $(ART_DUMP_OAT_PATH)/core.host.oatdump.txt
46 --output=$(ART_DUMP_OAT_PATH)/core.target.$(TARGET_ARCH).oatdump.txt --instruction-set=$(TARGET_ARCH)
47 @echo Output in $(ART_DUMP_OAT_PATH)/core.target.$(TARGET_ARCH).oatdump.txt
55 --output=$(ART_DUMP_OAT_PATH)/core.target.$(TARGET_2ND_ARCH).oatdump.txt --instruction-set=$(TARGET_2ND_ARCH)
56 @echo Output in $(ART_DUMP_OAT_PATH)/core.target.$(TARGET_2ND_ARCH).oatdump.txt
  /cts/tests/signature/api/
Android.mk 38 $(eval $(call build_xml_api_file,current.api,frameworks/base/api/current.txt))
39 $(eval $(call build_xml_api_file,system-current.api,frameworks/base/api/system-current.txt))
40 $(eval $(call build_xml_api_file,system-removed.api,frameworks/base/api/system-removed.txt))
41 $(eval $(call build_xml_api_file,apache-http-legacy-current.api,external/apache-http/api/current.txt))
42 $(eval $(call build_xml_api_file,android-test-base-current.api,frameworks/base/test-base/api/current.txt))
43 $(eval $(call build_xml_api_file,android-test-mock-current.api,frameworks/base/test-mock/api/current.txt))
44 $(eval $(call build_xml_api_file,android-test-runner-current.api,frameworks/base/test-runner/api/current.txt))
45 $(eval $(call build_xml_api_file,car-system-current.api,packages/services/Car/car-lib/api/system-current.txt))
46 $(eval $(call build_xml_api_file,car-system-removed.api,packages/services/Car/car-lib/api/system-removed.txt))
49 $(eval $(call build_xml_api_file,system-$(ver).api,prebuilts/sdk/$(ver)/system/api/android.txt))\
    [all...]
  /external/ltp/android/tools/
gen_android_build.sh 54 cat $LTP_ANDROID_DIR/AOSP_license_text.txt > $OUTPUT_MK
59 cat $LTP_ANDROID_DIR/AOSP_license_text.txt > $OUTPUT_PLIST
64 sed "s%#%//%" $LTP_ANDROID_DIR/AOSP_license_text.txt > $OUTPUT_BP
  /build/make/target/product/
legacy_gsi_common.mk 22 system/etc/ld.config.vndk_lite.txt \
34 ld.config.vndk_lite.txt
  /external/bouncycastle/srcgen/
generate_android_src.sh 30 DEFAULT_CONSTRUCTORS_FILE=${BOUNCY_CASTLE_DIR}/srcgen/default-constructors.txt
  /external/cldr/tools/scripts/build/bin-build/
run-tests.sh 16 ( env JAVA_OPTS="-DCLDR_DIR=. -Dfile.encoding=UTF-8 -DSHOW_FILES -Xmx3000M" ConsoleCheckCLDR -e -z ${PHASE} 2>&1 || touch .failure ) | tee testlog.txt
runbitten.sh 5 bitten-slave -f ${BUILDER_CONF}/config.ini --name=${BUILDER_NAME} -u ${BUILDER_USER} -p ${BUILDER_PASS} -d ${BUILDER_DIR} -l ${BUILDER_DIR}/log.txt http://unicode.org/cldr/trac/builds -v $@
  /external/eigen/bench/btl/data/
mk_new_gnuplot.sh 7 echo "set title " `grep ${WHAT} ../action_settings.txt | head -n 1 | cut -d ";" -f 2` >> $WHAT.gnuplot
8 echo "set xlabel " `grep ${WHAT} ../action_settings.txt | head -n 1 | cut -d ";" -f 3` " offset 0,0" >> $WHAT.gnuplot
9 echo "set xrange [" `grep ${WHAT} ../action_settings.txt | head -n 1 | cut -d ";" -f 4` "]" >> $WHAT.gnuplot
39 echo "'"$FILE"'" `grep $TITLE ../perlib_plot_settings.txt | head -n 1 | cut -d ";" -f 2` "\\" >> $WHAT.gnuplot
  /external/golang-protobuf/conformance/
test.sh 26 $CONFORMANCE_TEST_RUNNER --failure_list failure_list_go.txt ./conformance.sh
  /external/icu/tools/srcgen/
generate_whitelisted_public_api.sh 20 WHITELIST_API_FILE=${ICU_SRCGEN_DIR}/whitelisted-public-api.txt
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
make22tests 8 for sigmacro in `cat sigmacrolist.txt`
  /external/python/httplib2/test/301/
onestep.asis 3 Location: http://bitworking.org/projects/httplib2/test/302/final-destination.txt
  /external/python/httplib2/test/302/
onestep.asis 3 Location: http://bitworking.org/projects/httplib2/test/302/final-destination.txt
  /external/python/httplib2/test/307/
onestep.asis 3 Location: http://bitworking.org/projects/httplib2/test/307/final-destination.txt

Completed in 3220 milliseconds

1 2 3 4 5 6 78 91011>>