/external/autotest/frontend/client/src/autotest/common/ui/ |
D | TableSelectionPanel.java | 5 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()
|
D | ToggleLink.java | 8 import com.google.gwt.user.client.ui.Anchor; 14 private Anchor link; 20 link = new Anchor(activateText); in ToggleLink()
|
D | TableActionsPanel.java | 10 import com.google.gwt.user.client.ui.Anchor; 30 private Anchor exportCsvLink = new Anchor("Export to CSV");
|
D | Paginator.java | 7 import com.google.gwt.user.client.ui.Anchor; 25 protected Anchor link; 29 link = new Anchor(text); in LinkWithDisable()
|
/external/harfbuzz_ng/src/ |
D | hb-aat-layout-ankr-table.hh | 42 struct Anchor struct 57 typedef LArrayOf<Anchor> GlyphAnchors; 63 const Anchor &get_anchor (hb_codepoint_t glyph_id, in get_anchor() 70 return Null(Anchor); in get_anchor() 74 return Null(Anchor); in get_anchor()
|
/external/autotest/frontend/client/src/autotest/tko/ |
D | WidgetList.java | 5 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()
|
D | ParameterizedFieldListDisplay.java | 8 import com.google.gwt.user.client.ui.Anchor; 21 private Anchor deleteLink = new Anchor("[X]"); 39 private Anchor addLink = new Anchor("Add");
|
D | FilterSelector.java | 11 import com.google.gwt.user.client.ui.Anchor; 32 private Anchor deleteLink = new Anchor("[X]"); 78 private Anchor addLink = new Anchor("[Add Filter]");
|
D | CommonPanel.java | 12 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);
|
D | SeriesSelector.java | 10 import com.google.gwt.user.client.ui.Anchor; 32 private Anchor addLink = new Anchor("[Add Series]"); 46 private Anchor deleteLink = new Anchor("Delete Series");
|
D | TestLabelManager.java | 15 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()
|
D | ContentSelect.java | 17 import com.google.gwt.user.client.ui.Anchor; 38 private Anchor addLink = new Anchor(ADD_ADDITIONAL_CONTENT);
|
D | FilterStringViewer.java | 13 import com.google.gwt.user.client.ui.Anchor; 37 private Anchor view = new Anchor(VIEW_FILTER_STRING);
|
/external/llvm/include/llvm/Support/ |
D | YAMLParser.h | 116 Node(unsigned int Type, std::unique_ptr<Document> &, StringRef Anchor, 121 StringRef getAnchor() const { return Anchor; } in getAnchor() 166 StringRef Anchor; variable 194 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in ScalarNode() argument 196 : Node(NK_Scalar, D, Anchor, Tag), Value(Val) { in ScalarNode() 237 BlockScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in BlockScalarNode() argument 239 : Node(NK_BlockScalar, D, Anchor, Tag), Value(Value) { in BlockScalarNode() 397 MappingNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in MappingNode() argument 399 : Node(NK_Mapping, D, Anchor, Tag), Type(MT), IsAtBeginning(true), in MappingNode() 451 SequenceNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in SequenceNode() argument [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | YAMLParser.h | 128 Node(unsigned int Type, std::unique_ptr<Document> &, StringRef Anchor, 150 StringRef getAnchor() const { return Anchor; } in getAnchor() 183 StringRef Anchor; variable 211 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in ScalarNode() argument 213 : Node(NK_Scalar, D, Anchor, Tag), Value(Val) { in ScalarNode() 254 BlockScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in BlockScalarNode() argument 256 : Node(NK_BlockScalar, D, Anchor, Tag), Value(Value) { in BlockScalarNode() 415 MappingNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in MappingNode() argument 417 : Node(NK_Mapping, D, Anchor, Tag), Type(MT) {} in MappingNode() 470 SequenceNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in SequenceNode() argument [all …]
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | YAMLParser.h | 119 Node(unsigned int Type, std::unique_ptr<Document> &, StringRef Anchor, 124 StringRef getAnchor() const { return Anchor; } in getAnchor() 169 StringRef Anchor; variable 197 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in ScalarNode() argument 199 : Node(NK_Scalar, D, Anchor, Tag), Value(Val) { in ScalarNode() 240 BlockScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in BlockScalarNode() argument 242 : Node(NK_BlockScalar, D, Anchor, Tag), Value(Value) { in BlockScalarNode() 400 MappingNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in MappingNode() argument 402 : Node(NK_Mapping, D, Anchor, Tag), Type(MT), IsAtBeginning(true), in MappingNode() 454 SequenceNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in SequenceNode() argument [all …]
|
/external/pcre/pcrecpp/include/ |
D | pcrecpp.h | 632 enum Anchor { enum 641 Anchor anchor, 667 Anchor anchor, 680 Anchor anchor, 686 pcre2_code * Compile(Anchor anchor);
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | critical-anti-dep-breaker.ll | 15 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/llvm/test/CodeGen/X86/ |
D | critical-anti-dep-breaker.ll | 15 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/autotest/frontend/client/src/autotest/moblab/wizard/ |
D | CloudStorageCard.java | 8 import com.google.gwt.user.client.ui.Anchor; 79 Anchor botoKeyHelp = new Anchor("?"); in updateModeUI() 110 Anchor link = Utils.createGoogleStorageHttpUrlLink("link", url); in updateModeUI()
|
/external/boringssl/src/util/ |
D | doc.go | 55 Anchor string member 71 Anchor string member 399 section.Anchor = anchor 471 Anchor: anchor, 603 …{{if .Anchor}}<li class="header"><a href="#{{.Anchor}}">{{.Preamble | firstSentence | markupPipeWo… 605 {{if .Anchor}}<li><a href="#{{.Anchor}}"><tt>{{.Name}}</tt></a></li>{{end}} 613 <div class="section" {{if .Anchor}}id="{{.Anchor}}"{{end}}> 621 <div class="decl" {{if .Anchor}}id="{{.Anchor}}"{{end}}>
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | MachineModuleInfoImpls.cpp | 24 void MachineModuleInfoMachO::Anchor() {} in Anchor() function in MachineModuleInfoMachO 25 void MachineModuleInfoELF::Anchor() {} in Anchor() function in MachineModuleInfoELF
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineModuleInfoImpls.h | 41 virtual void Anchor(); // Out of line virtual method. 79 virtual void Anchor(); // Out of line virtual method.
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | SymbolTableListTraits.h | 52 iplist<ValueSubClass>* Anchor(static_cast<iplist<ValueSubClass>*>(this)); in getListOwner() 53 return reinterpret_cast<ItemParentClass*>(reinterpret_cast<char*>(Anchor)- in getListOwner()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | SymbolTableListTraits.h | 78 ListTy *Anchor(static_cast<ListTy *>(this)); in getListOwner() 79 return reinterpret_cast<ItemParentClass*>(reinterpret_cast<char*>(Anchor)- in getListOwner()
|