Home
last modified time | relevance | path

Searched defs:firstIndex (Results 1 – 25 of 100) sorted by relevance

1234

/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/helper/
DAbbreviator.java45 int firstIndex = filename.indexOf(folderSeparator, invariantPrefixLength); in abbreviate() local
70 int computeNextIndex(String filename, int firstIndex) { in computeNextIndex()
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/
DListRemoveTester.java44 int firstIndex = getList().indexOf(duplicate); in testRemove_duplicate() local
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DListRemoveTester.java44 int firstIndex = getList().indexOf(duplicate); in testRemove_duplicate() local
/external/skqp/src/core/
DSkTDynamicHash.h227 const int firstIndex = this->firstIndex(key); in innerRemove() local
279 int firstIndex(const Key& key) const { in firstIndex() function
/external/proguard/src/proguard/classfile/util/
DInternalTypeEnumeration.java37 private int firstIndex; field in InternalTypeEnumeration
/external/icu/icu4c/source/i18n/
Ddtitvfmt.cpp324 int8_t firstIndex; in formatToValue() local
378 int8_t firstIndex; in formatToValue() local
404 int8_t& firstIndex, in formatIntervalImpl()
425 int8_t& firstIndex, in formatImpl()
1560 int8_t& firstIndex, in fallbackFormatRange()
1601 int8_t& firstIndex, in fallbackFormat()
Dformattedval_iterimpl.cpp88 int8_t firstIndex, in addOverlapSpans()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/
DSetValuesTest.java113 int firstIndex, int length) { in checkArrayRegion()
DGetValuesTest.java175 private void checkArrayRegion(long arrayID, int error, int firstIndex, int length, in checkArrayRegion()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorFixedSize.h70 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar& coeff(Index firstIndex, IndexTypes... otherInd… in coeff()
102 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar& coeffRef(Index firstIndex, IndexTypes... otherIndice… in coeffRef()
DTensor.h115 …EIGEN_DEVICE_FUNC inline const Scalar& coeff(Index firstIndex, Index secondIndex, IndexTypes... ot… in coeff()
155 inline Scalar& coeffRef(Index firstIndex, Index secondIndex, IndexTypes... otherIndices) in coeffRef()
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DJNITypeParser.java48 int firstIndex = signature.indexOf('['); in typeNameToSignature() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cIndirectParametersTests.hpp54 GLuint firstIndex; member
Dgl4cShaderDrawParametersTests.hpp53 GLuint firstIndex; member
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DFormattedValueFieldPositionIteratorImpl.java79 …atic void addOverlapSpans(List<FieldPosition> attributes, Format.Field spanField, int firstIndex) { in addOverlapSpans()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DFormattedValueFieldPositionIteratorImpl.java81 …atic void addOverlapSpans(List<FieldPosition> attributes, Format.Field spanField, int firstIndex) { in addOverlapSpans()
/external/skqp/src/gpu/ops/
DGrAALinearizingConvexPathRenderer.cpp86 uint16_t firstIndex, in extract_verts()
213 int firstIndex; in draw() local
DGrDrawVerticesOp.cpp239 int firstIndex = 0; in drawVolatile() local
466 int firstIndex) { in drawVertices()
/external/guava/android/guava/src/com/google/common/collect/
DObjectCountLinkedHashMap.java97 int firstIndex() { in firstIndex() method in ObjectCountLinkedHashMap
/external/angle/src/tests/gl_tests/
DLineLoopTest.cpp490 GLuint firstIndex, in runTest()
497 GLuint firstIndex; in runTest() member
DIndexedPointsTest.cpp111 void runTest(GLuint firstIndex, bool useVertexBufferWithColor = false) in runTest()
/external/skia/src/gpu/ops/
DGrAALinearizingConvexPathRenderer.cpp94 uint16_t firstIndex, in extract_verts()
241 int firstIndex; in recordDraw() local
/external/vulkan-validation-layers/layers/
Ddrawdispatch.cpp98uint32_t firstIndex, int32_t vertexOffset, uint32_t firstInstance) { in PreCallValidateCmdDrawIndexed()
129uint32_t firstIndex, int32_t vertexOffset, uint32_t firstInstance) { in PreCallRecordCmdDrawIndexed()
134 … uint32_t instanceCount, uint32_t firstIndex, int32_t vertexOffset, in PostCallRecordCmdDrawIndexed()
/external/mesa3d/src/gallium/auxiliary/util/
Du_prim_restart.c35 uint32_t firstIndex; member
/external/skia/modules/skplaintexteditor/src/
Dshape.cpp250 int firstIndex = ptr - utf8Text; in set_character_bounds() local

1234