HomeSort by relevance Sort by last modified time
    Searched refs:outer (Results 126 - 150 of 1337) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/webrtc/webrtc/libjingle/xmpp/
xmppstanzaparser.h 41 ParseHandler(XmppStanzaParser * outer) : outer_(outer) {}
  /external/skia/tests/
PathOpsQuadIntersectionTest.cpp 335 static void oneOffTest1(skiatest::Reporter* reporter, size_t outer, size_t inner) {
336 const QuadPts& q1 = testSet[outer];
353 __FUNCTION__, static_cast<int>(outer), static_cast<int>(inner),
359 outer, inner, tt1, xy1.fX, xy1.fY, tt2);
365 for (size_t outer = 0; outer < testSetCount - 1; ++outer) {
366 for (size_t inner = outer + 1; inner < testSetCount; ++inner) {
367 oneOffTest1(reporter, outer, inner);
536 int outer = 0 local
    [all...]
  /external/skqp/tests/
PathOpsQuadIntersectionTest.cpp 335 static void oneOffTest1(skiatest::Reporter* reporter, size_t outer, size_t inner) {
336 const QuadPts& q1 = testSet[outer];
353 __FUNCTION__, static_cast<int>(outer), static_cast<int>(inner),
359 outer, inner, tt1, xy1.fX, xy1.fY, tt2);
365 for (size_t outer = 0; outer < testSetCount - 1; ++outer) {
366 for (size_t inner = outer + 1; inner < testSetCount; ++inner) {
367 oneOffTest1(reporter, outer, inner);
536 int outer = 0 local
    [all...]
  /external/python/cpython3/Lib/
hmac.py 56 self.outer = self.digest_cons()
81 self.outer.update(key.translate(trans_5C))
105 other.outer = self.outer.copy()
113 h = self.outer.copy()
  /external/skia/samplecode/
SamplePathEffects.cpp 41 auto outer = SkPath1DPathEffect::Make(path, 12, phase, SkPath1DPathEffect::kRotate_Style); local
44 return outer;
48 return SkPathEffect::MakeCompose(outer, inner);
60 auto outer = SkPath1DPathEffect::Make( local
64 return SkPathEffect::MakeCompose(outer, inner);
  /external/skqp/samplecode/
SamplePathEffects.cpp 41 auto outer = SkPath1DPathEffect::Make(path, 12, phase, SkPath1DPathEffect::kRotate_Style); local
44 return outer;
48 return SkPathEffect::MakeCompose(outer, inner);
60 auto outer = SkPath1DPathEffect::Make( local
64 return SkPathEffect::MakeCompose(outer, inner);
  /external/eigen/unsupported/Eigen/src/SparseExtra/
BlockSparseMatrix.h 146 InnerIterator(const BlockSparseMatrixView& mat, Index outer)
147 : BlockSparseMatrixT::BlockInnerIterator(mat.m_spblockmat, outer)
417 // Browse each outer block and compute the structure
435 } // end current outer block
448 // Browse the outer block column by column (for column-major matrices)
475 } // end of this outer block
509 //Browse each outer block
530 // Save the pointer to the next outer block
643 * and the number of nonzero blocks per outer dimension
648 VectorXi nzblock_outer(m_outerBSize); // Number of nz blocks per outer vecto
694 StorageIndex outer = IsColMajor ? it->col() : it->row(); local
    [all...]
  /external/skia/src/core/
SkColorMatrixFilterRowMajor255.cpp 120 static void set_concat(SkScalar result[20], const SkScalar outer[20], const SkScalar inner[20]) {
124 result[index++] = outer[j + 0] * inner[i + 0] +
125 outer[j + 1] * inner[i + 5] +
126 outer[j + 2] * inner[i + 10] +
127 outer[j + 3] * inner[i + 15];
129 result[index++] = outer[j + 0] * inner[4] +
130 outer[j + 1] * inner[9] +
131 outer[j + 2] * inner[14] +
132 outer[j + 3] * inner[19] +
133 outer[j + 4]
    [all...]
SkStrokerPriv.h 32 typedef void (*JoinProc)(SkPath* outer, SkPath* inner,
  /external/skqp/src/core/
SkColorMatrixFilterRowMajor255.cpp 120 static void set_concat(SkScalar result[20], const SkScalar outer[20], const SkScalar inner[20]) {
124 result[index++] = outer[j + 0] * inner[i + 0] +
125 outer[j + 1] * inner[i + 5] +
126 outer[j + 2] * inner[i + 10] +
127 outer[j + 3] * inner[i + 15];
129 result[index++] = outer[j + 0] * inner[4] +
130 outer[j + 1] * inner[9] +
131 outer[j + 2] * inner[14] +
132 outer[j + 3] * inner[19] +
133 outer[j + 4]
    [all...]
SkStrokerPriv.h 32 typedef void (*JoinProc)(SkPath* outer, SkPath* inner,
  /external/eigen/Eigen/src/Core/
DenseCoeffsBase.h 64 EIGEN_STRONG_INLINE Index rowIndexByOuterInner(Index outer, Index inner) const
68 : int(Derived::Flags)&RowMajorBit ? outer
73 EIGEN_STRONG_INLINE Index colIndexByOuterInner(Index outer, Index inner) const
78 : outer;
104 EIGEN_STRONG_INLINE CoeffReturnType coeffByOuterInner(Index outer, Index inner) const
106 return coeff(rowIndexByOuterInner(outer, inner),
107 colIndexByOuterInner(outer, inner));
241 EIGEN_STRONG_INLINE PacketReturnType packetByOuterInner(Index outer, Index inner) const
243 return packet<LoadMode>(rowIndexByOuterInner(outer, inner),
244 colIndexByOuterInner(outer, inner))
    [all...]
  /external/eigen/Eigen/src/SparseLU/
SparseLU_SupernodalMatrix.h 185 InnerIterator(const MappedSuperNodalMatrix& mat, Index outer)
187 m_outer(outer),
188 m_supno(mat.colToSup()[outer]),
189 m_idval(mat.colIndexPtr()[outer]),
191 m_endidval(mat.colIndexPtr()[outer+1]),
192 m_idrow(mat.rowIndexPtr()[mat.supToCol()[mat.colToSup()[outer]]]),
193 m_endidrow(mat.rowIndexPtr()[mat.supToCol()[mat.colToSup()[outer]]+1])
  /external/autotest/client/tests/ipv6connect/src/
ipv6connect.c 349 static void RunWithOneServer(int outer, int inner) {
352 for (i = 0; i < outer; ++i) {
370 static void RunWithOneShotServers(int outer, int inner) {
373 for (i = 0; i < outer; ++i) {
389 static void RunMultiThreaded(int outer, int inner) {
392 for (i = 0; i < outer; ++i) {
409 "Usage: %s [types [outer [inner]]]\n"
415 "\touter: Number of passes through the outer loops, default 10\n"
425 int i, inner = 75, outer = 10, timediff; local
437 outer = atoi(argv[2])
    [all...]
  /external/eigen/Eigen/src/SparseCore/
SparseVector.h 142 inline void startVec(Index outer)
144 EIGEN_UNUSED_VARIABLE(outer);
145 eigen_assert(outer==0);
148 inline Scalar& insertBackByOuterInner(Index outer, Index inner)
150 EIGEN_UNUSED_VARIABLE(outer);
151 eigen_assert(outer==0);
160 Scalar& insertBackByOuterInnerUnordered(Index outer, Index inner)
162 EIGEN_UNUSED_VARIABLE(outer);
163 eigen_assert(outer==0);
177 Index outer = IsColVector ? col : row local
    [all...]
SparseCwiseUnaryOp.h 56 EIGEN_STRONG_INLINE InnerIterator(const unary_evaluator& unaryOp, Index outer)
57 : Base(unaryOp.m_argImpl,outer), m_functor(unaryOp.m_functor)
106 EIGEN_STRONG_INLINE InnerIterator(const unary_evaluator& unaryOp, Index outer)
107 : Base(unaryOp.m_argImpl,outer), m_functor(unaryOp.m_functor)
  /packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/camerafocus/
PieItem.java 40 private int outer; field in class:PieItem
120 outer = outside;
144 return outer;
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
PieItem.java 43 private int outer; field in class:PieItem
137 outer = outside;
166 return outer;
  /external/clang/test/CodeGen/
alias.c 71 int outer(int a) { return inner(a); } function
72 // CHECKCC: define arm_aapcs_vfpcc i32 @outer(i32 %a) [[NUW]] {
  /external/clang/test/SemaCXX/
coroutines.cpp 160 struct outer {}; struct
170 struct indirectly_awaitable { indirectly_awaitable(outer); };
181 template void await_template(outer); // expected-note {{instantiation}}
182 template void await_template_2(outer);
  /external/javassist/src/main/javassist/bytecode/
InnerClassesAttribute.java 162 * @param outer <code>outer_class_info_index</code>
166 public void append(String inner, String outer, String name, int flags) {
168 int o = constPool.addClassInfo(outer);
177 * @param outer <code>outer_class_info_index</code>
181 public void append(int inner, int outer, int name, int flags) {
192 ByteArray.write16bit(outer, newData, len + 2);
  /external/skia/gm/
blurs.cpp 88 SkRect outer = SkRect::MakeXYWH(10.125f, 10.125f, 100.125f, 100); local
91 path.addRect(outer, SkPath::kCW_Direction);
106 SkRect outer = SkRect::MakeXYWH(10, 110, 100, 100); local
109 path.addRect(outer, SkPath::kCW_Direction);
  /external/skia/include/effects/
SkComposeImageFilter.h 15 static sk_sp<SkImageFilter> Make(sk_sp<SkImageFilter> outer, sk_sp<SkImageFilter> inner);
  /external/skqp/gm/
blurs.cpp 88 SkRect outer = SkRect::MakeXYWH(10.125f, 10.125f, 100.125f, 100); local
91 path.addRect(outer, SkPath::kCW_Direction);
106 SkRect outer = SkRect::MakeXYWH(10, 110, 100, 100); local
109 path.addRect(outer, SkPath::kCW_Direction);
  /external/skqp/include/effects/
SkComposeImageFilter.h 15 static sk_sp<SkImageFilter> Make(sk_sp<SkImageFilter> outer, sk_sp<SkImageFilter> inner);

Completed in 2097 milliseconds

1 2 3 4 56 7 8 91011>>