/hardware/ti/omap4xxx/camera/ |
CameraHalUtilClasses.cpp | 211 const char sep = ',';
local 249 if ( sep != *pEnd )
260 if ( sep != *pEnd )
271 if ( sep != *pEnd )
282 if ( sep != *pEnd )
|
/external/bison/src/ |
print_graph.c | 103 char const *sep = ""; local 107 obstack_fgrow2 (oout, "%s%s", sep, symbols[k]->tag); 108 sep = ", ";
|
/external/iptables/extensions/ |
libxt_CT.c | 87 const char *sep = ""; local 93 printf("%s%s", sep, tbl[i].name); 94 sep = ",";
|
/external/webkit/Tools/Scripts/webkitpy/common/net/ |
testoutput.py | 51 path = filename.split(os.path.sep) 57 path = filename.split(os.path.sep) 69 return os.path.sep.join(path)
|
testoutput_unittest.py | 68 filename = filename.replace('/', os.path.sep) 69 expected_test_name = expected_test_name.replace('/', os.path.sep) 77 filename = filename.replace('/', os.path.sep)
|
/ndk/sources/host-tools/make-3.81/w32/ |
pathstuff.c | 134 char sep; /* what flavor of separator used in old path */ local 187 sep = *etok; 212 *etok = sep;
|
/external/bluetooth/bluez/audio/ |
unix.c | 71 struct a2dp_sep *sep; member in struct:a2dp_data 235 if (a2dp->sep) { 236 a2dp_sep_unlock(a2dp->sep, a2dp->session); 237 a2dp->sep = NULL; 653 struct a2dp_sep *sep; local 692 sep = a2dp_get_sep(session, stream); 693 if (sep && a2dp_sep_get_lock(sep)) 707 if (a2dp->sep) { 708 a2dp_sep_unlock(a2dp->sep, a2dp->session) [all...] |
media.c | 71 struct a2dp_sep *sep; member in struct:media_endpoint 119 if (endpoint->sep) 120 a2dp_remove_sep(endpoint->sep); 211 endpoint->sep = a2dp_add_sep(&adapter->src, 214 if (endpoint->sep == NULL) 217 endpoint->sep = a2dp_add_sep(&adapter->src, 220 if (endpoint->sep == NULL) 697 return endpoint->sep;
|
/external/chromium/sdch/open-vcdiff/src/ |
gflags_reporting.cc | 234 const char* sep = strrchr(filename, PATH_SEPARATOR); local 235 return sep ? sep + 1 : filename; 239 string::size_type sep = filename.rfind(PATH_SEPARATOR); local 240 return filename.substr(0, (sep == string::npos) ? 0 : sep);
|
/external/e2fsprogs/intl/ |
l10nflist.c | 111 except the last into the character SEP. */ 113 argz_stringify__ (char *argz, size_t len, int sep) 121 *argz++ = sep; 125 # define __argz_stringify(argz, len, sep) argz_stringify__ (argz, len, sep) 128 # define __argz_stringify(argz, len, sep) \ 129 INTUSE(__argz_stringify) (argz, len, sep)
|
/external/javassist/src/main/javassist/ |
ClassPoolTail.java | 43 char sep = File.separatorChar; local 44 String filename = directory + sep 45 + classname.replace('.', sep) + ".class"; 54 char sep = File.separatorChar; local 55 String filename = directory + sep 56 + classname.replace('.', sep) + ".class";
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/ |
DexDumpAction.java | 249 String sep = System.getProperty("line.separator"); //$NON-NLS-1$ local 250 if (sep == null || sep.length() < 1) { 252 sep = "\r\n"; //$NON-NLS-1$ 254 sep = "\n"; //$NON-NLS-1$ 257 final String lineSep = sep;
|
/external/stlport/src/ |
num_get.cpp | 88 bool _STLP_CALL __get_fdigit_or_sep(wchar_t& c, wchar_t sep, 90 if (c == sep) {
|
/external/webkit/Source/WebCore/WebCore.gyp/scripts/ |
action_csspropertynames.py | 95 inputAbsPosix = inputAbs.replace(os.path.sep, posixpath.sep)
|
action_cssvaluekeywords.py | 99 inputAbsPosix = inputAbs.replace(os.path.sep, posixpath.sep)
|
action_makenames.py | 117 inputAbsPosix = inputAbs.replace(os.path.sep, posixpath.sep)
|
/external/webkit/Tools/Scripts/webkitpy/common/config/ |
committervalidator.py | 45 components = __file__.split(os.sep) 47 return os.sep.join(components[:tools_index])
|
/frameworks/base/media/libdrm/mobile1/src/objmng/ |
drm_file.c | 241 char *sep = strrchr(tmpPathBuf1, '/'); local 243 if (sep == NULL || ((sep != NULL) && (sep == tmpPathBuf1))) 248 sep = " <empty>"; /* trace will show sep+1 */ 253 *iteration = sep - tmpPathBuf1 + 1; 254 *sep = 0; 265 Trace("DRM_file_listOpen: dir %s, filter %s", tmpPathBuf1, sep+1);
|
/ndk/sources/cxx-stl/stlport/src/ |
num_get.cpp | 88 bool _STLP_CALL __get_fdigit_or_sep(wchar_t& c, wchar_t sep, 90 if (c == sep) {
|
/external/tcpdump/ |
print-ospf6.c | 120 register char sep = ' '; local 124 printf("%c%s", sep, bp->str); 125 sep = '/'; 502 register char sep; local 548 sep = ' '; 551 printf("%cI", sep); 552 sep = '/'; 555 printf("%cM", sep); 556 sep = '/'; 559 printf("%cMS", sep); [all...] |
/external/oprofile/libutil++/ |
string_manip.h | 39 * @param sep the separator_char 42 * separated by the sep character, sep char can be escaped 43 * by '\\' to specify a sep char in a token, '\\' not followed 44 * by a sep is taken as it e.g. "\,\a" --> ",\a" 46 std::vector<std::string> separate_token(std::string const & str, char sep);
|
/packages/apps/Email/emailcommon/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);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
EditingUtils.java | 132 private static Range getWordRangeAtCursor(InputConnection connection, String sep) { 133 if (connection == null || sep == null) { 144 while (start > 0 && !isWhitespace(before.charAt(start - 1), sep)) start--; 148 while (++end < after.length() && !isWhitespace(after.charAt(end), 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);
|