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

1 2 3 4

  /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/regex-re2/re2/
set.h 20 Set(const RE2::Options& options, RE2::Anchor anchor);
44 RE2::Anchor anchor_;
prog.h 173 // Whether to anchor the search.
174 enum Anchor {
179 // Kind of match to look for (for anchor != kFullMatch)
194 kFullMatch, // match only entire text; implies anchor==kAnchored
249 // Anchor and kind control the kind of search.
263 Anchor anchor, MatchKind kind,
273 Anchor anchor, MatchKind kind,
294 Anchor anchor, MatchKind kind
    [all...]
  /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();
MetricsPlot.java 13 import com.google.gwt.user.client.ui.Anchor;
50 Anchor link = new Anchor(yValue);
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");
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);
  /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/regex-re2/re2/testing/
tester.h 63 Prog::Anchor anchor);
69 Prog::Anchor anchor,
73 const StringPiece& context, Prog::Anchor anchor);
101 Prog::Anchor anchor);
103 // Run TestCase(text, text, anchor) for all anchoring modes.
106 // Run TestCase(text, context, anchor) for all anchoring modes
    [all...]
  /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;
54 "etc/smbios/smbios-anchor", &Anchor, &AnchorSize)) ||
61 QemuFwCfgSelectItem (Anchor);
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/tokens/
AnchorTokenTest.java 34 assertEquals(ID.Anchor, token.getTokenId());
  /prebuilts/tools/linux-x86_64/kythe/proto/
xref.proto 70 // {(bar, {first-call-anchor, second-call-anchor}),
71 // (baz, {first-call-anchor})}
103 // If known and unambiguous, an anchor ticket for this node's definition
341 // anchor within the requested source location.
347 // Starting byte offset of this references's anchor (source_ticket) span.
349 // Ending byte offset of this references's anchor (source_ticket) span.
352 // Anchor ticket of the target's definition. Populated only if
354 // a single unambiguous definition. For each ticket, an Anchor will be
366 // Each anchor cited as a target definition in the references. The map i
    [all...]
  /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/llvm/include/llvm/IR/
SymbolTableListTraits.h 88 ListTy *Anchor(static_cast<ListTy *>(this));
89 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/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
ValueMapper.h 28 virtual void Anchor(); // Out of line method.

Completed in 737 milliseconds

1 2 3 4