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

1 2

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineModuleInfoImpls.cpp 24 void MachineModuleInfoMachO::Anchor() {}
25 void MachineModuleInfoELF::Anchor() {}
  /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/swiftshader/third_party/LLVM/lib/Transforms/Utils/
ValueMapper.cpp 24 void ValueMapTypeRemapper::Anchor() {}
  /external/llvm/utils/yaml-bench/
YAMLBench.cpp 92 StringRef Anchor = n->getAnchor();
93 if (!Anchor.empty())
94 outs() << "&" << Anchor << " ";
  /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
  /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
  /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...]
  /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/lib/MC/
MCExpr.cpp 242 void MCTargetExpr::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-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...]
  /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...]
  /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...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/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...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/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...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/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...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
YAMLParser.h 112 virtual void anchor();
125 Node(unsigned int Type, std::unique_ptr<Document> &, StringRef Anchor,
140 /// \brief Get the value of the anchor attached to this node. If it does not
142 StringRef getAnchor() const { return Anchor; }
175 StringRef Anchor;
185 void anchor() override;
200 void anchor() override;
203 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag,
205 : Node(NK_Scalar, D, Anchor, Tag), Value(Val) {
243 void anchor() override
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
YAMLParser.h 112 virtual void anchor();
125 Node(unsigned int Type, std::unique_ptr<Document> &, StringRef Anchor,
140 /// \brief Get the value of the anchor attached to this node. If it does not
142 StringRef getAnchor() const { return Anchor; }
175 StringRef Anchor;
185 void anchor() override;
200 void anchor() override;
203 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag,
205 : Node(NK_Scalar, D, Anchor, Tag), Value(Val) {
243 void anchor() override
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
YAMLParser.h 112 virtual void anchor();
125 Node(unsigned int Type, std::unique_ptr<Document> &, StringRef Anchor,
140 /// \brief Get the value of the anchor attached to this node. If it does not
142 StringRef getAnchor() const { return Anchor; }
175 StringRef Anchor;
185 void anchor() override;
200 void anchor() override;
203 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag,
205 : Node(NK_Scalar, D, Anchor, Tag), Value(Val) {
243 void anchor() override
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
YAMLParser.h 112 virtual void anchor();
125 Node(unsigned int Type, std::unique_ptr<Document> &, StringRef Anchor,
140 /// \brief Get the value of the anchor attached to this node. If it does not
142 StringRef getAnchor() const { return Anchor; }
175 StringRef Anchor;
185 void anchor() override;
200 void anchor() override;
203 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag,
205 : Node(NK_Scalar, D, Anchor, Tag), Value(Val) {
243 void anchor() override
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/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...]
  /prebuilts/clang/host/linux-x86/clang-4393122/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...]
  /prebuilts/clang/host/linux-x86/clang-4479392/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...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
YAMLParser.h 112 virtual void anchor();
125 Node(unsigned int Type, std::unique_ptr<Document> &, StringRef Anchor,
140 /// \brief Get the value of the anchor attached to this node. If it does not
142 StringRef getAnchor() const { return Anchor; }
175 StringRef Anchor;
185 void anchor() override;
200 void anchor() override;
203 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag,
205 : Node(NK_Scalar, D, Anchor, Tag), Value(Val) {
243 void anchor() override
    [all...]

Completed in 598 milliseconds

1 2