HomeSort by relevance Sort by last modified time
    Searched refs:sep (Results 26 - 50 of 535) sorted by null

12 3 4 5 6 7 8 91011>>

  /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/chromium_org/third_party/skia/include/gpu/gl/
GrGLExtensions.h 43 void print(const char* sep = "\n") const;
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLExtensions.cpp 88 void GrGLExtensions::print(const char* sep) const {
89 if (NULL == sep) {
90 sep = " ";
94 GrPrintf("%s%s", fStrings[i].c_str(), (i < cnt - 1) ? sep : "");
  /external/skia/include/gpu/gl/
GrGLExtensions.h 43 void print(const char* sep = "\n") const;
  /external/skia/src/gpu/gl/
GrGLExtensions.cpp 88 void GrGLExtensions::print(const char* sep) const {
89 if (NULL == sep) {
90 sep = " ";
94 GrPrintf("%s%s", fStrings[i].c_str(), (i < cnt - 1) ? sep : "");
  /external/chromium_org/chrome/test/functional/perf/endure_graphs/js/
common.js 81 var sep = '?';
85 url += sep + p + '=' + params[p];
86 sep = '&';
  /external/chromium_org/tools/
find_depot_tools.py 17 if i.rstrip(os.sep).endswith('depot_tools'):
21 if i.rstrip(os.sep).endswith('depot_tools'):
22 sys.path.append(i.rstrip(os.sep))
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
envset.cmd 55 sep = ' '
60 sep = envar
64 sep = ''
69 when mode=',' then sep = ','
95 addval: procedure expose sep equal orig expand newval mode env
129 else newval = newval || sep || expvar
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_locale.py 166 self.sep = locale.localeconv()['thousands_sep']
169 self._test_format("%f", 1024, grouping=1, out='1%s024.000000' % self.sep)
176 if self.sep:
178 out=('-4%s200' % self.sep).rjust(10))
180 out=('-4%s200' % self.sep).ljust(10))
183 self._test_format("%d", 4200, grouping=True, out='4%s200' % self.sep)
184 self._test_format("%+d", 4200, grouping=True, out='+4%s200' % self.sep)
185 self._test_format("%+d", -4200, grouping=True, out='-4%s200' % self.sep)
189 out=('4%s200' % self.sep).rjust(10))
191 out=('-4%s200' % self.sep).ljust(10)
    [all...]
test_glob.py 117 res = glob.glob(self.norm('Z*Z') + os.sep)
119 res = glob.glob(self.norm('ZZZ') + os.sep)
121 # When there is a wildcard pattern which ends with os.sep, glob()
123 res = glob.glob(self.norm('aa*') + os.sep)
128 {self.norm('aaa') + os.sep, self.norm('aab') + os.sep},
134 res = glob.glob(fsdecode(self.norm('Z*Z') + os.sep))
136 res = glob.glob(fsdecode(self.norm('ZZZ') + os.sep))
138 res = glob.glob(fsdecode(self.norm('aa*') + os.sep))
143 {fsdecode(self.norm('aaa') + os.sep),
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_locale.py 166 self.sep = locale.localeconv()['thousands_sep']
169 self._test_format("%f", 1024, grouping=1, out='1%s024.000000' % self.sep)
176 if self.sep:
178 out=('-4%s200' % self.sep).rjust(10))
180 out=('-4%s200' % self.sep).ljust(10))
183 self._test_format("%d", 4200, grouping=True, out='4%s200' % self.sep)
184 self._test_format("%+d", 4200, grouping=True, out='+4%s200' % self.sep)
185 self._test_format("%+d", -4200, grouping=True, out='-4%s200' % self.sep)
189 out=('4%s200' % self.sep).rjust(10))
191 out=('-4%s200' % self.sep).ljust(10)
    [all...]
test_glob.py 117 res = glob.glob(self.norm('Z*Z') + os.sep)
119 res = glob.glob(self.norm('ZZZ') + os.sep)
121 # When there is a wildcard pattern which ends with os.sep, glob()
123 res = glob.glob(self.norm('aa*') + os.sep)
128 {self.norm('aaa') + os.sep, self.norm('aab') + os.sep},
134 res = glob.glob(fsdecode(self.norm('Z*Z') + os.sep))
136 res = glob.glob(fsdecode(self.norm('ZZZ') + os.sep))
138 res = glob.glob(fsdecode(self.norm('aa*') + os.sep))
143 {fsdecode(self.norm('aaa') + os.sep),
    [all...]
  /external/javassist/src/main/javassist/compiler/ast/
Declarator.java 102 public static String astToClassName(ASTList name, char sep) {
107 astToClassName(sbuf, name, sep);
112 char sep) {
118 astToClassName(sbuf, (ASTList)h, sep);
124 sbuf.append(sep);
  /external/qemu/
qemu-error.c 165 const char *sep = ""; local
171 sep = " ";
177 error_printf("%s%s", sep, argp[i]);
178 sep = " ";
190 error_printf("%s", sep);
  /ndk/sources/host-tools/gdb-stub/
gdb-stub.c 82 char *envbuf, *sep, *resbuf, *cmdbuf; local
106 (sep = strrchr(cmdbuf, '\\'))
108 *(sep+1) = 0;
110 dbg_printf("sep: %s\n", cmdbuf);
129 *(sep+1) = 0;
136 *(sep+1) = 0;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_table.py 113 sep = ","
115 sep = ""
117 print " {%s, %s, %s, %u}%s\t/* %s = %s */" % (type_map[channel.type], bool_map(channel.norm), bool_map(channel.pure), channel.size, sep, "xyzw"[i], channel.name)
119 print " {0, 0, 0, 0}%s" % (sep,)
125 sep = ","
127 sep = ""
132 print " %s%s\t/* %s */" % (swizzle_map[swizzle], sep, comment)
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_table.py 113 sep = ","
115 sep = ""
117 print " {%s, %s, %s, %u}%s\t/* %s = %s */" % (type_map[channel.type], bool_map(channel.norm), bool_map(channel.pure), channel.size, sep, "xyzw"[i], channel.name)
119 print " {0, 0, 0, 0}%s" % (sep,)
125 sep = ","
127 sep = ""
132 print " %s%s\t/* %s */" % (swizzle_map[swizzle], sep, comment)
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/unit/
u_format_test.c 62 const char *sep = ""; local
66 printf("%s%02x", sep, packed[i]);
67 sep = " ";
81 const char *sep = ""; local
86 printf("%s{%f, %f, %f, %f}", sep, unpacked[i][j][0], unpacked[i][j][1], unpacked[i][j][2], unpacked[i][j][3]);
87 sep = ", ";
89 sep = ",\n";
103 const char *sep = ""; local
108 printf("%s{%f, %f, %f, %f}", sep, unpacked[i][j][0], unpacked[i][j][1], unpacked[i][j][2], unpacked[i][j][3]);
109 sep = ", "
125 const char *sep = ""; local
146 const char *sep = ""; local
168 const char *sep = ""; local
189 const char *sep = ""; local
    [all...]
  /external/mesa3d/src/gallium/tests/unit/
u_format_test.c 62 const char *sep = ""; local
66 printf("%s%02x", sep, packed[i]);
67 sep = " ";
81 const char *sep = ""; local
86 printf("%s{%f, %f, %f, %f}", sep, unpacked[i][j][0], unpacked[i][j][1], unpacked[i][j][2], unpacked[i][j][3]);
87 sep = ", ";
89 sep = ",\n";
103 const char *sep = ""; local
108 printf("%s{%f, %f, %f, %f}", sep, unpacked[i][j][0], unpacked[i][j][1], unpacked[i][j][2], unpacked[i][j][3]);
109 sep = ", "
125 const char *sep = ""; local
146 const char *sep = ""; local
168 const char *sep = ""; local
189 const char *sep = ""; local
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/command/
type_printers.py 47 sep = ''
50 print ("%sType printers for %s:" % (sep, objfile.name))
52 sep = '\n'
54 print ("%sType printers for program space:" % sep)
56 sep = '\n'
58 print ("%sGlobal type printers:" % sep)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/command/
type_printers.py 47 sep = ''
50 print ("%sType printers for %s:" % (sep, objfile.name))
52 sep = '\n'
54 print ("%sType printers for program space:" % sep)
56 sep = '\n'
58 print ("%sGlobal type printers:" % sep)
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
CRLDistPoint.java 87 String sep = System.getProperty("line.separator"); local
90 buf.append(sep);
96 buf.append(sep);
GeneralNames.java 95 String sep = System.getProperty("line.separator"); local
98 buf.append(sep);
104 buf.append(sep);
  /external/javasqlite/src/main/java/SQLite/
Shell.java 25 String sep; field in class:Shell
58 s.sep = sep;
225 (i == args.length - 1 ? "\n" : sep));
236 pw.print(sep);
373 sep = args[0];
533 s.sep = "|";
547 s.sep = args[i];
667 String sep = ""; local
672 sb.append(sep + "quote("
    [all...]
  /bionic/libc/upstream-netbsd/libc/stdio/
getdelim.c 58 int sep, FILE *__restrict fp)
87 p = memchr(fp->_p, sep, (size_t)fp->_r);
146 int sep, FILE *__restrict fp)
151 n = __getdelim(buf, buflen, sep, fp);

Completed in 1815 milliseconds

12 3 4 5 6 7 8 91011>>