HomeSort by relevance Sort by last modified time
    Searched refs:colon (Results 101 - 125 of 611) sorted by null

1 2 3 45 6 7 8 91011>>

  /ndk/sources/third_party/googletest/googletest/src/
gtest-death-test.cc 1213 const ::std::string::size_type colon = str.find(delimiter, pos); local
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.simpleconfigurator_1.0.400.v20130327-2119.jar 
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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 374 (Previous.is(tok::colon) && Previous.is(TT_ObjCMethodExpr)))) {
471 } else if (PreviousNonComment && PreviousNonComment->is(tok::colon) &&
602 ((NextNonComment->is(tok::colon) &&
648 if (PreviousNonComment && PreviousNonComment->is(tok::colon) &&
656 !Current.isOneOf(tok::colon, tok::comment))
686 (Current.getPreviousNonComment() && Current.isNot(tok::colon) &&
    [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...]
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/
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/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...]
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/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...]
  /external/clang/lib/Parse/
ParseStmtAsm.cpp 696 if (Tok.is(tok::colon) || Tok.is(tok::coloncolon)) {
708 if (AteExtraColon || Tok.is(tok::colon) || Tok.is(tok::coloncolon)) {
727 if (AteExtraColon || Tok.is(tok::colon)) {
Parser.cpp 126 return Tok.is(tok::colon) || Tok.is(tok::comma); // : or , for ;
845 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...]
  /external/llvm/lib/CodeGen/MIRParser/
MIParser.cpp 283 case MIToken::colon:
350 if (expectAndConsume(MIToken::colon))
422 if (expectAndConsume(MIToken::colon))
441 if (expectAndConsume(MIToken::colon))
477 consumeIfPresent(MIToken::colon);
854 assert(Token.is(MIToken::colon));
931 if (Token.is(MIToken::colon)) {
    [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp 384 case tgtok::colon:
    [all...]
  /ndk/build/core/
definitions.mk     [all...]

Completed in 631 milliseconds

1 2 3 45 6 7 8 91011>>