Searched refs:writePacket (Results 1 - 25 of 29) sorted by relevance

12

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DTransportWrapper.java95 public void writePacket(byte[] packet) throws IOException; method in interface:TransportWrapper
H A DPacketDispatcher.java303 connection.writePacket(command.toBytesArray());
374 connection.writePacket(command.toBytesArray());
H A DSocketTransportWrapper.java278 public void writePacket(byte[] packet) throws IOException { method in class:SocketTransportWrapper
/external/eigen/Eigen/src/Core/
H A DNestByValue.h77 inline void writePacket(Index row, Index col, const PacketScalar& x) function in class:Eigen::NestByValue
79 m_expression.const_cast_derived().template writePacket<LoadMode>(row, col, x);
89 inline void writePacket(Index index, const PacketScalar& x) function in class:Eigen::NestByValue
91 m_expression.const_cast_derived().template writePacket<LoadMode>(index, x);
H A DFlagged.h95 inline void writePacket(Index row, Index col, const PacketScalar& x) function in class:Eigen::Flagged
97 m_matrix.const_cast_derived().template writePacket<LoadMode>(row, col, x);
107 inline void writePacket(Index index, const PacketScalar& x) function in class:Eigen::Flagged
109 m_matrix.const_cast_derived().template writePacket<LoadMode>(index, x);
H A DForceAlignedAccess.h76 inline void writePacket(Index row, Index col, const PacketScalar& x) function in class:Eigen::ForceAlignedAccess
78 m_expression.const_cast_derived().template writePacket<Aligned>(row, col, x);
88 inline void writePacket(Index index, const PacketScalar& x) function in class:Eigen::ForceAlignedAccess
90 m_expression.const_cast_derived().template writePacket<Aligned>(index, x);
H A DArrayWrapper.h98 inline void writePacket(Index rowId, Index colId, const PacketScalar& val) function in class:Eigen::ArrayWrapper
100 m_expression.const_cast_derived().template writePacket<LoadMode>(rowId, colId, val);
110 inline void writePacket(Index index, const PacketScalar& val) function in class:Eigen::ArrayWrapper
112 m_expression.const_cast_derived().template writePacket<LoadMode>(index, val);
218 inline void writePacket(Index rowId, Index colId, const PacketScalar& val) function in class:Eigen::MatrixWrapper
220 m_expression.const_cast_derived().template writePacket<LoadMode>(rowId, colId, val);
230 inline void writePacket(Index index, const PacketScalar& val) function in class:Eigen::MatrixWrapper
232 m_expression.const_cast_derived().template writePacket<LoadMode>(index, val);
H A DSwap.h100 m_expression.template writePacket<StoreMode>(rowId, colId,
103 _other.template writePacket<LoadMode>(rowId, colId, tmp);
112 m_expression.template writePacket<StoreMode>(index,
115 _other.template writePacket<LoadMode>(index, tmp);
H A DReverse.h153 inline void writePacket(Index row, Index col, const PacketScalar& x) function in class:Eigen::Reverse
155 m_matrix.const_cast_derived().template writePacket<LoadMode>(
168 inline void writePacket(Index index, const PacketScalar& x) function in class:Eigen::Reverse
170 m_matrix.const_cast_derived().template writePacket<LoadMode>(m_matrix.size() - index - PacketSize, internal::preverse(x));
H A DDenseCoeffsBase.h249 void writePacket();
429 EIGEN_STRONG_INLINE void writePacket function in class:Eigen::DenseCoeffsBase
434 derived().template writePacket<StoreMode>(row,col,val);
443 writePacket<StoreMode>(rowIndexByOuterInner(outer, inner),
458 EIGEN_STRONG_INLINE void writePacket function in class:Eigen::DenseCoeffsBase
462 derived().template writePacket<StoreMode>(index,val);
521 derived().template writePacket<StoreMode>(row, col,
537 derived().template writePacket<StoreMode>(index,
H A DTranspose.h160 inline void writePacket(Index rowId, Index colId, const PacketScalar& x) function in class:Eigen::TransposeImpl
162 derived().nestedExpression().const_cast_derived().template writePacket<LoadMode>(colId, rowId, x);
172 inline void writePacket(Index index, const PacketScalar& x) function in class:Eigen::TransposeImpl
174 derived().nestedExpression().const_cast_derived().template writePacket<LoadMode>(index, x);
H A DBlock.h258 inline void writePacket(Index rowId, Index colId, const PacketScalar& val) function in class:Eigen::internal::BlockImpl_dense
260 m_xpr.const_cast_derived().template writePacket<Unaligned>
273 inline void writePacket(Index index, const PacketScalar& val) function in class:Eigen::internal::BlockImpl_dense
275 m_xpr.const_cast_derived().template writePacket<Unaligned>
H A DSelfCwiseBinaryOp.h112 m_matrix.template writePacket<StoreMode>(row, col,
121 m_matrix.template writePacket<StoreMode>(index,
H A DMapBase.h213 inline void writePacket(Index row, Index col, const PacketScalar& val) function in class:Eigen::MapBase
220 inline void writePacket(Index index, const PacketScalar& val) function in class:Eigen::MapBase
H A DPlainObjectBase.h196 EIGEN_STRONG_INLINE void writePacket(Index rowId, Index colId, const PacketScalar& val) function in class:Eigen::PlainObjectBase
206 EIGEN_STRONG_INLINE void writePacket(Index index, const PacketScalar& val) function in class:Eigen::PlainObjectBase
H A DDenseBase.h79 using Base::writePacket;
/external/chromium_org/third_party/skia/experimental/DrawingBoard/
H A DSkNetPipeController.cpp23 return sockfd->writePacket(fBlock, fBytesWritten, type);
H A DSampleDrawingServer.cpp94 fServer->writePacket(fData.begin() + fTotalBytesWritten,
173 fServer->writePacket(fBuffer.begin(), fBuffer.count(),
/external/skia/experimental/DrawingBoard/
H A DSkNetPipeController.cpp23 return sockfd->writePacket(fBlock, fBytesWritten, type);
H A DSampleDrawingServer.cpp94 fServer->writePacket(fData.begin() + fTotalBytesWritten,
173 fServer->writePacket(fBuffer.begin(), fBuffer.count(),
/external/eigen/Eigen/src/LU/arch/
H A DInverse_SSE.h154 result.template writePacket<ResultAlignment>( 0, _mm_shuffle_ps(iA,iB,0x77));
155 result.template writePacket<ResultAlignment>( 4, _mm_shuffle_ps(iA,iB,0x22));
156 result.template writePacket<ResultAlignment>( 8, _mm_shuffle_ps(iC,iD,0x77));
157 result.template writePacket<ResultAlignment>(12, _mm_shuffle_ps(iC,iD,0x22));
314 result.template writePacket<ResultAlignment>( 0, _mm_mul_pd(_mm_shuffle_pd(iA2, iA1, 3), d1)); // iA# / det
315 result.template writePacket<ResultAlignment>( 4, _mm_mul_pd(_mm_shuffle_pd(iA2, iA1, 0), d2));
316 result.template writePacket<ResultAlignment>( 2, _mm_mul_pd(_mm_shuffle_pd(iB2, iB1, 3), d1)); // iB# / det
317 result.template writePacket<ResultAlignment>( 6, _mm_mul_pd(_mm_shuffle_pd(iB2, iB1, 0), d2));
318 result.template writePacket<ResultAlignment>( 8, _mm_mul_pd(_mm_shuffle_pd(iC2, iC1, 3), d1)); // iC# / det
319 result.template writePacket<ResultAlignmen
[all...]
/external/chromium_org/third_party/skia/experimental/Networking/
H A DSkSockets.h58 int writePacket(void* data, size_t size, DataType type = kPipeAppend_type);
149 * read/write data back and forth using read/writePacket calls. Port number can
H A DSkSockets.cpp171 int SkSocket::writePacket(void* data, size_t size, DataType type) { function in class:SkSocket
/external/skia/experimental/Networking/
H A DSkSockets.h58 int writePacket(void* data, size_t size, DataType type = kPipeAppend_type);
149 * read/write data back and forth using read/writePacket calls. Port number can
H A DSkSockets.cpp171 int SkSocket::writePacket(void* data, size_t size, DataType type) { function in class:SkSocket

Completed in 1852 milliseconds

12