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

12 3

  /frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
CacheReader.h 33 namespace bcc { namespace
102 } // namespace bcc
ContextManager.cpp 32 namespace bcc { namespace
65 LOGI("Allocate bcc context. addr=%p\n", result);
89 LOGI("Allocate bcc context. addr=%p\n", result);
100 LOGE("Invalid file descriptor for bcc context image\n");
107 LOGE("BCC context image offset is not aligned to page size\n");
113 LOGE("Suggested address is not a bcc context slot address\n");
119 LOGW("Suggested bcc context slot has been occupied.\n");
139 LOGI("Allocate bcc context. addr=%p\n", addr);
152 LOGI("Deallocate bcc context. addr=%p\n", addr);
197 } // namespace bcc
    [all...]
CacheReader.cpp 24 #include <bcc/bcc_cache.h>
43 namespace bcc { namespace
453 } // namespace bcc
  /frameworks/compile/libbcc/lib/ExecutionEngine/
Runtime.c 19 #include <bcc/bcc_assert.h>
Sha1Helper.cpp 30 namespace bcc { namespace
95 } // namespace bcc
MCCacheReader.h 33 namespace bcc { namespace
115 } // namespace bcc
FileHandle.cpp 30 namespace bcc { namespace
181 } // namespace bcc
ScriptCompiled.cpp 25 namespace bcc { namespace
29 // Deallocate the BCC context
157 } // namespace bcc
MCCacheReader.cpp 24 #include <bcc/bcc_mccache.h>
44 namespace bcc { namespace
457 } // namespace bcc
  /frameworks/compile/libbcc/
libbcc-gen-build-stamp.mk 43 $(LIBBCC_ROOT_PATH)/lib/ExecutionEngine/bcc.cpp
Android.mk 74 LOCAL_SRC_FILES := lib/ExecutionEngine/bcc.cpp
168 LOCAL_SRC_FILES := lib/ExecutionEngine/bcc.cpp
  /dalvik/vm/mterp/armv5te/
OP_AGET_WIDE.S 19 bcc .L${opcode}_finish @ okay, continue below
OP_APUT_WIDE.S 20 bcc .L${opcode}_finish @ okay, continue below
  /external/openssl/crypto/des/
makefile.bc 5 CC = bcc
  /frameworks/compile/libbcc/lib/CodeGen/
CodeMemoryManager.cpp 14 #define LOG_TAG "bcc"
15 #include <bcc/bcc_assert.h>
33 namespace bcc { namespace
257 } // namespace bcc
  /frameworks/compile/libbcc/tests/
main.cpp 40 #include <bcc/bcc.h>
197 fprintf(stderr, "bcc: FAILS to read bitcode");
205 fprintf(stderr, "bcc: FAILS to prepare executable.\n");
  /frameworks/compile/libbcc/lib/Disassembler/
Disassembler.cpp 67 namespace bcc { namespace
143 } // namespace bcc
  /packages/apps/Email/src/com/android/email/mail/transport/
SmtpSender.java 202 Address[] bcc = Address.unpack(message.mBcc); local
212 for (Address address : bcc) {
220 false /* do not send BCC */);
  /external/pcre/
makevp.bat 1 :: AH 20-12-06 modified for new PCRE-7.0 and VP/BCC
22 SET BORLAND=f:\bcc
23 REM location of the TASM binaries, if compiling with the -B BCC switch
  /external/stlport/
configure 62 bcc Borland's compilers
235 gcc|icc|aCC|CC|bcc|dmc)
  /packages/apps/Email/tests/src/com/android/email/activity/
MessageComposeTests.java 74 private static final String RECIPIENT_BCC = "recipient-bcc@android.com";
97 "\"\u30A2\u30AB,\u30B5\u30BF\u30CA\" <recipient-bcc@android.com>";
110 "\"\uD834\uDF22,\uD834\uDF01\uD834\uDF46\" <recipient-bcc@android.com>";
159 mBccView = (MultiAutoCompleteTextView) a.findViewById(R.id.bcc);
437 * TODO check CC and BCC handling too
471 * TODO check CC and BCC handling too
507 * TODO check CC and BCC handling too
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageCompose.java 106 * C: add cc/bcc
213 * Watches the to, cc, bcc, subject, and message body fields.
534 * Bcc field,
694 mBccView = (MultiAutoCompleteTextView) bccParent.findViewById(R.id.bcc);
698 mBccView = UiUtilities.getView(this, R.id.bcc);
753 setFocusShifter(R.id.bcc_label, R.id.bcc);
876 Address[] bcc = Address.unpack(message.mBcc); local
2117 List<String> bcc = uri.getQueryParameters("bcc"); local
    [all...]
  /bionic/libc/arch-arm/bionic/
memcpy.S 72 1: bcc 2f
126 bcc 1f
  /frameworks/base/libs/rs/driver/
rsdCore.cpp 39 #include <bcc/bcc.h>
  /packages/apps/Email/src/com/android/email/
LegacyConversions.java 83 Address[] bcc = message.getRecipients(Message.RecipientType.BCC); local
139 localMessage.mBcc = Address.pack(bcc);
347 message.setRecipients(RecipientType.BCC, Address.unpack(localMessage.mBcc));

Completed in 3502 milliseconds

12 3