/external/webkit/Source/WebCore/inspector/ |
xxd.pl | 41 $text = join(', ', map('0x' . unpack("H*", $_), split(undef, $text)));
|
/external/webkit/Tools/Scripts/webkitpy/python24/ |
versioning.py | 74 precision = len(target_version.split(".")) 93 current_version = sysmodule.version.split()[0]
|
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
CDATASectionImpl.java | 52 public void split() { method in class:CDATASectionImpl 58 String[] parts = getData().split("\\]\\]>"); 68 * sequence "]]>". Such nodes must be {@link #split} before they are
|
/external/oprofile/opjitconv/ |
jitsymbol.c | 229 * the overlapping entry we split or truncate it to not overlap any more. 233 * split: |------------| 236 * The split entry may be splitted in a left part and a right part. E.g.: 243 static void split_entry(struct jitentry * split, struct jitentry const * keep) 247 unsigned long long end_addr_split = split->vma + split->code_size; 248 unsigned long long start_addr_split = split->vma; 257 if (strlen(split->symbol_name) > SIZE_MAX - 3) { 261 s = xmalloc(strlen(split->symbol_name) + 3); 262 strcpy(s, split->symbol_name) [all...] |
/cts/suite/audio_quality/lib/include/ |
StringUtil.h | 29 /// split the given string with given delimiter and return the vector of string 32 static std::vector<android::String8>* split(const android::String8& str, char delimiter);
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/ |
call-stack.rb | 9 parts = call_string.split( ':', 3 )
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/ |
bench_wsh.py | 49 parts = line.split(' ')
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/ |
PAssertedServiceParser.java | 72 String serviceID = urn.split(ParameterNamesIms.SERVICE_ID_LABEL+".")[1]; 82 pps.setSubserviceIdentifiers(urn.split(ParameterNamesIms.SERVICE_ID_LABEL)[1]); 86 String appID = urn.split(ParameterNamesIms.APPLICATION_ID_LABEL+".")[1]; 94 pps.setApplicationIdentifiers(urn.split(ParameterNamesIms.APPLICATION_ID_LABEL)[1]);
|
/external/oprofile/ |
opev.py | 35 fields = line.split(None, 1) 37 first = fields[0].split(':', 1) 49 fields = line.split(None, 1) 56 ctrs = s.split(',')
|
/external/smack/src/com/kenai/jbosh/ |
AttrAccept.java | 38 encodings = val.split("[\\s,]+");
|
AttrCharsets.java | 37 charsets = val.split("\\ +");
|
/external/webkit/Source/WebCore/platform/qt/ |
LoggingQt.cpp | 44 QStringList channels = QString::fromLocal8Bit(loggingEnv).split(QLatin1String(","));
|
/external/llvm/utils/ |
DSAextract.py | 68 node_set |= set([re.split('\s+',buffer,2)[1]]) 98 nodes = arrowexp.split(buffer) 105 node = re.split('\s+', buffer,2)[1]
|
/external/srec/tools/cmd/ |
pht_to_long.pl | 24 ($trash,$lph,$sph,$num_states) = split(/\s+/); 47 ($word, $pron) = split(/\s+/); 48 @sphlist = split(/ */, $pron);
|
pht_to_short.pl | 18 ($trash,$lph,$sph,$num_states) = split(/\s+/); 56 ($word, $pron) = split(/\s*\t\s*/, $_, 2); 58 @lphlist = split(/\s+/, $pron);
|
/build/tools/ |
product_debug.py | 22 # these don't get split 25 return (key, "\n".join(val.split())) 28 words = line.split("=", 1) 35 lines = text.split() 53 groups = re.split("(\\$\\(call " + func_name + ",.*\\))", text) 59 href = s.split(",", 1)[1].strip()[:-1]
|
/external/zlib/src/ |
zlib2ansi | 59 split /\s*,\s*/, $param_list; 62 my @params = split /\s*;\s*/, $params; 68 my @bits = split /\s*,\s*/, $p;
|
/external/icu4c/test/intltest/ |
cpdtrtst.h | 49 UnicodeString* split(const UnicodeString& str, UChar seperator, int32_t& count);
|
/external/libvorbis/vq/ |
make_residue_books.pl | 50 my($name,$datafile,$bookname,$interval,$range)=split(' ',$1); 80 my($namedata,$dim,$seqp,$vals)=split(',',$1); 81 my($name,$datafile)=split(' ',$namedata); 87 foreach my$val (split(' ',$vals)){
|
/external/webkit/Source/WebCore/WebCore.gyp/scripts/ |
action_derivedsourcesallinone.py | 106 conditional = re.split('([|&])', conditional) 123 (parentPath, fileName) = os.path.split(f) 173 (parentPath, fileName) = os.path.split(outputFileName) 189 idlFileNames = inputFile.read().split('\n')
|
/external/webkit/Source/WebCore/platform/wx/ |
LoggingWx.cpp | 54 wkLoggingEnv.split(",", logs);
|
/external/webkit/Source/WebKit2/Shared/Plugins/Netscape/win/ |
NetscapePluginModuleWin.cpp | 78 getVersionInfo(versionInfoData.get(), "MIMEType").split('|', types); 80 getVersionInfo(versionInfoData.get(), "FileExtents").split('|', extensionLists); 82 getVersionInfo(versionInfoData.get(), "FileOpenName").split('|', descriptions); 91 extensionList.split(',', extensionsVector);
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/ |
debflex.awk | 81 n = split(collect, field, "\n--|[(]");
|
/frameworks/base/core/java/android/net/ |
NetworkConfig.java | 65 String fragments[] = init.split(",");
|
/frameworks/base/tools/layoutlib/bridge/src/android/util/ |
Log_Delegate.java | 45 for (String msg: msgs.split("\n")) {
|