/external/llvm/include/llvm/Object/ |
Archive.h | 52 virtual void anchor();
|
/external/llvm/lib/Object/ |
MachOUniversal.cpp | 94 void MachOUniversalBinary::anchor() { } function in class:MachOUniversalBinary
|
ObjectFile.cpp | 26 void ObjectFile::anchor() { } function in class:ObjectFile
|
/external/llvm/lib/Target/AMDGPU/ |
AMDGPUInstrInfo.h | 43 virtual void anchor();
|
SIMachineFunctionInfo.cpp | 27 void SIMachineFunctionInfo::anchor() {} function in class:SIMachineFunctionInfo
|
/external/llvm/lib/Target/Mips/ |
MipsSubtarget.cpp | 60 void MipsSubtarget::anchor() { } function in class:MipsSubtarget
|
MipsSubtarget.h | 37 virtual void anchor();
|
/external/opencv3/modules/photo/src/ |
contrast_preserve.hpp | 141 Point anchor(kernelx.cols - kernelx.cols/2 - 1, kernelx.rows - kernelx.rows/2 - 1); 142 filter2D(img, dest, -1, kernelx, anchor, 0.0, BORDER_CONSTANT); 151 Point anchor(kernely.cols - kernely.cols/2 - 1, kernely.rows - kernely.rows/2 - 1); 152 filter2D(img, dest, -1, kernely, anchor, 0.0, BORDER_CONSTANT);
|
/external/opencv3/modules/ts/src/ |
ts_func.cpp | 637 void erode(const Mat& _src, Mat& dst, const Mat& _kernel, Point anchor, 650 if( anchor == Point(-1,-1) ) 651 anchor = Point(kernel.cols/2, kernel.rows/2); 654 copyMakeBorder(_src, src, anchor.y, kernel.rows - anchor.y - 1, 655 anchor.x, kernel.cols - anchor.x - 1, 666 ofs.push_back(anchor.y*step + anchor.x*cn); 696 void dilate(const Mat& _src, Mat& dst, const Mat& _kernel, Point anchor, [all...] |
/frameworks/base/core/java/com/android/internal/view/menu/ |
MenuPopup.java | 58 public abstract void setAnchorView(View anchor); 65 * Specifies the anchor-relative bounds of the popup's transition 68 * @param bounds anchor-relative bounds 75 * @return anchor-relative bounds of the popup's transition epicenter
|
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/ |
MenuPopup.java | 57 public abstract void setAnchorView(View anchor); 64 * Specifies the anchor-relative bounds of the popup's transition 67 * @param bounds anchor-relative bounds 74 * @return anchor-relative bounds of the popup's transition epicenter
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/ |
vc1.h | 187 int anchor[2]; /* one per field */ member in struct:__anon31000
|
/ndk/sources/host-tools/nawk-20071023/ |
awk.h | 223 int anchor; member in struct:fa
|
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
configSectionNameDialog.py | 43 self.messageInfo=Message(self.frameMain,anchor=W,justify=LEFT,padx=5,pady=5,
|
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
configSectionNameDialog.py | 43 self.messageInfo=Message(self.frameMain,anchor=W,justify=LEFT,padx=5,pady=5,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
configSectionNameDialog.py | 43 self.messageInfo=Message(self.frameMain,anchor=W,justify=LEFT,padx=5,pady=5,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
configSectionNameDialog.py | 43 self.messageInfo=Message(self.frameMain,anchor=W,justify=LEFT,padx=5,pady=5,
|
/prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-xdoc/1.0/ |
doxia-module-xdoc-1.0.jar | |
/external/autotest/site_utils/ |
run_suite.py | 336 @var anchor The link text. 357 def __init__(self, anchor, server, job_string, bug_info=None, reason=None, 361 @param anchor The link text. 369 self.anchor = anchor 410 anchor_text = '%(anchor)s: %(info)s' % { 411 'anchor': self.anchor.strip(), 'info': info} 413 anchor_text = self.anchor.strip() 423 return '%s%s' % (self.anchor, self.url [all...] |
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
IndirectionUtils.h | 134 virtual void anchor(); 240 virtual void anchor();
|
/external/llvm/lib/Target/AArch64/ |
AArch64TargetMachine.cpp | 164 void AArch64leTargetMachine::anchor() { } function in class:AArch64leTargetMachine 172 void AArch64beTargetMachine::anchor() { } function in class:AArch64beTargetMachine
|
/external/llvm/lib/Target/PowerPC/ |
PPCTargetMachine.cpp | 212 void PPC32TargetMachine::anchor() { } function in class:PPC32TargetMachine 221 void PPC64TargetMachine::anchor() { } function in class:PPC64TargetMachine
|
/external/opencv/cv/include/ |
cv.hpp | 76 _ksize and _anchor specify the kernel size and the anchor point. _anchor=(-1,-1) means 77 that the anchor is at the center. 113 CvPoint get_anchor() const { return anchor; } 151 CvPoint anchor; member in class:CvBaseImageFilter
|
/external/proguard/src/proguard/gui/ |
ClassPathPanel.java | 342 jarNameLabelConstraints.anchor = GridBagConstraints.WEST; 349 filterLabelConstraints.anchor = GridBagConstraints.EAST;
|
/external/v8/test/cctest/ |
test-weakmaps.cc | 188 Page* first_page = heap->old_space()->anchor()->next_page(); 227 Page* first_page = heap->old_space()->anchor()->next_page();
|