HomeSort by relevance Sort by last modified time
    Searched refs:BCC (Results 1 - 25 of 45) sorted by null

1 2

  /frameworks/base/core/java/com/google/android/mms/pdu/
SendReq.java 92 * Get Bcc value.
97 return mPduHeaders.getEncodedStringValues(PduHeaders.BCC);
101 * Add a "BCC" value.
107 mPduHeaders.appendEncodedStringValue(value, PduHeaders.BCC);
111 * Set "BCC" value.
117 mPduHeaders.setEncodedStringValues(value, PduHeaders.BCC);
PduHeaders.java 29 public static final int BCC = 0x81;
556 * Get TO, CC or BCC header value.
610 * Set TO, CC or BCC header value.
628 case BCC:
658 case BCC:
  /external/libpcap/
atmuni31.h 39 #define BCC 0x02 /* Broadcast signal msg */
tokdefs.h 111 BCC = 337,
215 #define BCC 337
  /external/tcpdump/
atmuni31.h 39 #define BCC 0x02 /* Broadcast signal msg */
print-atm.c 268 case BCC:
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
armVCM4P10_DecodeCoeffsToPair_s.S 34 BCC L1
66 BCC L2
92 BCC L3
96 BCC L3
116 BCC L4
120 BCC L4
159 BCC L5
192 BCC L6
248 BCC L8
omxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.S 72 BCC L0x38
78 BCC L0x38
94 BCC L0x38
omxVCM4P10_FilterDeblockingLuma_VerEdge_I_s.S 103 BCC L0x38
111 BCC L0x38
142 BCC L0x38
  /external/llvm/lib/Target/PowerPC/
PPCBranchSelector.cpp 89 // bCC MBB
106 if (I->getOpcode() != PPC::BCC || I->getOperand(2).isImm()) {
140 // The BCC operands are:
151 BuildMI(MBB, I, dl, TII->get(PPC::BCC))
PPCInstrInfo.cpp 197 } else if (LastInst->getOpcode() == PPC::BCC) {
218 // If the block ends with PPC::B and PPC:BCC, handle it.
219 if (SecondLastInst->getOpcode() == PPC::BCC &&
257 if (I->getOpcode() != PPC::B && I->getOpcode() != PPC::BCC)
267 if (I->getOpcode() != PPC::BCC)
290 BuildMI(&MBB, DL, get(PPC::BCC))
296 BuildMI(&MBB, DL, get(PPC::BCC))
  /external/qemu-pc-bios/
Makefile 21 BCC := bcc
  /external/qemu-pc-bios/vgabios/
Makefile 8 BCC = bcc
45 $(BCC) -o vgabios.s -C-c -D__i86__ -S -0 _vgabios_.c
55 $(BCC) -o vgabios-debug.s -C-c -D__i86__ -S -0 _vgabios-debug_.c
65 $(BCC) -o vgabios-cirrus.s -C-c -D__i86__ -S -0 _vgabios-cirrus_.c
75 $(BCC) -o vgabios-cirrus-debug.s -C-c -D__i86__ -S -0 _vgabios-cirrus-debug_.c
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/
DefaultFieldParser.java 41 setFieldParser(Field.BCC, addressListParser);
Field.java 36 public static final String BCC = "Bcc";
42 public static final String RESENT_BCC = "Resent-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
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.s 258 BCC LoopX
278 BCC LoopX
311 BCC LoopX
omxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s 234 BCC LoopY
314 BCC LoopX
omxVCM4P10_FilterDeblockingLuma_VerEdge_I_s.s 431 BCC LoopX
450 BCC LoopY
526 BCC LoopX
omxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s 314 BCC LoopY
411 BCC LoopX
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.s 240 BCC LoopX
247 BCC LoopX
267 BCC LoopX
omxVCM4P10_FilterDeblockingLuma_VerEdge_I_s.s 363 BCC LoopX
372 BCC LoopX
416 BCC LoopX
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/mail/
Message.java 26 TO, CC, BCC,
  /packages/apps/Email/tests/src/com/android/emailcommon/internet/
MimeMessageTest.java 481 "Bcc:Undisclosed recipients:;\r\n"+
489 assertEquals(0, mm.getRecipients(MimeMessage.RecipientType.BCC).length);
499 "Bcc:Undisclosed recipients;\r\n"+ // no colon at the end
511 assertEquals(0, mm.getRecipients(MimeMessage.RecipientType.BCC).length);
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_mid_hor.s 120 BCC next_y

Completed in 379 milliseconds

1 2