HomeSort by relevance Sort by last modified time
    Searched refs:arrayLength (Results 26 - 50 of 259) sorted by null

12 3 4 5 6 7 8 91011

  /libcore/ojluni/src/lambda/java/java/lang/invoke/
MethodHandle.java 42 public MethodHandle asCollector(Class<?> arrayType, int arrayLength) { return null; }
  /art/test/445-checker-licm/src/
Main.java 95 /// CHECK-START: int Main.arrayLength(int[]) licm (before)
97 /// CHECK-DAG: ArrayLength [<<NullCheck>>] loop:{{B\d+}}
99 /// CHECK-START: int Main.arrayLength(int[]) licm (after)
101 /// CHECK-NOT: ArrayLength loop:{{B\d+}}
103 /// CHECK-START: int Main.arrayLength(int[]) licm (after)
105 /// CHECK-DAG: ArrayLength [<<NullCheck>>] loop:none
107 public static int arrayLength(int[] array) {
203 /// CHECK-DAG: ArrayLength loop:<<Loop>> outer_loop:none
216 /// CHECK-DAG: ArrayLength loop:<<Loop>> outer_loop:none
242 assertEquals(12, arrayLength(new int[] { 4, 8 }))
    [all...]
  /external/proguard/src/proguard/evaluation/value/
ParticularValueFactory.java 103 IntegerValue arrayLength)
109 arrayLength);
ReferenceValue.java 68 public IntegerValue arrayLength(ValueFactory valueFactory)
ValueFactory.java 170 IntegerValue arrayLength)
  /external/oj-libjdwp/src/share/back/
ArrayReferenceImpl.c 35 jsize arrayLength;
42 arrayLength = JNI_FUNC_PTR(env,GetArrayLength)(env, array);
43 (void)outStream_writeInt(out, arrayLength);
232 jint arrayLength;
250 arrayLength = JNI_FUNC_PTR(env,GetArrayLength)(env, array);
253 length = arrayLength - index;
256 if ((index < 0) || (index > arrayLength - 1)) {
261 if ((length < 0) || (length + index > arrayLength)) {
480 int arrayLength;
498 arrayLength = JNI_FUNC_PTR(env,GetArrayLength)(env, array)
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/marshal/impl/
MarshalQueryableArray.java 126 int arrayLength = Array.getLength(value);
130 return elementSize * arrayLength;
134 for (int i = 0; i < arrayLength; ++i) {
  /packages/inputmethods/LatinIME/native/jni/src/utils/
jni_data_utils.h 39 const jsize arrayLength = env->GetArrayLength(array);
40 outVector->resize(arrayLength);
41 env->GetIntArrayRegion(array, 0 /* start */, arrayLength, outVector->data());
  /external/parameter-framework/upstream/parameter/
ArrayParameter.cpp 191 size_t arrayLength = getArrayLength();
193 for (valueIndex = 0; valueIndex < arrayLength; valueIndex++) {
295 size_t arrayLength = getArrayLength();
301 for (size_t valueIndex = 0; valueIndex < arrayLength; valueIndex++) {
ElementHandle.cpp 364 bool ElementHandle::checkSetValidity(size_t arrayLength, string &error) const
367 if (not checkGetValidity(arrayLength != 0, error)) {
377 if (arrayLength && (arrayLength != getArrayLength())) {
381 to_string(getArrayLength()) + ", got: " + to_string(arrayLength);
  /libcore/ojluni/src/main/java/java/util/stream/
SpinedBuffer.java 479 protected abstract int arrayLength(T_ARR array);
487 ? arrayLength(curChunk)
488 : priorElementCount[spineIndex] + arrayLength(spine[spineIndex]);
511 priorElementCount[i] = priorElementCount[i-1] + arrayLength(spine[i - 1]);
533 if (index < priorElementCount[j] + arrayLength(spine[j]))
541 if (finalOffset > arrayLength(array) || finalOffset < offset) {
550 System.arraycopy(spine[i], 0, array, offset, arrayLength(spine[i]));
551 offset += arrayLength(spine[i]);
568 if (elementIndex == arrayLength(curChunk)) {
592 arrayForEach(spine[j], 0, arrayLength(spine[j]), consumer)
    [all...]
  /external/icu/icu4c/source/samples/cal/
cal.c 53 int32_t arrayLength,
59 int32_t arrayLength);
293 int32_t arrayLength,
306 if(count != arrayLength + lowestIndex) {
310 for(i = 0; i < arrayLength; i++) {
311 int32_t idx = (i + firstIndex) % arrayLength;
323 int32_t arrayLength)
327 for(i = 0; i < arrayLength; i++) {
  /external/skia/src/gpu/mtl/
GrMtlRenderTarget.mm 33 descriptor.arrayLength = 1;
GrMtlTexture.mm 29 descriptor.arrayLength = 1;
GrMtlGpu.mm 99 txDesc.arrayLength = 1;
  /external/skqp/src/gpu/mtl/
GrMtlRenderTarget.mm 33 descriptor.arrayLength = 1;
GrMtlTexture.mm 29 descriptor.arrayLength = 1;
  /external/v8/tools/foozzie/
v8_mock_archs.js 18 var arrayLength = args[0]
  /libcore/ojluni/src/main/java/java/lang/invoke/
MethodType.java 473 /** Replace the last arrayLength parameter types with the component type of arrayType.
475 * @param arrayLength the number of parameter types to change
478 /*non-public*/ MethodType asSpreaderType(Class<?> arrayType, int arrayLength) {
479 assert(parameterCount() >= arrayLength);
480 int spreadPos = ptypes.length - arrayLength;
481 if (arrayLength == 0) return this; // nothing to change
486 MethodType res = genericMethodType(arrayLength);
516 /** Delete the last parameter type and replace it with arrayLength copies of the component type of arrayType.
518 * @param arrayLength the number of parameter types to insert
521 /*non-public*/ MethodType asCollectorType(Class<?> arrayType, int arrayLength) {
    [all...]
  /external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
HistogramView.java 97 int arrayLength = mData.length;
103 if (mMaxBufferPeriod > arrayLength - 1) {
104 range = arrayLength;
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
Util.java 53 public static void checkOffsetAndCount(long arrayLength, long offset, long count) {
54 if ((offset | count) < 0 || offset > arrayLength || arrayLength - offset < count) {
  /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;
191 for (int elemNdx = 0; elemNdx < output.arrayLength; elemNdx++)
197 frag << "layout(location = " << output.location << ") out " << outputPrec << " " << typeName << " out" << outNdx << "[" << output.arrayLength << "];\n";
217 bool isArray = output.arrayLength > 0;
221 for (int elemNdx = 0; elemNdx < output.arrayLength; elemNdx++)
335 numVecs += (i->arrayLength > 0 ? i->arrayLength : 1)
    [all...]
  /system/chre/apps/chqts/src/general_test/
simple_heap_alloc_test.cc 138 for (uint32_t i = 0; i < arrayLength(mPtrs); i++) {
  /cts/tests/tests/text/src/android/text/cts/
SpannableStringBuilderTest.java 667 final int arrayLength = 5;
669 final SubscriptSpan[] regularSpans = new SubscriptSpan[arrayLength];
670 final SubscriptSpan[] prioritySpans = new SubscriptSpan[arrayLength];
671 for (int i = 0; i < arrayLength; i++) {
680 for (int i = 1; i <= arrayLength; i++) {
690 assertEquals(arrayLength * 2, spans.length);
693 for (int i = 0; i < arrayLength; i++) {
698 for (int i = 0; i < arrayLength; i++) {
699 assertSame(regularSpans[i], spans[i + arrayLength]);
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktRandomUniformBlockCase.cpp 185 const int arrayLength = rnd.getInt(1, m_maxArrayLength);
187 return VarType(elementType, arrayLength);

Completed in 2258 milliseconds

12 3 4 5 6 7 8 91011