HomeSort by relevance Sort by last modified time
    Searched refs:colon (Results 76 - 100 of 866) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/libunwind/src/
os-linux.h 209 char perm[16], dash = 0, colon = 0, *cp; local
272 cp = scan_char (cp, &colon);
279 if (dash != '-' || colon != ':')
  /libcore/ojluni/src/main/java/java/io/
UnixFileSystem.java 37 private final char colon; field in class:UnixFileSystem
43 colon = AccessController.doPrivileged(
57 return colon;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
AttributeInfo.java 255 int colon = url.lastIndexOf(':', typeEnd); local
256 if (colon != -1) {
257 typeBegin = colon + 1;
264 // Also validate that the prefix before the colon is either
  /external/boringssl/src/crypto/bio/
connect.c 139 const char *colon = strchr(name, ':'); local
140 if (colon == NULL || strchr(colon + 1, ':') != NULL) { // IPv6 address
145 host_len = colon - name;
146 port = colon + 1;
  /external/valgrind/coregrind/
launcher-linux.c 90 const char *colon; local
105 if ((colon = strchr(path, ':')) == NULL)
112 strncpy(fullname, path, colon - path);
113 fullname[colon - path] = '\0';
114 path = colon + 1;
  /external/clang/lib/Parse/
ParseOpenMP.cpp 184 P.SkipUntil(tok::colon, tok::r_paren, tok::annot_pragma_openmp_end,
219 bool IsCorrect = !ExpectAndConsume(tok::colon);
226 if (Tok.is(tok::colon) || Tok.is(tok::annot_pragma_openmp_end)) {
248 SkipUntil(tok::comma, tok::colon, tok::annot_pragma_openmp_end,
252 if (Tok.is(tok::colon) || Tok.is(tok::annot_pragma_openmp_end))
274 if (ExpectAndConsume(tok::colon))
    [all...]
ParseStmt.cpp 182 if (Next.is(tok::colon)) { // C99 6.8.1: labeled-statement
413 if (Tok.is(tok::colon) && getCurScope()->isSwitchScope() &&
415 // If a constant expression is followed by a colon inside a switch block,
571 assert(Tok.is(tok::colon) && "Not a label!");
686 // current case statement (moving to the colon that ends it).
687 if (SkipUntil(tok::colon, tok::r_brace, StopAtSemi | StopBeforeMatch)) {
688 TryConsumeToken(tok::colon, ColonLoc);
705 if (SkipUntil(tok::colon, tok::r_brace, StopAtSemi | StopBeforeMatch)) {
706 TryConsumeToken(tok::colon, ColonLoc);
715 if (TryConsumeToken(tok::colon, ColonLoc))
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDocumentImpl.java 482 int colon=qName.indexOf(':'); local
483 if(colon>0)
484 prefix=qName.substring(0,colon);
503 colon=qName.indexOf(':');
504 if(colon>0)
506 prefix=qName.substring(0,colon);
531 colon=qName.indexOf(':');
532 if(colon>0)
534 prefix=qName.substring(0,colon);
535 localName=qName.substring(colon+1)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
XMLChar.java 652 final int colon = str.indexOf(':'); local
654 if (colon == 0 || colon == str.length() - 1) {
658 if (colon > 0) {
659 final String prefix = str.substring(0,colon);
660 final String localPart = str.substring(colon+1);
  /external/python/cpython3/Lib/
ntpath.py 63 # volume), or if a pathname after the volume-letter-and-colon or UNC-resource
79 colon = b':'
83 colon = ':'
110 result_drive and result_drive[-1:] != colon):
119 # colon) and the path specification.
131 up to and including the colon. e.g. splitdrive("c:/dir") returns ("c:", "/dir")
145 colon = b':'
149 colon = ':'
167 if normp[1:2] == colon:
  /external/tensorflow/tensorflow/core/framework/
op_gen_lib.cc 96 // in multi_line_fields? Sets *colon_pos to the position of the colon.
118 // Has a matching field name, so look for "..." after the colon.
178 // Given a single line of text `line` with first : at `colon`, determine if
179 // there is an "<<END" expression after the colon and if so return true and set
181 static bool FindMultiline(StringPiece line, size_t colon, string* end) {
182 if (colon == StringPiece::npos) return false;
183 line.remove_prefix(colon + 1);
207 auto colon = line.find(':'); local
208 if (!FindMultiline(line, colon, &end)) {
222 // Output everything up to the colon (" something:")
    [all...]
  /prebuilts/go/darwin-x86/src/os/user/
lookup_unix.go 23 var colon = []byte{':'} var
61 if !bytes.Contains(line, substr) || bytes.Count(line, colon) < 3 {
108 if !bytes.Contains(line, substr) || bytes.Count(line, colon) < 6 {
  /prebuilts/go/linux-x86/src/os/user/
lookup_unix.go 23 var colon = []byte{':'} var
61 if !bytes.Contains(line, substr) || bytes.Count(line, colon) < 3 {
108 if !bytes.Contains(line, substr) || bytes.Count(line, colon) < 6 {
  /external/webrtc/webrtc/base/
win32.cc 229 const char* colon = rtc::strchr(addrstart, "::"); local
230 if (colon) {
240 addrstart = colon + 1;
  /external/llvm/lib/TableGen/
TGLexer.h 40 colon, semi, // : ; enumerator in enum:llvm::tgtok::TokKind
  /external/clang/lib/Lex/
TokenConcatenation.cpp 85 TokenInfo[tok::colon ] |= aci_custom_firstchar;
279 case tok::colon: // ::, :>
  /external/clang/test/Analysis/
ptr-arith.c 30 const char *colon = memchr (domain_b, ':', domain_e - domain_b); local
32 for (p = colon + 1; p < domain_e ; p++)
  /external/icu/tools/srcgen/currysrc/
Android.mk 25 prebuilt_target_names := $(foreach j,$(prebuilt_jar_mapping),$(call word-colon,1,$(j)))
  /external/oj-libjdwp/src/share/transport/socket/
socketTransport.c 194 char *colon; local
200 colon = strchr(address, ':');
201 if (colon == NULL) {
216 buf[colon - address] = '\0';
218 port = atoi(colon + 1);
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
rulegen.go 478 colon := strings.Index(arg, ":")
480 if colon >= 0 && openparen >= 0 && colon < openparen {
482 argname = arg[:colon]
483 arg = arg[colon+1:]
820 colon := strings.Index(m, ":")
821 if colon >= 0 && isVariable(m[:colon]) {
822 prefix = m[:colon+1]
823 m = m[colon+1:
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
rulegen.go 478 colon := strings.Index(arg, ":")
480 if colon >= 0 && openparen >= 0 && colon < openparen {
482 argname = arg[:colon]
483 arg = arg[colon+1:]
820 colon := strings.Index(m, ":")
821 if colon >= 0 && isVariable(m[:colon]) {
822 prefix = m[:colon+1]
823 m = m[colon+1:
    [all...]
  /external/clang/lib/Format/
UnwrappedLineParser.cpp 336 PrevTok->is(tok::colon))
368 NextTok->isOneOf(tok::comma, tok::period, tok::colon,
658 // Colon is used in labels, base class lists, initializer lists,
661 Tok.isNot(tok::colon) &&
906 if (FormatTok->is(tok::colon)) {
    [all...]
  /external/libmicrohttpd/src/microhttpd/
connection.c 844 size += strlen (pos->header) + strlen (pos->value) + 4; /* colon, space, linefeeds */
1777 char *colon; local
    [all...]
  /external/iptables/iptables/
xtables-eb.c 500 char *colon = strchr(argv, ':'), *buffer; local
502 if (colon) {
503 *colon = '\0';
504 if (*(colon + 1) == '\0')
507 *rule_nr_end = strtol(colon + 1, &buffer, 10);
512 if (colon == argv)
519 if (!colon)
    [all...]
  /prebuilts/go/darwin-x86/src/net/url/
url.go 525 // in which case the first path segment cannot contain a colon (":") character.
526 colon := strings.Index(rest, ":")
528 if colon >= 0 && (slash < 0 || colon < slash) {
529 // First path segment has colon. Not allowed in relative URL.
530 return nil, errors.New("first path segment in URL cannot contain colon")
767 // A path segment that contains a colon character (e.g., "this:that")
1029 // Port returns the port part of u.Host, without the leading colon.
1036 colon := strings.IndexByte(hostport, ':')
1037 if colon == -1
    [all...]

Completed in 882 milliseconds

1 2 34 5 6 7 8 91011>>