/external/deqp-deps/SPIRV-Tools/source/ |
D | spirv_validator_options.cpp | 64 #define LIMIT(TYPE, FIELD) \ in spvValidatorOptionsSetUniversalLimit() macro 68 LIMIT(spv_validator_limit_max_struct_members, max_struct_members) in spvValidatorOptionsSetUniversalLimit() 69 LIMIT(spv_validator_limit_max_struct_depth, max_struct_depth) in spvValidatorOptionsSetUniversalLimit() 70 LIMIT(spv_validator_limit_max_local_variables, max_local_variables) in spvValidatorOptionsSetUniversalLimit() 71 LIMIT(spv_validator_limit_max_global_variables, max_global_variables) in spvValidatorOptionsSetUniversalLimit() 72 LIMIT(spv_validator_limit_max_switch_branches, max_switch_branches) in spvValidatorOptionsSetUniversalLimit() 73 LIMIT(spv_validator_limit_max_function_args, max_function_args) in spvValidatorOptionsSetUniversalLimit() 74 LIMIT(spv_validator_limit_max_control_flow_nesting_depth, in spvValidatorOptionsSetUniversalLimit() 76 LIMIT(spv_validator_limit_max_access_chain_indexes, in spvValidatorOptionsSetUniversalLimit() 78 LIMIT(spv_validator_limit_max_id_bound, max_id_bound) in spvValidatorOptionsSetUniversalLimit() [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | spirv_validator_options.cpp | 64 #define LIMIT(TYPE, FIELD) \ in spvValidatorOptionsSetUniversalLimit() macro 68 LIMIT(spv_validator_limit_max_struct_members, max_struct_members) in spvValidatorOptionsSetUniversalLimit() 69 LIMIT(spv_validator_limit_max_struct_depth, max_struct_depth) in spvValidatorOptionsSetUniversalLimit() 70 LIMIT(spv_validator_limit_max_local_variables, max_local_variables) in spvValidatorOptionsSetUniversalLimit() 71 LIMIT(spv_validator_limit_max_global_variables, max_global_variables) in spvValidatorOptionsSetUniversalLimit() 72 LIMIT(spv_validator_limit_max_switch_branches, max_switch_branches) in spvValidatorOptionsSetUniversalLimit() 73 LIMIT(spv_validator_limit_max_function_args, max_function_args) in spvValidatorOptionsSetUniversalLimit() 74 LIMIT(spv_validator_limit_max_control_flow_nesting_depth, in spvValidatorOptionsSetUniversalLimit() 76 LIMIT(spv_validator_limit_max_access_chain_indexes, in spvValidatorOptionsSetUniversalLimit() 78 LIMIT(spv_validator_limit_max_id_bound, max_id_bound) in spvValidatorOptionsSetUniversalLimit() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiFeatureInfo.cpp | 99 #define LIMIT(_X_) DE_OFFSET_OF(VkPhysicalDeviceLimits, _X_), (const char*)(#_X_) macro 137 …{ LIMIT(maxImageDimension1D), 4096, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN, … in validateFeatureLimits() 138 …{ LIMIT(maxImageDimension2D), 4096, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN ,… in validateFeatureLimits() 139 …{ LIMIT(maxImageDimension3D), 256, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN ,… in validateFeatureLimits() 140 …{ LIMIT(maxImageDimensionCube), 4096, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN… in validateFeatureLimits() 141 …{ LIMIT(maxImageArrayLayers), 256, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN … in validateFeatureLimits() 142 …{ LIMIT(maxTexelBufferElements), 65536, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MI… in validateFeatureLimits() 143 …{ LIMIT(maxUniformBufferRange), 16384, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MI… in validateFeatureLimits() 144 …{ LIMIT(maxStorageBufferRange), 134217728, 0, 0, 0, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_M… in validateFeatureLimits() 145 …{ LIMIT(maxPushConstantsSize), 128, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN … in validateFeatureLimits() [all …]
|
/external/autotest/contrib/ |
D | 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 …ECT 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/oauth/core/src/main/java/net/oauth/client/ |
D | ExcerptInputStream.java | 21 mark(LIMIT); in ExcerptInputStream() 24 while ((read = read(excerpt, total, LIMIT - total)) != -1 && ((total += read) < LIMIT)); in ExcerptInputStream() 25 if (total == LIMIT) { in ExcerptInputStream() 36 private static final int LIMIT = 1024; field in ExcerptInputStream 37 private byte[] excerpt = new byte[LIMIT + ELLIPSIS.length];
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/WebAssembly/ |
D | conv-trap.ll | 14 ; CHECK-NEXT: f32.const $push[[LIMIT:[0-9]+]]=, 0x1p31{{$}} 15 ; CHECK-NEXT: f32.lt $push[[LT:[0-9]+]]=, $pop[[ABS]], $pop[[LIMIT]]{{$}} 32 ; CHECK-NEXT: f32.const $push[[LIMIT:[0-9]+]]=, 0x1p32{{$}} 33 ; CHECK-NEXT: f32.lt $push[[LT:[0-9]+]]=, $0, $pop[[LIMIT]]{{$}} 54 ; CHECK-NEXT: f64.const $push[[LIMIT:[0-9]+]]=, 0x1p31{{$}} 55 ; CHECK-NEXT: f64.lt $push[[LT:[0-9]+]]=, $pop[[ABS]], $pop[[LIMIT]]{{$}} 72 ; CHECK-NEXT: f64.const $push[[LIMIT:[0-9]+]]=, 0x1p32{{$}} 73 ; CHECK-NEXT: f64.lt $push[[LT:[0-9]+]]=, $0, $pop[[LIMIT]]{{$}} 94 ; CHECK-NEXT: f32.const $push[[LIMIT:[0-9]+]]=, 0x1p63{{$}} 95 ; CHECK-NEXT: f32.lt $push[[LT:[0-9]+]]=, $pop[[ABS]], $pop[[LIMIT]]{{$}} [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/CodeExtractor/ |
D | PartialInlineAnd.ll | 3 …skip-partial-inlining-cost-analysis -max-num-inline-blocks=2 -S | FileCheck --check-prefix=LIMIT %s 4 …kip-partial-inlining-cost-analysis -max-num-inline-blocks=2 -S | FileCheck --check-prefix=LIMIT %s 45 ; LIMIT-LABEL: @dummy_caller 46 ; LIMIT: br i1 47 ; LIMIT-NOT: br 48 ; LIMIT: call void @bar.1_
|
D | PartialInlineAndOr.ll | 3 ; RUN: opt < %s -partial-inliner -max-num-inline-blocks=3 -S | FileCheck --check-prefix=LIMIT %s 4 …: opt < %s -passes=partial-inliner -max-num-inline-blocks=3 -S | FileCheck --check-prefix=LIMIT %s 53 ; LIMIT-LABEL: @dummy_caller 54 ; LIMIT-NOT: br i1 55 ; LIMIT: call i32 @bar
|
D | PartialInlineOr.ll | 3 ; RUN: opt < %s -partial-inliner -max-num-inline-blocks=2 -S | FileCheck --check-prefix=LIMIT %s 4 …: opt < %s -passes=partial-inliner -max-num-inline-blocks=2 -S | FileCheck --check-prefix=LIMIT %s 45 ; LIMIT-LABEL: @dummy_caller 46 ; LIMIT-NOT: br 47 ; LIMIT: call i32 @bar(
|
D | PartialInlineOptRemark.ll | 6 …s-remarks=partial-inlining -disable-partial-inlining < %s 2>&1 | FileCheck --check-prefix=LIMIT %s 7 …remarks=partial-inlining --disable-partial-inlining < %s 2>&1 | FileCheck --check-prefix=LIMIT %s 8 …s-remarks=partial-inlining -max-partial-inlining=0 < %s 2>&1 | FileCheck --check-prefix=LIMIT %s 9 …ss-remarks=partial-inlining -max-partial-inlining=0 < %s 2>&1 | FileCheck --check-prefix=LIMIT %s 10 …-pass-remarks=partial-inlining -inline-threshold=0 < %s 2>&1 | FileCheck --check-prefix=LIMIT %s 11 … -pass-remarks=partial-inlining -inline-threshold=0 < %s 2>&1 | FileCheck --check-prefix=LIMIT %s 93 ; LIMIT-NOT:remark{{.*}}bar partially inlined into dummy_caller
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/MemoryDependenceAnalysis/ |
D | memdep-block-scan-limit.ll | 2 …t -S -memdep -memdep-block-scan-limit=1 -gvn -basicaa < %s | FileCheck %s --check-prefix=WITH-LIMIT 6 ; WITH-LIMIT-LABEL: @test( 7 ; WITH-LIMIT-CHECK: load 8 ; WITH-LIMIT-CHECK: load
|
/external/llvm/test/Analysis/MemoryDependenceAnalysis/ |
D | memdep-block-scan-limit.ll | 2 …t -S -memdep -memdep-block-scan-limit=1 -gvn -basicaa < %s | FileCheck %s --check-prefix=WITH-LIMIT 6 ; WITH-LIMIT-LABEL: @test( 7 ; WITH-LIMIT-CHECK: load 8 ; WITH-LIMIT-CHECK: load
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | AbstractBreakIteratorTests.java | 24 private static final int LIMIT = 100; field in AbstractBreakIteratorTests.AbstractBreakIterator 28 if (position > LIMIT) { in set() 29 position = LIMIT; in set() 46 return set(LIMIT); in last()
|
/external/linux-kselftest/tools/testing/selftests/sysctl/ |
D | 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}") | \ 407 LIMIT=$((MAX_DIGITS -1)) 409 (perl -e 'print " " x '$LIMIT';'; echo "${TEST_STR}") | \ 424 LIMIT=$((MAX_DIGITS)) 426 (perl -e 'print " " x '$LIMIT';'; echo "${TEST_STR}") | \
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
D | AbstractBreakIteratorTests.java | 27 private static final int LIMIT = 100; field in AbstractBreakIteratorTests.AbstractBreakIterator 31 if (position > LIMIT) { in set() 32 position = LIMIT; in set() 49 return set(LIMIT); in last()
|
/external/perfetto/ui/src/tracks/chrome_slices/ |
D | controller.ts | 40 const LIMIT = 10000; constant 55 `limit ${LIMIT};`); 101 limit ${LIMIT};`); 146 if (numRows === LIMIT) {
|
/external/icu/icu4c/source/common/ |
D | ucase.h | 161 constexpr UChar LIMIT = 0x180; variable 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];
|
/external/perfetto/ui/src/tracks/process_scheduling/ |
D | controller.ts | 131 const LIMIT = 10000; constant 144 limit ${LIMIT};`; 148 if (numRows === LIMIT) { 149 console.warn(`More than ${LIMIT} rows returned.`);
|
/external/perfetto/ui/src/tracks/cpu_slices/ |
D | controller.ts | 118 const LIMIT = 10000; constant 123 limit ${LIMIT};`; 146 if (numRows === LIMIT) {
|
/external/bcc/cmake/ |
D | GetGitRevisionDescription.cmake.in | 18 file(READ "@HEAD_FILE@" HEAD_CONTENTS LIMIT 1024) 36 file(READ "@GIT_DATA@/head-ref" HEAD_HASH LIMIT 1024)
|
/external/iproute2/examples/ |
D | cbq.init-v0.7.3 | 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/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
D | UnicodeMapTest.java | 317 …private static final int LIMIT = 0x15; // limit to make testing more realistic in terms of collisi… field in UnicodeMapTest 334 int start = random.nextInt(LIMIT); in TestUnicodeMapRandom() 346 checkNext(map1, map2, LIMIT); in TestUnicodeMapRandom() 451 for (int i = 0; i < LIMIT; ++i) { in check()
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | UnicodeMapTest.java | 314 …private static final int LIMIT = 0x15; // limit to make testing more realistic in terms of collisi… field in UnicodeMapTest 331 int start = random.nextInt(LIMIT); in TestUnicodeMapRandom() 343 checkNext(map1, map2, LIMIT); in TestUnicodeMapRandom() 448 for (int i = 0; i < LIMIT; ++i) { in check()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | atomicrmw-minmax-04.ll | 128 ; CHECK: lghi [[LIMIT:%r[0-9]+]], 42 132 ; CHECK: cgrjle %r2, [[LIMIT]], [[KEEP:\..*]]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | atomicrmw-minmax-04.ll | 136 ; CHECK-DAG: lghi [[LIMIT:%r[0-9]+]], 42 144 ; CHECK: cgrjle %r2, [[LIMIT]], [[KEEP:\..*]]
|