| /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/ |
| BinaryStreamReader.h | 157 /// Get a reference to a \p NumElements element array of objects of type T 158 /// from the underlying stream as if by memcpy, and store the resulting array 159 /// slice into \p array. It is up to the caller to ensure that objects of 167 Error readArray(ArrayRef<T> &Array, uint32_t NumElements) { 170 Array = ArrayRef<T>(); 184 Array = ArrayRef<T>(reinterpret_cast<const T *>(Bytes.data()), NumElements); 189 /// \p Array. Updates the stream's offset to point after the newly read 190 /// array. Never causes a copy (although iterating the elements of the 197 Error readArray(VarStreamArray<T, U> &Array, uint32_t Size) { 201 Array.setUnderlyingStream(S) [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/ |
| BinaryStreamReader.h | 157 /// Get a reference to a \p NumElements element array of objects of type T 158 /// from the underlying stream as if by memcpy, and store the resulting array 159 /// slice into \p array. It is up to the caller to ensure that objects of 167 Error readArray(ArrayRef<T> &Array, uint32_t NumElements) { 170 Array = ArrayRef<T>(); 184 Array = ArrayRef<T>(reinterpret_cast<const T *>(Bytes.data()), NumElements); 189 /// \p Array. Updates the stream's offset to point after the newly read 190 /// array. Never causes a copy (although iterating the elements of the 197 Error readArray(VarStreamArray<T, U> &Array, uint32_t Size) { 201 Array.setUnderlyingStream(S) [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/ |
| BinaryStreamReader.h | 166 /// Get a reference to a \p NumElements element array of objects of type T 167 /// from the underlying stream as if by memcpy, and store the resulting array 168 /// slice into \p array. It is up to the caller to ensure that objects of 176 Error readArray(ArrayRef<T> &Array, uint32_t NumElements) { 179 Array = ArrayRef<T>(); 193 Array = ArrayRef<T>(reinterpret_cast<const T *>(Bytes.data()), NumElements); 198 /// \p Array. Updates the stream's offset to point after the newly read 199 /// array. Never causes a copy (although iterating the elements of the 206 Error readArray(VarStreamArray<T, U> &Array, uint32_t Size) { 210 Array.setUnderlyingStream(S) [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/ |
| BinaryStreamReader.h | 166 /// Get a reference to a \p NumElements element array of objects of type T 167 /// from the underlying stream as if by memcpy, and store the resulting array 168 /// slice into \p array. It is up to the caller to ensure that objects of 176 Error readArray(ArrayRef<T> &Array, uint32_t NumElements) { 179 Array = ArrayRef<T>(); 193 Array = ArrayRef<T>(reinterpret_cast<const T *>(Bytes.data()), NumElements); 198 /// \p Array. Updates the stream's offset to point after the newly read 199 /// array. Never causes a copy (although iterating the elements of the 206 Error readArray(VarStreamArray<T, U> &Array, uint32_t Size) { 210 Array.setUnderlyingStream(S) [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/ |
| BinaryStreamReader.h | 166 /// Get a reference to a \p NumElements element array of objects of type T 167 /// from the underlying stream as if by memcpy, and store the resulting array 168 /// slice into \p array. It is up to the caller to ensure that objects of 176 Error readArray(ArrayRef<T> &Array, uint32_t NumElements) { 179 Array = ArrayRef<T>(); 193 Array = ArrayRef<T>(reinterpret_cast<const T *>(Bytes.data()), NumElements); 198 /// \p Array. Updates the stream's offset to point after the newly read 199 /// array. Never causes a copy (although iterating the elements of the 206 Error readArray(VarStreamArray<T, U> &Array, uint32_t Size) { 210 Array.setUnderlyingStream(S) [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/ |
| BinaryStreamReader.h | 166 /// Get a reference to a \p NumElements element array of objects of type T 167 /// from the underlying stream as if by memcpy, and store the resulting array 168 /// slice into \p array. It is up to the caller to ensure that objects of 176 Error readArray(ArrayRef<T> &Array, uint32_t NumElements) { 179 Array = ArrayRef<T>(); 193 Array = ArrayRef<T>(reinterpret_cast<const T *>(Bytes.data()), NumElements); 198 /// \p Array. Updates the stream's offset to point after the newly read 199 /// array. Never causes a copy (although iterating the elements of the 206 Error readArray(VarStreamArray<T, U> &Array, uint32_t Size) { 210 Array.setUnderlyingStream(S) [all...] |
| /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/ |
| BinaryStreamReader.h | 157 /// Get a reference to a \p NumElements element array of objects of type T 158 /// from the underlying stream as if by memcpy, and store the resulting array 159 /// slice into \p array. It is up to the caller to ensure that objects of 167 Error readArray(ArrayRef<T> &Array, uint32_t NumElements) { 170 Array = ArrayRef<T>(); 184 Array = ArrayRef<T>(reinterpret_cast<const T *>(Bytes.data()), NumElements); 189 /// \p Array. Updates the stream's offset to point after the newly read 190 /// array. Never causes a copy (although iterating the elements of the 197 Error readArray(VarStreamArray<T, U> &Array, uint32_t Size) { 201 Array.setUnderlyingStream(S) [all...] |
| /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/ |
| BinaryStreamReader.h | 157 /// Get a reference to a \p NumElements element array of objects of type T 158 /// from the underlying stream as if by memcpy, and store the resulting array 159 /// slice into \p array. It is up to the caller to ensure that objects of 167 Error readArray(ArrayRef<T> &Array, uint32_t NumElements) { 170 Array = ArrayRef<T>(); 184 Array = ArrayRef<T>(reinterpret_cast<const T *>(Bytes.data()), NumElements); 189 /// \p Array. Updates the stream's offset to point after the newly read 190 /// array. Never causes a copy (although iterating the elements of the 197 Error readArray(VarStreamArray<T, U> &Array, uint32_t Size) { 201 Array.setUnderlyingStream(S) [all...] |
| /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/ |
| BinaryStreamReader.h | 166 /// Get a reference to a \p NumElements element array of objects of type T 167 /// from the underlying stream as if by memcpy, and store the resulting array 168 /// slice into \p array. It is up to the caller to ensure that objects of 176 Error readArray(ArrayRef<T> &Array, uint32_t NumElements) { 179 Array = ArrayRef<T>(); 193 Array = ArrayRef<T>(reinterpret_cast<const T *>(Bytes.data()), NumElements); 198 /// \p Array. Updates the stream's offset to point after the newly read 199 /// array. Never causes a copy (although iterating the elements of the 206 Error readArray(VarStreamArray<T, U> &Array, uint32_t Size) { 210 Array.setUnderlyingStream(S) [all...] |
| /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/ |
| BinaryStreamReader.h | 166 /// Get a reference to a \p NumElements element array of objects of type T 167 /// from the underlying stream as if by memcpy, and store the resulting array 168 /// slice into \p array. It is up to the caller to ensure that objects of 176 Error readArray(ArrayRef<T> &Array, uint32_t NumElements) { 179 Array = ArrayRef<T>(); 193 Array = ArrayRef<T>(reinterpret_cast<const T *>(Bytes.data()), NumElements); 198 /// \p Array. Updates the stream's offset to point after the newly read 199 /// array. Never causes a copy (although iterating the elements of the 206 Error readArray(VarStreamArray<T, U> &Array, uint32_t Size) { 210 Array.setUnderlyingStream(S) [all...] |
| /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/ |
| BinaryStreamReader.h | 166 /// Get a reference to a \p NumElements element array of objects of type T 167 /// from the underlying stream as if by memcpy, and store the resulting array 168 /// slice into \p array. It is up to the caller to ensure that objects of 176 Error readArray(ArrayRef<T> &Array, uint32_t NumElements) { 179 Array = ArrayRef<T>(); 193 Array = ArrayRef<T>(reinterpret_cast<const T *>(Bytes.data()), NumElements); 198 /// \p Array. Updates the stream's offset to point after the newly read 199 /// array. Never causes a copy (although iterating the elements of the 206 Error readArray(VarStreamArray<T, U> &Array, uint32_t Size) { 210 Array.setUnderlyingStream(S) [all...] |
| /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/ |
| BinaryStreamReader.h | 166 /// Get a reference to a \p NumElements element array of objects of type T 167 /// from the underlying stream as if by memcpy, and store the resulting array 168 /// slice into \p array. It is up to the caller to ensure that objects of 176 Error readArray(ArrayRef<T> &Array, uint32_t NumElements) { 179 Array = ArrayRef<T>(); 193 Array = ArrayRef<T>(reinterpret_cast<const T *>(Bytes.data()), NumElements); 198 /// \p Array. Updates the stream's offset to point after the newly read 199 /// array. Never causes a copy (although iterating the elements of the 206 Error readArray(VarStreamArray<T, U> &Array, uint32_t Size) { 210 Array.setUnderlyingStream(S) [all...] |
| /art/runtime/entrypoints/quick/ |
| quick_fillarray_entrypoints.cc | 20 #include "mirror/array.h" 25 * Handle fill array data by copying appropriate part of dex file into array. 27 extern "C" int artHandleFillArrayDataFromCode(uint32_t payload_offset, mirror::Array* array, 34 bool success = FillArrayData(array, payload);
|
| /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
| RewriteRuleElementStream.as | 53 protected var elements:Array; 76 if (element is Array) { 78 this.elements = element as Array; 111 elements = new Array();
|
| /external/clang/test/CodeGenCXX/ |
| alignment.cpp | 172 struct Array { 177 __attribute__((aligned(16))) Array aArray; 182 Array bArray; 198 typedef __attribute__((aligned(64))) Array AlignedArray; 202 // CHECK: [[RESULT:%.*]] = alloca [[ARRAY:%.*]], align 64 205 // CHECK: [[T0:%.*]] = bitcast [[ARRAY]]* [[RESULT]] to i8* 206 // CHECK: [[T1:%.*]] = bitcast [[ARRAY]]* [[ARRAY_P]] to i8* 213 // CHECK: [[RESULT:%.*]] = alloca [[ARRAY]], align 64 224 // CHECK: [[T0:%.*]] = bitcast [[ARRAY]]* [[RESULT]] to i8* 225 // CHECK: [[T1:%.*]] = bitcast [[ARRAY]]* [[ARRAY_P]] to i8 [all...] |
| /external/mockito/src/main/java/org/mockito/internal/matchers/ |
| ArrayEquals.java | 8 import java.lang.reflect.Array; 51 private String appendArray(Object[] array) { 54 for (int i = 0; i < array.length; i++) { 55 out.append(new Equals(array[i]).toString()); 56 if (i != array.length - 1) { 64 public static Object[] createObjectArray(Object array) { 65 if (array instanceof Object[]) { 66 return (Object[]) array; 68 Object[] result = new Object[Array.getLength(array)]; [all...] |
| /external/v8/src/inspector/ |
| v8-internal-value-type.h | 16 bool markArrayEntriesAsInternal(v8::Local<v8::Context>, v8::Local<v8::Array>,
|
| v8-schema-agent-impl.h | 25 std::unique_ptr<protocol::Array<protocol::Schema::Domain>>*) override;
|
| /external/v8/tools/turbolizer/ |
| monkey.js | 5 Array.prototype.getStaggeredFromMiddle = function(i) { 14 Array.prototype.contains = function(obj) {
|
| /external/protobuf/javanano/src/main/java/com/google/protobuf/nano/ |
| Extension.java | 34 import java.lang.reflect.Array; 134 * @param clazz the Java array type of this extension, with an unboxed component type 150 * Protocol Buffer {@link #type}; for a repeated extension, this is an array type whose 203 T result = clazz.cast(Array.newInstance(clazz.getComponentType(), resultSize)); 205 Array.set(result, i, resultList.get(i)); 285 protected void writeRepeatedData(Object array, CodedOutputByteBufferNano output) { 287 int arrayLength = Array.getLength(array); 289 Object element = Array.get(array, i) [all...] |
| /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
| p1.cpp | 98 template<class T> class Array { /* ... */ }; 99 template<class T> void sort(Array<T>& v) { /* ... */ } 100 template<> void sort<char*>(Array<char*>&) ;
|
| /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/ |
| resolve_constant_concatenation.cc | 30 // Copies data from multiple source arrays to a destination array based on a 31 // concatenation dimension. From each array in input_arrays, it copies chunk 32 // sizes provided in array_copy_size vector (per array). It uses the buffer 35 void CopyTensorSegments(const std::vector<Array*>& input_arrays, 38 Array* concatenated_array) { 39 for (Array* input_array : input_arrays) { 49 // It does not matter which array to use to find the value for the total 56 // Initialize the source pointers to point to beginning of the array buffers. 59 for (Array* input_array : input_arrays) { 74 // Receives a series of input arrays of type Array and an integer showing th [all...] |
| /external/vixl/examples/aarch64/ |
| sum-array.cc | 29 #define ARRAY_SIZE(Array) (sizeof(Array) / sizeof((Array)[0])) 33 // uint32_t sum_array(uint8_t* array, uint32_t size) 35 // array (pointer) -> x0 43 // There's nothing to do if the array is empty. 46 // Go through the array and sum the elements.
|
| /external/webrtc/webrtc/system_wrappers/source/ |
| aligned_array_unittest.cc | 29 ASSERT_TRUE(IsAligned(arr.Array(), 128)); 32 ASSERT_EQ(arr.Row(i), arr.Array()[i]); 49 ASSERT_EQ(arr.Array()[i][j], 20 * i + j);
|
| /art/runtime/native/ |
| java_lang_reflect_Array.cc | 47 mirror::Array* new_array = mirror::Array::CreateMultiArray(soa.Self(), 69 ObjPtr<mirror::Array> new_array = mirror::ObjectArray<mirror::Object*>::Alloc( 78 FAST_NATIVE_METHOD(Array, createMultiArray, "(Ljava/lang/Class;[I)Ljava/lang/Object;"), 79 FAST_NATIVE_METHOD(Array, createObjectArray, "(Ljava/lang/Class;I)Ljava/lang/Object;"), 83 REGISTER_NATIVE_METHODS("java/lang/reflect/Array");
|