Searched defs:anchor (Results 51 - 75 of 288) sorted by relevance

1234567891011>>

/external/clang/lib/AST/
H A DDeclOpenMP.cpp26 void OMPThreadPrivateDecl::anchor() { } function in class:OMPThreadPrivateDecl
H A DDeclFriend.cpp20 void FriendDecl::anchor() { } function in class:FriendDecl
/external/clang/lib/Analysis/
H A DPostOrderCFGView.cpp18 void PostOrderCFGView::anchor() { } function in class:PostOrderCFGView
/external/clang/lib/StaticAnalyzer/Core/
H A DAnalysisManager.cpp15 void AnalysisManager::anchor() { } function in class:AnalysisManager
/external/conscrypt/src/platform/java/org/conscrypt/
H A DTrustedCertificateIndex.java46 for (TrustAnchor anchor : anchors) {
47 index(anchor);
52 TrustAnchor anchor = new TrustAnchor(cert, null);
53 index(anchor);
54 return anchor;
57 public void index(TrustAnchor anchor) { argument
59 X509Certificate cert = anchor.getTrustedCert();
63 subject = anchor.getCA();
72 anchors.add(anchor);
97 for (TrustAnchor anchor
[all...]
/external/llvm/lib/CodeGen/
H A DScheduleDAG.cpp35 void SchedulingPriorityQueue::anchor() { } function in class:SchedulingPriorityQueue
H A DMachineBranchProbabilityInfo.cpp29 void MachineBranchProbabilityInfo::anchor() { } function in class:MachineBranchProbabilityInfo
H A DRegAllocBase.cpp55 void RegAllocBase::anchor() {} function in class:RegAllocBase
/external/llvm/lib/IR/
H A DLLVMContextImpl.cpp141 void UnaryConstantExpr::anchor() { } function in class:UnaryConstantExpr
143 void BinaryConstantExpr::anchor() { } function in class:BinaryConstantExpr
145 void SelectConstantExpr::anchor() { } function in class:SelectConstantExpr
147 void ExtractElementConstantExpr::anchor() { } function in class:ExtractElementConstantExpr
149 void InsertElementConstantExpr::anchor() { } function in class:InsertElementConstantExpr
151 void ShuffleVectorConstantExpr::anchor() { } function in class:ShuffleVectorConstantExpr
153 void ExtractValueConstantExpr::anchor() { } function in class:ExtractValueConstantExpr
155 void InsertValueConstantExpr::anchor() { } function in class:InsertValueConstantExpr
157 void GetElementPtrConstantExpr::anchor() { } function in class:GetElementPtrConstantExpr
159 void CompareConstantExpr::anchor() { } function in class:CompareConstantExpr
[all...]
/external/llvm/lib/Object/
H A DObjectFile.cpp24 void ObjectFile::anchor() { } function in class:ObjectFile
/external/llvm/lib/Target/NVPTX/
H A DNVPTXSubtarget.cpp26 void NVPTXSubtarget::anchor() {} function in class:NVPTXSubtarget
/external/llvm/lib/Target/R600/
H A DSIMachineFunctionInfo.cpp25 void SIMachineFunctionInfo::anchor() {} function in class:SIMachineFunctionInfo
/external/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.cpp24 void SystemZSubtarget::anchor() {} function in class:SystemZSubtarget
/external/bison/lib/
H A Dfd-hook.c31 static struct fd_hook anchor = { &anchor, &anchor, NULL, NULL }; variable in typeref:struct:fd_hook
37 if (remaining_list == &anchor)
48 return execute_close_hooks (anchor.private_next, primary, fd);
55 if (remaining_list == &anchor)
67 return execute_ioctl_hooks (anchor.private_next, primary, fd, request, arg);
81 link->private_next = anchor.private_next;
82 link->private_prev = &anchor;
85 anchor
[all...]
/external/chromium_org/ash/shelf/
H A Doverflow_bubble.cc32 void OverflowBubble::Show(views::View* anchor, ShelfView* shelf_view) { argument
36 bubble_->InitOverflowBubble(anchor, shelf_view);
38 anchor_ = anchor;
42 RootWindowController::ForWindow(anchor->GetWidget()->GetNativeView())->
64 views::View* anchor = anchor_;
66 // Update overflow button (|anchor|) status when overflow bubble is hidden
68 anchor->SchedulePaint();
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dinfo_bubble.h21 InfoBubble(views::View* anchor, const base::string16& message);
41 views::View* anchor() { return anchor_; } function in class:autofill::InfoBubble
42 const views::View* anchor() const { return anchor_; } function in class:autofill::InfoBubble
61 // Whether the bubble should align its border to the anchor's edge rather than
68 // Whether the bubble should be shown above the anchor (default is below).
H A Dinfo_bubble.cc54 InfoBubble::InfoBubble(views::View* anchor, argument
56 : anchor_(anchor),
/external/chromium_org/ui/views/examples/
H A Dbubble_example.cc53 ExampleBubble(View* anchor, BubbleBorder::Arrow arrow) argument
54 : BubbleDelegateView(anchor, arrow) {}
/external/clang/lib/Basic/
H A DFileSystemStatCache.cpp31 void FileSystemStatCache::anchor() { } function in class:FileSystemStatCache
/external/clang/lib/CodeGen/
H A DModuleBuilder.cpp186 void CodeGenerator::anchor() { } function in class:CodeGenerator
/external/doclava/src/com/google/doclava/
H A DAttributeInfo.java75 public String anchor() { method in class:AttributeInfo
80 return mClass.htmlPage() + "#" + anchor();
85 data.setValue(base + ".anchor", anchor());
/external/llvm/lib/MC/MCAnalysis/
H A DMCAtom.cpp18 void MCAtom::anchor() {} function in class:MCAtom
/external/llvm/lib/Target/Sparc/
H A DSparcSubtarget.cpp27 void SparcSubtarget::anchor() { } function in class:SparcSubtarget
/external/llvm/lib/Target/
H A DTargetLibraryInfo.cpp23 void TargetLibraryInfo::anchor() { } function in class:TargetLibraryInfo
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_positioner.cc42 gfx::Point anchor; local
45 anchor = screen_rect.origin();
48 anchor = screen_rect.top_right();
51 anchor = screen_rect.bottom_left();
54 anchor = screen_rect.bottom_right();
58 anchor = gfx::Point();
60 return ClampAnchorPoint(anchor);
67 gfx::Point anchor; local
70 anchor = gfx::Point(work_area.x(), screen_rect.y());
73 anchor
91 gfx::Point anchor; local
119 gfx::Point anchor; local
[all...]

Completed in 3034 milliseconds

1234567891011>>