/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/ |
split_fn_imps.hpp | 44 split(const_key_reference r_key, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC 125 _GLIBCXX_DEBUG_ONLY(debug_base::split(r_key,(synth_e_access_traits& )(*this), other);)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/ |
CompiledResourcesMonitor.java | 114 // then split the components of each path by their separators 115 String [] pathArray = pathWithoutExtension.split(Pattern.quote(File.separator)); 116 String [] packageArray = packageName.split(AdtConstants.RE_DOT);
|
/external/clang/lib/AST/ |
Type.cpp | 179 SplitQualType split = getSplitDesugaredType(T); local 180 return Context.getQualifiedType(split.first, split.second); 225 SplitQualType split = type.split(); local 228 Qualifiers quals = split.second; 231 const Type *lastTypeWithQuals = split.first; 238 switch (split.first->getTypeClass()) { 242 const Class##Type *ty = cast<Class##Type>(split.first); \ 250 // Otherwise, split the underlying type. If that yields qualifiers [all...] |
/external/icu4c/tools/gensprep/ |
filterRFC3454.pl | 180 ($code, $noise) = split /;/ , $line; 188 ($code, $noise) = split /;/ , $line; 192 ($code, $noise) = split /;/ , $line; 193 ($startStr, $endStr ) = split /\.\./, $code; 210 foreach my $d (split(//, shift())) {
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/ |
EventDisplay.java | 183 String[] values = storageString.split(Pattern.quote(DESCRIPTOR_DATA_STORAGE_SEPARATOR)); 699 String[] values = storageString.split(Pattern.quote(DISPLAY_DATA_STORAGE_SEPARATOR)); 711 // because empty sections are removed by String.split(), we have to check 766 String[] values = storageString.split(Pattern.quote(PID_STORAGE_SEPARATOR)); 799 String[] values = storageString.split(Pattern.quote(DESCRIPTOR_STORAGE_SEPARATOR)); 813 String[] values = storageString.split(Pattern.quote(DESCRIPTOR_STORAGE_SEPARATOR)); [all...] |
/external/webkit/Source/WebKit/android/jni/ |
PictureSet.cpp | 162 uint32_t elapsed, bool split) 168 add(area, picture, elapsed, split, false); 179 add(newArea, picture, elapsed, split, false); 376 // with it; then we split the original inval into a serie of invals (one for 453 uint32_t elapsed, bool split, bool empty) 516 elapsed, split, false, false, empty}; 1088 void PictureSet::split(PictureSet* out) const function in class:android::PictureSet 1110 bool split = working->mSplit; local [all...] |
/external/mksh/src/ |
check.pl | 240 foreach $c (split(',', $opt_C)) { 433 split(' ', $val, 3); 484 foreach $var (split(substr($test{'env-setup'}, 0, 1), 512 @argv = split(' ', $test_prog); 518 split(substr($test{'arguments'}, 0, 1), 647 foreach $c (split(',', $test{'category'})) { 1167 split(' ', $val, 6); [all...] |
eval.c | 43 short split; /* split "$@" / call waitlast $() */ member in struct:Expand 698 if (quote && x.split) 708 if (quote && !x.split) 712 if (quote && x.split) { 738 if (x.split) 1034 xp->split = c == '@'; /* $@ */ 1071 xp->split = p[1] == '@'; /* ${foo[@]} */ 1144 xp->split = 0; /* no waitlast() */ 1157 xp->split = 1; /* waitlast() * [all...] |
/external/sonivox/jet_tools/JetCreator/ |
JetUtils.py | 160 measures, beats, ticks = s.split(':',3)
173 base_list = (os.path.abspath(base)).split(os.sep)
174 target_list = (os.path.abspath(target)).split(os.sep)
205 return os.path.split(fileName)[1]
212 return os.path.split(fileName)[0]
325 m1, b1, t1 = mbt1.split(':',3)
326 m2, b2, t2 = mbt2.split(':',3)
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
NameSplitter.java | 30 * The purpose of this class is to split a full name into given names and last 306 String[] split = strings.split(","); local 307 for (int i = 0; i < split.length; i++) { 308 set.add(split[i].trim().toUpperCase()); 344 public void split(Name name, String fullName) { method in class:NameSplitter 354 split(name, fullName, fullNameStyle); method 361 public void split(Name name, String fullName, int fullNameStyle) { method in class:NameSplitter [all...] |
/frameworks/base/core/java/android/hardware/ |
Camera.java | 3295 private ArrayList<String> split(String str) { method in class:Camera.Parameters [all...] |
/bionic/libc/kernel/tools/ |
utils.py | 124 return_type = line[:pos_lparen].strip().split() 143 syscall_params = line[pos_lparen+1:pos_rparen].split(',') 157 numbers = string.split(number,',')
|
/cts/tools/signature-tools/src/signature/converter/dex/ |
DexUtil.java | 286 String[] split = typeList.split(";"); local 288 for (String string : split) {
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
DeviceInfoResult.java | 139 String[] featurePairs = featureData.split(FEATURE_DELIM); 141 String[] nameTypeAvailability = featurePair.split(FEATURE_ATTR_DELIM); 173 String[] processNames = rootProcesses.split(PROCESS_DELIM);
|
/dalvik/vm/mterp/ |
gen-mterp.py | 434 tokens = line.strip().split(' ', 2) 452 tokens = line.strip().split(' ', 1) 569 tokens = line.split(' ') # tokenize
|
/external/icu4c/common/ |
rbbisetb.cpp | 180 // the start of the range from the unicode set, split the range list range 183 // Then continue the loop; the post-split current range will then be skipped 186 rlRange->split(inputSetRangeBegin, *fStatus); 195 // the end of the range from the unicode set, split the range list 196 // range in two. The first part of the split range will be 199 rlRange->split(inputSetRangeEnd+1, *fStatus); 630 // RangeDesriptor::split() 633 void RangeDescriptor::split(UChar32 where, UErrorCode &status) { function in class:RangeDescriptor 645 // Only need to update those that are different after the split.
|
/external/icu4c/test/intltest/ |
cpdtrtst.cpp | 248 UnicodeString *array=split(ID, 0x003b, count); 262 array=split(ID2, 0x003b, count); 321 UnicodeString* CompoundTransliteratorTest::split(const UnicodeString& str, UChar seperator, int32_t& count) { function in class:CompoundTransliteratorTest
|
/external/markdown/markdown/ |
__init__.py | 385 # Split into lines and run the line preprocessors. 386 self.lines = source.split("\n") 522 pairs = [x.split("=") for x in ext_args.split(",")]
|
/frameworks/base/core/java/android/server/ |
BluetoothBondState.java | 118 String[] bonds = val.split(","); 383 String[] value = line.split("="); 385 String[] val = value[1].split(",");
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/ |
MediaPlayerPerformance.java | 284 String[] poList = memoryUsage.split("\r|\n|\r\n"); 293 String[] poList2 = memoryUsage.split("\t|\\s+"); 302 String[] poList2 = memoryUsage.split("\t|\\s+");
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
HostAuth.java | 150 String[] schemeParts = scheme.split("\\+"); 205 String[] userInfoParts = userInfo.split(":", 2); 424 String[] schemeParts = scheme.split("\\+");
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
GridModel.java | 635 * within that row or column. This is used to find a natural split point to 737 * @param split if true, split the existing column into two at the given x position 743 boolean split, int row, int x) { 779 split ? row : UNDEFINED, 780 split ? newColumn - 1 : UNDEFINED, 802 if (split && !columnSpanSet && view.node.getBounds().x2() > x) { [all...] |
/cts/tests/tests/text/src/android/text/cts/ |
TextUtilsTest.java | [all...] |
/external/v8/benchmarks/ |
regexp.js | 282 s52[i].split(re20); [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/ |
v8-regexp.js | 186 'svz_zlfcnpr_ubzrcntr_abgybttrqva,svz_zlfcnpr_aba_HTP,svz_zlfcnpr_havgrq-fgngrf'.split(re20); [all...] |