| /art/runtime/mirror/ |
| var_handle.cc | 19 #include "array-inl.h" 230 // into an array. The parameter types are derived from the specified [all...] |
| object-inl.h | 22 #include "array-inl.h" 214 inline Array* Object::AsArray() { 216 return down_cast<Array*>(this); [all...] |
| /external/eigen/Eigen/src/Core/ |
| CoreEvaluators.h | 119 // -------------------- Matrix and Array -------------------- 122 // Matrix and Array evaluators. 249 struct evaluator<Array<Scalar, Rows, Cols, Options, MaxRows, MaxCols> > 250 : evaluator<PlainObjectBase<Array<Scalar, Rows, Cols, Options, MaxRows, MaxCols> > > 252 typedef Array<Scalar, Rows, Cols, Options, MaxRows, MaxCols> XprType; 337 // Like Matrix and Array, this is not really a unary expression, so we directly specialize evaluator. [all...] |
| /external/icu/android_icu4j/src/main/java/android/icu/text/ |
| Bidi.java | 33 import java.lang.reflect.Array; 476 * them back to the dirProps array. 548 /* array of nested isolated sequence entries; can never excess UBIDI_MAX_EXPLICIT_LEVEL 1336 Object array = getMemory("DirProps", dirPropsMemory, Byte.TYPE, mayAllocate, len); local 1347 Object array = getMemory("Levels", levelsMemory, Byte.TYPE, mayAllocate, len); local 1358 Object array = getMemory("Runs", runsMemory, BidiRun.class, mayAllocate, len); local [all...] |
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| Bidi.java | 32 import java.lang.reflect.Array; 475 * them back to the dirProps array. 547 /* array of nested isolated sequence entries; can never excess UBIDI_MAX_EXPLICIT_LEVEL 1363 Object array = getMemory("DirProps", dirPropsMemory, Byte.TYPE, mayAllocate, len); local 1374 Object array = getMemory("Levels", levelsMemory, Byte.TYPE, mayAllocate, len); local 1385 Object array = getMemory("Runs", runsMemory, BidiRun.class, mayAllocate, len); local [all...] |
| /external/mesa3d/src/gallium/auxiliary/tgsi/ |
| tgsi_ureg.c | 56 struct tgsi_declaration_array array; member in union:tgsi_any_token 644 /* and also at the end of the array */ 2015 unsigned array = 0; local [all...] |
| tgsi_text.c | 122 /* Return the array index that matches starting at *pcur, where the string at 130 const char * const *array, 134 if (str_match_nocase_whole(pcur, array[j])) [all...] |
| /external/llvm/test/Bindings/OCaml/ |
| core.ml | 204 group "array"; 647 insist (0 = Array.length (basic_blocks fn)); 667 insist (1 = Array.length (basic_blocks fn)); 675 insist (2 = Array.length params); [all...] |
| /external/pdfium/third_party/lcms/src/ |
| cmstypes.c | 118 cmsBool _cmsWriteWCharArray(cmsIOHANDLER* io, cmsUInt32Number n, const wchar_t* Array) 123 _cmsAssert(!(Array == NULL && n > 0)); 126 if (!_cmsWriteUInt16Number(io, (cmsUInt16Number) Array[i])) return FALSE; 132 // Auxiliary to read an array of wchar_t 134 cmsBool _cmsReadWCharArray(cmsIOHANDLER* io, cmsUInt32Number n, wchar_t* Array) 143 if (Array != NULL) { 146 Array[i] = (wchar_t) tmp; 288 //The XYZType contains an array of three encoded values for the XYZ tristimulus 523 // This type represents an array of generic 4-byte/32-bit fixed point quantity. 582 // This type represents an array of generic 4-byte/32-bit quantity [all...] |
| /external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/ |
| vmcore.ml | 155 group "array"; 564 insist (0 = Array.length (basic_blocks fn)); 584 insist (1 = Array.length (basic_blocks fn)); 592 insist (2 = Array.length params); [all...] |
| /prebuilts/go/darwin-x86/src/encoding/json/ |
| encode.go | 56 // Array and slice values encode as JSON arrays, except that 73 // false, 0, a nil pointer, a nil interface value, and any empty array, 308 case reflect.Array, reflect.Map, reflect.Slice, reflect.String: 422 case reflect.Array: [all...] |
| /prebuilts/go/linux-x86/src/encoding/json/ |
| encode.go | 56 // Array and slice values encode as JSON arrays, except that 73 // false, 0, a nil pointer, a nil interface value, and any empty array, 308 case reflect.Array, reflect.Map, reflect.Slice, reflect.String: 422 case reflect.Array: [all...] |
| /art/compiler/optimizing/ |
| code_generator.cc | 56 #include "mirror/array-inl.h" 302 : mirror::Array::LengthOffset().Uint32Value(); 309 : mirror::Array::DataOffset(DataType::Size(array_get->GetType())).Uint32Value(); [all...] |
| /art/runtime/hprof/ |
| hprof.cc | 494 void DumpHeapArray(mirror::Array* obj, mirror::Class* klass) [all...] |
| /art/runtime/interpreter/ |
| interpreter_common.cc | 30 #include "mirror/array-inl.h" 645 // arguments either from a range or an array of arguments depending 647 // invoke-polymorphic. The array here is for the latter. [all...] |
| /external/autotest/client/deps/webgl_mpd/src/resources/ |
| J3DIMath.js | 45 Constructor(in sequence<float> array) // create new J3DIMatrix4 with 16 floats (row major) 50 void load(in sequence<float> array); // copy 16 floats into the matrix 51 sequence<float> getAsArray(); // return the matrix as an array of 16 floats 89 Constructor(in sequence<float> array) // create new J3DVector3 with 3 floats from array 95 void load(in sequence<float> array); // copy 3 floats into the vector from array 97 sequence<float> getAsArray(); // return the vector as an array of 3 floats 216 var array = new Float32Array(16); 217 this.$matrix.copy(array); [all...] |
| /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/ |
| jquery-1.7.1.js | 89 push = Array.prototype.push, 90 slice = Array.prototype.slice, 92 indexOf = Array.prototype.indexOf, 137 // HANDLE: $(html) -> $(array) 228 // Get the whole matched element set as a clean array 232 // Return a 'clean' array 239 // Take an array of elements and push it onto the stack 268 // (You can seed the arguments with an array of args, but this is 315 // Behaves like an Array's method, not like a jQuery method. 496 isArray: Array.isArray || function( obj ) [all...] |
| /external/clang/lib/Sema/ |
| SemaLambda.cpp | 632 // array-to-pointer conversion (4.2 [conv.array]), and [all...] |
| /external/doclava/src/com/google/doclava/ |
| Doclava.java | 35 import java.lang.reflect.Array; 1718 Object[] array = (Object[]) o; local [all...] |
| /external/eigen/Eigen/src/SVD/ |
| BDCSVD.h | 98 typedef Array<RealScalar, Dynamic, 1> ArrayXr; 99 typedef Array<Index,1,Dynamic> ArrayXi; 355 if( (A.col(j).head(n1).array()!=Literal(0)).any() ) 361 if( (A.col(j).tail(n2).array()!=Literal(0)).any() ) 624 std::cout << " check1 (expect0) : " << ((singVals.array()-(shifts+mus)) / singVals.array()).head(actual_n).transpose() << "\n\n"; 625 std::cout << " check2 (>0) : " << ((singVals.array()-diag) / singVals.array()).head(actual_n).transpose() << "\n\n"; 626 std::cout << " check3 (>0) : " << ((diag.segment(1,actual_n-1)-singVals.head(actual_n-1).array()) / singVals.head(actual_n-1).array()).transpose() << "\n\n\n" [all...] |
| /external/eigen/blas/testing/ |
| cblat3.f | 386 9991 FORMAT( ' AMEND DATA FILE OR INCREASE ARRAY SIZES IN PROGRAM', 429 * .. Array Arguments .. 714 * .. Array Arguments .. [all...] |
| zblat3.f | 388 9991 FORMAT( ' AMEND DATA FILE OR INCREASE ARRAY SIZES IN PROGRAM', 431 * .. Array Arguments .. 716 * .. Array Arguments .. [all...] |
| /external/mesa3d/src/gallium/drivers/radeonsi/ |
| si_shader_tgsi_setup.c | 387 * Return the description of the array covering the given temporary register 403 const struct tgsi_array_info *array = &ctx->temp_arrays[i]; local 405 if (reg_index >= array->range.First && reg_index <= array->range.Last) 449 * Returns NULL if the insertelement/extractelement fallback for array access 460 struct tgsi_array_info *array; local 478 array = &ctx->temp_arrays[array_id - 1]; 480 if (!(array->writemask & (1 << swizzle))) 498 index = si_llvm_bound_index(ctx, index, array->range.Last - array->range.First + 1) 593 LLVMValueRef array = local 619 LLVMValueRef array = local [all...] |
| /external/mesa3d/src/mesa/main/ |
| attrib.c | [all...] |
| /external/protobuf/js/binary/ |
| arith.js | 224 * @return {Array.<jspb.arith.UInt64>} array of [quotient, remainder], 225 * unless divisor is 0, in which case an empty array is returned.
|