HomeSort by relevance Sort by last modified time
    Searched refs:LIMIT (Results 1 - 25 of 39) sorted by null

1 2

  /external/oauth/core/src/main/java/net/oauth/client/
ExcerptInputStream.java 21 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;
37 private byte[] excerpt = new byte[LIMIT + ELLIPSIS.length];
  /external/deqp-deps/SPIRV-Tools/source/
spirv_validator_options.cpp 43 // The command line option for this validator limit has not been added.
61 uint32_t limit) {
64 #define LIMIT(TYPE, FIELD) \
66 options->universal_limits_.FIELD = limit; \
68 LIMIT(spv_validator_limit_max_struct_members, max_struct_members)
69 LIMIT(spv_validator_limit_max_struct_depth, max_struct_depth)
70 LIMIT(spv_validator_limit_max_local_variables, max_local_variables)
71 LIMIT(spv_validator_limit_max_global_variables, max_global_variables)
72 LIMIT(spv_validator_limit_max_switch_branches, max_switch_branches)
73 LIMIT(spv_validator_limit_max_function_args, max_function_args
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/
spirv_validator_options.cpp 43 // The command line option for this validator limit has not been added.
61 uint32_t limit) {
64 #define LIMIT(TYPE, FIELD) \
66 options->universal_limits_.FIELD = limit; \
68 LIMIT(spv_validator_limit_max_struct_members, max_struct_members)
69 LIMIT(spv_validator_limit_max_struct_depth, max_struct_depth)
70 LIMIT(spv_validator_limit_max_local_variables, max_local_variables)
71 LIMIT(spv_validator_limit_max_global_variables, max_global_variables)
72 LIMIT(spv_validator_limit_max_switch_branches, max_switch_branches)
73 LIMIT(spv_validator_limit_max_function_args, max_function_args
    [all...]
  /external/bcc/cmake/
GetGitRevisionDescription.cmake.in 18 file(READ "@HEAD_FILE@" HEAD_CONTENTS LIMIT 1024)
36 file(READ "@GIT_DATA@/head-ref" HEAD_HASH LIMIT 1024)
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
AbstractBreakIteratorTests.java 27 private static final int LIMIT = 100;
31 if (position > LIMIT) {
32 position = LIMIT;
49 return set(LIMIT);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
AbstractBreakIteratorTests.java 24 private static final int LIMIT = 100;
28 if (position > LIMIT) {
29 position = LIMIT;
46 return set(LIMIT);
  /dalvik/dx/tests/131-perf/
run 46 # Limit HW threads
53 LIMIT=1000
65 while [ $TEST_SIZE -le $LIMIT ]; do
66 echo $TEST_SIZE / $LIMIT
  /external/autotest/contrib/
remove_old_tests_in_tko.sql 11 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/
vktApiFeatureInfo.cpp 99 #define LIMIT(_X_) DE_OFFSET_OF(VkPhysicalDeviceLimits, _X_), (const char*)(#_X_)
137 { LIMIT(maxImageDimension1D), 4096, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN, -1 },
138 { LIMIT(maxImageDimension2D), 4096, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN , -1 },
139 { LIMIT(maxImageDimension3D), 256, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN , -1 },
140 { LIMIT(maxImageDimensionCube), 4096, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN , -1 },
141 { LIMIT(maxImageArrayLayers), 256, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN , -1 },
142 { LIMIT(maxTexelBufferElements), 65536, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN , -1 },
143 { LIMIT(maxUniformBufferRange), 16384, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN , -1 },
144 { LIMIT(maxStorageBufferRange), 134217728, 0, 0, 0, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN, -1 },
145 { LIMIT(maxPushConstantsSize), 128, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN , -1 }
    [all...]
  /external/icu/icu4c/source/common/
ucase.h 161 constexpr UChar LIMIT = 0x180;
168 extern const int8_t TO_LOWER_NORMAL[LIMIT];
170 extern const int8_t TO_LOWER_TR_LT[LIMIT];
173 extern const int8_t TO_UPPER_NORMAL[LIMIT];
175 extern const int8_t TO_UPPER_TR[LIMIT];
227 int32_t start, index, limit; member in struct:UCaseContext
ucase.cpp 359 int32_t i, start, limit, result, unfoldRows, unfoldRowWidth, unfoldStringWidth; local
388 limit=unfoldRows;
389 while(start<limit) {
390 i=(start+limit)/2;
405 limit=i;
448 const int8_t TO_LOWER_NORMAL[LIMIT] = {
480 const int8_t TO_LOWER_TR_LT[LIMIT] = {
512 const int8_t TO_UPPER_NORMAL[LIMIT] = {
544 const int8_t TO_UPPER_TR[LIMIT] = {
    [all...]
  /external/linux-kselftest/tools/testing/selftests/sysctl/
sysctl.sh 299 LIMIT=$((MAX_DIGITS -1))
301 (perl -e 'print " " x '$LIMIT';'; echo "${TEST_STR}") | \
315 LIMIT=$((MAX_DIGITS))
317 (perl -e 'print " " x '$LIMIT';'; echo "${TEST_STR}") | \
403 echo -n "Testing PAGE_SIZE limit on array works ... "
406 # MAX_DIGITS, this is a known limitation. Test limit works.
407 LIMIT=$((MAX_DIGITS -1))
409 (perl -e 'print " " x '$LIMIT';'; echo "${TEST_STR}") | \
421 echo -n "Testing exceeding PAGE_SIZE limit fails as expected ... "
423 # Now go over limit
    [all...]
  /developers/build/prebuilts/gradle/ContentProviderPaging/kotlinApp/app/src/main/kotlin/com.example.android.contentproviderpaging/
ImageClientFragment.kt 80 val pageId = lastVisiblePosition / LIMIT
103 bundle.putInt(ContentResolver.QUERY_ARG_LIMIT, LIMIT)
148 private val LIMIT = 10
  /developers/samples/android/content/documentsUi/ContentProviderPaging/kotlinApp/app/src/main/kotlin/com.example.android.contentproviderpaging/
ImageClientFragment.kt 80 val pageId = lastVisiblePosition / LIMIT
103 bundle.putInt(ContentResolver.QUERY_ARG_LIMIT, LIMIT)
148 private val LIMIT = 10
  /developers/build/prebuilts/gradle/ContentProviderPaging/app/src/main/java/com/example/android/contentproviderpaging/
ImageClientFragment.java 48 private static final int LIMIT = 10;
102 int pageId = lastVisiblePosition / LIMIT;
130 bundle.putInt(ContentResolver.QUERY_ARG_LIMIT, LIMIT);
  /developers/samples/android/content/documentsUi/ContentProviderPaging/app/src/main/java/com/example/android/contentproviderpaging/
ImageClientFragment.java 48 private static final int LIMIT = 10;
102 int pageId = lastVisiblePosition / LIMIT;
130 bundle.putInt(ContentResolver.QUERY_ARG_LIMIT, LIMIT);
  /external/curl/tests/
memanalyze.pl 85 if(/^LIMIT.*memlimit$/) {
100 if($line =~ /^LIMIT ([^ ]*):(\d*) (.*)/) {
101 # new memory limit test prefix
105 print "LIMIT: $1 returned error at $source:$linenum\n";
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
UnicodeMapTest.java 317 private static final int LIMIT = 0x15; // limit to make testing more realistic in terms of collisions
334 int start = random.nextInt(LIMIT);
346 checkNext(map1, map2, LIMIT);
422 private void checkNext(UnicodeMap<String> map1, Map<Integer,String> map2, int limit) {
429 //if (i >= limit) continue;
444 //if (mi.codepoint >= limit) continue;
451 for (int i = 0; i < LIMIT; ++i) {
495 private void getEntries(String title, Set<Map.Entry<Integer,String>> m1entries, Set<Map.Entry<Integer, String>> m2entries, StringBuilder buffer, int limit) {
501 if (limit-- < 0) return
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
UnicodeMapTest.java 314 private static final int LIMIT = 0x15; // limit to make testing more realistic in terms of collisions
331 int start = random.nextInt(LIMIT);
343 checkNext(map1, map2, LIMIT);
419 private void checkNext(UnicodeMap<String> map1, Map<Integer,String> map2, int limit) {
426 //if (i >= limit) continue;
441 //if (mi.codepoint >= limit) continue;
448 for (int i = 0; i < LIMIT; ++i) {
492 private void getEntries(String title, Set<Map.Entry<Integer,String>> m1entries, Set<Map.Entry<Integer, String>> m2entries, StringBuilder buffer, int limit) {
498 if (limit-- < 0) return
    [all...]
  /development/tools/labpretest/
labpretest.sh 63 # above TARGET if below LIMIT
75 LIMIT=20
83 if [ $battery -lt $LIMIT ]; then
  /development/tools/repo_diff/service/repodiff/repositories/
project.go 57 ) LIMIT 1`,
commit.go 77 ) LIMIT 1`,
  /external/iproute2/examples/
cbq.init-v0.7.3 94 # - attempt to limit number of spawned processes by utilizing
291 # 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
    [all...]
  /development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
PduHeaders.java 83 public static final int LIMIT = 0xB3;
709 case LIMIT:
  /external/harfbuzz_ng/src/
hb-cff-interp-common.hh 410 template <typename ELEM, int LIMIT>
499 static const unsigned int kSizeLimit = LIMIT;

Completed in 1208 milliseconds

1 2