HomeSort by relevance Sort by last modified time
    Searched defs:sep (Results 1 - 25 of 451) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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/strace/tests/
printflags.c 46 char sep = 0; local
49 if (sep)
50 putc(sep, stdout);
52 sep = '|';
61 if (sep)
62 putc(sep, stdout);
sched_xetaffinity.c 92 const char *sep; local
94 for (i = 0, cpu = 0, sep = ""; i < (unsigned) ret_size * 8; ++i) {
96 printf("%s%u", sep, i);
97 sep = ", ";
118 for (i = 0, sep = ""; i < (unsigned) ret_size * 8; ++i) {
120 printf("%s%u", sep, i);
121 sep = ", ";
  /external/strace/tests-m32/
printflags.c 46 char sep = 0; local
49 if (sep)
50 putc(sep, stdout);
52 sep = '|';
61 if (sep)
62 putc(sep, stdout);
  /external/strace/tests-mx32/
printflags.c 46 char sep = 0; local
49 if (sep)
50 putc(sep, stdout);
52 sep = '|';
61 if (sep)
62 putc(sep, stdout);
  /external/libcxx/test/std/localization/locale.categories/facet.numpunct/locale.numpunct.byname/
thousands_sep.pass.cpp 57 const char sep = ' '; local
60 const char sep = ','; local
66 assert(np.thousands_sep() == sep);
  /external/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/
decimal_point.pass.cpp 114 const char sep = ','; local
117 const char sep = '.'; local
122 assert(f.decimal_point() == sep);
126 assert(f.decimal_point() == sep);
thousands_sep.pass.cpp 117 const char sep = ' '; local
122 const char sep = ' '; local
127 assert(f.thousands_sep() == sep);
131 assert(f.thousands_sep() == sep);
  /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/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/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
getbuildinfo.c 49 const char *sep = *revision ? ":" : ""; local
54 "%s%s%s, %.20s, %.9s", hgid, sep, revision,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
getbuildinfo.c 49 const char *sep = *revision ? ":" : ""; local
54 "%s%s%s, %.20s, %.9s", hgid, sep, revision,
  /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/fmtlib/test/
format-impl-test.cc 95 std::string msg = "error 42", sep = ": "; local
105 fmt::internal::INLINE_BUFFER_SIZE - msg.size() - sep.size() + 1, 'x');
115 fmt::internal::INLINE_BUFFER_SIZE - msg.size() - sep.size(), 'x');
117 EXPECT_EQ(prefix + sep + msg, w.str());
  /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.
  /external/strace/
affinity.c 82 const char *sep = ""; local
89 tprintf("%s%d", sep, i);
90 sep = ", ";
93 tprintf("%s...", sep);
clone.c 100 const char *sep = "|"; local
112 sep = "";
114 tprintf("%s%s", sep, signame(flags & CSIGNAL));
execve.c 45 const char *sep = start_sep; local
49 for (n = 0; addr; sep = ", ", addr += wordsize, ++n) {
57 if (sep == start_sep)
64 if (sep == start_sep)
69 tprintf("%s...", sep);
72 tprints(sep);
open.c 84 char sep; local
88 sep = ' ';
92 *p++ = sep;
97 sep = '|';
102 *p++ = sep;
107 sep = '|';
111 *p++ = sep;

Completed in 1264 milliseconds

1 2 3 4 5 6 7 8 91011>>