Home
last modified time | relevance | path

Searched defs:arrayLength (Results 1 – 24 of 24) sorted by relevance

/external/proguard/src/proguard/evaluation/value/
DArrayReferenceValue.java34 protected final IntegerValue arrayLength; field in ArrayReferenceValue
42 IntegerValue arrayLength) in ArrayReferenceValue()
52 public IntegerValue arrayLength(ValueFactory valueFactory) in arrayLength() method in ArrayReferenceValue
DDetailedValueFactory.java38 IntegerValue arrayLength) in createArrayReferenceValue()
DIdentifiedValueFactory.java82 IntegerValue arrayLength) in createArrayReferenceValue()
DIdentifiedArrayReferenceValue.java42 IntegerValue arrayLength, in IdentifiedArrayReferenceValue()
DParticularValueFactory.java103 IntegerValue arrayLength) in createArrayReferenceValue()
DValueFactory.java170 IntegerValue arrayLength) in createArrayReferenceValue()
DDetailedArrayReferenceValue.java46 IntegerValue arrayLength, in DetailedArrayReferenceValue()
DReferenceValue.java68 public IntegerValue arrayLength(ValueFactory valueFactory) in arrayLength() method in ReferenceValue
/external/conscrypt/src/main/java/org/conscrypt/util/
DArrayUtils.java32 public static final void checkOffsetAndCount(int arrayLength, int offset, int count) { in checkOffsetAndCount()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayType/
DNewInstanceTest.java127 int arrayLength = reply.getNextValueAsInt(); in testNewInstance001() local
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
DBerInputStreamTest.java109 int arrayLength = 17000; in test_CtorLjava_io_ByteArrayInputStream() local
/external/proguard/src/proguard/evaluation/
DProcessor.java541 IntegerValue arrayLength = stack.ipop(); in visitSimpleInstruction() local
544 arrayLength)); in visitSimpleInstruction() local
638 IntegerValue arrayLength = stack.ipop(); in visitConstantInstruction() local
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
DExtension.java287 int arrayLength = Array.getLength(array); in writeRepeatedData() local
307 int arrayLength = Array.getLength(array); in computeRepeatedSerializedSize() local
507 int arrayLength = Array.getLength(array); in writeRepeatedData() local
600 int arrayLength = Array.getLength(array); in computePackedDataSize() local
DWireFormatNano.java113 int arrayLength = 1; in getRepeatedFieldArrayLength() local
/external/icu/icu4c/source/samples/cal/
Dcal.c289 int32_t arrayLength, in get_symbols()
319 int32_t arrayLength) in free_symbols()
/external/deqp/modules/glshared/
DglsShaderLibraryCase.hpp91 int arrayLength; // Number of elements in array (currently always 1). member
99 int arrayLength; // Combined array length of each value (lengths must be same, or one). member
DglsRandomUniformBlockCase.cpp192 const int arrayLength = rnd.getInt(1, m_maxArrayLength); in generateType() local
DglsShaderLibrary.cpp886 int arrayLength = 1; in parseValueBlock() local
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DTypesLengths.java104 private static int arrayLength; field in TypesLengths
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DUtil.java72 public static void checkOffsetAndCount(long arrayLength, long offset, long count) { in checkOffsetAndCount()
/external/dexmaker/src/main/java/com/google/dexmaker/
DCode.java771 public <T> void arrayLength(Local<Integer> target, Local<T> array) { in arrayLength() method in Code
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutTests.cpp249 const int arrayLength = rnd.getInt(1, m_maxArrayLength); in generateType() local
Des31fTessellationTests.cpp5662 const string arrayLength = de::toString(rootType.getArraySize()); in glslTraverseBasicTypes() local
/external/deqp/modules/gles3/functional/
Des3fFragmentOutputTests.cpp114 int arrayLength; //!< 0 if not an array. member