Searched defs:LIMIT (Results 1 - 18 of 18) sorted by relevance

/external/oauth/core/src/main/java/net/oauth/client/
H A DExcerptInputStream.java21 mark(LIMIT);
24 while ((read = read(excerpt, total, LIMIT - total)) != -1 && ((total += read) < LIMIT));
25 if (total == LIMIT) {
26 // Only add the ellipsis if there are at least LIMIT bytes
36 private static final int LIMIT = 1024; field in class:ExcerptInputStream
37 private byte[] excerpt = new byte[LIMIT + ELLIPSIS.length];
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
H A DAbstractBreakIteratorTests.java22 private static final int LIMIT = 100; field in class:AbstractBreakIteratorTests.AbstractBreakIterator
26 if (position > LIMIT) {
27 position = LIMIT;
44 return set(LIMIT);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DAbstractBreakIteratorTests.java21 private static final int LIMIT = 100; field in class:AbstractBreakIteratorTests.AbstractBreakIterator
25 if (position > LIMIT) {
26 position = LIMIT;
43 return set(LIMIT);
/external/valgrind/helgrind/tests/
H A Dtc08_hbl2.c139 #define LIMIT 10 macro
150 q = (x >= LIMIT);
172 for (i = 0; i < LIMIT; i++) {
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
H A DUnicodeMapTest.java311 private static final int LIMIT = 0x15; // limit to make testing more realistic in terms of collisions field in class:UnicodeMapTest
327 int start = random.nextInt(LIMIT);
339 checkNext(map1, map2, LIMIT);
431 for (int i = 0; i < LIMIT; ++i) {
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DUnicodeMapTest.java310 private static final int LIMIT = 0x15; // limit to make testing more realistic in terms of collisions field in class:UnicodeMapTest
326 int start = random.nextInt(LIMIT);
338 checkNext(map1, map2, LIMIT);
430 for (int i = 0; i < LIMIT; ++i) {
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DCollator.java285 public final static int LIMIT = 0x1005; field in interface:Collator.ReorderCodes
737 int[] codes = new int[UScript.CODE_LIMIT + Collator.ReorderCodes.LIMIT - Collator.ReorderCodes.FIRST];
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DCollator.java302 public final static int LIMIT = 0x1005; field in interface:Collator.ReorderCodes
767 int[] codes = new int[UScript.CODE_LIMIT + Collator.ReorderCodes.LIMIT - Collator.ReorderCodes.FIRST];
/external/syslinux/gpxe/src/drivers/net/
H A Dsis190.h212 LIMIT = 0x00200000, enumerator in enum:_DescStatusBit
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp95 #define LIMIT(_X_) DE_OFFSET_OF(VkPhysicalDeviceLimits, _X_), (const char*)(#_X_) macro
120 { LIMIT(maxImageDimension1D), 4096, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN, -1 },
121 { LIMIT(maxImageDimension2D), 4096, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN , -1 },
122 { LIMIT(maxImageDimension3D), 256, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN , -1 },
123 { LIMIT(maxImageDimensionCube), 4096, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN , -1 },
124 { LIMIT(maxImageArrayLayers), 256, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN , -1 },
125 { LIMIT(maxTexelBufferElements), 65536, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN , -1 },
126 { LIMIT(maxUniformBufferRange), 16384, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN , -1 },
127 { LIMIT(maxStorageBufferRange), 0, 0, 0, 0, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_NONE, -1 },
128 { LIMIT(maxPushConstantsSiz
[all...]
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/guice/extensions/persist/lib/
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 482 milliseconds