/ndk/sources/host-tools/nawk-20071023/ |
lex.c | 80 { "split", SPLIT, SPLIT },
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
HostAuth.java | 153 String[] schemeParts = scheme.split("\\+"); 208 String[] userInfoParts = userInfo.split(":", 2); 413 String[] schemeParts = scheme.split("\\+");
|
/packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/ |
MimeUtility.java | 123 * string to split. 196 String[] parts = unfold(header).split(";"); 203 String[] parameterParts = part.split("=", 2);
|
/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/ |
UnicodeEscaper.java | 129 * {@link #escape(Appendable)}) which can cope with arbitrarily split input. 232 * split input to this Appendable, including input that is split over a
|
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
UnicodeEscaper.java | 129 * {@link #escape(Appendable)}) which can cope with arbitrarily split input. 232 * split input to this Appendable, including input that is split over a
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
NameSplitterTest.java | 316 mNameSplitter.split(name, fullName); 345 mNameSplitter.split(name, fullName); 354 mNameSplitter.split(name, fullName);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/ |
multiway_mergesort.h | 119 /** @brief Split consistently. */ 125 /** @brief Split by exact splitting. */ 184 /** @brief Split by sampling. */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
filelist.py | 60 sortable_files = map(os.path.split, self.files) 79 words = line.split() 113 # Parse the line: split it up, make sure the right number of words
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
_parseaddr.py | 50 data = data.split() 61 stuff = data[0].split('-') 94 tm = tm.split(':')
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
RemoteDebugger.py | 179 Start the subprocess side of the split debugger and set up that side of the 182 RPCServer to handle RPC requests from the split debugger GUI via the 342 up the Idle side of the split debugger by instantiating the IdbProxy,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
mimify.py | 117 match = ' '.join(match.split('_')) 213 d, f = os.path.split(infile) 421 d, f = os.path.split(infile)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/ |
expatreader.py | 310 pair = name.split() 323 parts = aname.split() 344 pair = name.split()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
filelist.py | 60 sortable_files = map(os.path.split, self.files) 79 words = line.split() 113 # Parse the line: split it up, make sure the right number of words
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
_parseaddr.py | 50 data = data.split() 61 stuff = data[0].split('-') 94 tm = tm.split(':')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
RemoteDebugger.py | 179 Start the subprocess side of the split debugger and set up that side of the 182 RPCServer to handle RPC requests from the split debugger GUI via the 342 up the Idle side of the split debugger by instantiating the IdbProxy,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
mimify.py | 117 match = ' '.join(match.split('_')) 213 d, f = os.path.split(infile) 421 d, f = os.path.split(infile)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/ |
expatreader.py | 310 pair = name.split() 323 parts = aname.split() 344 pair = name.split()
|
/external/chromium/chrome/common/extensions/docs/examples/api/tabs/inspector/ |
jstemplate_compiled.js | 300 var cn = name.split(/\s+/); 330 var cn = c.split(/\s+/); 347 var cn = domClassName(node).split(/\s+/); 924 foreach(expressions.split(/\s*;\s*/), function(expression) { 1095 var values = valuesStr.split(/\s*;\s*/); 1108 var nameSpaceLabel = label.substr(1).split('.');
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
statetracker.py | 273 for suppression in contents.split('|'): 403 start and end tokens will be split out into separate DOC_PREFIX tokens. 442 If found, will split the token into at most 3 piecies: leading whitespace, 470 Comment prefixes are split into DOC_PREFIX tokens and stripped from the 740 params = re.compile(r'\s+').sub('', self._cumulative_params).split(',') 742 params = map(lambda param: param.split(':')[0], params)
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/inspector/ |
jstemplate_compiled.js | 300 var cn = name.split(/\s+/); 330 var cn = c.split(/\s+/); 347 var cn = domClassName(node).split(/\s+/); 924 foreach(expressions.split(/\s*;\s*/), function(expression) { 1095 var values = valuesStr.split(/\s*;\s*/); 1108 var nameSpaceLabel = label.substr(1).split('.');
|
/external/chromium_org/third_party/closure_linter/closure_linter/ |
statetracker.py | 273 for suppression in contents.split('|'): 403 start and end tokens will be split out into separate DOC_PREFIX tokens. 442 If found, will split the token into at most 3 piecies: leading whitespace, 470 Comment prefixes are split into DOC_PREFIX tokens and stripped from the 740 params = re.compile(r'\s+').sub('', self._cumulative_params).split(',') 742 params = map(lambda param: param.split(':')[0], params)
|
/external/chromium_org/third_party/icu/source/i18n/ |
repattrn.cpp | 600 // split 603 int32_t RegexPattern::split(const UnicodeString &input, function in class:RegexPattern 616 r = m.split(input, dest, destCapacity, status); 622 // split, UText mode 624 int32_t RegexPattern::split(UText *input, function in class:RegexPattern 637 r = m.split(input, dest, destCapacity, status);
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
csdetest.cpp | 100 static UnicodeString *split(const UnicodeString &src, UChar ch, int32_t &splits) function 112 int32_t split = 0; local 116 src.extractBetween(start, end, result[split++]); 120 src.extractBetween(start, src.length(), result[split]); 149 UnicodeString *eSplit = split(encoding, CH_SLASH, splits); 519 UnicodeString *encodingList = split(*encodings, CH_SPACE, encodingCount);
|
/external/chromium_org/tools/json_schema_compiler/ |
dart_generator.py | 45 # Split off the namespace and file extension, leaving just the type. 46 type_path = '.'.join(filename.split('.')[1:-1]) 270 for line in prop.description.split('\n'): 627 for line in contents.strip('\n').split('\n'): 635 # TODO(sashab): Split the dart library into multiple files, avoiding the 638 ''.join(s.capitalize() for s in self._namespace.name.split('.')),
|
/external/icu4c/i18n/ |
repattrn.cpp | 575 // split 578 int32_t RegexPattern::split(const UnicodeString &input, function in class:RegexPattern 591 r = m.split(input, dest, destCapacity, status); 597 // split, UText mode 599 int32_t RegexPattern::split(UText *input, function in class:RegexPattern 612 r = m.split(input, dest, destCapacity, status);
|