HomeSort by relevance Sort by last modified time
    Searched defs:arrayLength (Results 1 - 25 of 237) sorted by null

1 2 3 4 5 6 7 8 910

  /external/parameter-framework/upstream/parameter/
ParameterBlockType.cpp 57 size_t arrayLength = getArrayLength();
59 if (arrayLength) {
62 for (size_t child = 0; child < arrayLength; child++) {
ComponentInstance.cpp 123 size_t arrayLength = getArrayLength();
125 if (arrayLength != 0) {
128 for (size_t child = 0; child < arrayLength; child++) {
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++) {
  /external/proguard/src/proguard/evaluation/value/
ArrayReferenceValue.java 34 protected final IntegerValue arrayLength;
42 IntegerValue arrayLength)
46 this.arrayLength = arrayLength;
52 public IntegerValue arrayLength(ValueFactory valueFactory)
54 return arrayLength;
98 this.arrayLength.generalize(other.arrayLength)) :
105 if (this.arrayLength.equal(other.arrayLength) == NEVER
    [all...]
ReferenceValue.java 68 public IntegerValue arrayLength(ValueFactory valueFactory)
  /frameworks/base/core/java/android/content/pm/
LimitedLengthInputStream.java 73 final int arrayLength = buffer.length;
74 Arrays.checkOffsetAndCount(arrayLength, offset, byteCount);
  /libcore/benchmarks/src/benchmarks/
SystemArrayCopyBenchmark.java 24 int arrayLength;
29 final int len = arrayLength;
38 final int len = arrayLength;
47 final int len = arrayLength;
56 final int len = arrayLength;
65 final int len = arrayLength;
74 final int len = arrayLength;
83 final int len = arrayLength;
92 final int len = arrayLength;
DeepArrayOpsBenchmark.java 25 @Param({"1", "4", "16", "256", "2048"}) int arrayLength;
34 array = new Object[arrayLength * 13];
35 array2 = new Object[arrayLength * 13];
36 for (int i = 0; i < arrayLength; i += 13) {
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayType/
NewInstanceTest.java 128 int arrayLength = reply.getNextValueAsInt();
129 logWriter.println("ArrayReference.Length: arrayLength=" + arrayLength);
131 10, arrayLength);
  /frameworks/base/telephony/java/android/telephony/
IccOpenLogicalChannelResponse.java 66 int arrayLength = in.readInt();
67 if (arrayLength > 0) {
68 mSelectResponse = new byte[arrayLength];
  /prebuilts/go/darwin-x86/src/go/types/
typexpr.go 260 typ.len = check.arrayLength(e.Len)
371 func (check *Checker) arrayLength(e ast.Expr) int64 {
  /prebuilts/go/linux-x86/src/go/types/
typexpr.go 260 typ.len = check.arrayLength(e.Len)
371 func (check *Checker) arrayLength(e ast.Expr) int64 {
  /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/protobuf/javanano/src/main/java/com/google/protobuf/nano/
WireFormatNano.java 113 int arrayLength = 1;
118 arrayLength++;
121 return arrayLength;
  /frameworks/base/core/java/android/bluetooth/
SdpOppOpsRecord.java 76 int arrayLength = in.readInt();
77 if (arrayLength > 0) {
78 byte[] bytes = new byte[arrayLength];
  /frameworks/support/work/workmanager/src/main/java/androidx/work/
ArrayCreatingInputMerger.java 125 int arrayLength = Array.getLength(array);
126 Object newArray = Array.newInstance(obj.getClass(), arrayLength + 1);
127 System.arraycopy(array, 0, newArray, 0, arrayLength);
128 Array.set(newArray, arrayLength, obj);
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktRandomUniformBlockCase.cpp 185 const int arrayLength = rnd.getInt(1, m_maxArrayLength);
187 return VarType(elementType, arrayLength);
  /external/deqp/modules/glshared/
glsRandomUniformBlockCase.cpp 192 const int arrayLength = rnd.getInt(1, m_maxArrayLength);
194 return VarType(elementType, 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/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/deqp/external/openglcts/modules/common/
glcShaderLibraryCase.hpp 85 int arrayLength; // Number of elements in array (currently always 1).
86 std::vector<Element> elements; // Scalar values (length dataType.scalarSize * arrayLength).
91 int arrayLength; // Combined array length of each value (lengths must be same, or one).
95 arrayLength = 0;
  /external/proguard/src/proguard/evaluation/
Processor.java 541 IntegerValue arrayLength = stack.ipop();
544 arrayLength));
549 stack.push(referenceValue.arrayLength(valueFactory));
638 IntegerValue arrayLength = stack.ipop();
    [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;

Completed in 863 milliseconds

1 2 3 4 5 6 7 8 910