| /external/v8/src/js/ |
| i18n.js | 600 * Given an array-like, outputs an Array with the numbered 603 * When |expandable| is true, the result array can be expanded. 606 var array = []; 610 %object_define_property(array, i, {value: input[i], 617 %object_define_property(array, 'length', {value: l, writable: false}); 618 return array; 621 /* Make JS array[] out of InternalArray */ 623 var array = []; 624 %MoveArrayContents(input, array); [all...] |
| /external/v8/src/ |
| objects-debug.cc | 94 Fixed##Type##Array::cast(this)->FixedTypedArrayVerify(); \ 797 // If a GC was caused while constructing this array, the elements 819 // The dictionary can never have more elements than the array length + 1. [all...] |
| /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
| valuetest.cpp | 216 // Array of different size
589 static const char cstr[] = "World"; // const array
595 static char mstr[] = "Howdy"; // non-const array
715 TEST(Value, Array) {
834 // Use array of array to ensure removed elements' destructor is called.
[all...] |
| /art/runtime/gc/collector/ |
| concurrent_copying.cc | [all...] |
| /art/runtime/ |
| jni_internal_test.cc | 160 // But you must include it for an array of any reference type. 350 jbooleanArray array = env_->NewBooleanArray(10); local 352 EXPECT_EQ(env_->GetByteArrayElements(reinterpret_cast<jbyteArray>(array), &is_copy), nullptr); 354 check_jni ? "incompatible array type boolean[] expected byte[]" 355 : "attempt to get byte primitive array elements with an object of type boolean[]"); 356 EXPECT_EQ(env_->GetShortArrayElements(reinterpret_cast<jshortArray>(array), &is_copy), nullptr); 358 check_jni ? "incompatible array type boolean[] expected short[]" 359 : "attempt to get short primitive array elements with an object of type boolean[]"); 360 EXPECT_EQ(env_->GetCharArrayElements(reinterpret_cast<jcharArray>(array), &is_copy), nullptr); 362 check_jni ? "incompatible array type boolean[] expected char[] 400 jbooleanArray array = env_->NewBooleanArray(10); local 445 jbyteArray array = env_->NewByteArray(10); local 488 jbooleanArray array = env_->NewBooleanArray(kLength); local 546 jbooleanArray array = env_->NewBooleanArray(kLength); local 1757 jobjectArray array = env_->NewObjectArray(1, java_lang_Class, nullptr); local [all...] |
| runtime.cc | 101 #include "mirror/array.h" [all...] |
| /external/boringssl/src/ssl/ |
| ssl_test.cc | [all...] |
| /external/v8/benchmarks/ |
| deltablue.js | 57 this.elms = new Array();
|
| /external/v8/src/debug/ |
| debug.js | 12 var GlobalArray = global.Array; 358 // Allocate array for caching the columns where the actual source starts.
|
| /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
| bimport.go | 571 t.Extra = &types.Array{Elem: elem, Bound: bound}
|
| /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/ |
| webhtml.go | 695 : Array.from(selected.keys()).map(key => quotemeta(nodes[key])).join("|")
|
| /prebuilts/go/darwin-x86/src/go/internal/gcimporter/ |
| bimport.go | 444 t := new(types.Array)
|
| /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
| bimport.go | 571 t.Extra = &types.Array{Elem: elem, Bound: bound}
|
| /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/ |
| webhtml.go | 695 : Array.from(selected.keys()).map(key => quotemeta(nodes[key])).join("|")
|
| /prebuilts/go/linux-x86/src/go/internal/gcimporter/ |
| bimport.go | 444 t := new(types.Array)
|
| /external/llvm/lib/Bitcode/Reader/ |
| BitcodeReader.cpp | 113 /// Array of metadata references. 179 /// Upgrade a type ref array that may have MDString references. [all...] |
| /external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/ |
| optimized_ops.h | 39 // Make a local VectorMap typedef allowing to map a float array 59 // Make a local VectorMap typedef allowing to map a float array 94 Eigen::Map<const Eigen::Array<typename std::remove_const<Scalar>::type, 96 Eigen::Map<Eigen::Array<Scalar, Eigen::Dynamic, Eigen::Dynamic>>>::type; 132 // rectangular array of numbers. 339 // array of which dimension is the batch dimension in it. 574 // array of which dimension is the batch dimension in it. 653 // and columns from the patch into the output array. [all...] |
| /external/v8/src/heap/ |
| heap.cc | 23 #include "src/heap/array-buffer-tracker-inl.h" 757 // If GC happens while adding a stack trace to the weak fixed array, 2549 TransitionArray* array = TransitionArray::cast(raw_array); local 3991 FixedArray* array = FixedArray::cast(result); local 5848 WeakFixedArray* array = WeakFixedArray::cast(object); local 5861 WeakFixedArray* array = WeakFixedArray::cast(prototype_users); local [all...] |
| /art/compiler/optimizing/ |
| code_generator_arm_vixl.cc | 34 #include "mirror/array-inl.h" 86 // Reference load (except object array loads) is using LDR Rt, [Rn, #offset] which can handle 722 CheckEntrypointTypes<kQuickAputObject, void, mirror::Array*, int32_t, mirror::Object*>(); 6320 vixl32::Register array = InputRegisterAt(instruction, 0); local 6540 GetAssembler()->StoreSToOffset(SRegisterFrom(value), array, offset); local 6555 GetAssembler()->StoreDToOffset(DRegisterFrom(value), array, offset); local [all...] |
| code_generator_vector_arm64.cc | 19 #include "mirror/array-inl.h" [all...] |
| code_generator_vector_mips.cc | 18 #include "mirror/array-inl.h" [all...] |
| code_generator_vector_mips64.cc | 18 #include "mirror/array-inl.h" [all...] |
| loop_optimization.cc | 28 #include "mirror/array-inl.h" 52 : mirror::Array::DataOffset(DataType::Size(type)).Uint32Value(); 760 // array or to two completely disjoint arrays, i.e., no partial aliasing. 806 // If the array/string object has a known, sufficient alignment, use the 817 // Otherwise, if the array/string object has a known, sufficient alignment [all...] |
| /build/make/tools/ |
| warn.py | 31 # warning_messages array of each warning message, without source url 32 # warning_records array of [idx to warn_patterns, 69 # StatsRows: array of warning count table rows 557 'Java: C-style array declarations should not be used', [all...] |
| /external/annotation-tools/annotation-file-utilities/ |
| annotation-file-format.tex | 552 annotation file uses offsets into the bytecode array of the class file to 643 \qquad \bnfcmt Source code index: the integer is the zero-based index of the object or array \\ [all...] |