Home
last modified time | relevance | path

Searched refs:variations (Results 1 – 25 of 112) sorted by relevance

12345

/external/autotest/client/site_tests/firmware_TouchMTB/
Dtest_conf.py324 variations=((GV.LOW_FREQUENCY, GV.MED_FREQUENCY, GV.HIGH_FREQUENCY),
359 variations=((GV.LOW_FREQUENCY, GV.MED_FREQUENCY, GV.HIGH_FREQUENCY),
397 variations=(tuple(GV.EXTENDED_FREQUENCIES),
420 variations=((GV.LR, GV.RL, GV.TB, GV.BT, GV.BLTR, GV.TRBL),
450 variations=((GV.CL, GV.CR, GV.CT, GV.CB),
475 variations=((GV.LR, GV.RL, GV.TB, GV.BT, GV.BLTR, GV.TRBL),
508 variations=((GV.LR, GV.RL, GV.TB, GV.BT, GV.BLTR, GV.TRBL),
540 variations=(GV.BLTR, GV.TRBL),
557 variations=(GV.TB, GV.BT),
576 variations=(GV.ZOOM_IN, GV.ZOOM_OUT),
[all …]
Dtest_flow.py539 variations = self.span_variations(gesture.variations)
540 for variation in variations:
/external/harfbuzz_ng/src/
Dhb-ot-var.cc122 const hb_variation_t *variations, /* IN */ in hb_ot_var_normalize_variations() argument
134 if (hb_ot_var_find_axis (face, variations[i].tag, &axis_index, NULL) && in hb_ot_var_normalize_variations()
136 coords[axis_index] = fvar.normalize_axis_value (axis_index, variations[i].value); in hb_ot_var_normalize_variations()
Dhb-ot-var.h91 const hb_variation_t *variations, /* IN */
/external/skia/src/ports/
DSkFontHost_FreeType.cpp296 FT_MM_Var* variations = nullptr; in ft_face_setup_axes()
297 if (FT_Get_MM_Var(rec->fFace.get(), &variations)) { in ft_face_setup_axes()
302 SkAutoFree autoFreeVariations(variations); in ft_face_setup_axes()
304 if (static_cast<FT_UInt>(data.getAxisCount()) != variations->num_axis) { in ft_face_setup_axes()
306 rec->fFace->family_name, variations->num_axis, data.getAxisCount())); in ft_face_setup_axes()
1536 FT_MM_Var* variations = nullptr; in onGetVariationDesignPosition() local
1537 if (FT_Get_MM_Var(face, &variations)) { in onGetVariationDesignPosition()
1540 SkAutoFree autoFreeVariations(variations); in onGetVariationDesignPosition()
1542 if (!coordinates || coordinateCount < SkToInt(variations->num_axis)) { in onGetVariationDesignPosition()
1543 return variations->num_axis; in onGetVariationDesignPosition()
[all …]
/external/autotest/client/site_tests/cellular_ModemControl/
Dcontrol29 variations = [(False, 'no-autoconnect'), (True, 'autoconnect')]
32 for autoconnect, tag in variations:
/external/harfbuzz_ng/util/
Doptions.cc268 g_free (font_opts->variations); in parse_variations()
269 font_opts->variations = NULL; in parse_variations()
283 …font_opts->variations = (hb_variation_t *) calloc (font_opts->num_variations, sizeof (*font_opts-> in parse_variations()
290 …if (hb_variation_from_string (p, end ? end - p : -1, &font_opts->variations[font_opts->num_variati… in parse_variations()
628 hb_font_set_variations (font, variations, num_variations); in get_font()
Doptions.hh290 variations = NULL; in font_options_t()
305 free (variations); in ~font_options_t()
316 hb_variation_t *variations; member
/external/ltp/testcases/kernel/fs/dmapi/
DREADME9 bucket consists of 20 executables containing 1097 variations which test 59 of
101 will probably need further variations to fully test their functionality as the
102 current variations only test the skeleton support provided by JFS:
194 runs all variations greater than or equal to n if -runto is
198 or runs all variations less than or equal to n if -runfrom is
/external/llvm/test/MC/X86/AlignedBundling/
Dpad-bundle-groups.s6 # Test some variations of padding for bundle-locked groups.
Dpad-align-to-bundle-end.s6 # Test some variations of padding to the end of a bundle.
/external/fmtlib/doc/bootstrap/
Dlabels.less40 // Contextual variations (linked labels get darker on :hover)
/external/icu/icu4c/source/data/translit/
Dcs_cs_FONIPA.txt9 # The transcription is not fully phonemic since we mark allophonic variations
/external/python/cpython2/Tools/pynche/
DREADME277 variations out of bounds, the entire delta is discarded.
281 variations out of bounds, the out of bounds value is wrapped
287 variations out of bounds, all tied variations are wrapped as
295 variations out of bounds, the out of bounds variation is set
297 way, all tied variations are squashed to one edge or the
/external/deqp/doc/testspecs/GLES31/
Dfunctional.shaders.sample_variables.txt78 single sample render targets. *_per_pixel variations test value when fragment
80 sample. *_per_two_samples variations use OES_sample_shading, with sample
/external/libjpeg-turbo/testimages/
Dnightshot_iso_100.txt9 …ts of algorithms. Images are available in 8-bit, 16-bit and 16-bit linear variations, RGB and gray.
/external/pcre/dist2/testdata/
DtestinputEBC9 # Test default newline and variations
/external/python/cpython2/Doc/faq/
Dinstalled.rst29 solitaire game that includes over 1000 different games and variations.
/external/llvm/test/CodeGen/AMDGPU/
Dlocal-memory-two-objects.ll19 ; addresses, but due to variations in the scheduler, we can't do
/external/llvm/test/CodeGen/NVPTX/
Dcombine-min-max.ll40 ; * All variations with i32
175 ; * All variations with i64
/external/llvm/test/CodeGen/Mips/
Dfp16-promote.ll60 ; This test is not robust against variations in instruction scheduling.
/external/lz4/programs/
DREADME.md5 There are also multiple targets that create different variations of CLI:
/external/curl/docs/
DTHANKS-filter2 # appropriately in THANKS. This list contains variations of their names and
/external/lz4/tests/
DREADME.md32 - Using the script with virtual machines can lead to large variations of speed results
/external/libmicrohttpd/m4/
Dlibgcrypt.m424 dnl Updated by Karlson2k to be more tolerant to host tools variations.

12345