/external/icu/icu4c/source/layout/ |
AnchorTables.h | 28 LEPoint &anchor) const; 33 void getAnchor(const LEFontInstance *fontInstance, LEPoint &anchor) const; 40 void getAnchor(LEGlyphID glyphID, const LEFontInstance *fontInstance, LEPoint &anchor) const; 48 void getAnchor(const LEFontInstance *fontInstance, LEPoint &anchor) const;
|
AnchorTables.cpp | 16 LEPoint &anchor) const 23 f1->getAnchor(fontInstance, anchor); 31 f2->getAnchor(glyphID, fontInstance, anchor); 39 f3->getAnchor(fontInstance, anchor); 47 f1->getAnchor(fontInstance, anchor); 52 void Format1AnchorTable::getAnchor(const LEFontInstance *fontInstance, LEPoint &anchor) const 60 fontInstance->pixelsToUnits(pixels, anchor); 63 void Format2AnchorTable::getAnchor(LEGlyphID glyphID, const LEFontInstance *fontInstance, LEPoint &anchor) const 75 fontInstance->pixelsToUnits(point, anchor); 78 void Format3AnchorTable::getAnchor(const LEFontInstance *fontInstance, LEPoint &anchor) cons [all...] |
/external/llvm/include/llvm/MC/ |
MCAsmInfoELF.h | 17 virtual void anchor();
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
HexagonMCAsmInfo.h | 24 void anchor() override;
|
/external/llvm/lib/Target/MSP430/MCTargetDesc/ |
MSP430MCAsmInfo.cpp | 17 void MSP430MCAsmInfo::anchor() { } function in class:MSP430MCAsmInfo
|
MSP430MCAsmInfo.h | 23 void anchor() override;
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
MipsMCAsmInfo.h | 23 void anchor() override;
|
/external/llvm/lib/Target/NVPTX/MCTargetDesc/ |
NVPTXMCAsmInfo.h | 24 virtual void anchor();
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
X86MCAsmInfo.h | 26 virtual void anchor(); 40 void anchor() override; 47 void anchor() override; 54 void anchor() override;
|
/external/llvm/lib/Target/XCore/MCTargetDesc/ |
XCoreMCAsmInfo.h | 23 void anchor() override;
|
/external/conscrypt/src/platform/java/org/conscrypt/ |
TrustedCertificateIndex.java | 49 for (TrustAnchor anchor : anchors) { 50 index(anchor); 55 TrustAnchor anchor = new TrustAnchor(cert, null); local 56 index(anchor); 57 return anchor; 60 public void index(TrustAnchor anchor) { 62 X509Certificate cert = anchor.getTrustedCert(); 66 subject = anchor.getCA(); 84 anchors.add(anchor); 109 for (TrustAnchor anchor : anchors) [all...] |
/external/slf4j/slf4j-site/src/site/pages/js/ |
decorator.js | 4 // class="anchor"/></a>Logger context</h3> 7 var anchor = findAnchorInURL(document.URL); 8 decoratePropertiesInTables(anchor); 9 decorateDoAnchor(anchor); 10 decorateConversionWordInTables(anchor); 25 function decoratePropertiesInTables(anchor) { 48 "'><span class='anchor'/></a><b>" +tmpHTML +"</b>"; 49 scrollIfMatch(p, nameAttr, anchor); 53 function decorateConversionWordInTables(anchor) { 62 "'><span class='anchor'/></a>" +tmpHTML [all...] |
/external/bison/lib/ |
fd-hook.c | 31 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.private_next->private_prev = link [all...] |
/external/clang/test/CodeGenCXX/ |
vtable-key-function.cpp | 30 virtual void anchor(); 33 void Derived<char>::anchor() { } function in class:Derived
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/ |
com.badlogic.gdx.physics.box2d.joints.PulleyJoint.cpp | 7 float* anchor = (float*)env->GetPrimitiveArrayCritical(obj_anchor, 0); local 13 anchor[0] = joint->GetGroundAnchorA().x; 14 anchor[1] = joint->GetGroundAnchorA().y; 16 env->ReleasePrimitiveArrayCritical(obj_anchor, anchor, 0); 21 float* anchor = (float*)env->GetPrimitiveArrayCritical(obj_anchor, 0); local 27 anchor[0] = joint->GetGroundAnchorB().x; 28 anchor[1] = joint->GetGroundAnchorB().y; 30 env->ReleasePrimitiveArrayCritical(obj_anchor, anchor, 0);
|
com.badlogic.gdx.physics.box2d.joints.RopeJoint.cpp | 7 float* anchor = (float*)env->GetPrimitiveArrayCritical(obj_anchor, 0); local 13 anchor[0] = joint->GetLocalAnchorA().x; 14 anchor[1] = joint->GetLocalAnchorA().y; 16 env->ReleasePrimitiveArrayCritical(obj_anchor, anchor, 0); 21 float* anchor = (float*)env->GetPrimitiveArrayCritical(obj_anchor, 0); local 27 anchor[0] = joint->GetLocalAnchorB().x; 28 anchor[1] = joint->GetLocalAnchorB().y; 30 env->ReleasePrimitiveArrayCritical(obj_anchor, anchor, 0);
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/events/ |
AliasEvent.java | 24 public AliasEvent(String anchor, Mark startMark, Mark endMark) { 25 super(anchor, startMark, endMark);
|
/frameworks/base/tests/NetworkSecurityConfigTest/src/android/security/net/config/ |
TestCertificateSource.java | 44 java.security.cert.TrustAnchor anchor = mIndex.findBySubjectAndPublicKey(cert); local 45 if (anchor == null) { 48 return anchor.getTrustedCert(); 53 java.security.cert.TrustAnchor anchor = mIndex.findByIssuerAndSignature(cert); local 54 if (anchor == null) { 57 return anchor.getTrustedCert(); 63 for (java.security.cert.TrustAnchor anchor : mIndex.findAllByIssuerAndSignature(cert)) { 64 certs.add(anchor.getTrustedCert());
|
/frameworks/support/compat/kitkat/android/support/v4/widget/ |
PopupWindowCompatKitKat.java | 28 public static void showAsDropDown(PopupWindow popup, View anchor, int xoff, int yoff, 30 popup.showAsDropDown(anchor, xoff, yoff, gravity);
|
/frameworks/base/core/java/android/security/net/config/ |
TrustedCertificateStoreAdapter.java | 37 TrustAnchor anchor = mConfig.findTrustAnchorByIssuerAndSignature(cert); local 38 if (anchor == null) { 41 return anchor.certificate; 51 TrustAnchor anchor = mConfig.findTrustAnchorBySubjectAndPublicKey(cert); local 52 if (anchor == null) { 55 return anchor.certificate; 61 TrustAnchor anchor = mConfig.findTrustAnchorBySubjectAndPublicKey(cert); local 62 if (anchor == null) { 65 return anchor.overridesPins;
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/joints/ |
FrictionJointDef.java | 41 * The local anchor point relative to bodyA's origin. 46 * The local anchor point relative to bodyB's origin. 69 * Initialize the bodies, anchors, axis, and reference angle using the world anchor and world 72 public void initialize(Body bA, Body bB, Vec2 anchor) { 75 bA.getLocalPointToOut(anchor, localAnchorA); 76 bB.getLocalPointToOut(anchor, localAnchorB);
|
/external/clang/include/clang/Sema/ |
SemaConsumer.h | 27 virtual void anchor();
|
/external/llvm/include/llvm/ExecutionEngine/ |
ObjectCache.h | 23 virtual void anchor();
|
/external/llvm/lib/MC/ |
MCAsmInfoELF.cpp | 21 void MCAsmInfoELF::anchor() { } function in class:MCAsmInfoELF
|
/external/llvm/lib/Target/AMDGPU/ |
AMDGPUMachineFunction.cpp | 9 void AMDGPUMachineFunction::anchor() {} function in class:AMDGPUMachineFunction
|