HomeSort by relevance Sort by last modified time
    Searched refs:SubVector (Results 1 - 8 of 8) sorted by null

  /external/v8/src/
preparse-data.cc 101 function_store_.WriteTo(data.SubVector(PreparseDataConstants::kHeaderSize,
157 function_store_.WriteTo(data.SubVector(PreparseDataConstants::kHeaderSize,
162 Vector<byte>::cast(data.SubVector(symbol_start, total_size)));
strtod.cc 97 return buffer.SubVector(i, buffer.length());
107 return buffer.SubVector(0, i + 1);
utils.h 349 Vector<T> SubVector(int from, int to) {
655 chunks_.Add(current_chunk_.SubVector(0, index_));
693 return this->current_chunk_.SubVector(sequence_start, this->index_);
728 this->chunks_.Add(this->current_chunk_.SubVector(0, sequence_start_));
compiler.cc 250 && name->IsEqualTo(filter.SubVector(1, filter.length())))
parser.cc 216 Vector<const uc16> prefix = char_vector.SubVector(0, num_chars - 1);
218 char_vector = char_vector.SubVector(num_chars - 1, num_chars);
299 return FunctionEntry(store_.SubVector(index,
    [all...]
profile-generator.cc     [all...]
  /external/eigen/Eigen/src/Core/
VectorwiseOp.h 201 * \returns the i-th subvector according to the \c Direction */
204 typename ExpressionType::RowXpr>::type SubVector;
205 SubVector subVector(Index i)
207 return SubVector(m_matrix.derived(),i);
406 /** Copies the vector \a other to each subvector of \c *this */
416 /** Adds the vector \a other to each subvector of \c *this */
425 /** Substracts the vector \a other to each subvector of \c *this */
434 /** Multiples each subvector of \c *this by the vector \a other */
445 /** Divides each subvector of \c *this by the vector \a other *
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
VectorTest.java 1217 SubVector<String> subvector = new SubVector<String>(); local
    [all...]

Completed in 165 milliseconds