/external/eigen/doc/snippets/ |
IOFormat.cpp | 1 std::string sep = "\n----------------------------------------\n"; variable 10 std::cout << m1 << sep; variable 11 std::cout << m1.format(CommaInitFmt) << sep; 12 std::cout << m1.format(CleanFmt) << sep; 13 std::cout << m1.format(OctaveFmt) << sep; 14 std::cout << m1.format(HeavyFmt) << sep;
|
/external/v8/test/mjsunit/regress/ |
regress-2263.js | 29 var sep = { toString: function(){ throw { type: "toString" }}}; 30 assertThrows("Array.prototype.join.call(obj, sep)", undefined, "length");
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/test/codec/ber/ |
suite.py | 2 from os.path import sep namespace 3 path.insert(1, path[0]+sep+'ber')
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/test/codec/cer/ |
suite.py | 2 from os.path import sep namespace 3 path.insert(1, path[0]+sep+'cer')
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/test/codec/der/ |
suite.py | 2 from os.path import sep namespace 3 path.insert(1, path[0]+sep+'der')
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/test/codec/ |
suite.py | 2 from os.path import sep namespace 3 path.insert(1, path[0]+sep+'codec'+sep+'ber') 5 path.insert(1, path[0]+sep+'codec'+sep+'cer') 7 path.insert(1, path[0]+sep+'codec'+sep+'der')
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/test/ |
suite.py | 2 from os.path import sep namespace 3 path.insert(1, path[0]+sep+'type') 5 path.insert(1, path[0]+sep+'codec')
|
/external/iproute2/lib/ |
ipx_pton.c | 68 char *sep = (char *)src; local 73 while(*sep && (*sep != '.')) 74 sep++; 76 if (*sep != '.') 87 if (ipx_getnode(addr->ipx_node, sep + 1))
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/xml/ |
LocalEntityResolver.java | 34 final int sep = systemId.lastIndexOf('/'); local 35 if (sep != -1) { 36 systemId = systemId.substring(sep + 1);
|
/external/regex-re2/re2/testing/ |
dump.cc | 134 string sep; local 138 s->append(sep); 143 sep = " ";
|
/external/strace/ |
clone.c | 83 const char *sep = "|"; local 93 sep = ""; 95 tprintf("%s%s", sep, signame(flags & CSIGNAL));
|
execve.c | 44 const char *sep; local 49 for (sep = ""; !abbrev(tcp) || n < max_strlen / 2; sep = ", ", ++n) { 56 tprints(sep); 61 tprintf("%s...", sep);
|
open.c | 80 char sep; local 84 sep = ' '; 88 *p++ = sep; 93 sep = '|'; 98 *p++ = sep; 103 sep = '|'; 107 *p++ = sep;
|
/external/toybox/toys/pending/ |
logger.c | 35 char *sep = strchr(TT.priority_arg, '.'); local 37 if (sep) { 38 *sep = '\0'; 41 TT.priority_arg = sep+1;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
UiSeparatorAttributeNode.java | 87 Label sep = toolkit.createSeparator(row, SWT.HORIZONTAL); local 90 sep.setLayoutData(gd); 95 sep = toolkit.createSeparator(row, SWT.HORIZONTAL); 96 sep.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false));
|
/device/generic/goldfish/camera/ |
EmulatedQemuCamera.cpp | 95 char* sep = strchr(first_dim, 'x'); local 96 if (sep == NULL) { 102 *sep = '\0'; 104 const int y = atoi(sep + 1);
|
/external/autotest/client/tests/monotonic_time/src/ |
cpuset.c | 115 char *sep = ""; local 125 if ((n = show_range(bufp, len, sep, start, end)) < 0) 129 sep = ","; 136 if ((n = show_range(bufp, len, sep, start, end)) < 0)
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
CRLDistPoint.java | 88 String sep = Strings.lineSeparator(); local 91 buf.append(sep); 97 buf.append(sep);
|
GeneralNames.java | 96 String sep = Strings.lineSeparator(); local 99 buf.append(sep); 105 buf.append(sep);
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
proc_cpuinfo_reader.h | 77 char* sep = static_cast<char*>(my_memchr(line, ':', line_len)); local 78 if (sep == NULL) 83 const char* val = sep+1; 92 while (sep > line && my_isspace(sep[-1])) 93 sep--; 95 if (sep == line) 99 *sep = '\0';
|
/external/google-breakpad/src/common/android/testing/ |
mkdtemp.h | 75 char* sep = strrchr(path, '/'); local 76 if (sep != NULL) { 79 *sep = '\0'; // temporarily zero-terminate the dirname. 81 *sep = '/'; // restore full path.
|
/frameworks/base/core/java/android/util/ |
KeyValueListParser.java | 54 int sep = pair.indexOf('='); local 55 if (sep < 0) { 60 mValues.put(pair.substring(0, sep).trim(), pair.substring(sep + 1).trim());
|
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
MockUtils.java | 107 String sep = ""; local 109 sb.append(sep); 110 sep = ",";
|
/frameworks/base/tools/aapt2/java/ |
ManifestClassGenerator.cpp | 30 const StringPiece16 sep = u"."; local 31 auto iter = std::find_end(value.begin(), value.end(), sep.begin(), sep.end()); 35 result.assign(iter + sep.size(), value.end() - (iter + sep.size()));
|
/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;
|