Home
last modified time | relevance | path

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

12

/external/protobuf/java/src/main/java/com/google/protobuf/nano/
DExtension.java268 int arrayLength = Array.getLength(array); in writeRepeatedData() local
269 for (int i = 0; i < arrayLength; i++) { in writeRepeatedData()
288 int arrayLength = Array.getLength(array); in computeRepeatedSerializedSize() local
289 for (int i = 0; i < arrayLength; i++) { in computeRepeatedSerializedSize()
488 int arrayLength = Array.getLength(array); in writeRepeatedData() local
496 for (int i = 0; i < arrayLength; i++) { in writeRepeatedData()
501 for (int i = 0; i < arrayLength; i++) { in writeRepeatedData()
506 for (int i = 0; i < arrayLength; i++) { in writeRepeatedData()
511 for (int i = 0; i < arrayLength; i++) { in writeRepeatedData()
516 for (int i = 0; i < arrayLength; i++) { in writeRepeatedData()
[all …]
DWireFormatNano.java113 int arrayLength = 1; in getRepeatedFieldArrayLength() local
122 arrayLength++; in getRepeatedFieldArrayLength()
125 return arrayLength; in getRepeatedFieldArrayLength()
/external/conscrypt/src/main/java/org/conscrypt/util/
DArrays.java32 public static final void checkOffsetAndCount(int arrayLength, int offset, int count) { in checkOffsetAndCount() argument
33 if ((offset | count) < 0 || offset > arrayLength || arrayLength - offset < count) { in checkOffsetAndCount()
34 throw new ArrayIndexOutOfBoundsException("length=" + arrayLength + "; regionStart=" in checkOffsetAndCount()
/external/okhttp/okio/src/main/java/okio/
DUtil.java27 public static void checkOffsetAndCount(long arrayLength, long offset, long count) { in checkOffsetAndCount() argument
28 if ((offset | count) < 0 || offset > arrayLength || arrayLength - offset < count) { in checkOffsetAndCount()
/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
112 byte[] encoding = new byte[arrayLength + 4]; in test_CtorLjava_io_ByteArrayInputStream()
117 encoding[2] = (byte) (arrayLength >> 8); in test_CtorLjava_io_ByteArrayInputStream()
118 encoding[3] = (byte) (arrayLength & 0xFF); in test_CtorLjava_io_ByteArrayInputStream()
/external/proguard/src/proguard/evaluation/value/
DValueFactory.java170 IntegerValue arrayLength) in createArrayReferenceValue() argument
174 arrayLength, in createArrayReferenceValue()
186 IntegerValue arrayLength, in createArrayReferenceValue() argument
DReferenceValue.java190 public IntegerValue arrayLength(ValueFactory valueFactory) in arrayLength() method in ReferenceValue
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DTypesLengths.java104 private static int arrayLength; field in TypesLengths
165 return arrayLength; in getTypeLength()
254 arrayLength = typeLength; in setTypeLength()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayType/
DNewInstanceTest.java127 int arrayLength = reply.getNextValueAsInt(); in testNewInstance001() local
128 logWriter.println("ArrayReference.Length: arrayLength=" + arrayLength); in testNewInstance001()
130 10, arrayLength); in testNewInstance001()
/external/icu/icu4c/source/samples/cal/
Dcal.c49 int32_t arrayLength,
55 int32_t arrayLength);
289 int32_t arrayLength, in get_symbols() argument
302 if(count != arrayLength + lowestIndex) { in get_symbols()
306 for(i = 0; i < arrayLength; i++) { in get_symbols()
307 int32_t idx = (i + firstIndex) % arrayLength; in get_symbols()
319 int32_t arrayLength) in free_symbols() argument
323 for(i = 0; i < arrayLength; i++) { in free_symbols()
/external/chromium_org/third_party/icu/source/samples/cal/
Dcal.c49 int32_t arrayLength,
55 int32_t arrayLength);
289 int32_t arrayLength, in get_symbols() argument
302 if(count != arrayLength + lowestIndex) { in get_symbols()
306 for(i = 0; i < arrayLength; i++) { in get_symbols()
307 int32_t idx = (i + firstIndex) % arrayLength; in get_symbols()
319 int32_t arrayLength) in free_symbols() argument
323 for(i = 0; i < arrayLength; i++) { in free_symbols()
/external/deqp/modules/glshared/
DglsShaderLibrary.cpp836 result.arrayLength = 0; in parseValue()
841 result.arrayLength++; in parseValue()
859 result.arrayLength = 1; in parseValue()
886 int arrayLength = 1; in parseValueBlock() local
890 if (val.arrayLength > 1) in parseValueBlock()
892 DE_ASSERT(arrayLength == 1 || arrayLength == val.arrayLength); in parseValueBlock()
893 arrayLength = val.arrayLength; in parseValueBlock()
896 valueBlock.arrayLength = arrayLength; in parseValueBlock()
DglsShaderConstExprTests.cpp87 shaderOutput[0].arrayLength = 1; in createTests()
92 shaderOutput[0].values[0].arrayLength = 1; in createTests()
DglsShaderLibraryCase.hpp90 int arrayLength; // Number of elements in array (currently always 1). member
98 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
194 return VarType(elementType, arrayLength); in generateType()
DglsShaderLibraryCase.cpp89 : arrayLength(0) in ValueBlock()
498 const int elemNdx = (val.arrayLength == 1) ? (0) : (arrayNdx * scalarSize); in setUniformValue()
810 const int numRenderPasses = (valueBlock.arrayLength == 0) ? (1) : (valueBlock.arrayLength); in execute()
964 << ", sub-case " << arrayNdx+1 << " of " << valueBlock.arrayLength << "):" in execute()
1677 int elemNdx = (val.arrayLength == 1) ? 0 : arrayNdx; in dumpValues()
1700 int elemNdx = (val.arrayLength == 1) ? 0 : arrayNdx; in dumpValues()
/external/deqp/modules/gles3/functional/
Des3fFragmentOutputTests.cpp99 , arrayLength (0) in FragmentOutput()
107 , arrayLength (arrayLength_) in FragmentOutput()
114 int arrayLength; //!< 0 if not an array. member
182 bool isArray = output.arrayLength > 0; in createProgram()
190 for (int elemNdx = 0; elemNdx < output.arrayLength; elemNdx++) in createProgram()
196 …") out " << precName << " " << typeName << " out" << outNdx << "[" << output.arrayLength << "];\n"; in createProgram()
216 bool isArray = output.arrayLength > 0; in createProgram()
220 for (int elemNdx = 0; elemNdx < output.arrayLength; elemNdx++) in createProgram()
334 numVecs += (i->arrayLength > 0 ? i->arrayLength : 1); in getNumInputVectors()
566 int numVecs = output.arrayLength > 0 ? output.arrayLength : 1; in iterate()
[all …]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DUtil.java79 public static void checkOffsetAndCount(long arrayLength, long offset, long count) { in checkOffsetAndCount() argument
80 if ((offset | count) < 0 || offset > arrayLength || arrayLength - offset < count) { in checkOffsetAndCount()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DRemoteObject.js66 arrayLength: function() method in WebInspector.RemoteObject
573 arrayLength: function() method in WebInspector.RemoteObjectImpl
1044 arrayLength: function() method in WebInspector.LocalJSONObject
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
DObjectPropertiesSection.js73 if (this.object.arrayLength() > WebInspector.ObjectPropertiesSection._arrayLoadThreshold) {
75 …eElement._populateArray(this.propertiesTreeOutline, this.object, 0, this.object.arrayLength() - 1);
486 if (value.arrayLength() > WebInspector.ObjectPropertiesSection._arrayLoadThreshold) {
488 …bInspector.ArrayGroupingTreeElement._populateArray(treeElement, value, 0, value.arrayLength() - 1);
/external/proguard/src/proguard/evaluation/
DProcessor.java523 IntegerValue arrayLength = stack.ipop(); in visitSimpleInstruction() local
526 arrayLength)); in visitSimpleInstruction() local
619 IntegerValue arrayLength = stack.ipop(); in visitConstantInstruction() local
/external/skia/gm/rebaseline_server/static/
Dloader.js799 var arrayLength = valueArray.length;
800 for (var i = 0; i < arrayLength; i++) {
/external/chromium_org/third_party/skia/gm/rebaseline_server/static/
Dloader.js920 var arrayLength = valueArray.length;
921 for (var i = 0; i < arrayLength; i++) {
Dlive-loader.js910 var arrayLength = valueArray.length;
911 for (var i = 0; i < arrayLength; i++) {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/console/
DConsoleViewMessage.js646 if (this._message.isOutdated || array.arrayLength() > maxFlatArrayLength)
767 var length = array.arrayLength();

12