Searched defs:CC (Results 1 - 7 of 7) sorted by relevance

/frameworks/compile/libbcc/runtime/make/platform/
H A Dmulti_arch.mk8 CC := gcc macro
9 CC.m32 := clang
H A Dclang_darwin.mk23 CC := gcc macro
26 override CC := $(subst -arch ,-arch_,$(CC))
27 override CC := $(patsubst -arch_%,,$(CC))
H A Ddarwin_fat.mk15 # appropriate choices for CC and CFLAGS.
40 CC := gcc macro
/frameworks/compile/libbcc/runtime/make/
H A Doptions.mk7 CC := gcc macro
/frameworks/base/core/java/android/net/
H A DMailTo.java41 static private final String CC = "cc"; field in class:MailTo
117 * Retrieve the CC address line from the parsed mailto URL. This could be
119 * If no CC line was specified, then null is return
123 return mHeaders.get(CC);
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
H A DPduHeaders.java30 public static final int CC = 0x82; field in class:PduHeaders
556 * Get TO, CC or BCC header value.
610 * Set TO, CC or BCC header value.
629 case CC:
659 case CC:
/frameworks/opt/telephony/src/java/android/provider/
H A DTelephony.java800 public static final String CC = "cc"; field in interface:Telephony.BaseMmsColumns
1504 * PduHeaders.CC, PduHeaders.FROM, PduHeaders.TO.

Completed in 4190 milliseconds