HomeSort by relevance Sort by last modified time
    Searched refs:anchor (Results 251 - 275 of 788) sorted by null

<<11121314151617181920>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
configDialog.py 154 labelFontNameTitle.pack(side=TOP,anchor=W)
157 labelFontSizeTitle.pack(side=LEFT,anchor=W)
158 self.optMenuFontSize.pack(side=LEFT,anchor=W)
159 checkFontBold.pack(side=LEFT,anchor=W,padx=20)
164 labelSpaceNumTitle.pack(side=TOP,anchor=W,padx=5)
245 self.radioFg.pack(side=LEFT,anchor=E)
246 self.radioBg.pack(side=RIGHT,anchor=W)
249 labelTypeTitle.pack(side=TOP,anchor=W,padx=5,pady=5)
250 self.radioThemeBuiltin.pack(side=TOP,anchor=W,padx=5)
251 self.radioThemeCustom.pack(side=TOP,anchor=W,padx=5,pady=2
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
configDialog.py 154 labelFontNameTitle.pack(side=TOP,anchor=W)
157 labelFontSizeTitle.pack(side=LEFT,anchor=W)
158 self.optMenuFontSize.pack(side=LEFT,anchor=W)
159 checkFontBold.pack(side=LEFT,anchor=W,padx=20)
164 labelSpaceNumTitle.pack(side=TOP,anchor=W,padx=5)
245 self.radioFg.pack(side=LEFT,anchor=E)
246 self.radioBg.pack(side=RIGHT,anchor=W)
249 labelTypeTitle.pack(side=TOP,anchor=W,padx=5,pady=5)
250 self.radioThemeBuiltin.pack(side=TOP,anchor=W,padx=5)
251 self.radioThemeCustom.pack(side=TOP,anchor=W,padx=5,pady=2
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configDialog.py 154 labelFontNameTitle.pack(side=TOP,anchor=W)
157 labelFontSizeTitle.pack(side=LEFT,anchor=W)
158 self.optMenuFontSize.pack(side=LEFT,anchor=W)
159 checkFontBold.pack(side=LEFT,anchor=W,padx=20)
164 labelSpaceNumTitle.pack(side=TOP,anchor=W,padx=5)
245 self.radioFg.pack(side=LEFT,anchor=E)
246 self.radioBg.pack(side=RIGHT,anchor=W)
249 labelTypeTitle.pack(side=TOP,anchor=W,padx=5,pady=5)
250 self.radioThemeBuiltin.pack(side=TOP,anchor=W,padx=5)
251 self.radioThemeCustom.pack(side=TOP,anchor=W,padx=5,pady=2
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configDialog.py 154 labelFontNameTitle.pack(side=TOP,anchor=W)
157 labelFontSizeTitle.pack(side=LEFT,anchor=W)
158 self.optMenuFontSize.pack(side=LEFT,anchor=W)
159 checkFontBold.pack(side=LEFT,anchor=W,padx=20)
164 labelSpaceNumTitle.pack(side=TOP,anchor=W,padx=5)
245 self.radioFg.pack(side=LEFT,anchor=E)
246 self.radioBg.pack(side=RIGHT,anchor=W)
249 labelTypeTitle.pack(side=TOP,anchor=W,padx=5,pady=5)
250 self.radioThemeBuiltin.pack(side=TOP,anchor=W,padx=5)
251 self.radioThemeCustom.pack(side=TOP,anchor=W,padx=5,pady=2
    [all...]
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/blink/interpolation/resources/
interpolation-test.js 188 var anchor = document.createElement('a');
189 anchor.href = url;
190 anchor.pathname = '...' + anchor.pathname.substring(anchor.pathname.lastIndexOf('/'));
191 value = value.replace(matches[i], 'url(' + anchor.href + ')');
  /external/proguard/src/proguard/gui/
FilterDialog.java 81 textConstraints.anchor = GridBagConstraints.NORTHWEST;
85 labelConstraints.anchor = GridBagConstraints.WEST;
92 textFieldConstraints.anchor = GridBagConstraints.WEST;
100 panelConstraints.anchor = GridBagConstraints.NORTHWEST;
106 okButtonConstraints.anchor = GridBagConstraints.SOUTHEAST;
112 cancelButtonConstraints.anchor = GridBagConstraints.SOUTHEAST;
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/serializer/
Serializer.java 119 if (node.getNodeId() == NodeId.anchor) {
123 String anchor = this.anchors.get(node); local
124 if (null == anchor) {
125 anchor = this.anchorGenerator.nextAnchor(node);
126 this.anchors.put(node, anchor);
153 if (node.getNodeId() == NodeId.anchor) {
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
viddec_vc1_parse.c 26 parser->ref_frame[i].anchor[0] = 1;
27 parser->ref_frame[i].anchor[1] = 1;
100 parser->ref_frame[0].anchor[0] = 1;
101 parser->ref_frame[0].anchor[1] = 1;
102 parser->ref_frame[1].anchor[0] = 1;
103 parser->ref_frame[1].anchor[1] = 1;
  /external/doclava/src/com/google/doclava/
MemberInfo.java 67 public String anchor() { method in class:MemberInfo
76 return mContainingClass.htmlPage() + "#" + anchor();
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btGrahamScan2dConvexHull.h 38 btAngleCompareFunc(const btVector3& anchor)
39 : m_anchor(anchor)
71 //step1 : find anchor point with smallest projection on axis0 and move it to first location
101 //step 2: sort all points, based on 'angle' with this anchor
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/com/badlogic/gdx/physics/bullet/dynamics/
btUniversalConstraint.java 62 public btUniversalConstraint(btRigidBody rbA, btRigidBody rbB, Vector3 anchor, Vector3 axis1, Vector3 axis2) {
63 this(DynamicsJNI.new_btUniversalConstraint(btRigidBody.getCPtr(rbA), rbA, btRigidBody.getCPtr(rbB), rbB, anchor, axis1, axis2), true); local
  /external/llvm/include/llvm/Support/
YAMLParser.h 104 virtual void anchor();
117 Node(unsigned int Type, std::unique_ptr<Document> &, StringRef Anchor,
120 /// \brief Get the value of the anchor attached to this node. If it does not
122 StringRef getAnchor() const { return Anchor; }
167 StringRef Anchor;
177 void anchor() override;
192 void anchor() override;
195 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag,
197 : Node(NK_Scalar, D, Anchor, Tag), Value(Val) {
235 void anchor() override
    [all...]
  /external/regex-re2/re2/
set.cc 15 RE2::Set::Set(const RE2::Options& options, RE2::Anchor anchor) {
17 anchor_ = anchor;
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
ForwardBuilder.java 87 for (TrustAnchor anchor : trustAnchors) {
88 X509Certificate trustedCert = anchor.getTrustedCert();
93 trustedSubjectDNs.add(anchor.getCA());
295 + "found matching trust anchor");
637 * forward direction (target to trust anchor). Those steps that can
641 * Trust anchor certs are not validated, but are used to verify the
786 * Checks the cert against each trust anchor that was specified, in order,
787 * and returns true as soon as it finds a valid anchor.
788 * Returns true if the cert matches a trust anchor specified as a
789 * certificate or if the cert verifies with a trust anchor tha
    [all...]
  /external/opencv3/modules/imgproc/src/
filter.cpp 59 BaseRowFilter::BaseRowFilter() { ksize = anchor = -1; }
62 BaseColumnFilter::BaseColumnFilter() { ksize = anchor = -1; }
66 BaseFilter::BaseFilter() { ksize = Size(-1,-1); anchor = Point(-1,-1); }
129 anchor = Point(rowFilter->anchor, columnFilter->anchor);
135 anchor = filter2D->anchor;
138 CV_Assert( 0 <= anchor.x && anchor.x < ksize.width &
4580 Point anchor = normalizeAnchor(anchor0, kernel.size()); local
    [all...]
  /external/clang/include/clang/AST/
DeclOpenMP.h 40 virtual void anchor();
  /external/clang/include/clang/Analysis/Analyses/
LiveVariables.h 54 virtual void anchor();
PostOrderCFGView.h 30 virtual void anchor();
  /external/clang/include/clang/Frontend/
ChainedDiagnosticConsumer.h 24 virtual void anchor();
  /external/clang/include/clang/Lex/
PreprocessorLexer.h 28 virtual void anchor();
  /external/clang/lib/AST/
DeclFriend.cpp 20 void FriendDecl::anchor() { } function in class:FriendDecl
  /external/clang/lib/Analysis/
PostOrderCFGView.cpp 18 void PostOrderCFGView::anchor() { } function in class:PostOrderCFGView
  /external/clang/lib/StaticAnalyzer/Core/
AnalysisManager.cpp 15 void AnalysisManager::anchor() { } function in class:AnalysisManager
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Joints/
b2FrictionJoint.h 37 /// anchor and world axis.
38 void Initialize(b2Body* bodyA, b2Body* bodyB, const b2Vec2& anchor);
40 /// The local anchor point relative to bodyA's origin.
43 /// The local anchor point relative to bodyB's origin.
64 /// The local anchor point relative to bodyA's origin.
67 /// The local anchor point relative to bodyB's origin.
  /external/llvm/include/llvm/IR/
Constant.h 44 void anchor() override;

Completed in 1344 milliseconds

<<11121314151617181920>>