HomeSort by relevance Sort by last modified time
    Searched full:arraylength (Results 1 - 25 of 151) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/v8/test/mjsunit/compiler/
array-length.js 30 function ArrayLength(a) { return a.length; }
33 assertEquals(0, ArrayLength(a0));
34 assertEquals(2, ArrayLength(a2));
35 assertEquals(5, ArrayLength(a5));
42 %OptimizeFunctionOnNextCall(ArrayLength);
45 assertEquals("undefined", typeof(ArrayLength(0)));
49 assertEquals(4, ArrayLength("hest"));
  /external/conscrypt/src/main/java/org/conscrypt/util/
Arrays.java 28 * doesn't exceed {@code arrayLength}.
32 public static final void checkOffsetAndCount(int arrayLength, int offset, int count) {
33 if ((offset | count) < 0 || offset > arrayLength || arrayLength - offset < count) {
34 throw new ArrayIndexOutOfBoundsException("length=" + arrayLength + "; regionStart="
  /libcore/benchmarks/src/benchmarks/
SystemArrayCopyBenchmark.java 25 int arrayLength;
30 final int len = arrayLength;
39 final int len = arrayLength;
48 final int len = arrayLength;
57 final int len = arrayLength;
66 final int len = arrayLength;
75 final int len = arrayLength;
84 final int len = arrayLength;
93 final int len = arrayLength;
DeepArrayOpsBenchmark.java 27 @Param({"1", "4", "16", "256", "2048"}) int arrayLength;
36 array = new Object[arrayLength * 13];
37 array2 = new Object[arrayLength * 13];
38 for (int i = 0; i < arrayLength; i += 13) {
  /external/okhttp/okio/src/main/java/okio/
Util.java 27 public static void checkOffsetAndCount(long arrayLength, long offset, long count) {
28 if ((offset | count) < 0 || offset > arrayLength || arrayLength - offset < count) {
  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
Extension.java 268 int arrayLength = Array.getLength(array);
269 for (int i = 0; i < arrayLength; i++) {
288 int arrayLength = Array.getLength(array);
289 for (int i = 0; i < arrayLength; i++) {
488 int arrayLength = Array.getLength(array);
496 for (int i = 0; i < arrayLength; i++) {
501 for (int i = 0; i < arrayLength; i++) {
506 for (int i = 0; i < arrayLength; i++) {
511 for (int i = 0; i < arrayLength; i++) {
516 for (int i = 0; i < arrayLength; i++)
    [all...]
WireFormatNano.java 113 int arrayLength = 1;
122 arrayLength++;
125 return arrayLength;
  /frameworks/base/telephony/java/android/telephony/
IccOpenLogicalChannelResponse.java 66 int arrayLength = in.readInt();
67 if (arrayLength > 0) {
68 mSelectResponse = new byte[arrayLength];
  /dalvik/dx/tests/106-verify-object-ops/
op_arraylength.j 23 arraylength
expected.txt 4 arraylength: expected failure occurred
run 29 oneop arraylength
  /external/smack/src/org/xbill/DNS/
TypeBitmap.java 102 int arraylength = (arraymax / 8) + 1; local
103 int [] array = new int[arraylength];
105 out.writeU8(arraylength);
110 for (int j = 0; j < arraylength; j++)
  /frameworks/base/core/java/android/content/pm/
LimitedLengthInputStream.java 73 final int arrayLength = buffer.length;
74 Arrays.checkOffsetAndCount(arrayLength, offset, byteCount);
  /cts/suite/cts/deviceTests/simplecpu/src/com/android/cts/simplecpu/
SimpleCpuTest.java 94 * @param arrayLength
96 private void doTestSort(int numberRepeat, int arrayLength) {
100 result[i] = CpuNative.runSort(arrayLength, numberRepeatInEachCall);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayType/
NewInstanceTest.java 127 int arrayLength = reply.getNextValueAsInt();
128 logWriter.println("ArrayReference.Length: arrayLength=" + arrayLength);
130 10, arrayLength);
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
BerInputStreamTest.java 109 int arrayLength = 17000;
112 byte[] encoding = new byte[arrayLength + 4];
117 encoding[2] = (byte) (arrayLength >> 8);
118 encoding[3] = (byte) (arrayLength & 0xFF);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
TypesLengths.java 104 private static int arrayLength;
165 return arrayLength;
254 arrayLength = typeLength;
  /external/proguard/src/proguard/evaluation/value/
ValueFactory.java 170 IntegerValue arrayLength)
174 arrayLength,
186 IntegerValue arrayLength,
  /frameworks/base/core/java/android/hardware/camera2/marshal/impl/
MarshalQueryableArray.java 129 int arrayLength = Array.getLength(value);
133 return elementSize * arrayLength;
137 for (int i = 0; i < arrayLength; ++i) {
  /packages/inputmethods/LatinIME/native/jni/src/utils/
jni_data_utils.h 38 const jsize arrayLength = env->GetArrayLength(array);
39 outVector->resize(arrayLength);
40 env->GetIntArrayRegion(array, 0 /* start */, arrayLength, outVector->data());
  /external/deqp/modules/glshared/
glsShaderLibrary.cpp 836 result.arrayLength = 0;
841 result.arrayLength++;
859 result.arrayLength = 1;
886 int arrayLength = 1;
890 if (val.arrayLength > 1)
892 DE_ASSERT(arrayLength == 1 || arrayLength == val.arrayLength);
893 arrayLength = val.arrayLength;
    [all...]
glsShaderLibraryCase.hpp 90 int arrayLength; // Number of elements in array (currently always 1).
91 std::vector<Element> elements; // Scalar values (length dataType.scalarSize * arrayLength).
98 int arrayLength; // Combined array length of each value (lengths must be same, or one).
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
Util.java 79 public static void checkOffsetAndCount(long arrayLength, long offset, long count) {
80 if ((offset | count) < 0 || offset > arrayLength || arrayLength - offset < count) {
  /external/chromium_org/v8/src/
accessors.h 18 V(ArrayLength) \
  /external/deqp/modules/gles3/functional/
es3fFragmentOutputTests.cpp 99 , arrayLength (0)
107 , arrayLength (arrayLength_)
114 int arrayLength; //!< 0 if not an array.
182 bool isArray = output.arrayLength > 0;
190 for (int elemNdx = 0; elemNdx < output.arrayLength; elemNdx++)
196 frag << "layout(location = " << output.location << ") out " << precName << " " << typeName << " out" << outNdx << "[" << output.arrayLength << "];\n";
216 bool isArray = output.arrayLength > 0;
220 for (int elemNdx = 0; elemNdx < output.arrayLength; elemNdx++)
334 numVecs += (i->arrayLength > 0 ? i->arrayLength : 1)
    [all...]

Completed in 671 milliseconds

1 2 3 4 5 6 7