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

1 2 3 45 6 7 8 91011>>

  /external/srec/srec/Semproc/include/
SR_SemprocDefinitions.h 132 * Colon used in conditional expressions to signify the alternative (false) return value
  /external/webkit/WebCore/platform/android/
KeyEventAndroid.cpp 144 // colon
  /external/opencore/extern_tools_v2/bin/linux/
make 
  /dalvik/vm/
Init.c 364 const char* colon = strchr(value, ':'); local
368 if (colon != NULL) {
370 gDvm.jdwpHost = (char*) malloc(colon - value +1);
371 strncpy(gDvm.jdwpHost, value, colon - value +1);
372 gDvm.jdwpHost[colon-value] = '\0';
373 value = colon + 1;
    [all...]
  /external/icu4c/common/
uniset_props.cpp 60 #define COLON ((UChar)0x003A) /*:*/
72 //static const UChar POSIX_OPEN[] = { SET_OPEN,COLON,0 }; // "[:"
73 static const UChar POSIX_CLOSE[] = { COLON,SET_CLOSE,0 }; // ":]"
92 //static const UChar CATEGORY_CLOSE[] = {COLON, SET_CLOSE, 0x0000}; /* ":]" */
234 return pattern.charAt(pos)==SET_OPEN && pattern.charAt(pos+1)==COLON;
239 return pattern.charAt(pos)==COLON && pattern.charAt(pos+1)==SET_CLOSE;
    [all...]
  /external/icu4c/tools/genrb/
parse.c 70 "':'", /* A colon */
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
FuncDocument.java 179 // latter must have a colon and that colon must occur before any slash
  /external/skia/src/svg/
SkSVGPaintState.cpp 87 // iterate through colon / semi-colon delimited pairs
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/utils/
SystemIDResolver.java 117 * Authors should be aware that a path segment which contains a colon
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
SystemIDResolver.java 110 * Authors should be aware that a path segment which contains a colon
  /external/bison/lib/
error.c 50 name, a colon and a space. Otherwise, error will call this
  /external/bluetooth/glib/docs/reference/gobject/
glib-genmarshal.1 112 \fIPTYPE\fRs right to the colon specify the callback\'s parameter list, except for the first and the last arguments which are always pointers\&.
glib-genmarshal.xml 119 type and the <replaceable>PTYPE</replaceable>s right to the colon specify
  /external/dnsmasq/contrib/wrt/
dhcp_release.c 25 The MAC address is colon separated hex, and is mandatory. It may be
  /external/dropbear/
install-sh 98 # this colon is to work around a 386BSD /bin/sh bug
  /external/elfutils/config/
install-sh 98 # this colon is to work around a 386BSD /bin/sh bug
  /external/expat/conftools/
install-sh 98 # this colon is to work around a 386BSD /bin/sh bug
  /external/expat/lib/
xmltok.h 82 name with a colon.
  /external/icu4c/
install-sh 98 # this colon is to work around a 386BSD /bin/sh bug
  /external/jpeg/
install-sh 98 # this colon is to work around a 386BSD /bin/sh bug
  /external/libpcap/
fad-getad.c 225 * If this entry has a colon followed by a number at
install-sh 98 # this colon is to work around a 386BSD /bin/sh bug
  /external/openssl/crypto/ocsp/
ocsp_lib.c 180 /* Check for initial colon */
  /external/quake/quake/src/WinQuake/
net_bw.cpp 315 char *colon; local
344 colon = Q_strrchr (my_tcpip_address, ':');
345 if (colon)
346 *colon = 0;
net_ipx.cpp 236 char *colon; local
294 colon = Q_strrchr (my_ipx_address, ':');
295 if (colon)
296 *colon = 0;

Completed in 106 milliseconds

1 2 3 45 6 7 8 91011>>