Searched refs:test_max (Results 1 - 7 of 7) sorted by relevance
/third_party/ltp/lib/newlib_tests/shell/ |
H A D | test_timeout.sh | 110 test_max=$(echo "$CLEANED_DATA" | wc -l) 137 echo "=== $test_nr/$test_max $description ==="
|
/third_party/python/Lib/test/ |
H A D | test_audioop.py | 37 def test_max(self): member in TestAudioop
|
H A D | test_builtin.py | 1143 def test_max(self): member in BuiltinTest
|
H A D | test_decimal.py | 3356 def test_max(self): member in ContextAPItests
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmTypeTests.cpp | 2938 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 D | vktSpvAsmTypeTests.cpp | 2940 return test_min(test_max(x, minVal), maxVal); 2964 static inline T test_max (T x, T y)
|
/third_party/backends/backend/ |
H A D | umax.c | 5932 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