HomeSort by relevance Sort by last modified time
    Searched refs:Anchor (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/autotest/frontend/client/src/autotest/common/ui/
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");
ToggleLink.java 8 import com.google.gwt.user.client.ui.Anchor;
14 private Anchor link;
20 link = new Anchor(activateText);
TableActionsPanel.java 10 import com.google.gwt.user.client.ui.Anchor;
30 private Anchor exportCsvLink = new Anchor("Export to CSV");
Paginator.java 7 import com.google.gwt.user.client.ui.Anchor;
25 protected Anchor link;
29 link = new Anchor(text);
  /external/harfbuzz_ng/src/
hb-aat-layout-ankr-table.hh 31 * ankr -- Anchor Point
42 struct Anchor
57 typedef LArrayOf<Anchor> GlyphAnchors;
63 const Anchor &get_anchor (hb_codepoint_t glyph_id,
70 return Null(Anchor);
74 return Null(Anchor);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineModuleInfoImpls.cpp 24 void MachineModuleInfoMachO::Anchor() {}
25 void MachineModuleInfoELF::Anchor() {}
  /external/autotest/frontend/client/src/autotest/tko/
WidgetList.java 5 import com.google.gwt.user.client.ui.Anchor;
33 Anchor addLink = new Anchor(type);
55 assert (event.getSource() instanceof Anchor);
57 Anchor addLink = (Anchor) event.getSource();
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");
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]");
TestLabelManager.java 15 import com.google.gwt.user.client.ui.Anchor;
41 private Anchor createLabelLink, cancelCreateLink;
49 createLabelLink = new Anchor("Create new label");
50 cancelCreateLink = new Anchor("Cancel create label");
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineModuleInfoImpls.h 41 virtual void Anchor(); // Out of line virtual method.
79 virtual void Anchor(); // Out of line virtual method.
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/tokens/
AnchorToken.java 39 return ID.Anchor;
Token.java 23 Alias, Anchor, BlockEnd, BlockEntry, BlockMappingStart, BlockSequenceStart, Directive, DocumentEnd, DocumentStart, FlowEntry, FlowMappingEnd, FlowMappingStart, FlowSequenceEnd, FlowSequenceStart, Key, Scalar, StreamEnd, StreamStart, Tag, Value, Whitespace, Comment, Error
  /device/linaro/bootloader/edk2/OvmfPkg/Library/SmbiosVersionLib/
DetectSmbiosVersionLib.c 39 FIRMWARE_CONFIG_ITEM Anchor, Tables;
55 "etc/smbios/smbios-anchor", &Anchor, &AnchorSize)) ||
62 QemuFwCfgSelectItem (Anchor);
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/tokens/
AnchorTokenTest.java 34 assertEquals(ID.Anchor, token.getTokenId());
  /external/swiftshader/third_party/LLVM/include/llvm/
SymbolTableListTraits.h 52 iplist<ValueSubClass>* Anchor(static_cast<iplist<ValueSubClass>*>(this));
53 return reinterpret_cast<ItemParentClass*>(reinterpret_cast<char*>(Anchor)-
  /external/llvm/include/llvm/Support/
YAMLParser.h 103 virtual void anchor();
116 Node(unsigned int Type, std::unique_ptr<Document> &, StringRef Anchor,
119 /// \brief Get the value of the anchor attached to this node. If it does not
121 StringRef getAnchor() const { return Anchor; }
166 StringRef Anchor;
176 void anchor() override;
191 void anchor() override;
194 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag,
196 : Node(NK_Scalar, D, Anchor, Tag), Value(Val) {
234 void anchor() override
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
YAMLParser.h 115 virtual void anchor();
128 Node(unsigned int Type, std::unique_ptr<Document> &, StringRef Anchor,
148 /// Get the value of the anchor attached to this node. If it does not
150 StringRef getAnchor() const { return Anchor; }
183 StringRef Anchor;
193 void anchor() override;
208 void anchor() override;
211 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag,
213 : Node(NK_Scalar, D, Anchor, Tag), Value(Val) {
251 void anchor() override
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
YAMLParser.h 106 virtual void anchor();
119 Node(unsigned int Type, std::unique_ptr<Document> &, StringRef Anchor,
122 /// \brief Get the value of the anchor attached to this node. If it does not
124 StringRef getAnchor() const { return Anchor; }
169 StringRef Anchor;
179 void anchor() override;
194 void anchor() override;
197 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag,
199 : Node(NK_Scalar, D, Anchor, Tag), Value(Val) {
237 void anchor() override
    [all...]
  /external/llvm/include/llvm/IR/
SymbolTableListTraits.h 88 ListTy *Anchor(static_cast<ListTy *>(this));
89 return reinterpret_cast<ItemParentClass*>(reinterpret_cast<char*>(Anchor)-
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
SymbolTableListTraits.h 82 ListTy *Anchor(static_cast<ListTy *>(this));
83 return reinterpret_cast<ItemParentClass*>(reinterpret_cast<char*>(Anchor)-
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
SymbolTableListTraits.h 78 ListTy *Anchor(static_cast<ListTy *>(this));
79 return reinterpret_cast<ItemParentClass*>(reinterpret_cast<char*>(Anchor)-
  /external/pcre/pcrecpp/include/
pcrecpp.h 279 // anchor your match at the beginning of the string. For example, you
632 enum Anchor {
634 ANCHOR_START, // Anchor at start only
635 ANCHOR_BOTH // Anchor at start and end
641 Anchor anchor,
667 Anchor anchor,
680 Anchor anchor,
    [all...]
  /external/autotest/frontend/client/src/autotest/moblab/wizard/
CloudStorageCard.java 8 import com.google.gwt.user.client.ui.Anchor;
79 Anchor botoKeyHelp = new Anchor("?");
110 Anchor link = Utils.createGoogleStorageHttpUrlLink("link", url);
  /external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
ValueMapper.h 28 virtual void Anchor(); // Out of line method.

Completed in 669 milliseconds

1 2 3