Searched
full:split (Results
2101 -
2125 of
5986) sorted by null
<<81828384858687888990>>
/external/chromium_org/v8/test/mjsunit/ |
string-slices.js | 207 assertEquals("12345", a.split("6")[0]); 219 assertEquals("2345", c.split("6")[0]);
|
/external/dropbear/ |
cli-runopts.c | 337 cli_opts.remotehost[0] = '\0'; /* Split the user/host */ 371 /* We need to split the original argument up. This var
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/ |
RSSFeedWatcherTask.java | 93 this.feedWatchActions = feedWatchActions.split(splitter); 102 this.feedWatchActions = feedWatchActions.split(splitter);
|
/external/elfutils/libdwfl/ |
segment.c | 186 /* The module starts in the middle of this segment. Split it. */ 203 /* The module ends in the middle of this segment. Split it. */
|
/external/guava/guava/src/com/google/common/base/ |
Strings.java | 184 * taking care not to split surrogate pairs. If {@code a} and {@code b} have 208 * taking care not to split surrogate pairs. If {@code a} and {@code b} have
|
/external/guava/guava/src/com/google/common/net/ |
HostAndPort.java | 139 * Split a freeform string into a host and port, without strict validation. 163 // Exactly 1 colon. Split into host:port.
|
/external/jmonkeyengine/engine/src/core/com/jme3/font/ |
BitmapText.java | 325 * Character: Character is split at the end of the line.
326 * Word : Word is split at the end of the line.
|
/external/kernel-headers/original/linux/ |
lockdep.h | 210 * of dependencies wrong: they are either too broad (they need a class-split) 211 * or they are too narrow (they suffer from a false class-split):
|
/external/libusb/libusb/ |
sync.c | 228 * libusb may have to split your transfer into a number of chunks to satisfy 276 * libusb may have to split your transfer into a number of chunks to satisfy
|
/external/libvpx/libvpx/vpx_mem/memory_manager/ |
hmm_base.c | 78 ** the "extra" BAUs are split off to form a new free block. */ 112 /* Since there are enough "extra" BAUs, split them off to form
|
/external/llvm/lib/Transforms/Instrumentation/ |
OptimalEdgeProfiling.cpp | 168 // the outgoing edge is not critical don't split it, just insert the 187 // If the edge is critical, split it.
|
/external/llvm/lib/Transforms/Scalar/ |
Sink.cpp | 191 // on different code paths. We could split the critical edge, but for now we 193 // FIXME: Split critical edges if not backedges.
|
/external/llvm/test/CodeGen/X86/ |
sink-hoist.ll | 27 ; CHECK-LABEL: split: 34 define double @split(double %x, double %y, i1 %c) nounwind {
|
/external/mesa3d/scons/ |
custom.py | 178 modules = [module.split(' ', 1)[0] for module in modules] 262 for f in val.split():
|
/external/mesa3d/src/glsl/builtins/tools/ |
generate_builtins.py | 28 function_name = path.basename(filename).split('.')[0] 34 function_name = path.basename(filename).split('.')[0]
|
/external/openssh/ |
mdoc2man.awk | 74 nwords=split($0,words) 166 split("",refauthors)
|
/external/oprofile/events/i386/core_2/ |
unit_masks | 104 0x1 split loads 105 0x2 split stores
|
/external/skia/bench/ |
bench_analyze.py | 120 vals = line_match.group(2).strip().split(' ') 124 x, y = [float(i) for i in val.split(',')]
|
/external/v8/test/mjsunit/ |
string-slices.js | 207 assertEquals("12345", a.split("6")[0]); 219 assertEquals("2345", c.split("6")[0]);
|
/external/valgrind/main/docs/internals/ |
segments-seginfos.txt | 31 Similarly, if a Segment gets split (by mprotect, for example), the two 64 > Can a Segment get split (eg. by mprotect)?
|
/frameworks/base/media/java/android/media/ |
WebVttRenderer.java | 251 parts = mLine.substring(mHandledLen).split(">"); 253 parts = mLine.substring(mHandledLen).split("[\t\f >]"); 298 classes = mName.substring(dotAt + 1).split("\\."); 626 String[] parts = s.split("\\.", 2); 628 for (String group: parts[0].split(":")) { 650 String[] lines = mBuffer.split("[\r\n]"); 711 for (String setting: s.split(" +")) { 853 for (String setting: rest.split(" +")) { [all...] |
/frameworks/base/wifi/java/android/net/wifi/p2p/ |
WifiP2pGroup.java | 100 String[] tokens = supplicantEvent.split(" "); 130 String[] nameValue = token.split("=");
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
IccProvider.java | 203 String[] tokens = where.split("AND"); 210 String[] pair = param.split("=", 2);
|
/libcore/luni/src/main/java/org/xml/sax/ |
DocumentHandler.java | 159 * data in a single chunk, or they may split it into several 192 * chunk, or they may split it into several chunks; however, all of
|
/ndk/build/core/ |
setup-toolchain.mk | 117 # to do that, we split at dashes, remove the last element, then merge the 120 TOOLCHAIN_PREFIX := $(call merge,-,$(call chop,$(call split,-,$(TOOLCHAIN_NAME))))-
|
Completed in 2098 milliseconds
<<81828384858687888990>>