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

1 2 3 4 56 7 8 91011>>

  /external/strace/
install-sh 98 # this colon is to work around a 386BSD /bin/sh bug
  /external/tcpdump/
install-sh 98 # this colon is to work around a 386BSD /bin/sh bug
  /external/v8/src/
token.h 61 T(COLON, ":", 0) \
  /external/webkit/WebKit/mac/Misc/
WebNSURLExtras.mm     [all...]
  /frameworks/base/obex/javax/obex/
ObexSession.java 165 // Insert colon between challenge and password
  /external/icu4c/i18n/
plurrule.cpp 48 static const UChar PLURAL_DEFAULT_RULE[]={LOW_O,LOW_T,LOW_H,LOW_E,LOW_R,COLON,SPACE,LOW_N,0};
504 result[len++]=COLON;
1073 case COLON:
timezone.cpp 96 #define COLON 0x003A
    [all...]
  /dalvik/libcore/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...]
  /system/core/sh/
sh.1 978 In the parameter expansions shown previously, use of the colon in the
980 of the colon results in a test for a parameter that is only unset.
    [all...]
  /dalvik/libcore/luni/src/main/java/java/net/
URL.java 215 // The spec includes a protocol if it includes a colon character
303 // -1 or the index of the colon after the protocol, so we
305 // after the colon.
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/res/
XPATHErrorResources.java 83 * colon (a "no-colon name").
676 // consists of an NCName followed by a colon and an asterisk or that consists
    [all...]
  /external/dropbear/
scp.c 426 if ((targ = colon(argv[argc - 1]))) /* Dest is remote host. */
485 src = colon(argv[i]);
550 if (!(src = colon(argv[i]))) { /* Local to local. */
  /external/icu4c/data/unidata/
BidiMirroring.txt 75 2254; 2255 # COLON EQUALS
76 2255; 2254 # EQUALS COLON
543 # 2A74; DOUBLE COLON EQUAL
  /bionic/libc/kernel/tools/
utils.py 137 E("misplaced colon in '%s'" % line)
  /bootable/recovery/
roots.c 67 /* Find the first colon.
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/processor/
StylesheetHandler.java 770 int colon=target.indexOf(':'); local
771 if(colon>=0)
773 ns=getNamespaceForPrefix(prefix=target.substring(0,colon));
774 localName=target.substring(colon+1);
    [all...]
  /external/bluetooth/glib/docs/reference/gio/
overview.xml 211 paths separated by a colon, GIO will attempt to load
  /external/freetype/src/sfnt/
ttpost.c 78 "six", "seven", "eight", "nine", "colon",
  /external/gtest/src/
gtest-death-test.cc 1187 const ::std::string::size_type colon = str.find(delimiter, pos); local
    [all...]
  /external/icu4c/samples/layout/
readme.html 99 entry contains a script name followed by a colon, and then a font name.</p>
  /external/iproute2/man/man8/
tc.8 236 IDs consist of a major number and a minor number, separated by a colon.
  /external/jpeg/
rdswitch.c 163 * optionally followed by a colon ':' and four progressive-JPEG parameters.
  /external/libpcap/
fad-glifc.c 322 * If this entry has a colon followed by a number at
  /external/openssl/crypto/x509/
by_dir.c 317 add a colon. We really should use better
  /external/qemu/android/skin/
keyset.c 112 _KEYSYM1_(COLON) \

Completed in 456 milliseconds

1 2 3 4 56 7 8 91011>>