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

1 23

  /external/mesa3d/src/pixelflinger2/
pixelflinger2.h 65 namespace bcc namespace
91 bcc::BCCContext * bccCtx;
  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSInfo.h 24 #include "bcc/Renderscript/RSScript.h"
25 #include "bcc/Support/Log.h"
26 #include "bcc/Support/Sha1Util.h"
31 namespace bcc { namespace
258 } // end namespace bcc
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 17 #include "bcc/Assert.h"
18 #include "bcc/Renderscript/RSTransforms.h"
32 #include "bcc/Config/Config.h"
33 #include "bcc/Renderscript/RSInfo.h"
34 #include "bcc/Support/Log.h"
36 using namespace bcc;
646 namespace bcc { namespace
654 } // end namespace bcc
  /external/regex-re2/re2/
regexp.cc 358 CharClass* bcc = b->cc(); local
359 return acc->size() == bcc->size() &&
360 acc->end() - acc->begin() == bcc->end() - bcc->begin() &&
361 memcmp(acc->begin(), bcc->begin(),
  /external/tcpdump/
print-smb.c 175 u_int bcc; local
227 bcc = EXTRACT_LE_16BITS(dat);
228 printf("smb_bcc=%u\n", bcc);
338 u_int bcc; local
370 bcc = EXTRACT_LE_16BITS(data1);
371 printf("smb_bcc=%u\n", bcc);
372 if (bcc > 0) {
400 u_int wct, bcc; local
423 bcc = EXTRACT_LE_16BITS(data);
424 printf("smb_bcc=%u\n", bcc);
441 u_int wct, bcc; local
485 u_int wct, bcc; local
843 u_int bcc; local
    [all...]
  /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));
  /packages/apps/Email/src/com/android/email/activity/
MessageCompose.java 104 * C: add cc/bcc
211 * Watches the to, cc, bcc, subject, and message body fields.
551 * Bcc field,
711 mBccView = (MultiAutoCompleteTextView) bccParent.findViewById(R.id.bcc);
715 mBccView = UiUtilities.getView(this, R.id.bcc);
770 setFocusShifter(R.id.bcc_label, R.id.bcc);
893 Address[] bcc = Address.unpack(message.mBcc); local
2085 List<String> bcc = uri.getQueryParameters("bcc"); local
    [all...]
MessageViewFragmentBase.java 931 String bcc = Address.toString(Address.unpack(mMessage.mBcc), SEPARATOR); local
    [all...]
  /tools/motodev/src/plugins/videos/libs/
mail.jar 
  /tools/motodev/src/plugins/logger/lib/
log4j-1.2.14.jar 
  /tools/motodev/src/plugins/preflighting.core/lib/
log4j-1.2.14.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 

Completed in 746 milliseconds

1 23