/third_party/libinput/tools/ |
D | libinput-measure-touchpad-size.py | 64 self.xrange = x.maximum - x.minimum 65 self.yrange = y.maximum - y.minimum 96 self._x.minimum = min(self.x.minimum, x) 103 self.pos.x = min(0.99, (x - self._x.minimum) / self.xrange) 107 self._y.minimum = min(self.y.minimum, y) 114 self.pos.y = min(0.99, (y - self._y.minimum) / self.yrange) 119 self._x.minimum = self.min.x 121 self._y.minimum = self.min.y 265 touchpad.x.minimum, 267 touchpad.y.minimum, [all …]
|
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
D | test_VIDIOC_QUERYCTRL.c | 116 CU_ASSERT(queryctrl.minimum < in test_VIDIOC_QUERYCTRL() 121 CU_ASSERT(queryctrl.minimum <= in test_VIDIOC_QUERYCTRL() 128 CU_ASSERT_EQUAL(queryctrl.minimum, 0); in test_VIDIOC_QUERYCTRL() 136 CU_ASSERT_EQUAL(queryctrl.minimum, 0); in test_VIDIOC_QUERYCTRL() 137 CU_ASSERT(queryctrl.minimum <= in test_VIDIOC_QUERYCTRL() 140 CU_ASSERT(queryctrl.minimum <= in test_VIDIOC_QUERYCTRL() 147 CU_ASSERT_EQUAL(queryctrl.minimum, 0); in test_VIDIOC_QUERYCTRL() 159 CU_ASSERT_EQUAL(queryctrl.minimum, 0); in test_VIDIOC_QUERYCTRL() 166 CU_ASSERT_EQUAL(queryctrl.minimum, 0); in test_VIDIOC_QUERYCTRL() 187 queryctrl2.minimum = queryctrl.minimum; in test_VIDIOC_QUERYCTRL() [all …]
|
D | test_VIDIOC_CTRL.c | 64 queryctrl.minimum, in do_get_control() 91 CU_ASSERT(queryctrl.minimum <= control.value); in do_get_control() 219 queryctrl.minimum, in do_set_control() 247 for (value = queryctrl.minimum; in do_set_control() 289 CU_ASSERT(queryctrl.minimum <= in do_set_control() 509 CU_ASSERT(queryctrl.minimum <= control_new.value); in do_set_control() 566 CU_ASSERT(queryctrl->minimum <= control_new.value); in do_set_control_value() 586 CU_ASSERT(queryctrl->minimum <= control_new.value); in do_set_control_value() 588 CU_ASSERT_EQUAL(control_new.value, queryctrl->minimum); in do_set_control_value() 629 queryctrl.minimum, in do_set_control_invalid() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationLimitsTests.cpp | 60 deUint32 minimum; //!< Implementation must provide at least this value member 88 …return expectGreaterOrEqual(log, caseDef.minimum, properties.limits.maxTessellationGenerationLevel… in deviceLimitsTestCase() 90 return expectGreaterOrEqual(log, caseDef.minimum, properties.limits.maxTessellationPatchSize); in deviceLimitsTestCase() 92 …return expectGreaterOrEqual(log, caseDef.minimum, properties.limits.maxTessellationControlPerVerte… in deviceLimitsTestCase() 94 …return expectGreaterOrEqual(log, caseDef.minimum, properties.limits.maxTessellationControlPerVerte… in deviceLimitsTestCase() 96 …return expectGreaterOrEqual(log, caseDef.minimum, properties.limits.maxTessellationControlPerPatch… in deviceLimitsTestCase() 98 …return expectGreaterOrEqual(log, caseDef.minimum, properties.limits.maxTessellationControlTotalOut… in deviceLimitsTestCase() 100 …return expectGreaterOrEqual(log, caseDef.minimum, properties.limits.maxTessellationEvaluationInput… in deviceLimitsTestCase() 102 …return expectGreaterOrEqual(log, caseDef.minimum, properties.limits.maxTessellationEvaluationOutpu… in deviceLimitsTestCase()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
D | vktTessellationLimitsTests.cpp | 60 deUint32 minimum; //!< Implementation must provide at least this value member 88 …return expectGreaterOrEqual(log, caseDef.minimum, properties.limits.maxTessellationGenerationLevel… in deviceLimitsTestCase() 90 return expectGreaterOrEqual(log, caseDef.minimum, properties.limits.maxTessellationPatchSize); in deviceLimitsTestCase() 92 …return expectGreaterOrEqual(log, caseDef.minimum, properties.limits.maxTessellationControlPerVerte… in deviceLimitsTestCase() 94 …return expectGreaterOrEqual(log, caseDef.minimum, properties.limits.maxTessellationControlPerVerte… in deviceLimitsTestCase() 96 …return expectGreaterOrEqual(log, caseDef.minimum, properties.limits.maxTessellationControlPerPatch… in deviceLimitsTestCase() 98 …return expectGreaterOrEqual(log, caseDef.minimum, properties.limits.maxTessellationControlTotalOut… in deviceLimitsTestCase() 100 …return expectGreaterOrEqual(log, caseDef.minimum, properties.limits.maxTessellationEvaluationInput… in deviceLimitsTestCase() 102 …return expectGreaterOrEqual(log, caseDef.minimum, properties.limits.maxTessellationEvaluationOutpu… in deviceLimitsTestCase()
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | safe_area.dart | 23 /// When a [minimum] padding is specified, the greater of the minimum padding 39 /// The [left], [top], [right], [bottom], and [minimum] arguments must not be 47 this.minimum = EdgeInsets.zero, 69 /// This minimum padding to apply. 71 /// The greater of the minimum insets and the media padding will be applied. 72 final EdgeInsets minimum; 105 left: math.max(left ? padding.left : 0.0, minimum.left), 106 top: math.max(top ? padding.top : 0.0, minimum.top), 107 right: math.max(right ? padding.right : 0.0, minimum.right), 108 bottom: math.max(bottom ? padding.bottom : 0.0, minimum.bottom), [all …]
|
/third_party/libevdev/test/ |
D | test-libevdev-has-event.c | 243 struct input_absinfo abs = { .value = 0, .minimum = 0, .maximum = 2}; in START_TEST() 276 struct input_absinfo abs = { .value = 0, .minimum = 0, .maximum = 2}; in START_TEST() 320 { .value = ABS_X, .minimum = 0, .maximum = 1000 }, in START_TEST() 321 { .value = ABS_Y, .minimum = 0, .maximum = 1000 }, in START_TEST() 322 { .value = ABS_MT_POSITION_X, .minimum = 0, .maximum = 1000 }, in START_TEST() 323 { .value = ABS_MT_POSITION_Y, .minimum = 0, .maximum = 1000 }, in START_TEST() 324 { .value = ABS_MT_TRACKING_ID, .minimum = -1, .maximum = 2 }, in START_TEST() 325 { .value = ABS_MT_SLOT, .minimum = 0, .maximum = 1 } in START_TEST() 375 { .value = ABS_X, .minimum = 0, .maximum = 2 }, in START_TEST() 376 { .value = ABS_Y, .minimum = 0, .maximum = 2 }, in START_TEST() [all …]
|
/third_party/harfbuzz/src/ |
D | test-priority-queue.cc | 38 assert (queue.minimum () == hb_pair (10, 0)); in test_insert() 41 assert (queue.minimum () == hb_pair (10, 0)); in test_insert() 44 assert (queue.minimum () == hb_pair (5, 2)); in test_insert() 47 assert (queue.minimum () == hb_pair (5, 2)); in test_insert() 50 assert (queue.minimum () == hb_pair (1, 4)); in test_insert() 69 assert (queue.minimum () == hb_pair (i * 10, i)); in test_extract()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | test-priority-queue.cc | 38 assert (queue.minimum () == hb_pair (10, 0)); in test_insert() 41 assert (queue.minimum () == hb_pair (10, 0)); in test_insert() 44 assert (queue.minimum () == hb_pair (5, 2)); in test_insert() 47 assert (queue.minimum () == hb_pair (5, 2)); in test_insert() 50 assert (queue.minimum () == hb_pair (1, 4)); in test_insert() 69 assert (queue.minimum () == hb_pair (i * 10, i)); in test_extract()
|
/third_party/glslang/Test/ |
D | spv.earlyReturnDiscard.frag | 13 in float minimum; 31 if (color.z < minimum) 48 if (color.x < minimum) { 69 // if (color.x < minimum) { 88 // if (color.x < minimum) {
|
D | earlyReturnDiscard.frag | 13 uniform float minimum; 31 if (color.z < minimum) 48 if (color.x < minimum) { 69 // if (color.x < minimum) { 88 // if (color.x < minimum) {
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/ |
D | signalbar.cpp | 43 opts.minimum = -95; in paint() 45 if (signal < opts.minimum) in paint() 46 opts.progress = opts.minimum; in paint()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/ |
D | signalbar.cpp | 43 opts.minimum = -95; in paint() 45 if (signal < opts.minimum) in paint() 46 opts.progress = opts.minimum; in paint()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_extended_matrix_palette.txt | 38 in OpenGL ES. One issue with OES_matrix_palette is that the minimum size of 43 possible. The default minimum size defined in OES_matrix_palette is not 45 this minimum from 9 to 32. 50 not really feasible. So the minimum size is going to be what most ISVs 53 By extending the minimum size of the matrix palette, we remove this
|
/third_party/glslang/Test/baseResults/ |
D | spv.earlyReturnDiscard.frag.out | 21 Name 39 "minimum" 33 Decorate 39(minimum) Location 8 55 39(minimum): 16(ptr) Variable Input 94 40: 6(float) Load 39(minimum) 146 88: 6(float) Load 39(minimum)
|
/third_party/openGLES/extensions/OES/ |
D | OES_extended_matrix_palette.txt | 48 in OpenGL ES. One issue with OES_matrix_palette is that the minimum size of 53 possible. The default minimum size defined in OES_matrix_palette is not 55 this minimum from 9 to 32. 60 not really feasible. So the minimum size is going to be what most ISVs 63 By extending the minimum size of the matrix palette, we remove this
|
/third_party/gstreamer/gstplugins_bad/gst/debugutils/ |
D | gstfakesinkutils.c | 58 prop->minimum, prop->maximum, prop->default_value, in gst_fake_sink_proxy_properties() 66 prop->minimum, prop->maximum, prop->default_value, in gst_fake_sink_proxy_properties() 74 prop->minimum, prop->maximum, prop->default_value, in gst_fake_sink_proxy_properties() 82 prop->minimum, prop->maximum, prop->default_value, in gst_fake_sink_proxy_properties()
|
/third_party/openGLES/extensions/SGIX/ |
D | GLX_SGIX_pbuffer.txt | 274 GLX_BUFFER_SIZE 0 minimum 278 GLX_AUX_BUFFERS 0 minimum 279 GLX_RED_SIZE 0 minimum 280 GLX_GREEN_SIZE 0 minimum 281 GLX_BLUE_SIZE 0 minimum 282 GLX_ALPHA_SIZE 0 minimum 283 GLX_DEPTH_SIZE 0 minimum 284 GLX_STENCIL_SIZE 0 minimum 285 GLX_ACCUM_RED_SIZE 0 minimum 286 GLX_ACCUM_GREEN_SIZE 0 minimum [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | GLX_SGIX_pbuffer.txt | 274 GLX_BUFFER_SIZE 0 minimum 278 GLX_AUX_BUFFERS 0 minimum 279 GLX_RED_SIZE 0 minimum 280 GLX_GREEN_SIZE 0 minimum 281 GLX_BLUE_SIZE 0 minimum 282 GLX_ALPHA_SIZE 0 minimum 283 GLX_DEPTH_SIZE 0 minimum 284 GLX_STENCIL_SIZE 0 minimum 285 GLX_ACCUM_RED_SIZE 0 minimum 286 GLX_ACCUM_GREEN_SIZE 0 minimum [all …]
|
/third_party/ffmpeg/libswscale/tests/ |
D | floatimg_cmp.c | 84 float minimum, maximum, diff; in main() local 247 minimum = FLT_MAX; in main() 270 minimum = FFMIN(minimum, diff); in main() 281 … fprintf(stdout, "avg diff: %f\nmin diff: %f\nmax diff: %f\n", sum / count, minimum, maximum); in main()
|
/third_party/rust/crates/tracing/tracing-journald/ |
D | README.md | 40 Tracing is built against the latest stable release. The minimum supported 42 versions earlier than the minimum supported version. 47 compiler version is 1.45, the minimum supported version will not be increased 48 past 1.42, three minor versions prior. Increasing the minimum supported compiler
|
/third_party/openGLES/extensions/AMD/ |
D | AMD_shader_ballot.txt | 130 …| genType minInvocationsAMD(genType v) | Returns the minimum value of <v> across a… 135 …| genType minInvocationsNonUniformAMD(genType v) | Returns the minimum value of <v> across a… 140 …| genType minInvocationsInclusiveScanAMD(genType v) | Returns the minimum value of <v> across a… 149 …| genType minInvocationsInclusiveScanNonUniformAMD( | Returns the minimum value of <v> across a… 158 …| genType minInvocationsExclusiveScanAMD(genType v) | Returns the minimum value of <v> across a… 167 …| genType minInvocationsExclusiveScanNonUniformAMD( | Returns the minimum value of <v> across a… 341 …| genI64Type minInvocationsAMD(genI64Type v) | Returns the minimum value of <v> across a… 346 …| genI64Type minInvocationsNonUniformAMD(genI64Type v) | Returns the minimum value of <v> across a… 351 …| genI64Type minInvocationsInclusiveScanAMD( | Returns the minimum value of <v> across a… 356 …| genI64Type minInvocationsInclusiveScanNonUniformAMD( | Returns the minimum value of <v> across a… [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/ |
D | AMD_shader_ballot.txt | 130 …| genType minInvocationsAMD(genType v) | Returns the minimum value of <v> across a… 135 …| genType minInvocationsNonUniformAMD(genType v) | Returns the minimum value of <v> across a… 140 …| genType minInvocationsInclusiveScanAMD(genType v) | Returns the minimum value of <v> across a… 149 …| genType minInvocationsInclusiveScanNonUniformAMD( | Returns the minimum value of <v> across a… 158 …| genType minInvocationsExclusiveScanAMD(genType v) | Returns the minimum value of <v> across a… 167 …| genType minInvocationsExclusiveScanNonUniformAMD( | Returns the minimum value of <v> across a… 341 …| genI64Type minInvocationsAMD(genI64Type v) | Returns the minimum value of <v> across a… 346 …| genI64Type minInvocationsNonUniformAMD(genI64Type v) | Returns the minimum value of <v> across a… 351 …| genI64Type minInvocationsInclusiveScanAMD( | Returns the minimum value of <v> across a… 356 …| genI64Type minInvocationsInclusiveScanNonUniformAMD( | Returns the minimum value of <v> across a… [all …]
|
/third_party/rust/crates/tracing/tracing-subscriber/ |
D | README.md | 41 Tracing is built against the latest stable release. The minimum supported 43 versions earlier than the minimum supported version. 48 compiler version is 1.45, the minimum supported version will not be increased 49 past 1.42, three minor versions prior. Increasing the minimum supported compiler
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/flowunits/ |
D | LinearShape.h | 36 void setMinimum(float minimum) { in setMinimum() argument 37 mMinimum = minimum; in setMinimum()
|