/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/ |
LeaksParserWorker.js | 38 text.split("\n").forEach(function(line) { 48 leaks.push({ size: currentSize, stack: line.split(" | ").slice(1).map(function(str) { return str.trim(); }) });
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui/ |
scanresults.ui.h | 52 QStringList lines = QStringList::split(QChar('\n'), res); 60 QStringList cols = QStringList::split(QChar('\t'), *it, true);
|
/frameworks/base/core/java/android/util/ |
DebugUtils.java | 69 String[] selectors = s.split("@"); 74 String[] pair = selectors[i].split("=");
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
PathMatcher.java | 33 String[] segments = Path.split(pattern); 42 String[] segments = path.split();
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/ov_tree_map_/ |
split_join_fn_imps.hpp | 44 split(const_key_reference r_key, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC 88 _GLIBCXX_DEBUG_ONLY(debug_base::split(r_key,(Cmp_Fn& )(*this), other);)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/ov_tree_map_/ |
split_join_fn_imps.hpp | 44 split(const_key_reference r_key, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC 88 _GLIBCXX_DEBUG_ONLY(debug_base::split(r_key,(Cmp_Fn& )(*this), other);)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/ov_tree_map_/ |
split_join_fn_imps.hpp | 44 split(const_key_reference r_key, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC 88 _GLIBCXX_DEBUG_ONLY(debug_base::split(r_key,(Cmp_Fn& )(*this), other);)
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/ |
split_join_fn_imps.hpp | 44 split(const_key_reference r_key, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC 88 _GLIBCXX_DEBUG_ONLY(debug_base::split(r_key,(Cmp_Fn& )(*this), other);)
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/ |
split_join_fn_imps.hpp | 44 split(const_key_reference r_key, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC 88 _GLIBCXX_DEBUG_ONLY(debug_base::split(r_key,(Cmp_Fn& )(*this), other);)
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/ |
split_join_fn_imps.hpp | 44 split(const_key_reference r_key, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC 88 _GLIBCXX_DEBUG_ONLY(debug_base::split(r_key,(Cmp_Fn& )(*this), other);)
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/ |
split_join_fn_imps.hpp | 44 split(const_key_reference r_key, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC 88 _GLIBCXX_DEBUG_ONLY(debug_base::split(r_key,(Cmp_Fn& )(*this), other);)
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
WriterToUTF8Buffered.java | 202 int split = length/CHARS_MAX; local 205 chunks = split + 1; 207 chunks = split; 337 int split = length/CHARS_MAX; local 340 chunks = split + 1; 342 chunks = split;
|
/external/llvm/lib/MC/ |
MCSectionMachO.cpp | 187 std::pair<StringRef, StringRef> Comma = Spec.split(','); 203 // Split the section name off from any attributes if present. 204 Comma = Comma.second.split(','); 222 Comma = Comma.second.split(','); 252 // Otherwise, we do have some attributes. Split off the size specifier if 254 Comma = Comma.second.split(','); 258 std::pair<StringRef, StringRef> Plus = Attrs.split('+'); 277 Plus = Plus.second.split('+');
|
/external/qemu/android/ |
boot-properties.c | 170 /* split in key and value, so we can re-use boot_property_add (and its 174 char *split = strchr(p->property, '='); local 175 if (split == NULL) { 182 *split = '\0'; /* p->property is now "<key>\0<value>\0" */ 184 uint32_t key_buf_len = (split - p->property) + 1; // +1: '\0' terminator 190 qemu_put_buffer(f, (uint8_t*) split + 1, value_buf_len); 192 *split = '='; /* restore property to "<key>=<value>\0" */
|
/external/chromium/chrome/browser/resources/net_internals/ |
resizableverticalsplitview.js | 6 * This view implements a vertically split display with a draggable divider. 36 // vertical split. 54 // If this is the first setGeometry(), initialize the split point at 50%. 58 // Calculate the horizontal split points. 69 // Position the boxes using calculated split points.
|
/external/webkit/Source/WebCore/bindings/scripts/ |
IDLParser.pm | 87 my $pid = open2(\*PP_OUT, \*PP_IN, split(' ', $preprocessor), (map { "-D$_" } split(' ', $defines)), $fileName); 167 foreach my $value (split(/\s*,\s*/, $str)) { 168 (my $name, my $val) = split(/\s*=\s*/, $value, 2); 247 my @interfaceParents = split(/,/, $interfaceBase); 259 my @interfaceMethods = split(/;/, $interfaceData); 295 @{$newDataNode->getterExceptions} = split(/,/, $getterException); 296 @{$newDataNode->setterExceptions} = split(/,/, $setterException); 321 @{$newDataNode->raisesExceptions} = split(/,/, $methodException); 323 # Split arguments at commas but only if the comm [all...] |
/tools/motodev/src/plugins/preflighting.core/src/com/motorolamobility/preflighting/core/internal/utils/ |
ApktoolUtils.java | 238 String[] tokens = line.trim().split(" ");
250 String[] tokens = line.trim().split(" ");
258 String[] tokens = line.trim().split(" ");
279 String[] tokens = line.trim().split(" ");
288 String[] aux = tokens[i].trim().split(COLON);
335 String[] tokens = line.trim().split(" ");
352 String[] methodParams = params.split(SEMICOLON);
392 String[] paramsSplit = paramsIds.split(", ");
432 String[] methodItems = callmethod.split(METHODITEMS_SEPARATOR1);
437 methodItems = callmethod.split(METHODITEMS_SEPARATOR2); 448 String[] split = line.trim().split(" "); local 480 String[] split = line.trim().split(", "); local [all...] |
/external/apache-harmony/regex/src/test/java/org/apache/harmony/tests/java/util/regex/ |
PatternTest.java | 55 * Class under test for String[] split(CharSequence, int) 60 assertEquals(",,".split(",", 3).length, 3); 61 assertEquals(",,".split(",", 4).length, 3); 64 assertEquals(Pattern.compile("o").split("boo:and:foo", 5).length, 5); 65 assertEquals(Pattern.compile("b").split("ab", -1).length, 2); 69 s = pat.split("zxx:zzz:zxx", 10); 71 s = pat.split("zxx:zzz:zxx", 3); 73 s = pat.split("zxx:zzz:zxx", -1); 75 s = pat.split("zxx:zzz:zxx", 0); 80 s = pat.split("abccbadfebb", -1) [all...] |
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
printing.py | 136 switches = set(print_options.split(',')) 138 switches = set(PRINT_EVERYTHING.split(',')) 140 switches = set(PRINT_DEFAULT.split(',')) 156 switches.update(set(PRINT_EVERYTHING.split(','))) 160 switches.update(set(PRINT_DEFAULT.split(','))) 458 actual = results['actual'].split(" ") 459 expected = results['expected'].split(" ") 501 actual = result['actual'].split(" ") 502 expected = result['expected'].split(" ")
|
/frameworks/base/wifi/java/android/net/wifi/ |
WifiNative.java | 195 String[] tokens = ret.split(" = "); 292 String[] tokens = ret.split(" "); 674 String[] tokens = status.split("\n"); 677 String[] nameValue = token.split("="); 691 String[] tokens = peerInfo.split("\n"); 694 String[] nameValue = token.split("="); 715 String[] tokens= peerInfo.split("\n"); 720 String[] nameValue = token.split("="); 767 String[] data = s.split(" ");
|
/external/chromium/chrome/browser/tab_contents/ |
web_drag_dest_gtk.cc | 196 size_t split = netscape_url.find_first_of('\n'); local 197 if (split != std::string::npos) { 198 drop_data_->url = GURL(netscape_url.substr(0, split)); 199 if (split < netscape_url.size() - 1) 200 drop_data_->url_title = UTF8ToUTF16(netscape_url.substr(split + 1));
|
/external/clang/utils/ |
CmpDriver | 94 for ln in err.split('\n'): 138 diff = ZipperDiff(infoA.stdout.split('\n'), 139 infoB.stdout.split('\n')) 158 diff = ZipperDiff(infoA.stderr.split('\n'), 159 infoB.stderr.split('\n'))
|
/external/icu4c/tools/genren/ |
genren.pl | 143 ($_, $address, $type) = split(/\|/); 162 @CppName = split(/::/); ## remove scope stuff 172 @CppName = split(/ /, $CppName[1]); ## remove debug stuff 175 @CppName = split(/\(/, $CppName[0]); ## remove function args 205 @funcname = split(/[\(\s+]/);
|
/external/mdnsresponder/mDNSPosix/ |
parselog.py | 88 time = line.split(' ')[0].split(':') 96 ip = line.split(' ',1) 110 qaList = spaceExp.split(line) 175 outFile = "%s.pdf" % (".".join(inFile.split('.')[:-1]))
|
/external/quake/quake/src/QW/client/ |
cl_pred.c | 66 // split up very long moves 70 usercmd_t split; local 72 split = *u; 73 split.msec /= 2; 75 CL_PredictUsercmd (from, &temp, &split, spectator); 76 CL_PredictUsercmd (&temp, to, &split, spectator);
|