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

1 2 3 4 5 67 8 91011>>

  /prebuilts/gdb/linux-x86/lib/python2.7/
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/python/darwin-x86/2.7.5/lib/python2.7/
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/python/linux-x86/2.7.5/lib/python2.7/
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/clang/lib/Parse/
ParseStmtAsm.cpp 741 if (Tok.is(tok::colon) || Tok.is(tok::coloncolon)) {
753 if (AteExtraColon || Tok.is(tok::colon) || Tok.is(tok::coloncolon)) {
772 if (AteExtraColon || Tok.is(tok::colon)) {
Parser.cpp 126 return Tok.is(tok::colon) || Tok.is(tok::comma); // : or , for ;
852 return Tok.is(tok::colon) || // X() : Base() {} (used for ctors)
    [all...]
ParseExprCXX.cpp 87 if (!SecondToken.is(tok::colon) || !areTokensAdjacent(Next, SecondToken))
103 /// \brief Emits an error for a left parentheses after a double colon.
433 if (Next.is(tok::colon) && !ColonIsSacred) {
438 // If the token after the colon isn't an identifier, it's still an
477 ColonColon.setKind(tok::colon);
490 assert(Tok.isOneOf(tok::coloncolon, tok::colon) &&
505 ColonColon.setKind(tok::colon);
    [all...]
ParseDecl.cpp     [all...]
  /external/openssh/
scp.c 529 if ((targ = colon(argv[argc - 1]))) /* Dest is remote host. */
618 src = colon(argv[i]);
716 if (!(src = colon(argv[i]))) { /* Local to local. */
  /external/swiftshader/third_party/LLVM/lib/TableGen/
TGParser.cpp     [all...]
  /prebuilts/go/darwin-x86/src/go/printer/testdata/
parser.go 436 case token.COLON:
442 // followed by a colon, we have a syntax error; there is no need
1033 if p.tok != token.COLON {
1036 if p.tok == token.COLON {
1089 if p.tok == token.COLON {
1090 colon := p.pos
1092 return &ast.KeyValueExpr{x, colon, p.parseElement(false)}
    [all...]
  /prebuilts/go/linux-x86/src/go/printer/testdata/
parser.go 436 case token.COLON:
442 // followed by a colon, we have a syntax error; there is no need
1033 if p.tok != token.COLON {
1036 if p.tok == token.COLON {
1089 if p.tok == token.COLON {
1090 colon := p.pos
1092 return &ast.KeyValueExpr{x, colon, p.parseElement(false)}
    [all...]
  /external/googletest/googletest/src/
gtest.cc 229 "A colon-separated list of glob (not regex) patterns "
242 "by a colon and an output file name or directory. A directory "
418 const char* const colon = strchr(gtest_output_flag, ':'); local
419 return (colon == NULL) ?
421 std::string(gtest_output_flag, colon - gtest_output_flag);
431 const char* const colon = strchr(gtest_output_flag, ':'); local
432 if (colon == NULL)
438 internal::FilePath output_name(colon + 1);
446 internal::FilePath(colon + 1));
524 // A filter is a colon-separated list of patterns. It matches
924 const ::std::string::size_type colon = str.find(delimiter, pos); local
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest.cc 229 "A colon-separated list of glob (not regex) patterns "
242 "by a colon and an output file name or directory. A directory "
418 const char* const colon = strchr(gtest_output_flag, ':'); local
419 return (colon == NULL) ?
421 std::string(gtest_output_flag, colon - gtest_output_flag);
431 const char* const colon = strchr(gtest_output_flag, ':'); local
432 if (colon == NULL)
438 internal::FilePath output_name(colon + 1);
446 internal::FilePath(colon + 1));
524 // A filter is a colon-separated list of patterns. It matches
927 const ::std::string::size_type colon = str.find(delimiter, pos); local
    [all...]
  /external/v8/testing/gtest/src/
gtest.cc 229 "A colon-separated list of glob (not regex) patterns "
242 "by a colon and an output file name or directory. A directory "
418 const char* const colon = strchr(gtest_output_flag, ':'); local
419 return (colon == NULL) ?
421 std::string(gtest_output_flag, colon - gtest_output_flag);
431 const char* const colon = strchr(gtest_output_flag, ':'); local
432 if (colon == NULL)
438 internal::FilePath output_name(colon + 1);
446 internal::FilePath(colon + 1));
524 // A filter is a colon-separated list of patterns. It matches
927 const ::std::string::size_type colon = str.find(delimiter, pos); local
    [all...]
  /external/llvm/lib/CodeGen/MIRParser/
MIParser.cpp 293 case MIToken::colon:
360 if (expectAndConsume(MIToken::colon))
432 if (expectAndConsume(MIToken::colon))
451 if (expectAndConsume(MIToken::colon))
487 consumeIfPresent(MIToken::colon);
874 assert(Token.is(MIToken::colon));
962 if (Token.is(MIToken::colon)) {
    [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp 379 case tgtok::colon:
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-mmix.c 147 /* Should read insert a colon on something that starts in column 0 on
877 colon (fb_label_name (current_fb_label, 1));
880 colon (pending_label);
1013 colon (pending_label);
1064 colon (fb_label_name (current_fb_label, 0));
    [all...]
tc-m68k.c     [all...]
  /prebuilts/go/darwin-x86/src/fmt/
scan_test.go 1124 t.Errorf("colon: got count, err = %d, %v; expected 1, nil", n, err)
1126 check("colon", a)
    [all...]
  /prebuilts/go/linux-x86/src/fmt/
scan_test.go 1124 t.Errorf("colon: got count, err = %d, %v; expected 1, nil", n, err)
1126 check("colon", a)
    [all...]
  /external/valgrind/coregrind/
m_main.c 486 HChar* colon = arg; local
489 // Look for a colon in the option name.
490 while (*colon && *colon != ':' && *colon != '=')
491 colon++;
496 if (*colon == ':') {
    [all...]
  /frameworks/base/services/core/java/com/android/server/wallpaper/
WallpaperManagerService.java 2649 int colon = resName.indexOf(':'); local
    [all...]
  /prebuilts/go/darwin-x86/src/go/parser/
parser.go 587 case token.COLON:
593 // followed by a colon, we have a syntax error; there is no need
1211 if p.tok != token.COLON {
1215 for p.tok == token.COLON && ncolons < len(colons) {
1219 if p.tok != token.COLON && p.tok != token.RBRACK && p.tok != token.EOF {
    [all...]
  /prebuilts/go/linux-x86/src/go/parser/
parser.go 587 case token.COLON:
593 // followed by a colon, we have a syntax error; there is no need
1211 if p.tok != token.COLON {
1215 for p.tok == token.COLON && ncolons < len(colons) {
1219 if p.tok != token.COLON && p.tok != token.RBRACK && p.tok != token.EOF {
    [all...]
  /external/strace/
strace.c 1365 const char *colon = strchr(path, ':'); local
    [all...]

Completed in 1467 milliseconds

1 2 3 4 5 67 8 91011>>