/external/v8/src/debug/ |
mirrors.js | 12 var GlobalArray = global.Array; 373 * Check whether the mirror reflects an array. 374 * @returns {boolean} True if the mirror reflects an array 752 * @return {Array} Property names for this object 760 * Return the properties for this object as an array of PropertyMirror objects. 765 * @return {Array} Property mirrors for this object 779 * Return the internal properties for this object as an array of 781 * @return {Array} Property mirrors for this object 830 * @return {Array} The objects which has direct references to this object. 867 * @return {Array} array (possibly empty) of InternalProperty instance [all...] |
/art/runtime/interpreter/ |
unstarted_runtime.cc | 40 #include "mirror/array-inl.h" 448 // Create byte array for content. 451 AbortTransactionOrFail(self, "Could not find/create byte array class"); 552 mirror::Array* src_array, int32_t src_pos, 553 mirror::Array* dst_array, int32_t dst_pos, 578 // Special case array copying without initializing System. 596 self->ThrowNewException("Ljava/lang/ArrayStoreException;", "src or trg is not an array"); 600 mirror::Array* src_array = src_obj->AsArray(); 601 mirror::Array* dst_array = dst_obj->AsArray(); 727 // Get the storage array 984 mirror::Array* array = obj->AsArray(); local [all...] |
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/node_modules/chai/ |
chai.js | 273 '[object Array]': 'array' 437 * @param {Array} memoised (optional) 455 && ('array' !== type(a) && 'array' !== type(b))) { 478 * return if they are equal. Note that an Array 479 * has a type of `array` (not `object`) and arguments 480 * have a type of `arguments` (not `array`/`object`). 526 * @param {Array} memoize (optional) 541 * @return {Array} property name [all...] |
/external/v8/include/ |
v8.h | 69 class Array; [all...] |
/cts/tests/camera/src/android/hardware/camera2/cts/ |
CameraTestUtils.java | 70 import java.lang.reflect.Array; 525 * Get an array of {@link #TotalCaptureResult total capture results} for a given list of 584 * Get an array list of {@link #CaptureFailure capture failure} with maxNumFailures entries [all...] |
/external/llvm/lib/ExecutionEngine/ |
ExecutionEngine.cpp | 331 std::unique_ptr<char[]> Array; 334 /// Turn a vector of strings into a nice argv style array of pointers to null 345 Array = make_unique<char[]>((InputArgv.size()+1)*PtrSize); 347 DEBUG(dbgs() << "JIT: ARGV = " << (void*)Array.get() << "\n"); 358 // Endian safe: Array[i] = (PointerTy)Dest; 360 (GenericValue*)(&Array[i*PtrSize]), SBytePtr); 366 (GenericValue*)(&Array[InputArgv.size()*PtrSize]), 368 return Array.get(); 382 // Should be an array of '{ i32, void ()* }' structs. The first value is [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
CameraTestUtils.java | 66 import java.lang.reflect.Array; 509 * Get an array of {@link #TotalCaptureResult total capture results} for a given list of 568 * Get an array list of {@link #CaptureFailure capture failure} with maxNumFailures entries 766 assertTrue(message, arr != null && Array.getLength(arr) > 0); [all...] |
/external/clang/include/clang/AST/ |
ExprCXX.h | 495 /// array temporary within list-initialization (C++11 [dcl.init.list]p5). 682 /// declaration of an empty array in a class or structure definition. 687 /// The above statement indicates that x[] can be used with one or more array 711 /// \brief Create an empty array subscript expression. [all...] |
/art/runtime/ |
runtime.h | 64 class Array; 507 void RecordWriteArray(mirror::Array* array, size_t index, uint64_t value) const
|
/developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/ |
DiskLruCache.java | 37 import java.lang.reflect.Array; 185 final T[] result = (T[]) Array [all...] |
/developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/ |
DiskLruCache.java | 37 import java.lang.reflect.Array; 185 final T[] result = (T[]) Array [all...] |
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/ |
DiskLruCache.java | 37 import java.lang.reflect.Array; 185 final T[] result = (T[]) Array [all...] |
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
Python.g | 565 var indentation = new Array(spaces);
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
MatrixUtils.java | 23 import java.lang.reflect.Array; 52 * square matrix) which can be stored in a 32kB array, a {@link 90 * the input array. 93 * square matrix) which can be stored in a 32kB array, a {@link 96 * <p>The input array is copied, not referenced.</p> 98 * @param data input array 99 * @return RealMatrix containing the values of the array 113 * the input array. 118 * <p>The input array is copied, not referenced.</p> 120 * @param data input array [all...] |
SparseFieldVector.java | 20 import java.lang.reflect.Array; 98 * Create from a Field array. 583 /** Build an array of elements. 584 * @param length size of the array to build 585 * @return a new array 589 return (T[]) Array.newInstance(field.getZero().getClass(), length);
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/jacobians/ |
FirstOrderIntegratorWithJacobians.java | 23 import java.lang.reflect.Array; 72 * @param p parameters array (may be null if {@link 204 * to the initial state (dy[i]/dy0[j] is in element array dYdY0[i][j]) at each successful 207 * to the parameters (dy[i]/dp[j] is in element array dYdP[i][j]) at each successful 262 /** Dispatch a compound state array into state and jacobians arrays. 264 * @param y raw state array to fill 265 * @param dydy0 jacobian array to fill 266 * @param dydp jacobian array to fill 345 /** Check array dimensions. 347 * @param array (may be null if expected is 0 [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/transform/ |
FastFourierTransformer.java | 20 import java.lang.reflect.Array; 69 * @param f the real data array to be transformed 70 * @return the complex transformed array 88 * @return the complex transformed array 106 * @param f the complex data array to be transformed 107 * @return the complex transformed array 122 * @param f the real data array to be transformed 123 * @return the complex transformed array 143 * @return the complex transformed array 163 * @param f the complex data array to be transforme 634 final Object[] array = (Object[]) lastDimension; local 646 final Object[] array = (Object[]) lastDimension; local [all...] |
/external/autotest/client/cros/bluetooth/ |
bluetooth_device_xmlrpc_server.py | 241 self._bluetoothd.Stop(dbus.Array(signature='s'), True, 265 self._bluetoothd.Start(dbus.Array(signature='s'), True, 384 @return the information as a JSON-encoded array of controller indexes. 435 @return the properties of each device as a JSON-encoded array of
|
/external/autotest/client/cros/cellular/pseudomodem/ |
modem.py | 132 'Bearers' : dbus.Array([], signature='o'), 860 bearers = dbus.Array(
|
/external/autotest/client/site_tests/power_LoadTest/extension/ |
urls.js | 6 var URLS = new Array();
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/ |
normalize-keyframes.js | 169 if (!Array.isArray(effectInput) && effectInput !== null) 170 throw new TypeError('Keyframe effect must be null or an array of keyframes');
|
/external/chromium-trace/catapult/third_party/vinn/vinn/ |
html_to_js_generator.js | 91 var new_lines = new Array(num_blank_lines_to_insert + 1).join('\n');
|
/external/eigen/Eigen/src/PaStiXSupport/ |
PaStiXSupport.h | 174 Array<Index,IPARM_SIZE,1>& iparm() 192 Array<RealScalar,IPARM_SIZE,1>& dparm()
|
/external/eigen/blas/fortran/ |
drotmg.f | 5 * .. Array Arguments .. 42 * DPARAM (input/output) DOUBLE PRECISION array, dimension 5
|
srotmg.f | 5 * .. Array Arguments .. 44 * SPARAM (input/output) REAL array, dimension 5
|