| /external/pdfium/fxjs/ |
| cfxjse_class.cpp | 219 const v8::PropertyCallbackInfo<v8::Array>& info) { 220 info.GetReturnValue().Set(v8::Array::New(info.GetIsolate()));
|
| /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/bytecode/ |
| ShadowWrangler.java | 13 import java.lang.reflect.Array; 151 clazz = Array.newInstance(clazz, 0).getClass();
|
| /external/tensorflow/tensorflow/compiler/xla/service/ |
| hlo_sharding.cc | 36 Array<int64> assignment(dimensions); 311 Array<int64> tile_assignment(
|
| /external/v8/src/inspector/ |
| v8-stack-trace-impl.cc | 252 std::unique_ptr<protocol::Array<protocol::Runtime::CallFrame>> frames = 253 protocol::Array<protocol::Runtime::CallFrame>::create();
|
| /external/v8/tools/ |
| compare-table-gen.js | 9 var values = new Array(strings.length);
|
| /external/webrtc/webrtc/tools/rtcbot/ |
| test.js | 49 // functions - array of functions to call with a callback. 50 // doneCallback - called when all callbacks on the array have completed. 52 var result = new Array(functions.length);
|
| /frameworks/base/core/java/android/util/ |
| MapCollections.java | 19 import java.lang.reflect.Array; 247 public <T> T[] toArray(T[] array) { 337 public <T> T[] toArray(T[] array) { 338 return toArrayHelper(array, 0); 453 public <T> T[] toArray(T[] array) { 454 return toArrayHelper(array, 1); 497 public <T> T[] toArrayHelper(T[] array, int offset) { 499 if (array.length < N) { 501 = (T[]) Array.newInstance(array.getClass().getComponentType(), N) [all...] |
| /frameworks/support/collection/src/main/java/androidx/collection/ |
| MapCollections.java | 19 import java.lang.reflect.Array; 245 public <T> T[] toArray(T[] array) { 335 public <T> T[] toArray(T[] array) { 336 return toArrayHelper(array, 0); 451 public <T> T[] toArray(T[] array) { 452 return toArrayHelper(array, 1); 496 public <T> T[] toArrayHelper(T[] array, int offset) { 498 if (array.length < N) { 500 = (T[]) Array.newInstance(array.getClass().getComponentType(), N) [all...] |
| /frameworks/support/room/compiler/src/test/kotlin/androidx/room/solver/ |
| BasicColumnTypeAdaptersTest.kt | 50 fun params(): List<Array<Any>> {
|
| /libcore/ojluni/src/main/java/java/sql/ |
| CallableStatement.java | 95 * a <code>ARRAY</code>, <code>BLOB</code>, <code>CLOB</code>, 129 * a <code>ARRAY</code>, <code>BLOB</code>, <code>CLOB</code>, 305 * <code>VARBINARY</code> parameter as an array of <code>byte</code> 484 * Retrieves the value of the designated JDBC <code>ARRAY</code> parameter as an 485 * {@link java.sql.Array} object in the Java programming language. 488 * @return the parameter value as an <code>Array</code> object in 498 Array getArray (int parameterIndex) throws SQLException; 583 * <code>JAVA_OBJECT</code>, and named array types. 611 * a <code>ARRAY</code>, <code>BLOB</code>, <code>CLOB</code>, 649 * a <code>ARRAY</code>, <code>BLOB</code>, <code>CLOB</code> [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/ |
| APValue.h | 37 /// [Vector: N * APValue], [Array: N * APValue] 50 Array, 62 /// ArrayIndex - The array index of the next item in the path. 189 bool isArray() const { return Kind == Array; } 286 assert(hasArrayFiller() && "No array filler");
|
| /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/ |
| APValue.h | 37 /// [Vector: N * APValue], [Array: N * APValue] 50 Array, 62 /// ArrayIndex - The array index of the next item in the path. 189 bool isArray() const { return Kind == Array; } 286 assert(hasArrayFiller() && "No array filler");
|
| /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/ |
| APValue.h | 37 /// [Vector: N * APValue], [Array: N * APValue] 50 Array, 62 /// ArrayIndex - The array index of the next item in the path. 189 bool isArray() const { return Kind == Array; } 286 assert(hasArrayFiller() && "No array filler");
|
| /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/ |
| APValue.h | 37 /// [Vector: N * APValue], [Array: N * APValue] 50 Array, 62 /// ArrayIndex - The array index of the next item in the path. 189 bool isArray() const { return Kind == Array; } 286 assert(hasArrayFiller() && "No array filler");
|
| /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/ |
| APValue.h | 37 /// [Vector: N * APValue], [Array: N * APValue] 50 Array, 62 /// ArrayIndex - The array index of the next item in the path. 189 bool isArray() const { return Kind == Array; } 286 assert(hasArrayFiller() && "No array filler");
|
| /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/ |
| APValue.h | 37 /// [Vector: N * APValue], [Array: N * APValue] 50 Array, 62 /// ArrayIndex - The array index of the next item in the path. 189 bool isArray() const { return Kind == Array; } 286 assert(hasArrayFiller() && "No array filler");
|
| /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/ |
| APValue.h | 37 /// [Vector: N * APValue], [Array: N * APValue] 50 Array, 62 /// ArrayIndex - The array index of the next item in the path. 189 bool isArray() const { return Kind == Array; } 286 assert(hasArrayFiller() && "No array filler");
|
| /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/ |
| APValue.h | 37 /// [Vector: N * APValue], [Array: N * APValue] 50 Array, 62 /// ArrayIndex - The array index of the next item in the path. 189 bool isArray() const { return Kind == Array; } 286 assert(hasArrayFiller() && "No array filler");
|
| /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/ |
| APValue.h | 37 /// [Vector: N * APValue], [Array: N * APValue] 50 Array, 62 /// ArrayIndex - The array index of the next item in the path. 189 bool isArray() const { return Kind == Array; } 286 assert(hasArrayFiller() && "No array filler");
|
| /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/ |
| APValue.h | 37 /// [Vector: N * APValue], [Array: N * APValue] 50 Array, 62 /// ArrayIndex - The array index of the next item in the path. 189 bool isArray() const { return Kind == Array; } 286 assert(hasArrayFiller() && "No array filler");
|
| /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/ |
| APValue.h | 37 /// [Vector: N * APValue], [Array: N * APValue] 50 Array, 62 /// ArrayIndex - The array index of the next item in the path. 189 bool isArray() const { return Kind == Array; } 286 assert(hasArrayFiller() && "No array filler");
|
| /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/ |
| APValue.h | 37 /// [Vector: N * APValue], [Array: N * APValue] 50 Array, 62 /// ArrayIndex - The array index of the next item in the path. 189 bool isArray() const { return Kind == Array; } 286 assert(hasArrayFiller() && "No array filler");
|
| /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/ |
| APValue.h | 37 /// [Vector: N * APValue], [Array: N * APValue] 50 Array, 62 /// ArrayIndex - The array index of the next item in the path. 189 bool isArray() const { return Kind == Array; } 286 assert(hasArrayFiller() && "No array filler");
|
| /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/ |
| APValue.h | 37 /// [Vector: N * APValue], [Array: N * APValue] 50 Array, 62 /// ArrayIndex - The array index of the next item in the path. 189 bool isArray() const { return Kind == Array; } 286 assert(hasArrayFiller() && "No array filler");
|
| /prebuilts/go/darwin-x86/src/encoding/gob/ |
| encgen.go | 155 printMaps(&b, "Array")
|