/external/llvm/lib/CodeGen/ |
MachineBranchProbabilityInfo.cpp | 29 void MachineBranchProbabilityInfo::anchor() { } function in class:MachineBranchProbabilityInfo
|
/external/llvm/lib/Target/Hexagon/ |
HexagonMachineFunctionInfo.h | 36 virtual void anchor();
|
HexagonSubtarget.h | 35 virtual void anchor();
|
/external/llvm/lib/Target/MSP430/ |
MSP430InstrInfo.h | 45 virtual void anchor();
|
/external/llvm/lib/Target/Mips/ |
MipsMachineFunction.h | 94 virtual void anchor();
|
/external/llvm/lib/Target/NVPTX/ |
NVPTXSubtarget.h | 33 virtual void anchor();
|
/external/llvm/lib/Target/Sparc/MCTargetDesc/ |
SparcMCAsmInfo.cpp | 21 void SparcELFMCAsmInfo::anchor() {} function in class:SparcELFMCAsmInfo
|
/external/llvm/lib/Target/Sparc/ |
SparcInstrInfo.h | 42 virtual void anchor();
|
SparcSubtarget.h | 33 virtual void anchor();
|
/external/llvm/lib/Target/SystemZ/ |
SystemZSubtarget.cpp | 23 void SystemZSubtarget::anchor() {} function in class:SystemZSubtarget
|
SystemZSubtarget.h | 35 virtual void anchor();
|
/external/llvm/lib/Target/XCore/ |
XCoreInstrInfo.h | 27 virtual void anchor();
|
XCoreMachineFunctionInfo.cpp | 16 void XCoreFunctionInfo::anchor() { } function in class:XCoreFunctionInfo
|
XCoreMachineFunctionInfo.h | 29 virtual void anchor();
|
/external/llvm/tools/llvm-diff/ |
DiffConsumer.h | 31 virtual void anchor();
|
DifferenceEngine.h | 53 virtual void anchor();
|
/external/v8/src/ |
v8threads.h | 97 void DeleteThreadStateList(ThreadState* anchor); 107 // The first object is a flying anchor that is only there to simplify linking
|
/packages/services/Car/car-support-lib/src/android/support/car/ui/ |
CarLayoutManager.java | 143 * on screen. The anchor page break is the page break that is currently within or at the 159 * Set the anchor to the following position on the next layout pass. 193 * The anchor view is the first fully visible view on screen at the beginning 202 View anchor = getFirstFullyVisibleChild(); local 203 if (anchor != null) { 204 anchorPosition = getPosition(anchor); 205 anchorTop = getDecoratedTop(anchor); 238 View anchor = layoutAnchor(recycler, anchorPosition, anchorTop); local 239 if (anchor != null) { 240 View adjacentRow = anchor; [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
MultiStatusBar.py | 13 label = Label(self, bd=1, relief=SUNKEN, anchor=W)
|
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
MultiStatusBar.py | 13 label = Label(self, bd=1, relief=SUNKEN, anchor=W)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
MultiStatusBar.py | 13 label = Label(self, bd=1, relief=SUNKEN, anchor=W)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
MultiStatusBar.py | 13 label = Label(self, bd=1, relief=SUNKEN, anchor=W)
|
/external/llvm/lib/IR/ |
ConstantsContext.h | 36 void anchor() override; 53 void anchor() override; 74 void anchor() override; 95 void anchor() override; 116 void anchor() override; 138 void anchor() override; 163 void anchor() override; 195 void anchor() override; 228 void anchor() override; 265 void anchor() override [all...] |
/frameworks/base/tests/NetworkSecurityConfigTest/src/android/security/net/config/ |
XmlConfigTests.java | 313 for (TrustAnchor anchor : anchors) { 314 assertTrue(anchor.overridesPins); 327 for (TrustAnchor anchor : anchors) { 328 if (anchor.certificate.getSubjectDN().toString().equals(DEBUG_CA_SUBJ)) { 330 assertTrue(anchor.overridesPins); 345 for (TrustAnchor anchor : anchors) { 346 if (anchor.certificate.getSubjectDN().toString().equals(DEBUG_CA_SUBJ)) { 348 assertTrue(anchor.overridesPins); 426 for (TrustAnchor anchor : config.getTrustAnchors()) { 427 assertTrue(anchor.overridesPins) [all...] |
/external/opencv3/modules/imgproc/test/ |
test_filter.cpp | 58 CvPoint anchor; member in class:CV_FilterBaseTest 75 anchor = cvPoint(0,0); 142 anchor.x = cvtest::randInt(rng) % aperture_size.width; 143 anchor.y = cvtest::randInt(rng) % aperture_size.height; 245 eldata[anchor.y*aperture_size.width + anchor.x] = 1; 250 anchor.x, anchor.y, shape, eldata.empty() ? 0 : &eldata[0] ); 426 test_array[OUTPUT][0], &kernel, anchor ); 433 test_mat[INPUT][1], anchor, 0, BORDER_REPLICATE ) [all...] |