HomeSort by relevance Sort by last modified time
    Searched refs:Anchor (Results 51 - 75 of 97) sorted by null

1 23 4

  /external/autotest/frontend/client/src/autotest/tko/
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);
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");
ContentSelect.java 17 import com.google.gwt.user.client.ui.Anchor;
38 private Anchor addLink = new Anchor(ADD_ADDITIONAL_CONTENT);
FilterStringViewer.java 13 import com.google.gwt.user.client.ui.Anchor;
37 private Anchor view = new Anchor(VIEW_FILTER_STRING);
SpreadsheetView.java 35 import com.google.gwt.user.client.ui.Anchor;
133 Anchor swapLink = new Anchor("swap");
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/tokens/
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
  /external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
ValueMapper.h 28 virtual void Anchor(); // Out of line method.
  /external/llvm/utils/yaml-bench/
YAMLBench.cpp 92 StringRef Anchor = n->getAnchor();
93 if (!Anchor.empty())
94 outs() << "&" << Anchor << " ";
  /frameworks/av/packages/MediaComponents/src/com/android/media/subtitle/
SubtitleController.java 36 * media source. It allows specifying which tracks to display, on which anchor
151 * Should be called from the anchor's (UI) thread. {@see #Anchor.getSubtitleLooper}
268 /** should be called from anchor thread */
306 /** must be called from anchor thread */
349 * Should be called from the anchor's (UI) thread. {@see #Anchor.getSubtitleLooper}
366 * Should be called from the anchor's (UI) thread. {@see #Anchor.getSubtitleLooper}
442 * Subtitle anchor, an object that is able to display a subtitle renderer
    [all...]
  /frameworks/base/media/java/android/media/
SubtitleController.java 32 * media source. It allows specifying which tracks to display, on which anchor
147 * Should be called from the anchor's (UI) thread. {@see #Anchor.getSubtitleLooper}
264 /** @hide - should be called from anchor thread */
302 /** @hide - must be called from anchor thread */
345 * Should be called from the anchor's (UI) thread. {@see #Anchor.getSubtitleLooper}
362 * Should be called from the anchor's (UI) thread. {@see #Anchor.getSubtitleLooper}
439 * Subtitle anchor, an object that is able to display a subtitle renderer
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/PlatformDxe/
Platform.c 566 EFI_IFR_GUID_LABEL *Anchor;
581 // The label's number must match the "anchor" label in the form.
584 NULL /* optional copy origin */, sizeof *Anchor);
589 Anchor = OpCode;
590 Anchor->ExtendOpCode = EFI_IFR_EXTEND_OP_LABEL;
591 Anchor->Number = LABEL_RES_NEXT;
634 OpCodeBuffer, // buffer with head anchor, and new contents to be
636 NULL // buffer with tail anchor, for deleting old
  /external/boringssl/src/util/
doc.go 53 // Anchor, if non-empty, is the URL fragment to use in anchor tags.
54 Anchor string
69 // Anchor, if non-empty, is the URL fragment to use in anchor tags.
70 Anchor string
371 anchor := sanitizeAnchor(firstSentence(comment))
372 if len(anchor) > 0 {
373 if _, ok := allAnchors[anchor]; ok {
374 return nil, fmt.Errorf("duplicate anchor: %s", anchor
    [all...]
  /frameworks/support/media/src/main/java/androidx/media/subtitle/
SubtitleController.java 40 * media source. It allows specifying which tracks to display, on which anchor
161 * Should be called from the anchor's (UI) thread. {@see #Anchor.getSubtitleLooper}
288 /** should be called from anchor thread */
326 /** must be called from anchor thread */
369 * Should be called from the anchor's (UI) thread. {@see #Anchor.getSubtitleLooper}
386 * Should be called from the anchor's (UI) thread. {@see #Anchor.getSubtitleLooper}
468 * Subtitle anchor, an object that is able to display a subtitle renderer
    [all...]
  /external/autotest/frontend/client/src/autotest/common/
Utils.java 13 import com.google.gwt.user.client.ui.Anchor;
333 public static Anchor createGoogleStorageHttpUrlLink(String label, String bucketPath) {
337 Anchor a = new Anchor(label, url);
  /external/autotest/frontend/client/src/autotest/moblab/
ConfigSettingsView.java 16 import com.google.gwt.user.client.ui.Anchor;
161 Anchor a = Utils.createGoogleStorageHttpUrlLink("link", configValue);
  /external/autotest/frontend/client/src/autotest/afe/
HostSelector.java 21 import com.google.gwt.user.client.ui.Anchor;
85 Anchor clearSelection = new Anchor("Clear selection");
  /external/pcre/pcrecpp/
pcrecpp.cc 90 pcre2_code* RE::Compile(Anchor anchor) {
129 if (anchor != ANCHOR_BOTH) {
305 Anchor anchor,
311 pcre2_code* re = (anchor == ANCHOR_BOTH) ? re_full_ : re_partial_;
341 if (anchor != UNANCHORED)
366 Anchor anchor,
371 int matches = TryMatch(text, 0, anchor, true, match_data)
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 52 /* Shared Tables: ValueRecord, Anchor Table, and MarkArray */
317 * Anchor table (may be NULL) */
321 * Anchor table (may be NULL) */
326 struct Anchor
366 inline const Anchor& get_anchor (unsigned int row, unsigned int col, unsigned int cols, bool *found) const {
368 if (unlikely (row >= rows || col >= cols)) return Null(Anchor);
387 OffsetTo<Anchor>
388 matrixZ[VAR]; /* Matrix of offsets to Anchor tables--
407 OffsetTo<Anchor>
408 markAnchor; /* Offset to Anchor table--fro
    [all...]
  /external/snakeyaml/src/test/java/org/pyyaml/
CanonicalParser.java 77 // node: ALIAS | ANCHOR? TAG? (SCALAR|sequence|mapping)
83 String anchor = null; local
84 if (scanner.checkToken(Token.ID.Anchor)) {
86 anchor = token.getValue();
95 events.add(new ScalarEvent(anchor, tag, new ImplicitTuple(false, false), token
98 events.add(new SequenceStartEvent(anchor, tag, false, null, null, null));
101 events.add(new MappingStartEvent(anchor, tag, false, null, null, null));
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
ValueMapper.cpp 24 void ValueMapTypeRemapper::Anchor() {}
  /frameworks/support/media-widget/src/main/java/androidx/media/widget/impl_with_mp1/
VideoView2ImplApi28WithMp1.java 117 mSubtitleController.setAnchor((SubtitleController.Anchor) mSubtitleView);
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCExpr.h 422 virtual void Anchor();
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
PrintInfo.c 142 UINT8 Anchor[5];
156 MemToString (Anchor, SmbiosTable->AnchorString, 4);
157 ShellPrintHiiEx(-1,-1,NULL,STRING_TOKEN (STR_SMBIOSVIEW_PRINTINFO_ANCHOR_STR), gShellDebug1HiiHandle, Anchor);
215 UINT8 Anchor[5];
229 MemToString (Anchor, SmbiosTable->AnchorString, 5);
230 ShellPrintHiiEx(-1,-1,NULL,STRING_TOKEN (STR_SMBIOSVIEW_PRINTINFO_ANCHOR_STR), gShellDebug1HiiHandle, Anchor);
    [all...]

Completed in 3238 milliseconds

1 23 4