Searched defs:BCC (Results 1 - 9 of 9) sorted by relevance

/external/qemu-pc-bios/
H A DMakefile21 BCC := bcc macro
/external/qemu-pc-bios/vgabios/
H A DMakefile8 BCC = bcc macro
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
/external/smack/src/org/jivesoftware/smackx/packet/
H A DMultipleAddresses.java36 public static final String BCC = "bcc"; field in class:MultipleAddresses
49 * @param type on of the static type (BCC, CC, NO_REPLY, REPLY_ROOM, etc.)
82 * type are: TO, CC, BCC, etc..
84 * @param type Examples of address type are: TO, CC, BCC, etc.
180 // Append the address type (e.g. TO/CC/BCC)
/external/clang/tools/libclang/
H A DCXComment.cpp228 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC); local
229 if (!BCC)
233 return cxstring::createRef(BCC->getCommandName(Traits));
237 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC); local
238 if (!BCC)
241 return BCC->getNumArgs();
246 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC); local
247 if (!BCC || ArgIdx >= BCC->getNumArgs())
250 return cxstring::createRef(BCC
254 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC); local
[all...]
/external/clang/unittests/AST/
H A DCommentParser.cpp163 BlockCommandComment *&BCC,
166 ::testing::AssertionResult AR = GetChildAt(C, Idx, BCC);
170 StringRef ActualName = BCC->getCommandName(Traits);
176 Paragraph = BCC->getParagraph();
689 BlockCommandComment *BCC; local
691 ASSERT_TRUE(HasBlockCommandAt(FC, Traits, 1, BCC, "brief", PC));
693 ASSERT_TRUE(HasParagraphCommentAt(BCC, 0, " Aaa"));
706 BlockCommandComment *BCC; local
708 ASSERT_TRUE(HasBlockCommandAt(FC, Traits, 1, BCC, "brief", PC));
710 ASSERT_TRUE(HasParagraphCommentAt(BCC,
160 HasBlockCommandAt(const Comment *C, const CommandTraits &Traits, size_t Idx, BlockCommandComment *&BCC, StringRef Name, ParagraphComment *&Paragraph) argument
713 BlockCommandComment *BCC; local
733 BlockCommandComment *BCC; local
743 BlockCommandComment *BCC; local
788 BlockCommandComment *BCC; local
983 BlockCommandComment *BCC; local
1435 BlockCommandComment *BCC; local
[all...]
/external/clang/lib/Index/
H A DCommentToXML.cpp122 const BlockCommandComment *BCC = cast<BlockCommandComment>(Child); local
123 const CommandInfo *Info = Traits.getCommandInfo(BCC->getCommandID());
125 Brief = BCC;
129 Headerfile = BCC;
133 Returns.push_back(BCC);
137 Exceptions.push_back(BCC);
140 MiscBlocks.push_back(BCC);
/external/libpcap/
H A Dtokdefs.h129 BCC = 347, enumerator in enum:yytokentype
250 #define BCC 347 macro
H A Dgrammar.c436 BCC = 347, enumerator in enum:yytokentype
557 #define BCC 347 macro
1038 "LANE", "LLC", "METAC", "BCC", "SC", "ILMIC", "OAMF4EC", "OAMF4SC",
/external/pdfium/fpdfsdk/include/
H A Dfsdk_mgr.h234 void JS_docmailForm(void* mailData, int length, FPDF_BOOL bUI,FX_LPCWSTR To, FX_LPCWSTR Subject, FX_LPCWSTR CC, FX_LPCWSTR BCC, FX_LPCWSTR Msg) argument
240 CFX_ByteString bsBcc = CFX_WideString(BCC).UTF16LE_Encode();

Completed in 253 milliseconds