HomeSort by relevance Sort by last modified time
    Searched refs:colon (Results 126 - 150 of 801) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/src/
gtest-death-test.cc 1213 const ::std::string::size_type colon = str.find(delimiter, pos); local
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/src/
gtest-death-test.cc 1213 const ::std::string::size_type colon = str.find(delimiter, pos); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tokenize.py 70 whitespace after the colon. Note that we use hex escapes to make the
97 ... " def y(m): # A whitespace after the colon\\n"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tokenize.py 70 whitespace after the colon. Note that we use hex escapes to make the
97 ... " def y(m): # A whitespace after the colon\\n"
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.simpleconfigurator_1.0.400.v20130327-2119.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeFinder.java 602 int colon = url.lastIndexOf(':', typeEnd); local
603 if (colon != -1) {
604 String packageName = url.substring(typeBegin, colon);
610 typeBegin = colon + 1;
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
symbols.h 62 symbolS *colon (const char *sym_name);
  /external/clang/lib/Format/
ContinuationIndenter.cpp 407 (Previous.is(tok::colon) && Previous.is(TT_ObjCMethodExpr)))) {
507 } else if (PreviousNonComment && PreviousNonComment->is(tok::colon) &&
644 ((NextNonComment->is(tok::colon) &&
690 if (PreviousNonComment && PreviousNonComment->is(tok::colon) &&
698 !Current.isOneOf(tok::colon, tok::comment))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mailbox.py 232 colon = ':' variable in class:Maildir
268 suffix = self.colon + message.get_info()
269 if suffix == self.colon:
274 uniq = os.path.basename(tmp_file.name).split(self.colon)[0]
320 if self.colon in dominant_subpath:
321 suffix = self.colon + dominant_subpath.split(self.colon)[-1]
344 if self.colon in name:
345 msg.set_info(name.split(self.colon)[-1])
514 uniq = entry.split(self.colon)[0]
    [all...]
pdb.py 364 colon = arg.rfind(':')
366 if colon >= 0:
367 filename = arg[:colon].rstrip()
375 arg = arg[colon+1:].lstrip()
382 # no colon; can be lineno or function
    [all...]
  /external/python/cpython2/Lib/
mailbox.py 245 colon = ':' variable in class:Maildir
279 suffix = self.colon + message.get_info()
280 if suffix == self.colon:
285 uniq = os.path.basename(tmp_file.name).split(self.colon)[0]
335 if self.colon in dominant_subpath:
336 suffix = self.colon + dominant_subpath.split(self.colon)[-1]
363 if self.colon in name:
364 msg.set_info(name.split(self.colon)[-1])
533 uniq = entry.split(self.colon)[0
    [all...]
pdb.py 364 colon = arg.rfind(':')
366 if colon >= 0:
367 filename = arg[:colon].rstrip()
375 arg = arg[colon+1:].lstrip()
382 # no colon; can be lineno or function
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
mailbox.py 247 colon = ':' variable in class:Maildir
281 suffix = self.colon + message.get_info()
282 if suffix == self.colon:
287 uniq = os.path.basename(tmp_file.name).split(self.colon)[0]
333 if self.colon in dominant_subpath:
334 suffix = self.colon + dominant_subpath.split(self.colon)[-1]
357 if self.colon in name:
358 msg.set_info(name.split(self.colon)[-1])
527 uniq = entry.split(self.colon)[0
    [all...]
pdb.py 364 colon = arg.rfind(':')
366 if colon >= 0:
367 filename = arg[:colon].rstrip()
375 arg = arg[colon+1:].lstrip()
382 # no colon; can be lineno or function
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
mailbox.py 247 colon = ':' variable in class:Maildir
281 suffix = self.colon + message.get_info()
282 if suffix == self.colon:
287 uniq = os.path.basename(tmp_file.name).split(self.colon)[0]
333 if self.colon in dominant_subpath:
334 suffix = self.colon + dominant_subpath.split(self.colon)[-1]
357 if self.colon in name:
358 msg.set_info(name.split(self.colon)[-1])
527 uniq = entry.split(self.colon)[0
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
rulegen.go 423 colon := strings.Index(arg, ":")
425 if colon >= 0 && openparen >= 0 && colon < openparen {
427 argname = arg[:colon]
428 arg = arg[colon+1:]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
rulegen.go 423 colon := strings.Index(arg, ":")
425 if colon >= 0 && openparen >= 0 && colon < openparen {
427 argname = arg[:colon]
428 arg = arg[colon+1:]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailbox.py 247 colon = ':' variable in class:Maildir
281 suffix = self.colon + message.get_info()
282 if suffix == self.colon:
287 uniq = os.path.basename(tmp_file.name).split(self.colon)[0]
333 if self.colon in dominant_subpath:
334 suffix = self.colon + dominant_subpath.split(self.colon)[-1]
357 if self.colon in name:
358 msg.set_info(name.split(self.colon)[-1])
527 uniq = entry.split(self.colon)[0
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailbox.py 247 colon = ':' variable in class:Maildir
281 suffix = self.colon + message.get_info()
282 if suffix == self.colon:
287 uniq = os.path.basename(tmp_file.name).split(self.colon)[0]
333 if self.colon in dominant_subpath:
334 suffix = self.colon + dominant_subpath.split(self.colon)[-1]
357 if self.colon in name:
358 msg.set_info(name.split(self.colon)[-1])
527 uniq = entry.split(self.colon)[0
    [all...]
  /platform_testing/docs/development/
test-config.md 72 colon: short name for the preparer, and the actual option name offered by the
  /prebuilts/go/darwin-x86/src/cmd/vet/
print.go 40 // index after the colon.
41 if colon := strings.LastIndex(name, ":"); colon > 0 {
42 name = name[:colon]
structtag.go 143 // Scan to colon. A space, a quote or a control character is a syntax error.
  /prebuilts/go/linux-x86/src/cmd/vet/
print.go 40 // index after the colon.
41 if colon := strings.LastIndex(name, ":"); colon > 0 {
42 name = name[:colon]
structtag.go 143 // Scan to colon. A space, a quote or a control character is a syntax error.
  /external/libmicrohttpd/src/microhttpd/
internal.h 220 * the colon.
639 * Position after the colon on the last incomplete header
645 char *colon; member in struct:MHD_Connection
    [all...]

Completed in 1214 milliseconds

1 2 3 4 56 7 8 91011>>