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

  /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;
54 "etc/smbios/smbios-anchor", &Anchor, &AnchorSize)) ||
61 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/regex-re2/util/
pcre.h 141 // anchor your match at the beginning of the string. For example, you
218 EnabledExecOptions = 0x0000, // TODO: use to replace anchor flag
350 // Like Consume(..), but does not anchor the match at the beginning of the
445 enum Anchor {
447 ANCHOR_START, // Anchor at start only
448 ANCHOR_BOTH, // Anchor at start and end
454 Anchor anchor,
479 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...]
  /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...]
  /external/regex-re2/re2/
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...]
re2.h 141 // anchor your match at the beginning of the string. For example, you
348 // Like Consume(..), but does not anchor the match at the beginning of the
429 enum Anchor {
431 ANCHOR_START, // Anchor at start only
432 ANCHOR_BOTH, // Anchor at start and end
475 Anchor anchor,
697 Anchor anchor,
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 465 SDValue Anchor = Base.getOperand(0);
467 cast<GlobalAddressSDNode>(Anchor)->getOffset());
    [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/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp     [all...]
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help_3.5.0.v20100524.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /external/guice/extensions/struts2/lib/
struts2-core-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 1147 milliseconds