Home
last modified time | relevance | path

Searched defs:Anchor (Results 1 – 15 of 15) sorted by relevance

/external/llvm/include/llvm/Support/
DYAMLParser.h167 StringRef Anchor; variable
195 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in ScalarNode()
238 BlockScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in BlockScalarNode()
385 MappingNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in MappingNode()
439 SequenceNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in SequenceNode()
/external/boringssl/src/util/
Ddoc.go54 Anchor string member
70 Anchor string member
/external/opencv3/modules/cudafilters/test/
Dtest_filters.cpp73 PARAM_TEST_CASE(Blur, cv::cuda::DeviceInfo, cv::Size, MatType, KSize, Anchor, BorderType, UseRoi) in PARAM_TEST_CASE() argument
124 PARAM_TEST_CASE(Filter2D, cv::cuda::DeviceInfo, cv::Size, MatType, KSize, Anchor, BorderType, UseRo… in PARAM_TEST_CASE() argument
221 …LinearFilter, cv::cuda::DeviceInfo, cv::Size, MatDepth, Channels, KSize, Anchor, BorderType, UseRo… in PARAM_TEST_CASE() argument
495 PARAM_TEST_CASE(Erode, cv::cuda::DeviceInfo, cv::Size, MatType, Anchor, Iterations, UseRoi) in PARAM_TEST_CASE() argument
546 PARAM_TEST_CASE(Dilate, cv::cuda::DeviceInfo, cv::Size, MatType, Anchor, Iterations, UseRoi) in PARAM_TEST_CASE() argument
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/tokens/
DToken.java23 …Alias, Anchor, BlockEnd, BlockEntry, BlockMappingStart, BlockSequenceStart, Directive, DocumentEnd… enumConstant
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
DbtSoftBody.h286 struct Anchor struct
289 btVector3 m_local; // Anchor position in body space argument
290 btRigidBody* m_body; // Body
291 btScalar m_influence;
292 btMatrix3x3 m_c0; // Impulse matrix
293 btVector3 m_c1; // Relative anchor
294 btScalar m_c2; // ima*dt
/external/llvm/utils/yaml-bench/
DYAMLBench.cpp92 StringRef Anchor = n->getAnchor(); in dumpNode() local
/external/pcre/dist/
Dpcrecpp.h632 enum Anchor { enum
/external/pcre/
Dpcrecpp.h632 enum Anchor { enum
/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh322 struct Anchor struct
324 inline void get_anchor (hb_font_t *font, hb_codepoint_t glyph_id, in get_anchor()
336 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize()
349 union {
354 } u;
/external/regex-re2/util/
Dpcre.h445 enum Anchor { enum
/external/regex-re2/re2/
Dprog.h174 enum Anchor { enum
Dre2.h429 enum Anchor { enum
/external/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp464 SDValue Anchor = Base.getOperand(0); in expandAddress() local
DSystemZISelLowering.cpp2423 uint64_t Anchor = Offset & ~uint64_t(0xfff); in lowerGlobalAddress() local
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
DbtSoftBody.java1591 static public class Anchor extends BulletBase { class in btSoftBody
1594 protected Anchor(final String className, long cPtr, boolean cMemoryOwn) { in Anchor() method in btSoftBody.Anchor
1600 public Anchor(long cPtr, boolean cMemoryOwn) { in Anchor() method in btSoftBody.Anchor
1693 public Anchor() { in Anchor() method in btSoftBody.Anchor