/third_party/cef/patch/patches/ |
D | mac_gpu.patch | 10 - // Avoid switching to the discrete GPU just for this pixel 14 + // Avoid switching to the discrete GPU just for this pixel format selection.
|
/third_party/ffmpeg/doc/ |
D | lexicon | 5 dst/adst: (asymmetric) discrete sine transform 8 fdct/idct: forward/inverse discrete cosine transform
|
/third_party/boost/libs/random/doc/ |
D | distributions.qbk | 23 [[__uniform_smallint] [discrete uniform distribution on a small set of integers 27 [[__uniform_int_distribution] [discrete uniform distribution on a set of integers; the 43 [[__bernoulli_distribution] [Bernoulli experiment: discrete boolean valued 97 …[[__discrete_distribution][discrete distribution with specific probabilities][rolling an unfair di…
|
/third_party/boost/libs/math/doc/distributions/ |
D | background.qbk | 31 discrete distributions], including the binomial, negative binomial, Poisson & Bernoulli, 32 are all mathematically defined as discrete functions: 54 The quantile function of a discrete distribution will by 69 using the quantile function on a discrete distribution. The
|
D | bernoulli.qbk | 26 The Bernoulli distribution is a discrete distribution of the outcome 31 on which other discrete distributions of 84 [note The Bernoulli distribution is implemented here as a /strict discrete/ distribution.
|
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
D | v4l2_show.c | 140 framesize->discrete.width, framesize->discrete.height); in show_v4l2_frmsizeenum()
|
/third_party/boost/libs/icl/doc/ |
D | functions_range.qbk | 35 … `first(const T&)` is defined for a discrete `domain_type` only.] ] 37 …`last(const T&)` is defined for a discrete `domain_type` only.] ] …
|
D | interface.qbk | 45 [table Usability of interval class templates for discrete or continuous domain types 46 [[group] [form] [template] [discrete] [continuous] ] 56 of the /statically bounded/ group is __ro_itv__. For discrete domain types 96 [[`#else`] [dynamic] [discrete] [__dc_itv__] ] 130 their domain type is discrete, and create an appropriate __ro_itv__ finally: 545 [[[#discrete_types] [*d]] [discrete types] [types with a least steppable discrete un… 679 the constructing functions, placeholders __d denote discrete domain types and 726 * is possible only for integral or discrete `domain_types`
|
/third_party/boost/libs/geometry/doc/generated/ |
D | discrete_frechet_distance.qbk | 19 Calculate discrete Frechet distance between two geometries (currently works for LineString-LineStri… 61 Calculate discrete Frechet distance between two geometries (currently work for LineString-LineStrin…
|
D | discrete_hausdorff_distance.qbk | 19 Calculate discrete Hausdorff distance between two geometries (currently works for LineString-LineSt… 61 Calculate discrete Hausdorff distance between two geometries (currently works for LineString-LineSt…
|
/third_party/boost/libs/geometry/doc/reference/algorithms/ |
D | discrete_frechet_distance.qbk | 15 The algorithm calculate discrete frechet distance between two geometries.
|
D | discrete_hausdorff_distance.qbk | 15 The algorithm calculate discrete hausdorff distance between two geometries.
|
/third_party/ffmpeg/libavcodec/x86/ |
D | xvididct.asm | 6 ; =========== SSE2 inverse discrete cosine transform ===========
|
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/ |
D | slider.dart | 23 /// A slider can be used to select from either a continuous or a discrete set of 25 /// To use discrete values, use a non-null value for [divisions], which 26 /// indicates the number of discrete intervals. For example, if [min] is 0.0 and 28 /// discrete values 0.0, 10.0, 20.0, 30.0, 40.0, and 50.0. 185 /// The number of discrete divisions.
|
/third_party/openGLES/extensions/SGI/ |
D | SGI_fft.txt | 32 computing the discrete Fourier transform (DFT) that are based on the 34 transform of a sequence into successively smaller discrete Fourier 222 The discrete fourier transform is a complex valued sum of products of 229 The discrete fourier transform is defined differently for each of 239 The discrete fourier transform equation is:
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGI/ |
D | SGI_fft.txt | 32 computing the discrete Fourier transform (DFT) that are based on the 34 transform of a sequence into successively smaller discrete Fourier 222 The discrete fourier transform is a complex valued sum of products of 229 The discrete fourier transform is defined differently for each of 239 The discrete fourier transform equation is:
|
/third_party/weston/clients/ |
D | eventdemo.c | 337 uint32_t axis, int32_t discrete, void *data) in axis_discrete_handler() argument 345 printf("axis discrete axis: %u value: %d\n", axis, discrete); in axis_discrete_handler()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | mtl_glslang_utils.mm | 113 // NOTE(hqle): We use separate discrete binding point for now, in future, we should use 136 // XFB buffer is allocated slot starting from last discrete Metal buffer slot. 190 // Use discrete buffer binding slot for UBOs which translates each slot to [[buffer(n)]] 324 // Force discrete slot bindings for textures, default uniforms & driver uniforms
|
/third_party/skia/third_party/externals/angle2/extensions/ |
D | EGL_ANGLE_display_power_preference.txt | 67 created on the integrated (low-power) or discrete (high-power) GPU
|
/third_party/flutter/skia/third_party/externals/angle2/extensions/ |
D | EGL_ANGLE_power_preference.txt | 65 created on the integrated (low-power) or discrete (high-power) GPU
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_debug_marker.txt | 42 annotate their command stream with markers for discrete events and groups 82 for discrete events and groups of commands using a descriptive text marker.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_debug_marker.txt | 42 annotate their command stream with markers for discrete events and groups 82 for discrete events and groups of commands using a descriptive text marker.
|
/third_party/flutter/flutter/packages/flutter/test/material/ |
D | range_slider_test.dart | 126 testWidgets('Range Slider can move when tapped (discrete LTR)', (WidgetTester tester) async { 186 testWidgets('Range Slider can move when tapped (discrete RTL)', (WidgetTester tester) async { 336 …testWidgets('Range Slider thumbs can be dragged to the min and max (discrete LTR)', (WidgetTester … 384 …testWidgets('Range Slider thumbs can be dragged to the min and max (discrete RTL)', (WidgetTester … 534 …humbs can be dragged together and the start thumb can be dragged apart (discrete LTR)', (WidgetTes… 588 …humbs can be dragged together and the start thumb can be dragged apart (discrete RTL)', (WidgetTes… 744 … thumbs can be dragged together and the end thumb can be dragged apart (discrete LTR)', (WidgetTes… 798 … thumbs can be dragged together and the end thumb can be dragged apart (discrete RTL)', (WidgetTes… 1131 …testWidgets('Range Slider uses the right theme colors for the right shapes for a discrete slider',… 1159 …testWidgets('Range Slider uses the right theme colors for the right shapes for a discrete slider w…
|
/third_party/weston/doc/doxygen/ |
D | devtools.dox | 40 stage where splitting apart into discrete layers was warranted.
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | slider.dart | 40 /// A slider can be used to select from either a continuous or a discrete set of 42 /// [max]. To use discrete values, use a non-null value for [divisions], which 43 /// indicates the number of discrete intervals. For example, if [min] is 0.0 and 45 /// discrete values 0.0, 10.0, 20.0, 30.0, 40.0, and 50.0. 292 /// The number of discrete divisions. 294 /// Typically used with [label] to show the current discrete value. 301 /// It is used to display the value of a discrete slider, and it is displayed 402 // and the next on a discrete slider.
|