Home
last modified time | relevance | path

Searched refs:POSITION (Results 1 – 25 of 82) sorted by relevance

1234

/external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/Common/
DLinkList.h71 class POSITION
76 POSITION() : pNode(nullptr) in POSITION() function
80 bool operator==(const POSITION &p) const
85 bool operator!=(const POSITION &p) const
93 POSITION(Node *p) : pNode(p) in POSITION() function
214 HRESULT InsertPos(POSITION pos, T item) in InsertPos()
321 POSITION FrontPosition() in FrontPosition()
325 return POSITION(nullptr); in FrontPosition()
329 return POSITION(Front()); in FrontPosition()
333 POSITION EndPosition() const in EndPosition()
[all …]
/external/v8/test/cctest/
Dtest-reloc-info.cc58 RelocInfo::STATEMENT_POSITION : RelocInfo::POSITION; in TEST()
76 RelocIterator it(desc, RelocInfo::ModeMask(RelocInfo::POSITION)); in TEST()
81 RelocInfo::STATEMENT_POSITION : RelocInfo::POSITION; in TEST()
82 if (mode == RelocInfo::POSITION) { in TEST()
98 RelocInfo::STATEMENT_POSITION : RelocInfo::POSITION; in TEST()
115 RelocInfo::STATEMENT_POSITION : RelocInfo::POSITION; in TEST()
/external/mesa3d/src/gallium/tests/graw/geometry-shader/
Dmov.txt4 DCL IN[][0], POSITION, CONSTANT
6 DCL OUT[0], POSITION, CONSTANT
Dadd-mix.txt4 DCL IN[][0], POSITION, CONSTANT
6 DCL OUT[0], POSITION, CONSTANT
Dadd.txt4 DCL IN[][0], POSITION, CONSTANT
6 DCL OUT[0], POSITION, CONSTANT
Dmov-cb-2d.txt4 DCL IN[][0], POSITION, CONSTANT
6 DCL OUT[0], POSITION, CONSTANT
Dline.txt5 DCL IN[][0], POSITION, CONSTANT
7 DCL OUT[0], POSITION, CONSTANT
Dmulti-line.txt5 DCL IN[][0], POSITION, CONSTANT
7 DCL OUT[0], POSITION, CONSTANT
/external/libvpx/libvpx/vp9/common/
Dvp9_mvref_common.h29 } POSITION; typedef
89 static const POSITION mv_ref_blocks[BLOCK_SIZES][MVREF_NEIGHBOURS] = {
195 const POSITION *mi_pos) { in is_inside()
Dvp9_mvref_common.c24 const POSITION *const mv_ref_search = mv_ref_blocks[mi->mbmi.sb_type]; in find_mv_refs_idx()
38 const POSITION *const mv_ref = &mv_ref_search[i]; in find_mv_refs_idx()
60 const POSITION *const mv_ref = &mv_ref_search[i]; in find_mv_refs_idx()
102 const POSITION *mv_ref = &mv_ref_search[i]; in find_mv_refs_idx()
/external/opencv3/modules/videoio/src/
Dcap_msmf.hpp1928 class POSITION class in List
1933 POSITION() : pNode(nullptr) in POSITION() function in List::POSITION
1937 bool operator==(const POSITION &p) const in operator ==()
1942 bool operator!=(const POSITION &p) const in operator !=()
1950 POSITION(Node *p) : pNode(p) in POSITION() function in List::POSITION
2071 HRESULT InsertPos(POSITION pos, T item) in InsertPos()
2178 POSITION FrontPosition() in FrontPosition()
2182 return POSITION(nullptr); in FrontPosition()
2186 return POSITION(Front()); in FrontPosition()
2190 POSITION EndPosition() const in EndPosition()
[all …]
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/tests/yui/out/
Dbackground-position.out.b1 a{background-position:0 0 0 0}b{BACKGROUND-POSITION:0 0}
Dbackground-position.out1 a{background-position:0 0 0 0}b{BACKGROUND-POSITION:0 0}
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/tests/yui/
Dbackground-position.css2 b {BACKGROUND-POSITION: 0 0;}
/external/mesa3d/src/gallium/tests/graw/vertex-shader/
Dvert-mov.sh5 DCL OUT[0], POSITION
Dvert-lit.sh5 DCL OUT[0], POSITION
Dvert-xpd.sh5 DCL OUT[0], POSITION
Dvert-dst.sh5 DCL OUT[0], POSITION
Dvert-srcmod-swz.sh5 DCL OUT[0], POSITION
Dvert-min.sh5 DCL OUT[0], POSITION
Dvert-sub.sh5 DCL OUT[0], POSITION
Dvert-mul.sh5 DCL OUT[0], POSITION
Dvert-add.sh5 DCL OUT[0], POSITION
Dvert-max.sh5 DCL OUT[0], POSITION
Dvert-cb-2d.sh5 DCL OUT[0], POSITION

1234