Searched defs:writePacket (Results 1 - 15 of 15) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DSocketTransportWrapper.java278 public void writePacket(byte[] packet) throws IOException { method in class:SocketTransportWrapper
H A DTransportWrapper.java95 public void writePacket(byte[] packet) throws IOException; method in interface:TransportWrapper
/external/eigen/Eigen/src/Core/
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 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 DArrayWrapper.h103 inline void writePacket(Index rowId, Index colId, const PacketScalar& val) function in class:Eigen::ArrayWrapper
105 m_expression.const_cast_derived().template writePacket<LoadMode>(rowId, colId, val);
115 inline void writePacket(Index index, const PacketScalar& val) function in class:Eigen::ArrayWrapper
117 m_expression.const_cast_derived().template writePacket<LoadMode>(index, val);
228 inline void writePacket(Index rowId, Index colId, const PacketScalar& val) function in class:Eigen::MatrixWrapper
230 m_expression.const_cast_derived().template writePacket<LoadMode>(rowId, colId, val);
240 inline void writePacket(Index index, const PacketScalar& val) function in class:Eigen::MatrixWrapper
242 m_expression.const_cast_derived().template writePacket<LoadMode>(index, val);
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 DMapBase.h214 inline void writePacket(Index row, Index col, const PacketScalar& val) function in class:Eigen::MapBase
221 inline void writePacket(Index index, const PacketScalar& val) function in class:Eigen::MapBase
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 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 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 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
/external/skia/experimental/Networking/
H A DSkSockets.cpp171 int SkSocket::writePacket(void* data, size_t size, DataType type) { function in class:SkSocket
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdi.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2886 milliseconds