Home
last modified time | relevance | path

Searched refs:test_max (Results 1 - 7 of 7) sorted by relevance

/third_party/ltp/lib/newlib_tests/shell/
H A Dtest_timeout.sh110 test_max=$(echo "$CLEANED_DATA" | wc -l)
137 echo "=== $test_nr/$test_max $description ==="
/third_party/python/Lib/test/
H A Dtest_audioop.py37 def test_max(self): member in TestAudioop
H A Dtest_builtin.py1143 def test_max(self): member in BuiltinTest
H A Dtest_decimal.py3356 def test_max(self): member in ContextAPItests
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmTypeTests.cpp2938 return test_min(test_max(x, minVal), maxVal);
2962 static inline T test_max (T x, T y)
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmTypeTests.cpp2940 return test_min(test_max(x, minVal), maxVal);
2964 static inline T test_max (T x, T y)
/third_party/backends/backend/
H A Dumax.c5932 static SANE_Status umax_test_configure_option(const char *option_str, char *test_name, int *test_value, int test_min, int test_max) in umax_test_configure_option() argument
5956 else if (value > test_max) in umax_test_configure_option()
5959 value = test_max; in umax_test_configure_option()

Completed in 27 milliseconds