HomeSort by relevance Sort by last modified time
    Searched refs:bcc (Results 51 - 69 of 69) sorted by null

1 23

  /build/core/
user_tags.mk 61 bcc \
  /frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp 14 #define LOG_TAG "bcc"
29 #include <bcc/bcc.h>
30 #include <bcc/bcc_cache.h>
77 namespace bcc { namespace
    [all...]
  /frameworks/compile/libbcc/lib/ExecutionEngine/
MCCacheWriter.cpp 35 namespace bcc { namespace
362 } // namespace bcc
Script.cpp 59 namespace bcc { namespace
244 if (getBooleanProp("debug.bcc.nocache")) {
246 // setting "debug.bcc.nocache". So we will not load the cache file any
387 !getBooleanProp("debug.bcc.nocache")) {
784 } // namespace bcc
Compiler.cpp 86 namespace bcc { namespace
89 // BCC Compiler Static Variables
858 } // namespace bcc
  /frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
CacheWriter.cpp 35 namespace bcc { namespace
427 } // namespace bcc
  /packages/apps/Email/tests/src/com/android/email/
LegacyConversionsTests.java 66 private static final String RECIPIENT_BCC = "recipient-bcc@android.com";
132 private MimeMessage buildTestMessage(String to, String cc, String bcc, String replyTo,
144 if (bcc != null) {
145 Address[] addresses = Address.parse(bcc);
146 message.setRecipients(RecipientType.BCC, addresses);
525 assertEquals(tag, expect.mBcc, Address.pack(actual.getRecipients(RecipientType.BCC)));
  /external/libpcap/
scanner.l 272 bcc return BCC;
  /external/libvpx/vp8/encoder/arm/armv5te/
vp8_packtokens_armv5.asm 282 bcc while_p_lt_stop
vp8_packtokens_mbrow_armv5.asm 304 bcc while_p_lt_stop
vp8_packtokens_partitions_armv5.asm 334 bcc while_p_lt_stop
  /external/mesa3d/src/pixelflinger2/
shader.cpp 25 #include <bcc/bcc.h>
499 // fputs("end of bcc disassembly", stderr);
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageViewFragmentBase.java 931 String bcc = Address.toString(Address.unpack(mMessage.mBcc), SEPARATOR); local
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-armv5te.S     [all...]
InterpAsm-armv5te-vfp.S     [all...]
InterpAsm-armv7-a-neon.S     [all...]
InterpAsm-armv7-a.S     [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 550 milliseconds

1 23