/packages/apps/Email/src/org/apache/james/mime4j/decoder/ |
DecoderUtil.java | 194 String sep = body.substring(previousEnd, begin);
local 198 sb.append(sep);
201 if (!previousWasEncoded || !CharsetUtil.isWhitespace(sep)) {
202 sb.append(sep);
|
/external/linux-tools-perf/util/ |
sort.c | 115 char *sep = bf; local 118 sep = strchr(sep, *field_sep); 119 if (sep == NULL) 121 *sep = '.';
|
/ndk/sources/host-tools/nawk-20071023/ |
lib.c | 184 int sep, c; local 191 if ((sep = **RS) == 0) { 192 sep = '\n'; 199 for (; (c=getc(inf)) != sep && c != EOF; ) { 205 if (**RS == sep || c == EOF) 259 char *r, *fr, sep; local 279 } else if ((sep = *inputFS) == ' ') { /* default whitespace */ 298 } else if ((sep = *inputFS) == 0) { /* new: FS="" => 1 char/field */ 328 while (*r != sep && *r != rtest && *r != '\0') /* \n is always a separator */
|
/external/icu4c/i18n/ |
tridpars.cpp | 554 int32_t sep = id.indexOf(TARGET_SEP); local 561 if (sep < 0) { 565 } else if (sep < var) { 567 if (sep > 0) { 568 id.extractBetween(0, sep, source); 571 id.extractBetween(++sep, var, target); 579 id.extractBetween(var, sep++, variant); 580 id.extractBetween(sep, id.length(), target);
|
tznames.cpp | 324 int32_t sep = tzID.lastIndexOf((UChar)0x2F /* '/' */); local 325 if (sep > 0 && sep + 1 < tzID.length()) { 326 name.setTo(tzID, sep + 1);
|
/external/strace/ |
desc.c | 497 const char *sep; local 521 for (j = 0, sep = ""; j < nfds; j++) { 523 tprintf("%s", sep); 525 sep = " "; 537 const char *sep = ""; local 565 sprintf(str, "%s%s [%u", sep, 570 sep = ", "; 591 sprintf(str, "%sleft ", sep);
|
/build/tools/ |
compare_fileslist.py | 85 combo = input.split(os.path.sep)[1]
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
ConstraintManager.h | 118 const char *sep) = 0;
|
/external/libcap-ng/libcap-ng-0.7/ |
py-compile | 116 filetrans="filepath = os.path.normpath('$destdir' + os.sep + path)"
|
/external/expat/xmlwf/ |
xmlwf.c | 173 const XML_Char *sep; local 176 sep = tcsrchr(name, NSSEP); 177 if (sep) { 179 fputts(sep + 1, fp); 197 sep = tcsrchr(name, NSSEP); 199 if (sep) { 201 fputts(sep + 1, fp); 206 if (sep) { 219 const XML_Char *sep; local 222 sep = tcsrchr(name, NSSEP) [all...] |
/external/iptables/extensions/ |
libipt_addrtype.c | 152 const char *sep = ""; local 157 printf("%s%s", sep, rtn_names[i]); 158 sep = ",";
|
libxt_time.c | 67 "[!] --weekdays value List of weekdays on which to match, sep. by comma\n" 195 const char *sep; local 199 sep = strchr(*arg, delim); 200 if (sep == NULL) { 205 snprintf(buf, buflen, "%.*s", (unsigned int)(sep - *arg), *arg); 206 *arg = sep + 1;
|
/external/skia/src/utils/ |
SkRTConf.cpp | 35 char sep[] = " \t\r\n"; local 37 char *keyptr = strtok(line, sep); 42 char *valptr = strtok(NULL, sep);
|
/external/webkit/Tools/Scripts/webkitpy/common/system/ |
filesystem_unittest.py | 194 self.assertEquals(fs.sep, os.sep) 200 fs.sep = ' '
|
/ndk/sources/host-tools/sed-4.2.1/ |
autoboot | 476 sep= 487 copied=$copied${sep}$gnulib_mk; sep=$nl 498 copied=$copied$sep$file; sep=$nl
|
/ndk/ |
ndk-gdb.py | 49 full = path + os.sep + program + ext 57 return ndk+os.sep+'prebuilt/linux-x86/bin' 59 return ndk+os.sep+'prebuilt/darwin-x86/bin' 61 return ndk+os.sep+'prebuilt/windows/bin' 62 return ndk+os.sep+'prebuilt/UNKNOWN/bin' 459 if not os.path.isfile(PROJECT+os.sep+MANIFEST): 471 if os.path.isfile(CURDIR+os.sep+MANIFEST): 480 PACKAGE_NAME = extract_package_name(PROJECT+os.sep+MANIFEST) 486 Please check that the file is well-formed!''' % (PROJECT+os.sep+MANIFEST)) 489 print(' '.join(extract_launchable(PROJECT+os.sep+MANIFEST)) [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
RichInputConnection.java | 466 private static boolean isSeparator(int code, String sep) { 467 return sep.indexOf(code) != -1; 519 * @param sep a string of characters that split words. 524 public Range getWordRangeAtCursor(final String sep, final int additionalPrecedingWordsCount) { 526 if (mIC == null || sep == null) { 545 if (isStoppingAtWhitespace == isSeparator(codePoint, sep)) { 566 if (isSeparator(codePoint, sep)) { [all...] |
/external/ant-glob/src/org/apache/tools/ant/types/selectors/ |
SelectorUtils.java | 552 char sep = File.separatorChar; local 557 if (path.charAt(pos) == sep) { 577 if (path.charAt(pos) == sep) {
|
/external/bison/src/ |
state.c | 264 char const *sep = ""; local 268 fprintf (out, "%s%s", sep, symbols[k]->tag); 269 sep = ", ";
|
/external/webkit/Tools/CodeCoverage/ |
regenerate-coverage-display | 132 site = "%s.html" % name.replace(os.path.sep,'__') 212 escaped_dir = dir_name.replace(os.path.sep,'__') 229 escaped_name = file_name.replace(os.path.sep,'__')
|
/packages/apps/Browser/src/com/android/browser/ |
BreadCrumbView.java | 198 View sep = makeDividerView(); local 199 sep.setLayoutParams(makeDividerLayoutParams()); 200 addView(sep);
|
/sdk/find_java/ |
utils.h | 174 CArray<CString> * split(char sep) const {
181 if (*s == sep && s != mStr && (last == NULL || s > last+1)) {
191 if (*s == sep) {
|
/development/testrunner/ |
make_tree.py | 102 path_segs = path.split(os.sep)
|
/development/testrunner/test_defs/ |
native_test.py | 85 full_path = os.path.join(os.sep, "system", "bin", f)
|
/docs/source.android.com/scripts/ |
build.py | 68 outdir = curdir.split(os.path.sep)
|