/external/clang/lib/AST/ |
Decl.cpp | 1001 void NamedDecl::anchor() { } function in class:NamedDecl 3513 void EnumDecl::anchor() { } function in class:EnumDecl 3791 void TranslationUnitDecl::anchor() { } function in class:TranslationUnitDecl 3797 void ExternCContextDecl::anchor() { } function in class:ExternCContextDecl 3804 void LabelDecl::anchor() { } function in class:LabelDecl 3830 void ValueDecl::anchor() { } function in class:ValueDecl 3840 void ImplicitParamDecl::anchor() { } function in class:ImplicitParamDecl 3909 void IndirectFieldDecl::anchor() { } function in class:IndirectFieldDecl 3932 void TypeDecl::anchor() { } function in class:TypeDecl 3940 void TypedefNameDecl::anchor() { } function in class:TypedefNameDecl 3990 void FileScopeAsmDecl::anchor() { } function in class:FileScopeAsmDecl 4005 void EmptyDecl::anchor() {} function in class:EmptyDecl [all...] |
/external/icu/icu4c/source/common/ |
uniset_props.cpp | 720 // [a$] anchor anchor 728 UBool anchor = (c == 0x5D /*']'*/ && !literal); 729 if (symbols == 0 && !anchor) { 734 if (anchor && op == 0) { [all...] |
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/ |
DumbTextComponent.java | 173 tempSelection.anchor = tempSelection.caret; 241 tempSelection.anchor = tempSelection.caret; 250 tempSelection.anchor = tempSelection.caret;
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Joints/ |
b2PrismaticJoint.cpp | 51 // when the mass has poor distribution (leading to large torques about the joint anchor points). 90 void b2PrismaticJointDef::Initialize(b2Body* bA, b2Body* bB, const b2Vec2& anchor, const b2Vec2& axis) 94 localAnchorA = bodyA->GetLocalPoint(anchor); 95 localAnchorB = bodyB->GetLocalPoint(anchor);
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
RuntimeDyld.cpp | 34 void RuntimeDyld::LoadedObjectInfo::anchor() {} function in class:RuntimeDyld::LoadedObjectInfo 868 void RuntimeDyld::MemoryManager::anchor() {} function in class:llvm::RuntimeDyld::MemoryManager 869 void RuntimeDyld::SymbolResolver::anchor() {} function in class:llvm::RuntimeDyld::SymbolResolver [all...] |
/external/llvm/utils/TableGen/ |
DAGISelMatcher.h | 45 virtual void anchor(); [all...] |
/external/opencv/cv/src/ |
cvtemplmatch.cpp | 45 icvCrossCorr( const CvArr* _img, const CvArr* _templ, CvArr* _corr, CvPoint anchor ) 207 int x0 = x - anchor.x, y0 = y - anchor.y;
|
/external/opencv3/modules/cudalegacy/src/ |
fgd.cpp | 715 Point anchor(params_.perform_morphing, params_.perform_morphing); 717 dilateFilter_ = cuda::createMorphologyFilter(MORPH_DILATE, CV_8UC1, kernel, anchor); 718 erodeFilter_ = cuda::createMorphologyFilter(MORPH_ERODE, CV_8UC1, kernel, anchor);
|
/external/pdfium/third_party/freetype/src/base/ |
ftoutln.c | 937 FT_Vector in, out, anchor, shift; local 946 /* when points are moved; anchor k marks the first moved point. */ 962 out = anchor; 971 anchor = in;
|
/external/v8/src/heap/ |
spaces.cc | 23 // You can't actually iterate over the anchor page. It is not a real page, 24 // just an anchor for the double linked page list. Initialize as if we have 25 // reached the end of the anchor page, then the first iteration will move on 58 cur_page = space_->anchor(); 64 if (cur_page == space_->anchor()) return false; [all...] |
/frameworks/base/core/java/android/widget/ |
ActionMenuPresenter.java | 499 View anchor = findViewForItem(topSubMenu.getItem()); local 500 if (anchor == null) { 520 mActionButtonPopup = new ActionButtonSubmenu(mContext, subMenu, anchor); 552 // Post this for later; we might still need a layout for the anchor to be right. [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
mhlib.py | 376 anchor = self._parseindex(head, all) 395 i = bisect(all, anchor) 398 i = bisect(all, anchor-1) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
mhlib.py | 376 anchor = self._parseindex(head, all) 395 i = bisect(all, anchor) 398 i = bisect(all, anchor-1) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
mhlib.py | 376 anchor = self._parseindex(head, all) 395 i = bisect(all, anchor) 398 i = bisect(all, anchor-1) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
mhlib.py | 376 anchor = self._parseindex(head, all) 395 i = bisect(all, anchor) 398 i = bisect(all, anchor-1) [all...] |
/prebuilts/devtools/tools/lib/ |
jfreechart-1.0.9.jar | |
/prebuilts/tools/common/jfreechart/ |
jfreechart-1.0.9.jar | |
/prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/ |
jfreechart-1.0.9.jar | |
/external/libxml2/doc/ |
index.py | 1107 for anchor in anchors: 1108 href = anchor.prop("href") 1115 title = anchor.content [all...] |
/packages/apps/Dialer/src/com/android/dialer/dialpad/ |
DialpadFragment.java | 1479 int anchor = mDigits.getSelectionStart(); local [all...] |
/external/chromium-trace/catapult/third_party/webapp2/ |
webapp2.py | [all...] |
/external/clang/include/clang/Lex/ |
PPCallbacks.h | 325 virtual void anchor();
|
/external/doclava/src/com/google/doclava/ |
FieldInfo.java | 323 data.setValue(base + ".anchor", anchor());
|
LinkReference.java | 401 setHref(result, containing, result.memberInfo.anchor());
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/ |
CalendarFrame.java | 226 c.anchor = GridBagConstraints.EAST;
|