/external/llvm/lib/Support/ |
StringExtras.cpp | 67 // rest.data() is used to distinguish cases like "a," that splits into 68 // "a" + "" and "a" that splits into "a" + 0. 69 for (int splits = 0; 70 rest.data() != NULL && (MaxSplit < 0 || splits < MaxSplit); 71 ++splits) {
|
/cts/tools/dasm/src/dasm/ |
Utils.java | 34 * Splits string like "v1, v2, v3" or "v1..v3" into list of registers 80 * Splits string "package/class/method(param)return_type" into 119 * Splits string "package/class/field" into "package/class" and "field" 139 * Splits string "method(param)return_type" into "method" and
|
/external/dropbear/libtomcrypt/ |
parsenames.pl | 3 # Splits the list of files and outputs for makefile type files
|
/external/chromium/base/ |
string_split.h | 18 // Splits |str| into a vector of strings delimited by |s|. Append the results 78 // Splits the string along whitespace (where whitespace is the five space
|
/external/icu4c/test/intltest/ |
cpdtrtst.h | 47 * Splits a UnicodeString
|
fldset.cpp | 68 static UnicodeString *split(const UnicodeString &src, UChar ch, int32_t &splits) 72 splits = 1; 74 splits += 1; 77 UnicodeString *result = new UnicodeString[splits];
|
csdetest.cpp | 100 static UnicodeString *split(const UnicodeString &src, UChar ch, int32_t &splits) 104 splits = 1; 106 splits += 1; 109 UnicodeString *result = new UnicodeString[splits]; 147 int32_t splits = 0; local 149 UnicodeString *eSplit = split(encoding, CH_SLASH, splits); 200 if (splits > 1 && lang.compare(eSplit[1]) != 0) {
|
/external/webrtc/src/modules/audio_processing/main/source/ |
splitting_filter.h | 21 * Splits a super-wb signal into two subbands: 0-8 kHz and 8-16 kHz.
|
/external/llvm/test/CodeGen/Mips/ |
2011-05-26-BranchKillsVreg.ll | 4 ; PHI elimination splits the critical edge from %while.end415 to %if.end427.
|
/external/llvm/test/Transforms/ScalarRepl/ |
2008-06-05-loadstore-agg.ll | 4 ; values. This checks of scalarrepl splits up the struct and array properly.
|
/frameworks/media/libvideoeditor/osal/inc/ |
M4OSA_OptionID.h | 53 /** This macro splits an optionID into read/write access,
|
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
CDATASectionImpl.java | 49 * Splits this CDATA node into parts that do not contain a "]]>" sequence.
|
/system/core/include/cutils/ |
logprint.h | 103 * Splits a wire-format buffer into an AndroidLogEntry
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothDeviceProfileState.java | 1134 String[] splits = value.split("-"); local 1144 String[] splits = value.split("-"); local [all...] |
/external/clang/include/clang/Frontend/ |
CommandLineSourceLoc.h | 38 // If both tail splits were valid integers, return success.
|
/external/mesa3d/docs/ |
README.MITS | 42 No. This implementation splits the processing of the vertex buffer
|
/external/v8/src/ |
flags.h | 65 // Set the flag values by parsing the string str. Splits string into argc
|
/external/webkit/LayoutTests/dom/html/level1/core/ |
hc_textsplittextone.js | 84 The method splits the Text node into two new sibling
|
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
hc_textsplittextone.js | 84 The method splits the Text node into two new sibling
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
hc_textsplittextone.java | 37 * The method splits the Text node into two new sibling
|
textsplittextone.java | 37 * The method splits the Text node into two new sibling
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
MultiLineReceiver.java | 25 * <p/>Additionally, it splits the string by lines.
|
/external/chromium/third_party/libjingle/source/talk/base/ |
stringencode.h | 128 // Splits the source string into multiple fields separated by delimiter, 133 // Splits the source string into multiple fields separated by delimiter,
|
/external/guava/src/com/google/common/base/ |
Splitter.java | 191 * Splitter.on(Pattern.compile("\r?\n")).split(entireFile)} splits a string 225 * Splitter.onPattern("\r?\n").split(entireFile)} splits a string into lines 324 * Splits the {@link CharSequence} passed in parameter.
|
/libcore/dalvik/src/main/java/dalvik/system/ |
DexPathList.java | 102 * Splits the given dex path string into elements using the path 112 * Splits the given library directory path string into elements 136 * Splits the given path strings into file elements using the path
|