Home
last modified time | relevance | path

Searched refs:Values (Results 1 – 25 of 177) sorted by relevance

12345678

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/
H A Dvariadic_templates_tools.hpp33 template<typename... Values>
80 template<typename... Values>
81 tuple<Values&&...> forward_as_tuple(Values&&... values) in forward_as_tuple()
82 { return tuple<Values&&...>(::boost::forward<Values>(values)...); } in forward_as_tuple()
102 template<int I, typename Head, typename... Values>
103 class get_impl<I, tuple<Head, Values...> >
105 typedef typename tuple_element<I-1, tuple<Values...> >::type Element;
106 typedef get_impl<I-1, tuple<Values...> > Next;
111 static type get(tuple<Head, Values...>& t) { return Next::get(t.tail()); } in get()
112 static const_type get(const tuple<Head, Values...>& t) { return Next::get(t.tail()); } in get()
[all …]
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/acpi/
H A Dstatdef.asl33 /* Device Object Notification Values */
47 /* Battery Device Notification Values */
52 /* Power Source Object Notification Values */
56 /* Thermal Zone Object Notification Values */
62 /* Power Button Notification Values */
65 /* Sleep Button Notification Values */
68 /* Lid Notification Values */
71 /* Processor Device Notification Values */
76 /* User Presence Device Notification Values */
79 /* Ambient Light Sensor Notification Values */
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-class-switchtec20 Values: arbitrary string.
28 Values: integer.
37 Values: arbitrary string.
45 Values: integer.
53 Values: integer (in hexadecimal).
61 Values: integer.
69 Values: integer.
78 Values: arbitrary string.
87 Values: arbitrary string.
96 Values: arbitrary string.
H A Dsysfs-driver-hid-lenovo7 Values are 0 or 1.
16 Values are 0 or 1.
24 Values are 0 or 1.
33 Values are 0 or 1.
41 Values are decimal integers from 1 (lowest sensitivity) to 255 (highest sensitivity).
49 Values are decimal integers from 1 (slowest) to 255 (fastest).
58 Values are 0 or 1
H A Dsysfs-bus-iio-icm4260011 inaccuracies). Values represent a real physical offset expressed
19 Range of available values for hardware offset. Values in SI
H A Dsysfs-class-backlight-driver-adp887015 on this <backlight>. Values are between 0 and 127. This file
29 on this <backlight>. Values are between 0 and 127, typically
H A Dsysfs-devices-platform-sh_mobile_lcdc_fb8 Stores the alpha blending value for the overlay. Values range
42 Stores the raster operation (ROP3) for the overlay. Values
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-hypothesis/
H A Dtest_binary_search.py86 Values = st.integers() variable
90 SortedLists = st.lists(Values).map(sorted)
99 @given(ls=SortedLists, v=Values)
108 @given(ls=SortedLists, v=Values)
118 @given(ls=SortedLists, v=Values)
/OK3568_Linux_fs/kernel/Documentation/ABI/stable/
H A Dsysfs-class-rfkill22 Values: arbitrary string.
30 Values: See include/linux/rfkill.h.
39 Values: A numeric value:
57 Values: A numeric value.
73 Values: A numeric value.
87 Values: A numeric value.
H A Dsysfs-devices-system-cpu10 Values: 64 bit unsigned integer (bit field)
25 Values: 64 bit unsigned integer (bit field)
/OK3568_Linux_fs/kernel/Documentation/sound/cards/
H A Dhdspm.rst127 * Values -- "Master" "Slave"
143 * Values -- "AutoSync", "Internal 32.0 kHz", "Internal 44.1 kHz",
161 * Values -- "Word" "MADI"
180 * Values -- 0 1
197 * Values -- 0 1
209 * Values -- 0 1 (default on)
222 * Values -- optical coaxial
237 * Values - <channel-number 0-127> <Value 0-65535>
257 * Values -- 0 1
293 * Values -- 0,1,2
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dfill_extrusion_program.cpp34 FillExtrusionUniforms::Values
38 return FillExtrusionUniforms::Values{ in values()
46 FillExtrusionPatternUniforms::Values
60 return FillExtrusionPatternUniforms::Values{ in values()
H A Dprogram.hpp32 using UniformValues = typename Uniforms::Values;
49 static typename AllUniforms::Values computeAllUniformValues( in computeAllUniformValues()
78 const typename AllUniforms::Values& allUniformValues, in draw()
H A Dline_program.cpp15 template <class Values, class...Args>
16 Values makeValues(const RenderLinePaintProperties::PossiblyEvaluated& properties, in makeValues()
22 return Values { in makeValues()
H A Dsymbol_program.cpp38 template <class Values, class...Args>
39 Values makeValues(const bool isText, in makeValues()
79 return Values { in makeValues()
H A Dfill_program.cpp13 FillPatternUniforms::Values
27 return FillPatternUniforms::Values { in values()
H A Dbackground_program.cpp13 BackgroundPatternUniforms::Values
27 return BackgroundPatternUniforms::Values { in values()
H A Dfill_extrusion_program.hpp42 static Values values(mat4,
68 static Values values(mat4,
H A Dsymbol_program.hpp116 using UniformValues = Uniforms::Values;
262 using UniformValues = typename Uniforms::Values;
280 static typename AllUniforms::Values computeAllUniformValues( in computeAllUniformValues()
316 const typename AllUniforms::Values& allUniformValues, in draw()
/OK3568_Linux_fs/buildroot/support/testing/tests/package/
H A Dsample_python_constantly.py1 from constantly import ValueConstant, Values
4 class RESULT(Values):
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A Daic79xx.rst239 :Possible Values: This option is a flag
247 :Possible Values: 0x0000 = no debugging, 0xffff = full debugging
253 :Possible Values: This option is a flag
258 :Possible Values: This option is a flag
264 :Possible Values: This option is a flag
269 :Possible Values: This option is a flag
278 :Possible Values: 1 - 253
287 :Possible Values: 1 - 253
356 :Possible Values: 0x0000 - 0xffff
364 :Possible Values:
[all …]
H A Daic7xxx.rst215 :Possible Values: This option is a flag
222 :Possible Values: 0x0000 = no debugging, 0xffff = full debugging
237 :Possible Values: This option is a toggle
254 :Possible Values: This option is a toggle
262 :Possible Values: This option is a flag
268 :Possible Values: This option is a flag
276 :Possible Values: This option is a flag
284 :Possible Values: This option is a flag
294 :Possible Values: 1 - 253
304 :Possible Values: 1 - 253
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/adc/
H A Dpalmas-gpadc.txt27 Values are rounded to derive 0uA, 5uA, 15uA, 20uA.
29 Values are rounded to derive 0uA, 10uA, 400uA, 800uA.
/OK3568_Linux_fs/u-boot/drivers/led/
H A DKconfig133 Values range: 2 - 10
168 Values range: 2 - 10
203 Values range: 2 - 10
238 Values range: 2 - 10
273 Values range: 2 - 10
308 Values range: 2 - 10
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Duniform.hpp90 using Values = IndexedTuple<TypeList<Us...>, TypeList<typename Us::Value...>>; typedef in mbgl::gl::Uniforms
118 static void bind(State& state, const Values& values) { in bind()

12345678