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

<<51525354555657585960>>

  /external/v8/benchmarks/spinning-balls/
v.js 121 array : [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ],
216 this.pauses = new Array(this.size);
  /external/v8/benchmarks/
splay.js 52 array : [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ],
272 * @return {Array<*>} An array containing all the keys of tree's nodes.
  /frameworks/base/core/java/android/os/
Parcel.java 46 import java.lang.reflect.Array;
91 * read the data into an existing array, or create and return a new array.
614 * Write a byte array into the parcel at the current {@link #dataPosition},
623 * Write a byte array into the parcel at the current {@link #dataPosition},
789 * Write an array of FileDescriptor objects into the Parcel.
791 * @param value The array of objects to be written.
2243 String[] array = null; local
2264 CharSequence[] array = null; local
2285 ArrayList<CharSequence> array = null; local
    [all...]
  /frameworks/base/core/java/android/text/
SpannableStringBuilder.java 30 import java.lang.reflect.Array;
841 * Return an array of the spans of the specified type that overlap
851 * Return an array of the spans of the specified type that overlap
860 * @return Array of the spans. Empty array if no results are found.
874 T[] ret = (T[]) Array.newInstance(kind, count);
    [all...]
  /frameworks/base/tools/aapt2/
ResourceParser.cpp 509 {"array", std::mem_fn(&ResourceParser::ParseArray)},
515 {"integer-array", std::mem_fn(&ResourceParser::ParseIntegerArray)},
521 {"string-array", std::mem_fn(&ResourceParser::ParseStringArray)},
1402 std::unique_ptr<Array> array = util::make_unique<Array>(); local
    [all...]
  /frameworks/native/opengl/libagl/
array.cpp 133 #pragma mark Array fetchers
432 void enableDisableClientState(ogles_context_t* c, GLenum array, bool enable)
436 switch (array) {
665 // batch is culled. We also need 2 extra vertices in the array, because
946 #pragma mark Array compilers
    [all...]
  /libcore/ojluni/src/main/java/java/io/
ObjectInputStream.java 31 import java.lang.reflect.Array;
436 * and the invocation of that method returns an array, then readUnshared
437 * returns a shallow clone of that array; this guarantees that the returned
438 * array object is unique and cannot be obtained a second time from an
591 * <code>Class</code> object. Once returned, if the class is not an array
1669 Object array = null; local
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
document.h 96 \tparam Allocator Allocator type for allocating memory of object, array and string.
262 //! Create string reference from \c const character array
265 a \c const character array. It has better performance than
267 from the array length, and also supports strings containing null
272 \param str Constant character array, lifetime assumed to be longer
330 //! Disallow construction from non-const array
418 \tparam Allocator Allocator type for allocating memory of object, array and string.
431 typedef GenericValue* ValueIterator; //!< Value iterator for iterating in array.
432 typedef const GenericValue* ConstValueIterator; //!< Constant value iterator for iterating in array.
571 /*! Need to destruct elements of array, members of object, or copy-string.
    [all...]
  /prebuilts/go/darwin-x86/src/regexp/
onepass.go 94 // Sparse Array implementation is used as a queueOnePass.
146 // and a NextIp array. The idea is that if a rune matches the OnePassRunes at index
148 // NextIp array with the single element mergeFailed is returned.
  /prebuilts/go/darwin-x86/src/runtime/
gc_test.go 465 case reflect.Array, reflect.Slice:
  /prebuilts/go/linux-x86/src/regexp/
onepass.go 94 // Sparse Array implementation is used as a queueOnePass.
146 // and a NextIp array. The idea is that if a rune matches the OnePassRunes at index
148 // NextIp array with the single element mergeFailed is returned.
  /prebuilts/go/linux-x86/src/runtime/
gc_test.go 465 case reflect.Array, reflect.Slice:
  /tools/metalava/src/main/java/com/android/tools/metalava/
AnnotationsMerger.kt 582 var reflectionFields: Array<Field>? = null
    [all...]
  /tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
PsiClassItem.kt 127 private fun addInterfaces(result: MutableSet<PsiClass>, interfaces: Array<out PsiClass>) {
  /art/compiler/linker/arm64/
relative_patcher_arm64.cc 30 #include "mirror/array-inl.h"
379 "Field and array LDR offsets must be the same to reuse the same code.");
462 mirror::Array::DataOffset(Primitive::ComponentSize(Primitive::kPrimNot)).Int32Value();
474 __ Br(ip1); // Jump to the entrypoint's array switch case.
  /art/compiler/optimizing/
intrinsics_arm64.cc 27 #include "mirror/array-inl.h"
    [all...]
intrinsics_arm_vixl.cc 25 #include "mirror/array-inl.h"
130 const vixl32::Register& array,
139 const uint32_t data_offset = mirror::Array::DataOffset(element_size).Uint32Value();
143 __ Add(base, array, element_size * constant + data_offset);
145 __ Add(base, array, Operand(RegisterFrom(pos), vixl32::LSL, element_size_shift));
    [all...]
intrinsics_mips.cc 25 #include "mirror/array-inl.h"
    [all...]
intrinsics_mips64.cc 25 #include "mirror/array-inl.h"
    [all...]
  /art/runtime/
art_method.h 54 class Array;
737 // Returns the dex instructions of the code item for the art method. Returns an empty array for
    [all...]
common_throws.cc 132 StringPrintf("%s cannot be stored in an array of type %s",
559 // the array access itself.
560 return (addr == 0u) || (addr == mirror::Array::LengthOffset().Uint32Value());
692 "Attempt to read from null array");
702 "Attempt to write to null array");
706 "Attempt to get length of null array");
710 "Attempt to write to null array");
    [all...]
  /art/runtime/interpreter/
interpreter_common.h 113 void RecordArrayElementsInTransaction(ObjPtr<mirror::Array> array, int32_t count)
427 // Handles filled-new-array and filled-new-array-range instructions.
556 // in the references array even after the original vreg was overwritten to a non-reference.
  /art/runtime/native/
sun_misc_Unsafe.cc 31 #include "mirror/array.h"
206 return mirror::Array::DataOffset(Primitive::ComponentSize(primitive_type)).Int32Value();
318 ObjPtr<mirror::PrimitiveArray<T>> array,
326 array->Set(i + of, *(src + i));
332 ObjPtr<mirror::PrimitiveArray<T>> array,
340 *(dst + i) = array->Get(i + of);
371 ThrowIllegalAccessException("not a primitive array");
402 ThrowIllegalAccessException("not a primitive array");
  /external/abi-compliance-checker/modules/Internals/
CallConv.pm 109 elsif($Type{"Type"}=~/Struct|Class|Union|Array/)
174 if($Type{"Type"} eq "Array")
352 { # array elements
941 elsif($TInfo->{$Tid}{"Type"} eq "Array")
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
wizard.rb 57 token_names = Array.new(4, '') + %w(VAR NUMBER EQ PLUS MINUS MULT DIV)

Completed in 1071 milliseconds

<<51525354555657585960>>