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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/docs/html/guide/topics/manifest/
application-element.jd 223 If the name assigned to this attribute begins with a colon (':'), a new
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
convolve.cpp 51 Description: Deleted semi-colon in the Pointers modified section.
  /packages/apps/Email/src/org/apache/commons/io/
FileSystemUtils.java 211 * @param path the path to get free space for, including the colon
  /packages/apps/Email/tests/src/com/android/email/mail/internet/
MimeMessageTest.java 493 "Bcc:Undisclosed recipients;\r\n"+ // no colon at the end
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadThread.java     [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/man/man1/
arm-eabi-dlltool.1 279 separated by comma or colon characters. The symbol names should not
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/man/man1/
arm-eabi-dlltool.1 279 separated by comma or colon characters. The symbol names should not
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/man/man1/
arm-eabi-dlltool.1 279 separated by comma or colon characters. The symbol names should not
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/man/man1/
arm-eabi-dlltool.1 279 separated by comma or colon characters. The symbol names should not
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/man/man1/
arm-eabi-dlltool.1 279 separated by comma or colon characters. The symbol names should not
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
system.h 516 /* By default, colon separates directories in a path. */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/man/man1/
arm-eabi-dlltool.1 279 separated by comma or colon characters. The symbol names should not
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/man/man1/
i686-unknown-linux-gnu-dlltool.1 279 separated by comma or colon characters. The symbol names should not
  /system/core/liblog/
fake_log_device.c 170 * The tag (or '*' for the global level) comes first, followed by a colon
  /external/icu4c/data/unidata/
DerivedBidiClass.txt 63 02D0..02D1 ; L # Lm [2] MODIFIER LETTER TRIANGULAR COLON..MODIFIER LETTER HALF TRIANGULAR COLON
    [all...]
UnicodeData.txt 59 003A;COLON;Po;0;CS;;;;;N;;;;;
    [all...]
  /packages/apps/Browser/src/com/android/browser/
BrowserActivity.java 718 int colon = inUrl.indexOf(':'); local
720 for (int index = 0; index < colon; index++) {
726 if (index == colon - 1 && !allLower) {
727 inUrl = inUrl.substring(0, colon).toLowerCase()
728 + inUrl.substring(colon);
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/info/
as.info     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/info/
as.info     [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/info/
as.info     [all...]
  /external/iproute2/doc/
ip-cref.tex 365 The number before each colon is an {\em interface index\/} or {\em ifindex\/}.
613 with the device name followed by colon.
    [all...]
  /build/core/
Makefile 20 $(eval _src := $(call word-colon,1,$(cf))) \
21 $(eval _dest := $(call word-colon,2,$(cf))) \
    [all...]
  /external/gtest/include/gtest/
gtest.h 385 // A filter is a colon-separated list of glob (not regex) patterns,
386 // optionally followed by a '-' and a colon-separated list of
    [all...]
  /external/icu4c/i18n/
nfrule.cpp 225 // separated by a colon. The rule descriptor is optional. If
595 // a colon.
    [all...]
  /external/qemu/
qemu-char-android.c 671 * a colon. */
676 endptr++; // skip colon
    [all...]

Completed in 253 milliseconds

1 2 3 4 5 6 7 8 91011>>