HomeSort by relevance Sort by last modified time
    Searched refs:Array (Results 1051 - 1075 of 1578) sorted by null

<<41424344454647484950>>

  /frameworks/base/tools/aapt2/format/proto/
ProtoDeserialize.cpp 703 const pb::Array& pb_array = pb_compound_value.array();
704 std::unique_ptr<Array> array = util::make_unique<Array>(); local
713 array->elements.push_back(std::move(item));
715 value = std::move(array);
    [all...]
  /external/boringssl/src/ssl/
handshake.cc 177 Array<uint8_t> msg;
  /external/clang/test/CodeGenCXX/
const-init-cxx11.cpp 99 namespace Array {
  /external/eigen/Eigen/src/CholmodSupport/
CholmodSupport.h 381 Map<const Array<Scalar,1,Dynamic>, 0, InnerStride<> > sk(x + px[k], ncols, InnerStride<>(nrows+1));
  /external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h 225 // Array module
242 int _MaxRows = _Rows, int _MaxCols = _Cols> class Array;
  /external/eigen/Eigen/src/PardisoSupport/
PardisoSupport.h 118 typedef Array<StorageIndex,64,1,DontAlign> ParameterType;
153 * \returns a reference to the parameter array controlling PARDISO.
  /external/eigen/Eigen/src/SparseCore/
SparseMap.h 70 Array<StorageIndex,2,1> m_zero_nnz;
  /external/eigen/lapack/
clarfb.f 28 * .. Array Arguments ..
99 *> V is COMPLEX array, dimension
109 *> The leading dimension of the array V.
117 *> T is COMPLEX array, dimension (LDT,K)
125 *> The leading dimension of the array T. LDT >= K.
130 *> C is COMPLEX array, dimension (LDC,N)
138 *> The leading dimension of the array C. LDC >= max(1,M).
143 *> WORK is COMPLEX array, dimension (LDWORK,K)
149 *> The leading dimension of the array WORK.
174 *> array elements are modified but restored on exit. The rest of th
    [all...]
dlarfb.f 28 * .. Array Arguments ..
99 *> V is DOUBLE PRECISION array, dimension
109 *> The leading dimension of the array V.
117 *> T is DOUBLE PRECISION array, dimension (LDT,K)
125 *> The leading dimension of the array T. LDT >= K.
130 *> C is DOUBLE PRECISION array, dimension (LDC,N)
138 *> The leading dimension of the array C. LDC >= max(1,M).
143 *> WORK is DOUBLE PRECISION array, dimension (LDWORK,K)
149 *> The leading dimension of the array WORK.
174 *> array elements are modified but restored on exit. The rest of th
    [all...]
slarfb.f 28 * .. Array Arguments ..
99 *> V is REAL array, dimension
109 *> The leading dimension of the array V.
117 *> T is REAL array, dimension (LDT,K)
125 *> The leading dimension of the array T. LDT >= K.
130 *> C is REAL array, dimension (LDC,N)
138 *> The leading dimension of the array C. LDC >= max(1,M).
143 *> WORK is REAL array, dimension (LDWORK,K)
149 *> The leading dimension of the array WORK.
174 *> array elements are modified but restored on exit. The rest of th
    [all...]
zlarfb.f 28 * .. Array Arguments ..
99 *> V is COMPLEX*16 array, dimension
109 *> The leading dimension of the array V.
117 *> T is COMPLEX*16 array, dimension (LDT,K)
125 *> The leading dimension of the array T. LDT >= K.
130 *> C is COMPLEX*16 array, dimension (LDC,N)
138 *> The leading dimension of the array C. LDC >= max(1,M).
143 *> WORK is COMPLEX*16 array, dimension (LDWORK,K)
149 *> The leading dimension of the array WORK.
174 *> array elements are modified but restored on exit. The rest of th
    [all...]
  /external/eigen/test/
redux.cpp 156 CALL_SUBTEST_1( matrixRedux(Array<float, 1, 1>()) );
  /external/flatbuffers/net/FlatBuffers/
FlatBufferBuilder.cs 29 /// array (via ByteBuffer).
556 Array.Copy(_vtables, newvtables, _vtables.Length);
  /external/flatbuffers/tests/FlatBuffers.Test/
FlatBuffersExampleTests.cs 213 Assert.AreEqual("MyMonster", Encoding.UTF8.GetString(nameBytes.Array, nameBytes.Offset, nameBytes.Count));
  /external/guava/guava-tests/test/com/google/common/collect/
BenchmarkHelpers.java 272 Array {
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCConnection.java 501 public Array createArrayOf(String type, Object[] elems)
JDBCResultSet.java 710 public java.sql.Array getArray(int columnIndex) throws SQLException {
714 public java.sql.Array getArray(String columnName) throws SQLException {
    [all...]
  /external/libmojo/mojo/public/cpp/bindings/tests/
pickle_unittest.cc 304 auto pickles = Array<PickledStructChromium>::New(2);
313 // Verify that the array of pickled structs can be serialized and
354 // Verify that the array-of-arrays serializes and deserializes properly.
struct_traits_unittest.cc 353 mojo::Array<uint8_t> data = StructWithTraits::Serialize(&input);
  /external/mesa3d/src/gallium/tools/trace/
parse.py 257 expected_tokens = ('null', 'bool', 'int', 'uint', 'float', 'string', 'enum', 'array', 'struct', 'ptr', 'bytes')
312 self.element_start('array')
316 self.element_end('array')
317 return Array(elems)
  /external/mesa3d/src/mesa/state_tracker/
st_atom_array.c 31 * This converts the VBO's vertex attribute/array information into
344 const struct gl_vertex_array *array; local
348 array = get_client_array(vp, arrays, attr);
349 if (!array)
352 stride = array->StrideB; /* in bytes */
353 bufObj = array->BufferObj;
355 /* save info about the first array */
357 firstPtr = array->Ptr;
369 if (llabs(array->Ptr - firstPtr) > firstStride)
464 const struct gl_vertex_array *array; local
498 const struct gl_vertex_array *array; local
575 const struct gl_vertex_array *array; local
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_draw.c 65 /* Convert the incoming array to GLfloats. Understands the
66 * array->Normalized flag and selects the correct conversion method.
93 * Convert array of BGRA/GLubyte[4] values to RGBA/float[4]
94 * \param ptr input/ubyte array
95 * \param fptr output/float array
302 /* Just make sure the array is floating point, otherwise convert to
321 * array of ubytes which can be written into. TODO: Fix and
433 const struct gl_vertex_array **arrays = ctx->Array._DrawArrays;
  /external/pdfium/fxjs/
cjs_document.cpp 486 v8::Local<v8::Array> array; local
488 array = pRuntime->NewArray();
489 pRuntime->PutArrayElement(array, 0, params[0]);
491 array = pRuntime->ToArray(params[0]);
495 for (size_t i = 0; i < pRuntime->GetArrayLength(array); ++i) {
497 pRuntime->ToWideString(pRuntime->GetArrayElement(array, i));
531 v8::Local<v8::Array> aFields;
    [all...]
cjs_field.cpp 792 v8::Local<v8::Array> SelArray = pRuntime->NewArray();
807 std::vector<uint32_t> array;
809 array.push_back(pRuntime->ToInt32(vp));
811 v8::Local<v8::Array> SelArray = pRuntime->ToArray(vp);
813 array.push_back(
819 AddDelay_WordArray(FP_CURRENTVALUEINDICES, array);
822 m_nFormControlIndex, array);
830 const std::vector<uint32_t>& array) {
841 for (size_t i = 0; i < array.size(); ++i) {
844 if (array[i] < static_cast<uint32_t>(pFormField->CountOptions()) &
1160 v8::Local<v8::Value> array = color::ConvertPWLColorToArray(pRuntime, color); local
1789 v8::Local<v8::Value> array = color::ConvertPWLColorToArray(pRuntime, color); local
1889 v8::Local<v8::Value> array = color::ConvertPWLColorToArray(pRuntime, crRet); local
    [all...]
  /external/proguard/src/proguard/classfile/editor/
AttributeAdder.java 30 import java.lang.reflect.Array;

Completed in 1323 milliseconds

<<41424344454647484950>>