| /external/cblas/testing/ |
| c_sblat1.f | 613 * .. Array Arguments .. 657 * REQUIREMENT THAT WHEN A DUMMY ARGUMENT IS AN ARRAY, THE 658 * ACTUAL ARGUMENT MUST ALSO BE AN ARRAY OR AN ARRAY ELEMENT. 664 * .. Array Arguments ..
|
| /external/clang/lib/StaticAnalyzer/Core/ |
| RegionStore.cpp | 365 /// ArrayToPointer - Emulates the "decay" of an array to a pointer 366 /// type. 'Array' represents the lvalue of the array being decayed 369 /// the array). This is called by ExprEngine when evaluating 371 SVal ArrayToPointer(Loc Array, QualType ElementTy) override; [all...] |
| /external/eigen/Eigen/src/Core/ |
| DenseBase.h | 188 /** The plain array type corresponding to this expression. 190 typedef Array<typename internal::traits<Derived>::Scalar, 198 /** \brief The plain matrix or array type corresponding to this expression. 237 * Matrix::resize() and Array::resize(). The present method only asserts that the new size equals the old size, and does 248 * Matrix::resize() and Array::resize(). The present method only asserts that the new size equals the old size, and does 421 /** swaps *this with the matrix or array \a other.
|
| /external/eigen/test/ |
| half_float.cpp | 237 typedef Array<half,1,Dynamic> ArrayXh;
|
| /external/libmojo/mojo/public/cpp/bindings/tests/ |
| validation_unittest.cc | 269 callback.Run(Array<uint8_t>::New(0u));
|
| /external/mesa3d/src/gallium/auxiliary/nir/ |
| tgsi_to_nir.c | 249 if (decl->Declaration.Array) { 255 var->name = ralloc_asprintf(var, "arr_%d", decl->Array.ArrayID); 324 is_array = (is_array && decl->Declaration.Array && 325 (decl->Array.ArrayID != 0)); 486 * array variable. 718 * the array. Access can be direct or indirect, we 720 * that will get store_var'd back into the array var [all...] |
| /external/mesa3d/src/mesa/drivers/dri/i965/ |
| brw_draw.c | 647 const struct gl_vertex_array **arrays = ctx->Array._DrawArrays;
|
| /external/mesa3d/src/mesa/drivers/dri/nouveau/ |
| nouveau_vbo_t.c | 67 const struct gl_vertex_array *array = arrays[attr]; local 70 get_array_stride(ctx, array), 71 array->Size, array->Type, 72 imm ? array->BufferObj : NULL, 73 array->Ptr, imm, ctx); 126 const struct gl_vertex_array *array = arrays[attr]; local 130 if (!array->StrideB) { 136 nouveau_init_array(a, attr, array->StrideB, array->Size 304 const struct gl_vertex_array *array = arrays[attr]; local [all...] |
| /external/one-true-awk/ |
| lib.c | 233 extern Array *ARGVtab; 266 /* the fields are all stored in this one array with \0's */ 420 /* the fields are all stored in this one array with \0's */
|
| /external/protobuf/js/binary/ |
| utils_test.js | 317 var strings = new Array(65536); 659 // Converting Array.<numbers> into Uint8Arrays should work.
|
| /external/python/cpython2/Lib/ctypes/ |
| __init__.py | 7 from _ctypes import Union, Structure, Array 50 """create_string_buffer(aString) -> character array 51 create_string_buffer(anInteger) -> character array 52 create_string_buffer(aString, anInteger) -> character array 295 """create_unicode_buffer(aString) -> character array 296 create_unicode_buffer(anInteger) -> character array 297 create_unicode_buffer(aString, anInteger) -> character array 323 def ARRAY(typ, len):
|
| /external/python/cpython3/Lib/ctypes/ |
| __init__.py | 7 from _ctypes import Union, Structure, Array 48 """create_string_buffer(aBytes) -> character array 49 create_string_buffer(anInteger) -> character array 50 create_string_buffer(aBytes, anInteger) -> character array 276 """create_unicode_buffer(aString) -> character array 277 create_unicode_buffer(anInteger) -> character array 278 create_unicode_buffer(aString, anInteger) -> character array 305 def ARRAY(typ, len):
|
| /external/tensorflow/tensorflow/contrib/lite/toco/ |
| export_tensorflow.cc | 223 const auto& array = model.GetArray(name); local 230 const auto& data = array.GetBuffer<ArrayDataType::kInt32>().data; 234 const auto& array_shape = array.shape(); 316 const Array& original_array = model.GetArray(name); 324 const Array& input_of_fakequant = model.GetArray(input_of_fakequant_name); 407 // array layout is the same. 1844 const auto& array = *array_pair.second; local 1864 Array& array = *array_kv.second; local [all...] |
| /external/tensorflow/tensorflow/java/src/main/native/ |
| operation_builder_jni.cc | 174 jtype##Array value) { \ 178 /* Make a copy of the array to paper over any differences */ \
|
| /external/v8/benchmarks/ |
| raytrace.js | 312 this.shapes = new Array(); 313 this.lights = new Array();
|
| richards.js | 102 this.blocks = new Array(NUMBER_OF_IDS); 520 this.a2 = new Array(DATA_SIZE);
|
| /external/v8/src/ |
| value-serializer.cc | 80 // Beginning of a sparse JS array. length:uint32_t 83 // End of a sparse JS array. numProperties:uint32_t length:uint32_t 85 // Beginning of a dense JS array. length:uint32_t 88 // End of a dense JS array. numProperties:uint32_t length:uint32_t 110 // Array buffer. byteLength:uint32_t, then raw data. 112 // Array buffer (transferred). transferID:uint32_t 114 // View into an array buffer. 122 // Shared array buffer. transferID:uint32_t 329 // array's buffer here. 538 Maybe<bool> ValueSerializer::WriteJSArray(Handle<JSArray> array) { 1299 Handle<JSArray> array = isolate_->factory()->NewJSArray( local 1335 Handle<JSArray> array = isolate_->factory()->NewJSArray( local [all...] |
| /hardware/intel/common/utils/ituxd/src/com/intel/thermal/ |
| ThermalService.java | 43 import java.lang.reflect.Array;
|
| /libcore/ojluni/src/main/java/java/util/ |
| EnumMap.java | 95 * Array representation of this map. The ith element is the value 503 a = (T[])java.lang.reflect.Array
|
| LinkedList.java | 1036 * Returns an array containing all of the elements in this list 1039 * <p>The returned array will be "safe" in that no references to it are 1041 * a new array). The caller is thus free to modify the returned array. 1043 * <p>This method acts as bridge between array-based and collection-based 1046 * @return an array containing all of the elements in this list 1058 * Returns an array containing all of the elements in this list in [all...] |
| /libcore/ojluni/src/main/java/java/util/concurrent/ |
| LinkedBlockingQueue.java | 63 * Linked queues typically have higher throughput than array-based queues but 582 * Returns an array containing all of the elements in this queue, in 585 * <p>The returned array will be "safe" in that no references to it are 587 * a new array). The caller is thus free to modify the returned array. 589 * <p>This method acts as bridge between array-based and collection-based 592 * @return an array containing all of the elements in this queue 609 * Returns an array containing all of the elements in this queue, in 610 * proper sequence; the runtime type of the returned array is that of 611 * the specified array. If the queue fits in the specified array, i [all...] |
| /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/ |
| __init__.py | 10 from _ctypes import Union, Structure, Array 53 """create_string_buffer(aString) -> character array 54 create_string_buffer(anInteger) -> character array 55 create_string_buffer(aString, anInteger) -> character array 298 """create_unicode_buffer(aString) -> character array 299 create_unicode_buffer(anInteger) -> character array 300 create_unicode_buffer(aString, anInteger) -> character array 326 def ARRAY(typ, len):
|
| /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/ |
| __init__.py | 10 from _ctypes import Union, Structure, Array 53 """create_string_buffer(aString) -> character array 54 create_string_buffer(anInteger) -> character array 55 create_string_buffer(aString, anInteger) -> character array 298 """create_unicode_buffer(aString) -> character array 299 create_unicode_buffer(anInteger) -> character array 300 create_unicode_buffer(aString, anInteger) -> character array 326 def ARRAY(typ, len):
|
| /prebuilts/go/darwin-x86/src/cmd/vet/ |
| asmdecl.go | 380 case *types.Array: 463 tu := t.Underlying().(*types.Array) 465 // Calculate offset of each element array.
|
| /prebuilts/go/darwin-x86/src/encoding/gob/ |
| encode.go | 29 sendZero bool // encoding an array element or map key/value pair; send zero values 238 // encUint8Array encodes the byte array referenced by v. 268 // encEngine an array of instructions indexed by field number of the encoding 332 // encodeArray encodes an array. 436 case reflect.Array: 469 // The data is sent as a byte array. 543 // Slices have a header; we decode it to find the underlying array. 553 case reflect.Array: 557 op = func(i *encInstr, state *encoderState, array reflect.Value) { 559 state.enc.encodeArray(state.b, array, *elemOp, elemIndir, array.Len(), helper [all...] |