/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | test_conf.py | 324 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 …]
|
D | test_flow.py | 539 variations = self.span_variations(gesture.variations) 540 for variation in variations:
|
/external/harfbuzz_ng/src/ |
D | hb-ot-var.cc | 122 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()
|
D | hb-ot-var.h | 91 const hb_variation_t *variations, /* IN */
|
/external/skia/src/ports/ |
D | SkFontHost_FreeType.cpp | 296 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/ |
D | control | 29 variations = [(False, 'no-autoconnect'), (True, 'autoconnect')] 32 for autoconnect, tag in variations:
|
/external/harfbuzz_ng/util/ |
D | options.cc | 268 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()
|
D | options.hh | 290 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/ |
D | README | 9 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/ |
D | pad-bundle-groups.s | 6 # Test some variations of padding for bundle-locked groups.
|
D | pad-align-to-bundle-end.s | 6 # Test some variations of padding to the end of a bundle.
|
/external/fmtlib/doc/bootstrap/ |
D | labels.less | 40 // Contextual variations (linked labels get darker on :hover)
|
/external/icu/icu4c/source/data/translit/ |
D | cs_cs_FONIPA.txt | 9 # The transcription is not fully phonemic since we mark allophonic variations
|
/external/python/cpython2/Tools/pynche/ |
D | README | 277 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/ |
D | functional.shaders.sample_variables.txt | 78 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/ |
D | nightshot_iso_100.txt | 9 …ts of algorithms. Images are available in 8-bit, 16-bit and 16-bit linear variations, RGB and gray.
|
/external/pcre/dist2/testdata/ |
D | testinputEBC | 9 # Test default newline and variations
|
/external/python/cpython2/Doc/faq/ |
D | installed.rst | 29 solitaire game that includes over 1000 different games and variations.
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | local-memory-two-objects.ll | 19 ; addresses, but due to variations in the scheduler, we can't do
|
/external/llvm/test/CodeGen/NVPTX/ |
D | combine-min-max.ll | 40 ; * All variations with i32 175 ; * All variations with i64
|
/external/llvm/test/CodeGen/Mips/ |
D | fp16-promote.ll | 60 ; This test is not robust against variations in instruction scheduling.
|
/external/lz4/programs/ |
D | README.md | 5 There are also multiple targets that create different variations of CLI:
|
/external/curl/docs/ |
D | THANKS-filter | 2 # appropriately in THANKS. This list contains variations of their names and
|
/external/lz4/tests/ |
D | README.md | 32 - Using the script with virtual machines can lead to large variations of speed results
|
/external/libmicrohttpd/m4/ |
D | libgcrypt.m4 | 24 dnl Updated by Karlson2k to be more tolerant to host tools variations.
|