Home
last modified time | relevance | path

Searched refs:Anchor (Results 1 – 25 of 70) sorted by relevance

123

/external/autotest/frontend/client/src/autotest/common/ui/
DTableSelectionPanel.java5 import com.google.gwt.user.client.ui.Anchor;
18 private Anchor selectAll = new Anchor("all");
19 private Anchor selectVisible;
20 private Anchor selectNone = new Anchor("none");
31 selectVisible = new Anchor("visible"); in TableSelectionPanel()
DToggleLink.java8 import com.google.gwt.user.client.ui.Anchor;
14 private Anchor link;
20 link = new Anchor(activateText); in ToggleLink()
DTableActionsPanel.java10 import com.google.gwt.user.client.ui.Anchor;
30 private Anchor exportCsvLink = new Anchor("Export to CSV");
DPaginator.java7 import com.google.gwt.user.client.ui.Anchor;
25 protected Anchor link;
29 link = new Anchor(text); in LinkWithDisable()
/external/autotest/frontend/client/src/autotest/tko/
DWidgetList.java5 import com.google.gwt.user.client.ui.Anchor;
33 Anchor addLink = new Anchor(type); in WidgetList()
55 assert (event.getSource() instanceof Anchor); in onClick()
57 Anchor addLink = (Anchor) event.getSource(); in onClick()
DParameterizedFieldListDisplay.java8 import com.google.gwt.user.client.ui.Anchor;
21 private Anchor deleteLink = new Anchor("[X]");
39 private Anchor addLink = new Anchor("Add");
DMetricsPlot.java13 import com.google.gwt.user.client.ui.Anchor;
50 Anchor link = new Anchor(yValue); in showDrilldownImpl()
DFilterSelector.java11 import com.google.gwt.user.client.ui.Anchor;
32 private Anchor deleteLink = new Anchor("[X]");
78 private Anchor addLink = new Anchor("[Add Filter]");
DSeriesSelector.java10 import com.google.gwt.user.client.ui.Anchor;
32 private Anchor addLink = new Anchor("[Add Series]");
46 private Anchor deleteLink = new Anchor("Delete Series");
DCommonPanel.java12 import com.google.gwt.user.client.ui.Anchor;
51 private Anchor quickReferenceLink = new Anchor(SHOW_QUICK_REFERENCE);
53 private Anchor showHideControlsLink = new Anchor(HIDE_CONTROLS);
DTestLabelManager.java15 import com.google.gwt.user.client.ui.Anchor;
41 private Anchor createLabelLink, cancelCreateLink;
49 createLabelLink = new Anchor("Create new label"); in TestLabelManager()
50 cancelCreateLink = new Anchor("Cancel create label"); in TestLabelManager()
DContentSelect.java17 import com.google.gwt.user.client.ui.Anchor;
38 private Anchor addLink = new Anchor(ADD_ADDITIONAL_CONTENT);
DFilterStringViewer.java13 import com.google.gwt.user.client.ui.Anchor;
37 private Anchor view = new Anchor(VIEW_FILTER_STRING);
DGraphingFrontend.java20 import com.google.gwt.user.client.ui.Anchor;
35 protected Anchor embeddingLink = new Anchor("[Link to this graph]");
/external/llvm/include/llvm/Support/
DYAMLParser.h117 Node(unsigned int Type, std::unique_ptr<Document> &, StringRef Anchor,
122 StringRef getAnchor() const { return Anchor; } in getAnchor()
167 StringRef Anchor; variable
195 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in ScalarNode() argument
197 : Node(NK_Scalar, D, Anchor, Tag), Value(Val) { in ScalarNode()
238 BlockScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in BlockScalarNode() argument
240 : Node(NK_BlockScalar, D, Anchor, Tag), Value(Value) { in BlockScalarNode()
385 MappingNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in MappingNode() argument
387 : Node(NK_Mapping, D, Anchor, Tag), Type(MT), IsAtBeginning(true), in MappingNode()
439 SequenceNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in SequenceNode() argument
[all …]
/external/regex-re2/re2/testing/
Dtester.h63 Prog::Anchor anchor);
69 Prog::Anchor anchor,
73 const StringPiece& context, Prog::Anchor anchor);
101 Prog::Anchor anchor);
Dtester.cc124 static string FormatAnchor(Prog::Anchor anchor) { in FormatAnchor()
282 Prog::Anchor anchor, in RunSearch()
385 RE2::Anchor re_anchor; in RunSearch()
415 PCRE::Anchor pcre_anchor; in RunSearch()
475 Prog::Anchor anchor) { in RunCase()
554 Prog::Anchor anchor) { in LogMatch()
600 Prog::Anchor anchor) { in TestCase()
607 static Prog::Anchor anchors[] = {
/external/regex-re2/re2/
Dprog.h174 enum Anchor { enum
263 Anchor anchor, MatchKind kind,
273 Anchor anchor, MatchKind kind,
294 Anchor anchor, MatchKind kind,
300 Anchor anchor, MatchKind kind,
313 Anchor anchor, MatchKind kind,
334 static Prog* CompileSet(const RE2::Options& options, RE2::Anchor anchor,
Dset.h20 Set(const RE2::Options& options, RE2::Anchor anchor);
44 RE2::Anchor anchor_;
/external/llvm/test/CodeGen/X86/
Dcritical-anti-dep-breaker.ll15 define i32 @Part_Create(i64* %Anchor, i32 %TypeNum, i32 %F, i32 %Z, i32* %Status, i64* %PartTkn) {
21 call i32 @Image(i64* %Anchor, i32 %2, i32 0, i32 0, i32* %Status, i64* %PartTkn, i64** %PartObj)
22 call i32 @Create(i64* %Anchor)
/external/pcre/
Dpcrecpp.h632 enum Anchor { enum
641 Anchor anchor,
676 Anchor anchor,
691 Anchor anchor,
699 pcre* Compile(Anchor anchor);
/external/pcre/dist/
Dpcrecpp.h632 enum Anchor { enum
641 Anchor anchor,
676 Anchor anchor,
691 Anchor anchor,
699 pcre* Compile(Anchor anchor);
/external/boringssl/src/util/
Ddoc.go54 Anchor string member
70 Anchor string member
352 section.Anchor = anchor
416 Anchor: anchor,
539 …{{if .Anchor}}<li class="header"><a href="#{{.Anchor}}">{{.Preamble | firstSentence | html | marku…
541 {{if .Anchor}}<li><a href="#{{.Anchor}}"><tt>{{.Name}}</tt></a></li>{{end}}
549 <div class="section" {{if .Anchor}}id="{{.Anchor}}"{{end}}>
557 <div class="decl" {{if .Anchor}}id="{{.Anchor}}"{{end}}>
/external/regex-re2/util/
Dpcre.h445 enum Anchor { enum
454 Anchor anchor,
479 Anchor anchor,
494 Anchor anchor,
502 pcre* Compile(Anchor anchor);
/external/llvm/include/llvm/IR/
DSymbolTableListTraits.h86 ListTy *Anchor(static_cast<ListTy *>(this)); in getListOwner()
87 return reinterpret_cast<ItemParentClass*>(reinterpret_cast<char*>(Anchor)- in getListOwner()

123