/external/libopus/tests/ |
run_vectors.sh | 36 rm logs_mono.txt 37 rm logs_stereo.txt 84 if $OPUS_DEMO -d $RATE 1 $VECTOR_PATH/testvector$file.bit tmp.out >> logs_mono.txt 2>&1; then 90 $OPUS_COMPARE -r $RATE $VECTOR_PATH/testvector$file.dec tmp.out >> logs_mono.txt 2>&1 113 if $OPUS_DEMO -d $RATE 2 $VECTOR_PATH/testvector$file.bit tmp.out >> logs_stereo.txt 2>&1; then 119 $OPUS_COMPARE -s -r $RATE $VECTOR_PATH/testvector$file.dec tmp.out >> logs_stereo.txt 2>&1 133 grep quality logs_mono.txt | awk '{sum+=$4}END{print "Average mono quality is", sum/NR, "%"}' 134 grep quality logs_stereo.txt | awk '{sum+=$4}END{print "Average stereo quality is", sum/NR, "%"}'
|
/external/libweave/include/weave/provider/ |
dns_service_discovery.h | 28 // txt will contain a list of strings for mDNS TXT records. 34 // <service_name>._privet._tcp.local TXT "txtver=3" "name=MyDevice" 88 const std::vector<std::string>& txt) = 0;
|
/external/llvm/lib/Support/ |
Makefile | 6 # License. See LICENSE.TXT for details. 14 EXTRA_DIST = Unix Win32 README.txt
|
/external/protobuf/ |
post_process_dist.sh | 15 # non-testdata .txt files are converted to Windows-style line endings. 54 todos *.txt */*.txt
|
/external/selinux/sepolgen/tests/ |
Makefile | 6 rm -f out.txt
|
/external/webrtc/third_party/gflags/gen/posix/include/gflags/ |
gflags.h | 44 // DEFINE_string(filename, "my_file.txt", "The file to read"); 469 #define MAYBE_STRIPPED_HELP(txt) (false ? (txt) : ::google::kStrippedFlagHelp) 471 #define MAYBE_STRIPPED_HELP(txt) txt 519 #define DEFINE_bool(name, val, txt) \ 524 DEFINE_VARIABLE(bool, B, name, val, txt) 527 #define DEFINE_int32(name,val,txt) DEFINE_VARIABLE(::google::int32, I, name, val, txt) 530 #define DEFINE_int64(name,val,txt) DEFINE_VARIABLE(::google::int64, I64, name, val, txt [all...] |
/external/wpa_supplicant_8/src/utils/ |
ip_addr.h | 25 int hostapd_parse_ip_addr(const char *txt, struct hostapd_ip_addr *addr);
|
/frameworks/base/tools/layoutlib/create/ |
Android.mk | 21 LOCAL_JAR_MANIFEST := manifest.txt
|
/packages/inputmethods/LatinIME/tools/make-keyboard-text/ |
Android.mk | 20 LOCAL_JAR_MANIFEST := etc/manifest.txt
|
/sdk/eventanalyzer/src/ |
Android.mk | 21 LOCAL_JAR_MANIFEST := ../etc/manifest.txt
|
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
SharingReceiverSupport.java | 61 StringBuilder txt = new StringBuilder("Received share!\nText was: "); local 63 txt.append(intentReader.getText()); 64 txt.append("\n"); 66 txt.append("Streams included:\n"); 70 txt.append("Share included stream " + i + ": " + uri + "\n"); 75 txt.append(reader.readLine() + "\n"); 88 tv.setText(txt.toString());
|
/external/libxml2/win32/ |
configure.js | 110 var txt; 111 txt = "Usage:\n"; 112 txt += " cscript " + WScript.ScriptName + " <options>\n"; 113 txt += " cscript " + WScript.ScriptName + " help\n\n"; 114 txt += "Options can be specified in the form <option>=<value>, where the value is\n"; 115 txt += "either 'yes' or 'no', if not stated otherwise.\n\n"; 116 txt += "\nXML processor options, default value given in parentheses:\n\n"; 117 txt += " trio: Enable TRIO string manipulator (" + (withTrio? "yes" : "no") + ")\n"; 118 txt += " threads: Enable thread safety [no|ctls|native|posix] (" + (withThreads) + ") \n"; 119 txt += " ftp: Enable FTP client (" + (withFtp? "yes" : "no") + ")\n" [all...] |
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
CommonToken.as | 170 var txt:String = text; 171 if ( txt!=null ) { 172 txt = txt.replace("\n", "\\\\n"); 173 txt = txt.replace("\r", "\\\\r"); 174 txt = txt.replace("\t", "\\\\t"); 177 txt = "<no text>"; 179 return "[@"+tokenIndex+","+startIndex+":"+stopIndex+"='"+txt+"',<"+type+">"+channelStr+","+line+":"+charPositionInLine+"]" [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
CommonToken.cs | 203 string txt = Text; 204 if (txt != null) { 205 txt = Regex.Replace(txt, "\n", "\\\\n"); 206 txt = Regex.Replace(txt, "\r", "\\\\r"); 207 txt = Regex.Replace(txt, "\t", "\\\\t"); 209 txt = "<no text>"; 211 return "[@" + TokenIndex + "," + start + ":" + stop + "='" + txt + "',<" + type + ">" + channelStr + "," + line + ":" + CharPositionInLine + "]" [all...] |
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
CommonToken.pm | 206 String txt = getText(); 207 if ( txt!=null ) { 208 txt = txt.replaceAll("\n","\\\\n"); 209 txt = txt.replaceAll("\r","\\\\r"); 210 txt = txt.replaceAll("\t","\\\\t"); 213 txt = "<no text>"; 215 return "[@"+getTokenIndex()+","+start+":"+stop+"='"+txt+"',<"+type+">"+channelStr+","+line+":"+getCharPositionInLine()+"]" [all...] |
/external/curl/tests/ |
http_pipe.py | 223 elif path == '/alphabet.txt': 230 elif path == '/reverse.txt': 235 elif path == '/chunked.txt': 245 elif path == '/cached.txt': 250 elif path == '/connection_close.txt': 256 elif path == '/1k.txt': 263 elif path == '/10k.txt': 270 elif path == '/100k.txt': 279 elif path == '/100k_chunked.txt': 287 elif path == '/stats.txt' [all...] |
/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))
|
/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))
|
/external/pcre/dist/ |
makevp.bat | 2 :: PH 19-03-07 renamed !compile.txt and !linklib.txt as makevp-compile.txt and 3 :: makevp-linklib.txt 4 :: PH 26-03-07 re-renamed !compile.txt and !linklib.txt as makevp-c.txt and 5 :: makevp-l.txt 45 bcc32 -a4 -c -RT- -y- -v- -u- -R- -Q- -X -d -fp -ff -P- -O2 -Oc -Ov -3 -w-8004 -w-8064 -w-8065 -w-8012 -UDFTABLES -DVPCOMPAT %COMPILE_DEFAULTS% @makevp_c.txt 50 tlib pcre%PCRE_VER%.lib @makevp_l.txt +calloc.obj +del.obj +strncmp.obj +memcpy.obj +memmove.obj +memset.obj +memcmp.obj +strlen.ob [all...] |
/external/libvpx/ |
generate_config.sh | 23 rm -f libvpx_srcs.txt 200 make libvpx_srcs.txt target=libs $config > /dev/null 201 cp libvpx_srcs.txt $BASE_DIR/$LIBVPX_CONFIG_DIR/x86/ 206 make libvpx_srcs.txt target=libs $config > /dev/null 207 cp libvpx_srcs.txt $BASE_DIR/$LIBVPX_CONFIG_DIR/x86_64/ 212 make libvpx_srcs.txt target=libs $config > /dev/null 213 cp libvpx_srcs.txt $BASE_DIR/$LIBVPX_CONFIG_DIR/arm/ 218 make libvpx_srcs.txt target=libs $config > /dev/null 219 cp libvpx_srcs.txt $BASE_DIR/$LIBVPX_CONFIG_DIR/arm-neon/ 224 make libvpx_srcs.txt target=libs $config > /dev/nul [all...] |
/build/core/tasks/ |
apicheck.mk | 30 $(patsubst $(SRC_API_DIR)/%.txt,%, $(wildcard $(SRC_API_DIR)/*.txt)) \ 48 $(SRC_API_DIR)/$(last_released_sdk_version).txt, \ 50 frameworks/base/api/removed.txt, \ 55 cat $(BUILD_SYSTEM)/apicheck_msg_last.txt, \ 64 frameworks/base/api/current.txt, \ 66 frameworks/base/api/removed.txt, \ 72 cat $(BUILD_SYSTEM)/apicheck_msg_current.txt, \ 79 @echo Copying current.txt 80 $(hide) $(ACP) $(INTERNAL_PLATFORM_API_FILE) frameworks/base/api/current.txt [all...] |
/external/antlr/antlr-3.4/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...] |