| /external/iptables/extensions/ |
| libxt_conntrack.c | 538 const char *sep = " "; local 541 printf("%sINVALID", sep); 542 sep = ","; 545 printf("%sNEW", sep); 546 sep = ","; 549 printf("%sRELATED", sep); 550 sep = ","; 553 printf("%sESTABLISHED", sep); 554 sep = ","; 557 printf("%sUNTRACKED", sep); 573 const char *sep = " "; local [all...] |
| libxt_CT.c | 87 const char *sep = ""; local 93 printf("%s%s", sep, tbl[i].name); 94 sep = ",";
|
| /external/webkit/Tools/Scripts/webkitpy/common/system/ |
| directoryfileset.py | 33 if not self._path.endswith(self._filesystem.sep): 34 self._path += self._filesystem.sep
|
| /external/e2fsprogs/misc/ |
| logsave.c | 120 char buffer[4096], *cp, *sep; local 138 sep = strchr(cp, '\001'); 139 if (sep) 140 *sep = 0; 142 if (sep) { 143 cp = sep + 1;
|
| /external/tcpdump/ |
| print-sctp.c | 76 const char *sep; local 124 sep = "\n\t"; 126 sep = " ("; 145 printf("%s%d) [Bad chunk length %u]", sep, chunkCount+1, chunkLength); 158 printf("%s%d) ", sep, chunkCount+1); 352 sep = ", (";
|
| 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...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/ |
| DexDumpAction.java | 167 String sep = System.getProperty("line.separator"); //$NON-NLS-1$ local 168 if (sep == null || sep.length() < 1) { 170 sep = "\r\n"; //$NON-NLS-1$ 172 sep = "\n"; //$NON-NLS-1$ 175 final String lineSep = sep;
|
| /ndk/sources/host-tools/make-3.81/ |
| vmsjobs.c | 474 char *sep; local 509 p = sep = q = cmd; 527 p = sep = q; 534 sep = q; 538 sep = q; 542 sep = q - 1; 547 if (sep - p > 78) 550 fwrite (p, 1, sep - p, outfile); 551 p = sep; 552 if (*sep) [all...] |
| /external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/ |
| CharsetProviderTest.java | 54 String sep = System.getProperty("file.separator"); local 56 if (!CONFIG_FILE1.endsWith(sep)) { 57 CONFIG_FILE1 += sep; 59 CONFIG_FILE1 += "META-INF" + sep + "services" + sep 67 String sep = System.getProperty("file.separator"); local 68 int sepIndex = path.lastIndexOf(sep);
|
| /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/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...] |
| /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";
|
| /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) {
|