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

12 3 4 5 6 7 8 91011>>

  /cts/tools/dasm/src/java_cup/
sym.java 19 static final int COLON = 17;
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
output_text.properties 36 # Note that the colon after the protocol needs to be escaped.
output_html.properties 39 # Note that the colon after the protocol needs to be escaped.
output_unknown.properties 43 # Note that the colon after the protocol needs to be escaped.
output_xml.properties 42 # Note that the colon after the protocol needs to be escaped.
  /external/dropbear/
scpmisc.h 25 char *colon(char *);
scpmisc.c 116 colon(char *cp) function
120 if (*cp == ':') /* Leading colon is part of file name. */
  /external/icu4c/i18n/
dtitv_impl.h 28 #define COLON ((UChar)0x003A)
  /external/iproute2/misc/
lnstat_util.c 299 const char *colon = strchr(name, ':'); local
303 if (colon) {
304 file = strndup(name, colon-name);
305 field = colon+1;
  /system/core/libcutils/
cpu_info.c 52 // skip colon and whitespace
  /dalvik/libcore/dalvik/src/main/java/dalvik/system/
TouchDex.java 41 * @param dexFiles a colon-separated list of DEX files.
53 * @param dexFiles Colon-separated list of DEX files.
59 * The entry point for the child process. args[0] can be a colon-separated
  /frameworks/base/tests/CoreTests/android/core/
URLTest.java 106 int colon = header.indexOf(":"); local
107 String key = header.substring(0, colon);
108 String value = header.substring(colon + 1).trim();
  /external/webkit/WebCore/plugins/
PluginView.cpp 1195 const char* colon; local
    [all...]
  /frameworks/base/media/libstagefright/
HTTPDataSource.cpp 170 char *colon = strchr(host.c_str(), ':'); local
171 if (colon == NULL) {
175 long tmp = strtol(colon + 1, &end, 10);
176 CHECK(end > colon + 1);
180 host = string(host, 0, colon - host.c_str());
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
XML11Char.java 415 final int colon = str.indexOf(':'); local
417 if (colon == 0 || colon == str.length() - 1) {
421 if (colon > 0) {
422 final String prefix = str.substring(0,colon);
423 final String localPart = str.substring(colon+1);
  /build/core/
distdir.mk 50 # the text following the colon is the name that the file is copied
  /device/sample/sdk_addon/
manifest.ini 21 # list of libraries, separated by a semi-colon.
  /external/bison/lib/
error.h 51 name, a colon and a space. Otherwise, error will call this
  /external/icu4c/tools/genrb/
read.c 31 #define COLON 0x003A
94 case COLON:
273 || c == COLON) {
308 if (c == OPENBRACE || c == CLOSEBRACE || c == COMMA || c == COLON) {
  /external/oprofile/libop/
op_events.c 354 char const * colon; local
357 end = colon = c;
360 colon = strchr(colon, ':');
362 if (!colon) {
368 if (colon >= end)
371 tag_len = colon - c;
372 val_len = end - (colon + 1);
383 *value = op_xstrndup(colon + 1, val_len);
  /cts/tools/vm-tests/
Android.mk 59 colon:= : macro
74 $(hide) java -cp $(subst $(space),$(colon),$^):$(HOST_JDK_TOOLS_JAR) util.build.BuildDalvikSuite $(PRIVATE_SRC_FOLDER) $(PRIVATE_INTERMEDIATES) $<:$(PRIVATE_LIB_FOLDER)/junit.jar $(PRIVATE_INTERMEDIATES_MAIN_FILES) $(BUILD_UTIL_INTERMEDIATES_CLASSES) $(PRIVATE_INTERMEDIATES_HOSTJUNIT_FILES) $$RUN_VM_TESTS_RTO
  /external/icu4c/test/cintltst/
ccurrtst.c 60 { 0x20A1, 0x0000}, /*20A1; L; [14 4A, 03, 03] # [0835.0020.0002] # COLON SIGN*/
84 { 0x20a1, 0x0000}, /* colon*/
  /external/ipsec-tools/src/libipsec/
policy_token.l 77 colon \:
140 unique{colon}{decstring} {
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Exceptions/
15.11.1.1.js 94 * with possible whitespace on each side of the colon sign.
96 * We allow for no colon in case err.message was not provided by the user.
regress-181654.js 112 * with possible whitespace on each side of the colon sign.
114 * We allow for no colon in case err.message was not provided by the user.

Completed in 50 milliseconds

12 3 4 5 6 7 8 91011>>