OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:splits
(Results
51 - 75
of
204
) sorted by null
1
2
3
4
5
6
7
8
9
/external/guava/javadoc/com/google/common/base/
Splitter.html
234
Splits
the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang"><CODE>CharSequence</CODE></A> passed in parameter.</TD>
332
<DD>Returns a splitter that considers any subsequence matching <code>pattern</code> to be a separator. For example, <code>Splitter.on(Pattern.compile("\r?\n")).split(entireFile)</code>
splits
a string
352
pattern (regular expression) to be a separator. For example, <code>Splitter.onPattern("\r?\n").split(entireFile)</code>
splits
a string into lines
451
<DD>
Splits
the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang"><CODE>CharSequence</CODE></A> passed in parameter.
/external/icu4c/test/intltest/
idnaref.h
194
* This function
splits
the domain names into labels and compares them.
cpdtrtst.cpp
319
*
Splits
a UnicodeString
itspoof.cpp
352
// This regular expression matches lines and
splits
the fields into capture groups.
/external/openssl/crypto/engine/
eng_ctrl.c
148
/* Now the logic
splits
depending on command type */
/external/webkit/Source/WebCore/inspector/front-end/UglifyJS/
process.js
[
all
...]
/frameworks/base/core/java/android/content/
ComponentName.java
145
* {@link #flattenToString()}. It
splits
the string at the first '/',
/frameworks/base/test-runner/src/android/test/
ClassPathPackageInfoSource.java
300
* Gets the class path from the System Property "java.class.path" and
splits
/frameworks/opt/vcard/java/com/android/vcard/
VCardParserImpl_V30.java
203
*
Splits
parameter values into pieces in accordance with vCard 3.0 specification and
/external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp
180
/// across the unwind edge. This process also
splits
all critical edges
370
// the unwind edge. This process also
splits
all critical edges coming out of
/external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp
283
// across the unwind edge. This process also
splits
all critical edges
442
// across the unwind edge. This process also
splits
all critical edges
/cts/tools/signature-tools/src/signature/converter/dex/
DexUtil.java
276
*
Splits
a list of types:
/external/chromium/testing/
generate_gmock_mutant.py
296
"""
Splits
a single line at comma, at most |width| characters long."""
/external/dbus/dbus/
dbus-shell.c
267
* word and it always
splits
on spaces, not on IFS even
/external/iproute2/doc/
api-ip6-flowlabels.tex
22
Every IPv6 packet carries 28 bits of flow information. RFC2460
splits
/external/llvm/include/llvm/
BasicBlock.h
236
/// splitBasicBlock - This
splits
a basic block into two at the specified
/external/llvm/lib/MC/
SubtargetFeature.cpp
66
/// Split -
Splits
a string of comma separated items in to a vector of strings.
/external/llvm/lib/VMCore/
BasicBlock.cpp
281
/// splitBasicBlock - This
splits
a basic block into two at the specified
/external/oprofile/opjitconv/
jitsymbol.c
310
* Scans through the index range and
splits
/truncates entries that overlap
/external/v8/src/
flags.cc
268
// Helper function to parse flags: Takes an argument arg and
splits
it into
/external/webkit/Source/WebCore/icu/unicode/
uidna.h
270
* This function
splits
the domain names into labels and compares them.
/external/webkit/Source/WebCore/platform/graphics/win/
UniscribeController.cpp
99
// when bidi processing
splits
into multiple runs, the simple portions will get wider and cause us to
/external/webkit/Source/WebKit/mac/icu/unicode/
uidna.h
270
* This function
splits
the domain names into labels and compares them.
/packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
MimeUtility.java
113
*
Splits
the specified string into a multiple-line representation with
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
reiserfs_fs.h
[
all
...]
Completed in 1406 milliseconds
1
2
3
4
5
6
7
8
9