HomeSort by relevance Sort by last modified time
    Searched refs:bcc (Results 101 - 125 of 129) sorted by null

1 2 3 45 6

  /bionic/libc/arch-arm/cortex-a9/bionic/
strcat.S 232 bcc strcpy_align_to_64
528 bcc strcat_align_to_64
strcpy.S 170 bcc strcpy_align_to_64
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 17 #include "bcc/Assert.h"
18 #include "bcc/Renderscript/RSTransforms.h"
35 #include "bcc/Config/Config.h"
36 #include "bcc/Renderscript/RSInfo.h"
37 #include "bcc/Support/Log.h"
41 using namespace bcc;
717 namespace bcc { namespace
725 } // end namespace bcc
RSCompilerDriver.cpp 17 #include "bcc/Renderscript/RSCompilerDriver.h"
26 #include "bcc/Compiler.h"
27 #include "bcc/Renderscript/RSExecutable.h"
28 #include "bcc/Renderscript/RSScript.h"
29 #include "bcc/Support/CompilerConfig.h"
30 #include "bcc/Support/TargetCompilerConfigs.h"
31 #include "bcc/Source.h"
32 #include "bcc/Support/FileMutex.h"
33 #include "bcc/Support/Log.h"
34 #include "bcc/Support/InputFile.h
    [all...]
RSInfoExtractor.cpp 20 #include "bcc/Renderscript/RSInfo.h"
26 #include "bcc/Source.h"
27 #include "bcc/Support/Log.h"
29 using namespace bcc;
RSInfoReader.cpp 21 #include "bcc/Renderscript/RSInfo.h"
27 #include "bcc/Support/Log.h"
28 #include "bcc/Support/InputFile.h"
30 using namespace bcc;
RSInfo.cpp 18 #include "bcc/Renderscript/RSInfo.h"
28 #include "bcc/Support/FileBase.h"
29 #include "bcc/Support/Log.h"
35 using namespace bcc;
  /packages/apps/Email/src/com/android/email/
LegacyConversions.java 84 Address[] bcc = message.getRecipients(Message.RecipientType.BCC); local
140 localMessage.mBcc = Address.pack(bcc);
352 message.setRecipients(RecipientType.BCC, Address.unpack(localMessage.mBcc));
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Message.java 96 * @see UIProvider.MessageColumns#BCC
375 com.android.emailcommon.mail.Message.RecipientType.BCC)));
465 public synchronized void setBcc(final String bcc) {
466 mBcc = bcc;
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageHeaderView.java 796 String[] to, String[] cc, String[] bcc, Map<String, Address> addressCache,
804 builder.append(bcc, R.string.bcc_heading);
    [all...]
  /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)));
  /bionic/libc/arch-arm/cortex-a15/bionic/
strcpy.S 108 bcc strcpy_align_to_64
  /ndk/build/tools/
build-llvm.sh 349 rm -rf $TOOLCHAIN_BUILD_PREFIX/bin/ld.bcc*
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeActivity.java 162 private static final String EXTRA_BCC = "bcc";
1485 List<String> bcc = uri.getQueryParameters("bcc"); local
    [all...]
  /external/libpcap/
scanner.l 272 bcc return BCC;
  /external/pixman/pixman/
pixman-arm-simd-asm.h 254 PF bcc, 81f variable
323 bcc 100f
  /frameworks/rs/cpu_ref/
rsCpuCore.cpp 68 , bcc::RSLinkRuntimeCallback pLinkRuntimeCallback,
  /external/libvpx/libvpx/vp8/encoder/arm/armv5te/
vp8_packtokens_armv5.asm 308 bcc while_p_lt_stop
vp8_packtokens_mbrow_armv5.asm 329 bcc while_p_lt_stop
vp8_packtokens_partitions_armv5.asm 358 bcc while_p_lt_stop
  /external/mksh/src/
Build.sh 834 ct="bcc"
910 bcc)
1120 elif test $ct = bcc; then
1247 elif test $ct = bcc; then
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-armv5te.S     [all...]
InterpAsm-armv5te-vfp.S     [all...]
InterpAsm-armv7-a-neon.S     [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]

Completed in 6006 milliseconds

1 2 3 45 6