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

<<11121314151617181920>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/
htmllib.py 53 self.anchor = None
102 """This method is called at the start of an anchor region.
111 self.anchor = href
112 if self.anchor:
116 """This method is called at the end of an anchor region.
122 if self.anchor:
124 self.anchor = None
  /prebuilts/gdb/linux-x86/lib/python2.7/
htmllib.py 53 self.anchor = None
102 """This method is called at the start of an anchor region.
111 self.anchor = href
112 if self.anchor:
116 """This method is called at the end of an anchor region.
122 if self.anchor:
124 self.anchor = None
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
htmllib.py 53 self.anchor = None
102 """This method is called at the start of an anchor region.
111 self.anchor = href
112 if self.anchor:
116 """This method is called at the end of an anchor region.
122 if self.anchor:
124 self.anchor = None
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
htmllib.py 53 self.anchor = None
102 """This method is called at the start of an anchor region.
111 self.anchor = href
112 if self.anchor:
116 """This method is called at the end of an anchor region.
122 if self.anchor:
124 self.anchor = None
  /cts/tests/tests/widget/src/android/widget/cts/
PopupWindowTest.java 494 final View anchor = mActivity.findViewById(anchorId); local
497 anchor, offsetX, offsetY, gravity));
501 assertPositionX(content, contentEdgeX, operatorX, anchor, anchorEdgeX);
502 assertPositionY(content, contentEdgeY, operatorY, anchor, anchorEdgeY);
506 anchor.getWindowVisibleDisplayFrame(displayFrame);
519 View anchor, int anchorEdge) {
521 anchor.getLocationOnScreen(anchorOnScreenXY);
524 anchorY += anchor.getHeight();
538 View anchor, int anchorEdge) {
540 anchor.getLocationOnScreen(anchorOnScreenXY)
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 102 virtual void anchor();
    [all...]
DeclObjC.h 538 void anchor() override;
695 void anchor() override;
853 void anchor() override;
    [all...]
DeclFriend.h 41 virtual void anchor();
  /external/clang/lib/AST/
DeclCXX.cpp 31 void AccessSpecDecl::anchor() { } function in class:AccessSpecDecl
    [all...]
DeclObjC.cpp 51 void ObjCContainerDecl::anchor() { } function in class:ObjCContainerDecl
258 void ObjCInterfaceDecl::anchor() { } function in class:ObjCInterfaceDecl
1275 void ObjCTypeParamDecl::anchor() { } function in class:ObjCTypeParamDecl
1641 void ObjCIvarDecl::anchor() { } function in class:ObjCIvarDecl
1718 void ObjCAtDefsFieldDecl::anchor() { } function in class:ObjCAtDefsFieldDecl
1738 void ObjCProtocolDecl::anchor() { } function in class:ObjCProtocolDecl
1868 void ObjCCategoryDecl::anchor() { } function in class:ObjCCategoryDecl
1941 void ObjCCategoryImplDecl::anchor() { } function in class:ObjCCategoryImplDecl
1971 void ObjCImplDecl::anchor() { } function in class:ObjCImplDecl
2031 void ObjCImplementationDecl::anchor() { } function in class:ObjCImplementationDecl
2083 void ObjCCompatibleAliasDecl::anchor() { } function in class:ObjCCompatibleAliasDecl
2103 void ObjCPropertyDecl::anchor() { } function in class:ObjCPropertyDecl
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
viddec_vc1_workload.c 481 BF_WRITE(VC1_0_SEQPIC_FIELD_REF_FRAME_ID, ANCHOR, spr->fieldref_ctrl_id, 1);
485 BF_WRITE(VC1_0_SEQPIC_FIELD_REF_FRAME_ID, ANCHOR, spr->fieldref_ctrl_id, parser->ref_frame[VC1_REF_FRAME_T_MINUS_1].anchor[pic->CurrField]);
614 /* reference / anchor frames processing
650 /* reference / anchor frames from previous code
658 parser->ref_frame[VC1_REF_FRAME_T_MINUS_0].anchor[0] = (parser->info.picLayerHeader.PTYPE == VC1_I_FRAME);
661 parser->ref_frame[VC1_REF_FRAME_T_MINUS_0].anchor[1] = (parser->info.picLayerHeader.PTypeField2 == VC1_I_FRAME);
665 parser->ref_frame[VC1_REF_FRAME_T_MINUS_0].anchor[1] = parser->ref_frame[VC1_REF_FRAME_T_MINUS_0].anchor[0];
672 LOG_CRIT("anchor[0] = %d, anchor[1] = %d"
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 427 void GlobalsSpaceRegion::anchor() { } function in class:GlobalsSpaceRegion
428 void HeapSpaceRegion::anchor() { } function in class:HeapSpaceRegion
429 void UnknownSpaceRegion::anchor() { } function in class:UnknownSpaceRegion
430 void StackLocalsSpaceRegion::anchor() { } function in class:StackLocalsSpaceRegion
431 void StackArgumentsSpaceRegion::anchor() { } function in class:StackArgumentsSpaceRegion
432 void TypedRegion::anchor() { } function in class:TypedRegion
433 void TypedValueRegion::anchor() { } function in class:TypedValueRegion
434 void CodeTextRegion::anchor() { } function in class:CodeTextRegion
435 void SubRegion::anchor() { } function in class:SubRegion
    [all...]
  /external/lz4/lib/
lz4.c 518 const BYTE* anchor = (const BYTE*) source; local
596 while ((ip>anchor) && (match+refDelta > lowLimit) && (unlikely(ip[-1]==match[refDelta-1]))) { ip--; match--; }
600 unsigned litLength = (unsigned)(ip - anchor);
614 LZ4_wildCopy(op, anchor, op+litLength);
660 anchor = ip;
696 int lastRun = (int)(iend - anchor);
701 memcpy(op, anchor, iend - anchor);
702 op += iend-anchor;
    [all...]
  /external/opencv3/modules/imgproc/include/opencv2/
imgproc.hpp 72 @anchor filter_depths
236 //!< \f[E_{ij} = \fork{1}{if i=\texttt{anchor.y} or j=\texttt{anchor.x}}{0}{otherwise}\f]
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 208 virtual void anchor();
310 void anchor() override;
399 void anchor() override;
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Joints/
b2WeldJoint.cpp 37 void b2WeldJointDef::Initialize(b2Body* bA, b2Body* bB, const b2Vec2& anchor)
41 localAnchorA = bodyA->GetLocalPoint(anchor);
42 localAnchorB = bodyB->GetLocalPoint(anchor);
b2WheelJoint.cpp 39 void b2WheelJointDef::Initialize(b2Body* bA, b2Body* bB, const b2Vec2& anchor, const b2Vec2& axis)
43 localAnchorA = bodyA->GetLocalPoint(anchor);
44 localAnchorB = bodyB->GetLocalPoint(anchor);
  /external/llvm/utils/TableGen/
DAGISelMatcher.cpp 18 void Matcher::anchor() { } function in class:Matcher
347 void EmitNodeMatcher::anchor() { } function in class:EmitNodeMatcher
349 void MorphNodeToMatcher::anchor() { } function in class:MorphNodeToMatcher
  /external/opencv3/modules/ts/include/opencv2/
ts.hpp 115 CV_EXPORTS void erode(const Mat& src, Mat& dst, const Mat& _kernel, Point anchor=Point(-1,-1),
117 CV_EXPORTS void dilate(const Mat& src, Mat& dst, const Mat& _kernel, Point anchor=Point(-1,-1),
120 Point anchor, double delta, int borderType,
  /prebuilts/maven_repo/android/com/android/support/constraint/constraint-layout-solver/1.0.0-alpha1/
constraint-layout-solver-1.0.0-alpha1.jar 
  /external/clang/include/clang/Analysis/Analyses/
Dominators.h 39 virtual void anchor();
  /external/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h 68 virtual void anchor();
  /external/llvm/include/llvm/Analysis/
BasicAliasAnalysis.h 201 virtual void anchor();
  /external/llvm/include/llvm/CodeGen/
LiveRangeEdit.h 41 virtual void anchor();
  /external/llvm/include/llvm/IR/
User.h 41 virtual void anchor();

Completed in 1729 milliseconds

<<11121314151617181920>>