Searched refs:LIMIT (Results 1 - 25 of 27) sorted by relevance

12

/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.java27 private static final int LIMIT = 100; field in class:AbstractBreakIteratorTests.AbstractBreakIterator
31 if (position > LIMIT) {
32 position = LIMIT;
49 return set(LIMIT);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DAbstractBreakIteratorTests.java24 private static final int LIMIT = 100; field in class:AbstractBreakIteratorTests.AbstractBreakIterator
28 if (position > LIMIT) {
29 position = LIMIT;
46 return set(LIMIT);
/external/autotest/contrib/
H A Dremove_old_tests_in_tko.sql11 WHILE EXISTS (SELECT test_idx FROM tko_tests WHERE started_time < @cutoff_date LIMIT 1) DO
14 DELETE FROM tko_tests WHERE started_time < @cutoff_date LIMIT 5000;
22 WHILE EXISTS (SELECT test_idx FROM tko_tests where started_time IS NULL and finished_time < @cutoff_date LIMIT 1) DO
25 DELETE FROM tko_tests WHERE started_time IS NULL AND finished_time < @cutoff_date LIMIT 5000;
35 WHILE EXISTS (SELECT job_idx FROM tko_jobs WHERE started_time < @cutoff_date LIMIT 1) DO
38 DELETE FROM tko_jobs WHERE started_tim < @cutoff_date LIMIT 5000;
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp97 #define LIMIT(_X_) DE_OFFSET_OF(VkPhysicalDeviceLimits, _X_), (const char*)(#_X_) macro
129 { LIMIT(maxImageDimension1D), 4096, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN, -1 },
130 { LIMIT(maxImageDimension2D), 4096, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN , -1 },
131 { LIMIT(maxImageDimension3D), 256, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN , -1 },
132 { LIMIT(maxImageDimensionCube), 4096, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN , -1 },
133 { LIMIT(maxImageArrayLayers), 256, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN , -1 },
134 { LIMIT(maxTexelBufferElements), 65536, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN , -1 },
135 { LIMIT(maxUniformBufferRange), 16384, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN , -1 },
136 { LIMIT(maxStorageBufferRange), 0, 0, 0, 0, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_NONE, -1 },
137 { LIMIT(maxPushConstantsSiz
[all...]
/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/linux-kselftest/tools/testing/selftests/sysctl/
H A Dsysctl.sh294 LIMIT=$((MAX_DIGITS -1))
296 (perl -e 'print " " x '$LIMIT';'; echo "${TEST_STR}") | \
310 LIMIT=$((MAX_DIGITS))
312 (perl -e 'print " " x '$LIMIT';'; echo "${TEST_STR}") | \
402 LIMIT=$((MAX_DIGITS -1))
404 (perl -e 'print " " x '$LIMIT';'; echo "${TEST_STR}") | \
419 LIMIT=$((MAX_DIGITS))
421 (perl -e 'print " " x '$LIMIT';'; echo "${TEST_STR}") | \
/external/curl/tests/
H A Dmemanalyze.pl85 if(/^LIMIT.*memlimit$/) {
100 if($line =~ /^LIMIT ([^ ]*):(\d*) (.*)/) {
105 print "LIMIT: $1 returned error at $source:$linenum\n";
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
H A DUnicodeMapTest.java317 private static final int LIMIT = 0x15; // limit to make testing more realistic in terms of collisions field in class:UnicodeMapTest
334 int start = random.nextInt(LIMIT);
346 checkNext(map1, map2, LIMIT);
447 for (int i = 0; i < LIMIT; ++i) {
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DUnicodeMapTest.java314 private static final int LIMIT = 0x15; // limit to make testing more realistic in terms of collisions field in class:UnicodeMapTest
331 int start = random.nextInt(LIMIT);
343 checkNext(map1, map2, LIMIT);
444 for (int i = 0; i < LIMIT; ++i) {
/external/iproute2/examples/
H A Dcbq.init-v0.7.3291 # LIMIT=<bytes> optional, default "15Kb"
294 # the queue contains more data than specified by LIMIT, the
501 CBQ_WORDS="$CBQ_WORDS|LIMIT|PEAK|MTU|QUANTUM|PERTURB"
614 BUFFER=10Kb/8; LIMIT=15Kb; MTU=1500
778 rate $RATE buffer $BUFFER limit $LIMIT mtu $MTU $PEAK
951 rate $NEW_RATE buffer $BUFFER limit $LIMIT mtu $MTU $NEW_PEAK
/external/syslinux/gpxe/src/drivers/net/
H A Dsis190.h212 LIMIT = 0x00200000, enumerator in enum:_DescStatusBit
H A Dsis190.c241 #define ErrMask (OVRUN | SHORT | LIMIT | MIIER | NIBON | COLON | ABORT)
/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/abi-compliance-checker/
H A Dabi-compliance-checker.pl637 -limit-affected LIMIT
17482 my $LIMIT = 10;
17484 $LIMIT = $AffectLimit;
17558 if($Num>=$LIMIT) {
17616 if(keys(%SymLocKind)>$LIMIT) {
/external/python/cpython3/Lib/test/
H A Dtest_socket.py4247 LIMIT = 10
4251 for i in range(LIMIT):
/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/ ...
/external/sqlite/dist/orig/
H A Dsqlite3.c16526 #define WHERE_ORDERBY_LIMIT 0x0800 /* ORDERBY+LIMIT on the inner loop */
16529 #define WHERE_USE_LIMIT 0x4000 /* Use the LIMIT in cost estimates */
16593 ** nLimit is set to -1 if there is no LIMIT clause. nOffset is set to 0.
16594 ** If there is a LIMIT clause, the parser sets nLimit to the value of the
16614 int iLimit, iOffset; /* Memory registers holding LIMIT & OFFSET counters */
16626 Expr *pLimit; /* LIMIT expression. NULL means not used. */
16653 #define SF_FixedLimit 0x04000 /* nSelectRow set by a constant LIMIT */
16686 ** of the query. This destination implies "LIMIT 1".
[all...]
/external/sqlite/dist/
H A Dsqlite3.c16526 #define WHERE_ORDERBY_LIMIT 0x0800 /* ORDERBY+LIMIT on the inner loop */
16529 #define WHERE_USE_LIMIT 0x4000 /* Use the LIMIT in cost estimates */
16593 ** nLimit is set to -1 if there is no LIMIT clause. nOffset is set to 0.
16594 ** If there is a LIMIT clause, the parser sets nLimit to the value of the
16614 int iLimit, iOffset; /* Memory registers holding LIMIT & OFFSET counters */
16626 Expr *pLimit; /* LIMIT expression. NULL means not used. */
16653 #define SF_FixedLimit 0x04000 /* nSelectRow set by a constant LIMIT */
16686 ** of the query. This destination implies "LIMIT 1".
[all...]

Completed in 1396 milliseconds

12