HomeSort by relevance Sort by last modified time
    Searched defs:fLimit (Results 1 - 12 of 12) sorted by null

  /external/skia/tests/
FakeStreams.h 50 , fLimit(initialLimit)
55 fLimit = SkTMin(fTotalSize, fLimit + extra);
59 if (fStream.getPosition() + size > fLimit) {
60 size = fLimit - fStream.getPosition();
71 size_t getLength() const override { return fLimit; }
79 bool isAllDataReceived() const { return fLimit == fTotalSize; }
83 size_t fLimit;
CodecTest.cpp 831 , fLimit(limit) {}
834 return fStream.peek(buf, SkTMin(bytes, fLimit));
847 const size_t fLimit;
    [all...]
  /external/icu/icu4c/source/test/intltest/
tsdate.h 60 int32_t fLimit; // How many iterations it should take to reach convergence
  /external/icu/icu4c/source/io/
ufile.h 54 const UChar *fLimit; /* data limit in fUCBuffer */
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
IntlTestDateFormat.java 50 private static int fLimit = 3; // How many iterations it should take to reach convergence
74 fLimit = 3;
88 fLimit = 2;
194 if (stringMatch > fLimit || dateMatch > fLimit) {
196 errln("********** FAIL: No string and/or date match within " + fLimit + " iterations.");
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestDateFormat.java 49 private static int fLimit = 3; // How many iterations it should take to reach convergence
73 fLimit = 3;
87 fLimit = 2;
193 if (stringMatch > fLimit || dateMatch > fLimit) {
195 errln("********** FAIL: No string and/or date match within " + fLimit + " iterations.");
  /external/icu/icu4c/source/i18n/
regeximp.h 406 int64_t fLimit;
tznames_impl.cpp 441 int32_t fLimit; // Index to start of unused area at end of fStrings
448 fLimit = 0;
499 int32_t remainingLength = POOL_CHUNK_SIZE - fChunks->fLimit;
515 UChar *destString = &fChunks->fStrings[fChunks->fLimit];
517 fChunks->fLimit += (length + 1);
    [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /prebuilts/devtools/tools/lib/
emma.jar 
emma_device.jar 

Completed in 328 milliseconds