/external/junit/src/main/java/org/junit/internal/ |
ArrayComparisonFailure.java | 22 private final List<Integer> fIndices = new ArrayList<Integer>(); 40 fIndices.add(0, index); 50 for (int each : fIndices) {
|
/external/testng/src/main/java/org/testng/internal/junit/ |
ArrayComparisonFailure.java | 13 private List<Integer> fIndices= new ArrayList<>(); 30 fIndices.add(0, index); 39 for (int each : fIndices) {
|
/external/skia/src/core/ |
SkVertState.h | 28 : fIndices(indices) { 48 const uint16_t* fIndices;
|
SkVertState.cpp | 23 const uint16_t* indices = state->fIndices; 53 const uint16_t* indices = state->fIndices; 83 const uint16_t* indices = state->fIndices; 98 return fIndices ? TrianglesX : Triangles; 100 return fIndices ? TriangleStripX : TriangleStrip; 102 return fIndices ? TriangleFanX : TriangleFan;
|
SkVertices.cpp | 130 fVertices->fIndices = sizes.fISize ? (uint16_t*)ptr : nullptr; 147 fVertices->fIndices[3 * t + 0] = tempIndices[0]; 148 fVertices->fIndices[3 * t + 1] = tempIndices[t + 1]; 149 fVertices->fIndices[3 * t + 2] = tempIndices[t + 2]; 155 fVertices->fIndices[3 * t + 0] = 0; 156 fVertices->fIndices[3 * t + 1] = SkToU16(t + 1); 157 fVertices->fIndices[3 * t + 2] = SkToU16(t + 2); 372 writer.writePad(fIndices, sizes.fISize);
|
/external/skqp/src/core/ |
SkVertState.h | 28 : fIndices(indices) { 48 const uint16_t* fIndices;
|
SkVertState.cpp | 23 const uint16_t* indices = state->fIndices; 53 const uint16_t* indices = state->fIndices; 83 const uint16_t* indices = state->fIndices; 98 return fIndices ? TrianglesX : Triangles; 100 return fIndices ? TriangleStripX : TriangleStrip; 102 return fIndices ? TriangleFanX : TriangleFan;
|
SkVertices.cpp | 130 fVertices->fIndices = sizes.fISize ? (uint16_t*)ptr : nullptr; 147 fVertices->fIndices[3 * t + 0] = tempIndices[0]; 148 fVertices->fIndices[3 * t + 1] = tempIndices[t + 1]; 149 fVertices->fIndices[3 * t + 2] = tempIndices[t + 2]; 155 fVertices->fIndices[3 * t + 0] = 0; 156 fVertices->fIndices[3 * t + 1] = SkToU16(t + 1); 157 fVertices->fIndices[3 * t + 2] = SkToU16(t + 2); 372 writer.writePad(fIndices, sizes.fISize);
|
/external/skia/bench/ |
ImageCacheBudgetBench.cpp | 76 , fIndices(nullptr) { 99 fIndices.reset(new int[kSimulatedFrames * kImagesToDraw]); 101 int* base = fIndices.get() + frame * kImagesToDraw; 121 fIndices.reset(nullptr); 130 idx = fIndices[frame * kImagesToDraw + j]; 150 std::unique_ptr<int[]> fIndices;
|
/external/skqp/bench/ |
ImageCacheBudgetBench.cpp | 76 , fIndices(nullptr) { 99 fIndices.reset(new int[kSimulatedFrames * kImagesToDraw]); 101 int* base = fIndices.get() + frame * kImagesToDraw; 121 fIndices.reset(nullptr); 130 idx = fIndices[frame * kImagesToDraw + j]; 150 std::unique_ptr<int[]> fIndices;
|
/external/skia/experimental/nima/ |
NimaActor.cpp | 128 , fIndices() 207 fIndices.clear(); 214 fIndices.resize(indexCount); 243 memcpy(fIndices.data(), indexData, indexCount * sizeof(uint16_t)); 253 fIndices.size(), 254 fIndices.data(),
|
NimaActor.h | 121 std::vector<uint16_t> fIndices;
|
/external/skqp/experimental/nima/ |
NimaActor.cpp | 128 , fIndices() 207 fIndices.clear(); 214 fIndices.resize(indexCount); 243 memcpy(fIndices.data(), indexData, indexCount * sizeof(uint16_t)); 253 fIndices.size(), 254 fIndices.data(),
|
NimaActor.h | 121 std::vector<uint16_t> fIndices;
|
/external/skia/src/gpu/ops/ |
GrAAConvexTessellator.cpp | 128 *fIndices.push() = i0; 129 *fIndices.push() = i1; 130 *fIndices.push() = i2; 137 fIndices.rewind(); 264 fIndices.rewind(); 389 fIndices.setReserve(18*path.countPoints() + 6); 828 SkASSERT(0 == (fIndices.count() % 3)); [all...] |
GrAAConvexTessellator.h | 52 int numIndices() const { return fIndices.count(); } 56 int index(int index) const { return fIndices[index]; } 269 SkTDArray<int> fIndices;
|
GrDefaultPathRenderer.cpp | 76 , fIndices(nullptr) { 243 fIndices = fTarget->makeIndexSpaceAtLeast(kMinIndicesPerChunk, kFallbackIndicesPerChunk, 249 fCurIdx = fIndices; 266 int indexCount = fCurIdx - fIndices; 288 fCurIdx + indicesNeeded > fIndices + fIndicesInChunk) { 326 uint16_t* fIndices;
|
/external/skqp/src/gpu/ops/ |
GrAAConvexTessellator.cpp | 128 *fIndices.push() = i0; 129 *fIndices.push() = i1; 130 *fIndices.push() = i2; 137 fIndices.rewind(); 264 fIndices.rewind(); 389 fIndices.setReserve(18*path.countPoints() + 6); 828 SkASSERT(0 == (fIndices.count() % 3)); [all...] |
GrAAConvexTessellator.h | 52 int numIndices() const { return fIndices.count(); } 56 int index(int index) const { return fIndices[index]; } 269 SkTDArray<int> fIndices;
|
GrDefaultPathRenderer.cpp | 78 , fIndices(nullptr) { 245 fIndices = fTarget->makeIndexSpaceAtLeast(kMinIndicesPerChunk, kFallbackIndicesPerChunk, 251 fCurIdx = fIndices; 268 int indexCount = fCurIdx - fIndices; 290 fCurIdx + indicesNeeded > fIndices + fIndicesInChunk) { 330 uint16_t* fIndices;
|
/external/skia/include/core/ |
SkVertices.h | 228 const uint16_t* indices() const { return fIndices; } 269 uint16_t* fIndices;
|
/external/skqp/include/core/ |
SkVertices.h | 228 const uint16_t* indices() const { return fIndices; } 269 uint16_t* fIndices;
|
/external/skia/src/utils/ |
SkShadowTessellator.cpp | 37 this->indexCount(), fIndices.begin()); 46 int indexCount() const { return fIndices.count(); } 96 SkTDArray<uint16_t> fIndices; 718 &fIndices); 870 auto indices = fIndices.append(3); 879 auto indices = fIndices.append(6); [all...] |
/external/skqp/src/utils/ |
SkShadowTessellator.cpp | 37 this->indexCount(), fIndices.begin()); 46 int indexCount() const { return fIndices.count(); } 96 SkTDArray<uint16_t> fIndices; 718 &fIndices); 870 auto indices = fIndices.append(3); 879 auto indices = fIndices.append(6); [all...] |
/external/owasp/sanitizer/lib/junit/ |
junit-dep.jar | |