Searched refs:VLC (Results 1 – 4 of 4) sorted by relevance
/external/clang/unittests/AST/ |
D | CommentParser.cpp | 574 VerbatimLineComment *&VLC, in HasVerbatimLineAt() argument 577 ::testing::AssertionResult AR = GetChildAt(C, Idx, VLC); in HasVerbatimLineAt() 581 StringRef ActualName = VLC->getCommandName(Traits); in HasVerbatimLineAt() 587 StringRef ActualText = VLC->getText(); in HasVerbatimLineAt() 1373 VerbatimLineComment *VLC; in TEST_F() local 1374 ASSERT_TRUE(HasVerbatimLineAt(FC, Traits, 1, VLC, "fn", "")); in TEST_F() 1391 VerbatimLineComment *VLC; in TEST_F() local 1392 ASSERT_TRUE(HasVerbatimLineAt(FC, Traits, 1, VLC, "fn", in TEST_F()
|
/external/clang/tools/libclang/ |
D | CXComment.cpp | 346 const VerbatimLineComment *VLC = getASTNodeAs<VerbatimLineComment>(CXC); in clang_VerbatimLineComment_getText() local 347 if (!VLC) in clang_VerbatimLineComment_getText() 350 return cxstring::createRef(VLC->getText()); in clang_VerbatimLineComment_getText() 492 const VerbatimLineComment *VLC = cast<VerbatimLineComment>(Child); in FullCommentParts() local 493 const CommandInfo *Info = Traits.getCommandInfo(VLC->getCommandID()); in FullCommentParts() 495 MiscBlocks.push_back(VLC); in FullCommentParts()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2008-08-10 | 45224 <rdar://problem/5772987> Crashing viewing page with two VLC plug-in 45227 The VLC Netscape plug-in crashes if more than one instance is created. 45230 instance and set this for the VLC plug-in. 45259 instances" quirk for VLC. 50214 VLC plugin 50216 VLC hangs on NPP_Destroy if we call NPP_SetWindow with a null window 50223 (WebCore::PluginView::determineQuirks): Set new quirk for VLC plug-in.
|
D | ChangeLog-2009-06-16 | 7274 <rdar://problem/6915957> REGRESSION: Hang when leaving page with VLC 7281 Look for the VLC plug-in's new name.
|