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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DSocketTransportWrapper.java289 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 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.h76 inline void writePacket(Index row, Index col, const PacketScalar& x) function in class:Eigen::NestByValue
78 m_expression.const_cast_derived().template writePacket<LoadMode>(row, col, x);
88 inline void writePacket(Index index, const PacketScalar& x) function in class:Eigen::NestByValue
90 m_expression.const_cast_derived().template writePacket<LoadMode>(index, x);
H A DMapBase.h265 inline void writePacket(Index row, Index col, const PacketScalar& val) function in class:Eigen::MapBase
272 inline void writePacket(Index index, const PacketScalar& val) function in class:Eigen::MapBase
H A DBlock.h269 inline void writePacket(Index rowId, Index colId, const PacketScalar& val) function in class:Eigen::internal::BlockImpl_dense
271 m_xpr.template writePacket<Unaligned>(rowId + m_startRow.value(), colId + m_startCol.value(), val);
283 inline void writePacket(Index index, const PacketScalar& val) function in class:Eigen::internal::BlockImpl_dense
285 m_xpr.template writePacket<Unaligned>
H A DPlainObjectBase.h239 EIGEN_STRONG_INLINE void writePacket(Index rowId, Index colId, const PacketScalar& val) function in class:Eigen::PlainObjectBase
249 EIGEN_STRONG_INLINE void writePacket(Index index, const PacketScalar& val) function in class:Eigen::PlainObjectBase
H A DCoreEvaluators.h209 void writePacket(Index row, Index col, const PacketType& x) function in struct:Eigen::internal::evaluator
221 void writePacket(Index index, const PacketType& x) function in struct:Eigen::internal::evaluator
320 void writePacket(Index row, Index col, const PacketType& x) function in struct:Eigen::internal::unary_evaluator
322 m_argImpl.template writePacket<StoreMode,PacketType>(col, row, x);
327 void writePacket(Index index, const PacketType& x) function in struct:Eigen::internal::unary_evaluator
329 m_argImpl.template writePacket<StoreMode,PacketType>(index, x);
872 void writePacket(Index row, Index col, const PacketType& x) function in struct:Eigen::internal::mapbase_evaluator
880 void writePacket(Index index, const PacketType& x) function in struct:Eigen::internal::mapbase_evaluator
1072 void writePacket(Index row, Index col, const PacketType& x) function in struct:Eigen::internal::unary_evaluator
1074 return m_argImpl.template writePacket<StoreMod
1079 void writePacket(Index index, const PacketType& x) function in struct:Eigen::internal::unary_evaluator
1371 void writePacket(Index row, Index col, const PacketType& x) function in struct:Eigen::internal::evaluator_wrapper_base
1378 void writePacket(Index index, const PacketType& x) function in struct:Eigen::internal::evaluator_wrapper_base
1503 void writePacket(Index row, Index col, const PacketType& x) function in struct:Eigen::internal::unary_evaluator
1520 void writePacket(Index index, const PacketType& x) function in struct:Eigen::internal::unary_evaluator
[all...]
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorEvaluator.h83 void writePacket(Index index, const PacketReturnType& x) function in struct:Eigen::TensorEvaluator
H A DTensorLayoutSwap.h201 void writePacket(Index index, const PacketReturnType& x) function in struct:Eigen::TensorEvaluator
203 this->m_impl.template writePacket<StoreMode>(index, x);
H A DTensorReverse.h271 void writePacket(Index index, const PacketReturnType& x) { function in struct:TensorEvaluator
H A DTensorShuffling.h249 void writePacket(Index index, const PacketReturnType& x) function in struct:Eigen::TensorEvaluator
H A DTensorChipping.h342 void writePacket(Index index, const PacketReturnType& x) function in struct:Eigen::TensorEvaluator
361 this->m_impl.template writePacket<StoreMode>(index + this->m_inputOffset, x);
367 this->m_impl.template writePacket<StoreMode>(inputIndex, x);
H A DTensorConcatenation.h345 void writePacket(Index index, const PacketReturnType& x) function in struct:Eigen::TensorEvaluator
H A DTensorStriding.h290 void writePacket(Index index, const PacketReturnType& x) function in struct:Eigen::TensorEvaluator
321 this->m_impl.template writePacket<Unaligned>(inputIndices[0], x);
H A DTensorMorphing.h191 void writePacket(Index index, const PacketReturnType& x) function in struct:Eigen::TensorEvaluator
193 this->m_impl.template writePacket<StoreMode>(index, x);
562 void writePacket(Index index, const PacketReturnType& x) function in struct:Eigen::TensorEvaluator
591 this->m_impl.template writePacket<StoreMode>(inputIndices[0], x);
/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 186 milliseconds