Home
last modified time | relevance | path

Searched defs:maxIterations (Results 1 – 5 of 5) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs927 private readonly int maxIterations; field in Google.Protobuf.CodedInputStreamTest.RepeatingMemoryStream
930 public RepeatingMemoryStream(byte[] bytes, int maxIterations) in RepeatingMemoryStream()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DLocaleDistanceTest.java77 final int maxIterations = 1000; in testTiming() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DLocaleDistanceTest.java80 final int maxIterations = 1000; in testTiming() local
/third_party/skia/src/utils/
DSkPolyUtils.cpp379 unsigned int maxIterations = inputPolygonSize * inputPolygonSize; in SkInsetConvexPolygon() local
1318 unsigned long long maxIterations = (unsigned long long)(numEdges) * numEdges; in SkOffsetSimplePolygon() local
/third_party/glslang/glslang/Include/
Dintermediate.h1214 unsigned int maxIterations; // as per the SPIR-V specification variable