HomeSort by relevance Sort by last modified time
    Searched defs:anchor (Results 101 - 125 of 176) sorted by null

1 2 3 45 6 7 8

  /external/llvm/tools/bugpoint/
ToolRunner.cpp 237 void AbstractInterpreter::anchor() { } function in class:AbstractInterpreter
    [all...]
  /external/llvm/utils/TableGen/
SetTheory.cpp 219 void SetTheory::Operator::anchor() { } function in class:SetTheory::Operator
221 void SetTheory::Expander::anchor() { } function in class:SetTheory::Expander
  /external/qemu/android/skin/
file.h 67 SkinPos anchor; member in struct:SkinLocation
  /external/webkit/Source/WebCore/page/
DOMSelection.cpp 78 Position anchor = selection.isBaseFirst() ? selection.start() : selection.end(); local
79 return anchor.parentAnchoredEquivalent();
DragController.cpp 118 RefPtr<HTMLAnchorElement> anchor = HTMLAnchorElement::create(document); local
119 anchor->setHref(url);
129 anchor->appendChild(anchorText, ec);
131 fragment->appendChild(anchor, ec);
740 // the enclosing anchor element
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerTilerChromium.cpp 314 const IntPoint anchor = sourceRect.location(); local
331 IntRect destRect(IntPoint(sourceRect.x() - anchor.x(), sourceRect.y() - anchor.y()), sourceRect.size());
  /external/webkit/Source/WebKit/gtk/tests/
testdomdocument.c 184 WebKitDOMHTMLAnchorElement *anchor = (WebKitDOMHTMLAnchorElement*)element; local
185 g_assert_cmpstr(webkit_dom_html_anchor_element_get_href(anchor), ==, uris[i]);
  /external/clang/lib/AST/
DeclTemplate.cpp 576 void TemplateTemplateParmDecl::anchor() { } function in class:TemplateTemplateParmDecl
633 void TemplateDecl::anchor() { } function in class:TemplateDecl
738 void ClassTemplatePartialSpecializationDecl::anchor() { } function in class:ClassTemplatePartialSpecializationDecl
809 void FriendTemplateDecl::anchor() { } function in class:FriendTemplateDecl
864 void ClassScopeFunctionSpecializationDecl::anchor() { } function in class:ClassScopeFunctionSpecializationDecl
    [all...]
DeclObjC.cpp 49 void ObjCContainerDecl::anchor() { } function in class:ObjCContainerDecl
152 void ObjCInterfaceDecl::anchor() { } function in class:ObjCInterfaceDecl
892 void ObjCIvarDecl::anchor() { } function in class:ObjCIvarDecl
970 void ObjCAtDefsFieldDecl::anchor() { } function in class:ObjCAtDefsFieldDecl
990 void ObjCProtocolDecl::anchor() { } function in class:ObjCProtocolDecl
1068 void ObjCCategoryDecl::anchor() { } function in class:ObjCCategoryDecl
1116 void ObjCCategoryImplDecl::anchor() { } function in class:ObjCCategoryImplDecl
1146 void ObjCImplDecl::anchor() { } function in class:ObjCImplDecl
1210 void ObjCImplementationDecl::anchor() { } function in class:ObjCImplementationDecl
1257 void ObjCCompatibleAliasDecl::anchor() { } function in class:ObjCCompatibleAliasDecl
1277 void ObjCPropertyDecl::anchor() { } function in class:ObjCPropertyDecl
    [all...]
ExprCXX.cpp 1335 void ArrayTypeTraitExpr::anchor() { } function in class:ArrayTypeTraitExpr
    [all...]
  /external/clang/lib/Analysis/
LiveVariables.cpp 146 void LiveVariables::Observer::anchor() { } function in class:LiveVariables::Observer
  /external/clang/lib/Basic/
Diagnostic.cpp 864 void IgnoringDiagConsumer::anchor() { } function in class:IgnoringDiagConsumer
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 37 virtual void anchor();
190 void BackendConsumer::anchor() {} function in class:clang::BackendConsumer
426 void EmitAssemblyAction::anchor() { } function in class:EmitAssemblyAction
430 void EmitBCAction::anchor() { } function in class:EmitBCAction
434 void EmitLLVMAction::anchor() { } function in class:EmitLLVMAction
438 void EmitLLVMOnlyAction::anchor() { } function in class:EmitLLVMOnlyAction
442 void EmitCodeGenOnlyAction::anchor() { } function in class:EmitCodeGenOnlyAction
446 void EmitObjAction::anchor() { } function in class:EmitObjAction
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 629 void MachineConstantPoolValue::anchor() { } function in class:MachineConstantPoolValue
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 635 void DifferenceEngine::Oracle::anchor() { } function in class:DifferenceEngine::Oracle
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 132 void llvm::StringRefMemoryObject::anchor() { } function in class:llvm::StringRefMemoryObject
  /external/webkit/Source/WebCore/rendering/svg/
SVGRenderTreeAsText.cpp 472 ETextAnchor anchor = svgStyle->textAnchor(); local
474 if (anchor == TA_MIDDLE) {
475 ts << "(middle anchor";
479 } else if (anchor == TA_END) {
480 ts << "(end anchor";
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 417 void GlobalsSpaceRegion::anchor() { } function in class:GlobalsSpaceRegion
418 void HeapSpaceRegion::anchor() { } function in class:HeapSpaceRegion
419 void UnknownSpaceRegion::anchor() { } function in class:UnknownSpaceRegion
420 void StackLocalsSpaceRegion::anchor() { } function in class:StackLocalsSpaceRegion
421 void StackArgumentsSpaceRegion::anchor() { } function in class:StackArgumentsSpaceRegion
422 void TypedRegion::anchor() { } function in class:TypedRegion
423 void TypedValueRegion::anchor() { } function in class:TypedValueRegion
424 void CodeTextRegion::anchor() { } function in class:CodeTextRegion
425 void SubRegion::anchor() { } function in class:SubRegion
    [all...]
PathDiagnostic.cpp 72 void PathDiagnosticConsumer::anchor() { } function in class:PathDiagnosticConsumer
ProgramState.cpp 488 void ScanReachableSymbols::anchor() { } function in class:ScanReachableSymbols
  /external/icu4c/common/
ustring.c 627 UChar *anchor = dst; /* save a pointer to start of dst */ local
635 return anchor;
644 UChar *anchor = dst; /* save a pointer to start of dst */ local
658 return anchor;
966 UChar *anchor = dst; /* save a pointer to start of dst */ local
971 return anchor;
979 UChar *anchor = dst; /* save a pointer to start of dst */ local
986 return anchor;
    [all...]
  /external/llvm/lib/Analysis/
DebugInfo.cpp 667 void DIScope::anchor() { } function in class:DIScope
669 void DICompileUnit::anchor() { } function in class:DICompileUnit
671 void DIFile::anchor() { } function in class:DIFile
673 void DIType::anchor() { } function in class:DIType
675 void DIBasicType::anchor() { } function in class:DIBasicType
677 void DIDerivedType::anchor() { } function in class:DIDerivedType
679 void DICompositeType::anchor() { } function in class:DICompositeType
681 void DISubprogram::anchor() { } function in class:DISubprogram
683 void DILexicalBlock::anchor() { } function in class:DILexicalBlock
685 void DINameSpace::anchor() { } function in class:DINameSpace
687 void DILexicalBlockFile::anchor() { } function in class:DILexicalBlockFile
    [all...]
  /external/llvm/lib/MC/
MCAssembler.cpp 974 void MCDataFragment::anchor() { } function in class:MCDataFragment
975 void MCInstFragment::anchor() { } function in class:MCInstFragment
976 void MCAlignFragment::anchor() { } function in class:MCAlignFragment
977 void MCFillFragment::anchor() { } function in class:MCFillFragment
978 void MCOrgFragment::anchor() { } function in class:MCOrgFragment
979 void MCLEBFragment::anchor() { } function in class:MCLEBFragment
980 void MCDwarfLineAddrFragment::anchor() { } function in class:MCDwarfLineAddrFragment
981 void MCDwarfCallFrameFragment::anchor() { } function in class:MCDwarfCallFrameFragment
  /external/regex-re2/re2/
re2.cc 505 Anchor re_anchor,
563 // If there is a required prefix, the anchor must be at least ANCHOR_START.
568 Prog::Anchor anchor = Prog::kUnanchored; local
590 if (!prog_->SearchDFA(subtext, text, anchor, kind,
648 anchor = Prog::kAnchored;
674 if (!prog_->SearchDFA(subtext, text, anchor, kind,
708 anchor = Prog::kAnchored;
712 if (can_one_pass && anchor != Prog::kUnanchored) {
717 if (!prog_->SearchOnePass(subtext1, text, anchor, kind, submatch, ncap))
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
awk.h 223 int anchor; member in struct:fa

Completed in 774 milliseconds

1 2 3 45 6 7 8