Home
last modified time | relevance | path

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

12

/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/common/src/main/java/org/conscrypt/
DArrayUtils.java29 static void checkOffsetAndCount(int arrayLength, int offset, int count) { in checkOffsetAndCount()
/external/parameter-framework/upstream/parameter/
DParameterBlockType.cpp57 size_t arrayLength = getArrayLength(); in populate() local
DComponentInstance.cpp123 size_t arrayLength = getArrayLength(); in populate() local
DArrayParameter.cpp191 size_t arrayLength = getArrayLength(); in setDefaultValues() local
295 size_t arrayLength = getArrayLength(); in getValues() local
DElementHandle.cpp364 bool ElementHandle::checkSetValidity(size_t arrayLength, string &error) const in checkSetValidity()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayType/
DNewInstanceTest.java128 int arrayLength = reply.getNextValueAsInt(); in testNewInstance001() 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/javanano/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
472 int arrayLength = Array.getLength(array); in writeRepeatedData() local
565 int arrayLength = Array.getLength(array); in computePackedDataSize() local
DWireFormatNano.java113 int arrayLength = 1; in getRepeatedFieldArrayLength() local
/external/icu/icu4c/source/samples/cal/
Dcal.c293 int32_t arrayLength, in get_symbols()
323 int32_t arrayLength) in free_symbols()
/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.java53 public static void checkOffsetAndCount(long arrayLength, long offset, long count) { in checkOffsetAndCount()
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktRandomUniformBlockCase.cpp185 const int arrayLength = rnd.getInt(1, m_maxArrayLength); in generateType() local
/external/deqp/modules/glshared/
DglsRandomUniformBlockCase.cpp192 const int arrayLength = rnd.getInt(1, m_maxArrayLength); in generateType() local
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DHistogramView.java97 int arrayLength = mData.length; in fillCanvas() local
/external/libmojo/mojo/public/js/
Dvalidator.js241 Validator.prototype.arrayLength = function(arrayPointerOffset) { method in Validator
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DCode.java773 public <T> void arrayLength(Local<Integer> target, Local<T> array) { in arrayLength() method in Code

12