HomeSort by relevance Sort by last modified time
    Searched refs:Array (Results 751 - 775 of 1268) sorted by null

<<31323334353637383940>>

  /external/v8/test/mjsunit/es6/
typedarray-from.js 21 assertThrows(function () {constructor.from.call(Array, [])}, TypeError);
51 // operate on array-like objects as well as iterables.
  /external/v8/test/mjsunit/
math-floor-part1.js 101 new Array(i * 10000);
prototype.js 87 // Test setting the length of an object where the prototype is from an array.
89 test.__proto__ = (new Array()).__proto__;
  /external/v8/test/mjsunit/regress/
regress-1015.js 30 // Object and array literals should be created using DefineOwnProperty, and
39 Object.defineProperty(Array.prototype, "2",
regress-2444.js 32 flags = Array(size);
36 function assertFlags(array) {
37 assertArrayEquals(array, flags);
regress-1200351.js 96 eval("with ({ eval(Array(x)) : 1.call('a').superConstructor }) { debugger.lastIndex.toLocaleString() }")
312 eval("for (~new Object().push(Array(null)) in new RegExp>>>=void.prototype.name) { goto break.lastIndex }")
332 eval("for (debugger==continue.toObject(), Array(NaN.className()), Math.max(new RegExp).prototype.value) { GetFunctionFor('a').prototype.value }")
336 eval("const x = new parseInt(break)==Array(x)")
400 eval("for (continue.isNull.filter(this.toText), function () { throw new 'a'(0.2) }, native?break:undef.prototype.return continue) { Array(void.toText) }")
412 eval("native false.length?new RegExp instanceof this:Array(undef)")
456 eval("for (Array(x.length) in 'a'.length().sort()) { goto (new Object()) }")
667 eval("SetValueOf(Array(1).toLocaleString(), null.name().exec(undef.filter(false)))")
699 eval("if (-1.push(new RegExp)[void.valueOf()]) { new RegExp.className().__lookupGetter__(Array(0)) }")
790 eval("export Array(null).add(NaN.valueOf())"
    [all...]
  /external/v8/test/webkit/
function-apply-aliased.js 72 shouldThrow("recurseArguments.apply(null, new Array(50000))");
  /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 21 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);
495 public <T> T[] toArrayHelper(T[] array, int offset) {
497 if (array.length < N) {
499 = (T[]) Array.newInstance(array.getClass().getComponentType(), N)
    [all...]
  /frameworks/base/tools/aapt2/proto/
TableProtoSerializer.cpp 129 void visit(Array* array) override {
130 pb::Array* pbArray = getPbCompoundValue()->mutable_array();
131 for (auto& value : array->items) {
  /frameworks/multidex/library/src/android/support/multidex/
MultiDex.java 31 import java.lang.reflect.Array;
323 * Replace the value of a field containing a non null array, by a new array containing the
324 * elements of the original array plus the elements of extraElements.
327 * @param extraElements elements to append at the end of the array.
334 Object[] combined = (Object[]) Array.newInstance(
  /frameworks/support/v4/java/android/support/v4/util/
MapCollections.java 19 import java.lang.reflect.Array;
243 public <T> T[] toArray(T[] array) {
333 public <T> T[] toArray(T[] array) {
334 return toArrayHelper(array, 0);
449 public <T> T[] toArray(T[] array) {
450 return toArrayHelper(array, 1);
494 public <T> T[] toArrayHelper(T[] array, int offset) {
496 if (array.length < N) {
498 = (T[]) Array.newInstance(array.getClass().getComponentType(), N)
    [all...]
  /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>,
304 * <code>VARBINARY</code> parameter as an array of <code>byte</code>
483 * Retrieves the value of the designated JDBC <code>ARRAY</code> parameter as an
484 * {@link java.sql.Array} object in the Java programming language.
487 * @return the parameter value as an <code>Array</code> object in
497 Array getArray (int parameterIndex) throws SQLException;
582 * <code>JAVA_OBJECT</code>, and named array types.
610 * a <code>ARRAY</code>, <code>BLOB</code>, <code>CLOB</code>,
648 * a <code>ARRAY</code>, <code>BLOB</code>, <code>CLOB</code>
    [all...]
  /art/compiler/optimizing/
instruction_simplifier_arm64.cc 21 #include "mirror/array-inl.h"
31 HInstruction* array,
51 // The access may require a runtime call or the original array pointer.
59 GetGraph()->GetIntConstant(mirror::Array::DataOffset(access_size).Uint32Value());
61 new (arena) HArm64IntermediateAddress(array, offset, kNoDexPc);
62 address->SetReferenceTypeInfo(array->GetReferenceTypeInfo());
  /art/test/003-omnibus-opcodes/src/
Array.java 20 public class Array {
23 * Verify array contents.
86 System.out.println("Array.checkRange32");
141 System.out.println("Array.checkRange64");
188 System.out.println("Array.checkNegAlloc");
208 System.out.println("Array check...");
  /build/tools/droiddoc/templates-pdk/assets/
search_autocomplete.js 3 var gMatches = new Array();
137 gMatches = new Array();
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 167 public function displayRecognitionError(tokenNames:Array,
197 public function getErrorMessage(e:RecognitionException, tokenNames:Array):String {
684 public function get tokenNames():Array {
702 public function toStrings(tokens:Array):Array {
704 var strings:Array = new Array();
723 state.ruleMemo[ruleIndex] = new Array();
766 trace("!!!!!!!!! memo array is null for "+ grammarFileName);
Lexer.as 242 public override function getErrorMessage(e:RecognitionException, tokenNames:Array):String {
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 114 virtual SVal ArrayToPointer(Loc Array, QualType ElementTy) = 0;
  /external/clang/test/SemaCXX/
lambda-expressions.cpp 113 namespace Array {
  /external/clang/test/SemaTemplate/
temp_arg_nontype_cxx1z.cpp 13 namespace Array {
  /external/doclava/res/assets/templates/assets/
search_autocomplete.js 3 var gMatches = new Array();
137 gMatches = new Array();
  /external/eigen/Eigen/src/Core/
ArrayBase.h 20 * \brief Base class for all 1D and 2D array, and related expressions
22 * An array is similar to a dense vector or matrix. While matrices are mathematical
23 * objects with well defined linear algebra operators, an array is just a collection
25 * all operations applied to an array are performed coefficient wise. Furthermore,
30 * This class is the base that is inherited by all array expression types.
32 * \tparam Derived is the derived type, e.g., an array or an expression type.
93 typedef Array<typename internal::traits<Derived>::Scalar,
143 ArrayBase<Derived>& array() { return *this; } function in class:Eigen::ArrayBase
144 const ArrayBase<Derived>& array() const { return *this; } function in class:Eigen::ArrayBase
146 /** \returns an \link Eigen::MatrixBase Matrix \endlink expression of this array
    [all...]
  /external/eigen/doc/
eigen_navtree_hacks.js 11 var indices = new Array();
86 o.node.children = new Array();

Completed in 913 milliseconds

<<31323334353637383940>>