/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | touchbotII_robot_wrapper.py | 366 def _get_control_command_pinch(self, robot_script, gesture, variation): argument 369 if GV.ZOOM_IN in variation: 384 def _get_control_command_quickstep(self, robot_script, gesture, variation): argument 447 variation): argument 454 for element in variation: 473 self._raise_error(msg % (gesture, variation)) 493 def _get_control_command_line(self, robot_script, gesture, variation): argument 497 for element in variation: 512 self._raise_error(msg % (gesture, variation)) 528 self._raise_error(msg % (gesture, variation)) [all …]
|
D | validators.py | 83 def validate(packets, gesture, variation): argument 86 vlog = validator.check(packets, variation) 200 def _is_direction_in_variation(self, variation, directions): argument 203 if direction in variation: 207 def is_horizontal(self, variation): argument 209 return self._is_direction_in_variation(variation, 212 def is_vertical(self, variation): argument 214 return self._is_direction_in_variation(variation, 217 def is_diagonal(self, variation): argument 219 return self._is_direction_in_variation(variation, [all …]
|
D | test_flow.py | 281 def _create_prompt(self, test, variation): argument 284 if isinstance(variation, tuple): 286 tuple(test.subprompt[s] for s in variation)) 287 elif variation is None or test.subprompt is None: 290 subprompt = test.subprompt[variation] 308 glog.variation = variation 327 def _create_gesture_file_name(self, gesture, variation): argument 338 if variation is None: 341 if type(variation) is tuple: 342 name_list = [gesture.name,] + list(variation) [all …]
|
D | firmware_log.py | 385 for variation in name_variations: 386 name = template.format(variation) 420 self.variation = None 619 key = (fw, round_name, glog.name, glog.variation, vlog.name) 695 def get_result(self, fw=None, round=None, gesture=None, variation=None, argument 711 key = (fw, round, gesture, variation, validator)
|
D | report_html.py | 115 variation=glog.variation,
|
D | firmware_summary.py | 339 for (gesture, variation, round), value in value_list: 342 gvr_str = '%s.%s (%s)' % (gesture, variation, round)
|
/external/harfbuzz_ng/src/ |
D | hb-common.cc | 1057 parse_variation_value (const char **pp, const char *end, hb_variation_t *variation) in parse_variation_value() argument 1060 return parse_float (pp, end, &variation->value); in parse_variation_value() 1064 parse_one_variation (const char **pp, const char *end, hb_variation_t *variation) in parse_one_variation() argument 1066 return parse_tag (pp, end, &variation->tag) && in parse_one_variation() 1067 parse_variation_value (pp, end, variation) && in parse_one_variation() 1079 hb_variation_t *variation) in hb_variation_from_string() argument 1088 if (variation) in hb_variation_from_string() 1089 *variation = var; in hb_variation_from_string() 1093 if (variation) in hb_variation_from_string() 1094 memset (variation, 0, sizeof (*variation)); in hb_variation_from_string() [all …]
|
D | hb-common.h | 445 hb_variation_t *variation); 448 hb_variation_to_string (hb_variation_t *variation,
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/sched/sched_tune_boostgroup_update/ |
D | format | 10 field:int variation; offset:12; size:4; signed:1; 13 print fmt: "cpu=%d variation=%d max_boost=%d", REC->cpu, REC->variation, REC->max_boost
|
/external/python/cpython3/Tools/pynche/ |
D | README | 137 The top part of the main Pynche window contains the "variation 142 color value along the variation's axis. Each variation strip 154 selected color while you drag along any variation strip (this will 166 color selected in the variation strips, along with its X11 color 262 the variation strips specified by the check boxes labeled "Move 265 variation only. Note the message under the checkboxes; this 272 variation hits either the lower or upper boundaries (0 or 255) as 295 variations out of bounds, the out of bounds variation is set
|
/external/python/cpython2/Tools/pynche/ |
D | README | 137 The top part of the main Pynche window contains the "variation 142 color value along the variation's axis. Each variation strip 154 selected color while you drag along any variation strip (this will 166 color selected in the variation strips, along with its X11 color 262 the variation strips specified by the check boxes labeled "Move 265 variation only. Note the message under the checkboxes; this 272 variation hits either the lower or upper boundaries (0 or 255) as 295 variations out of bounds, the out of bounds variation is set
|
/external/freetype/ |
D | ChangeLog.27 | 226 [autofit] Support variation fonts. 263 [truetype, sfnt] Introduce font variation flags to `TT_Face'. 267 tables related to font variation. 321 [truetype] Fix linear metrics of GX variation fonts (#49829). 325 instead of the actual value after applying the variation. `HVAR' 507 The font variation code. All parts dependent on the GX code in the 511 support without font variation). 514 variation. 515 * src/cff/cf2font.h (CF2_Font): Add fields for variation data. 534 (cff_font_load): Handle CFF2 variation store data. [all …]
|
/external/autotest/client/site_tests/firmware_TouchMTB/tools/ |
D | print_log.py | 36 print prefix_spaces * 2 + '(%s %s)' % (glog.name, glog.variation)
|
/external/pdfium/fxjs/xfa/ |
D | cjx_hostpseudomodel.h | 46 JS_PROP(variation);
|
/external/iproute2/examples/diffserv/ |
D | regression-testing | 40 Marking: the should be a variation of marked packets: 89 Marking: the should be a variation of marked packets:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | stack-update-frame-opcode.ll | 10 ; There is a 2x2 variation matrix here:
|
/external/llvm/test/CodeGen/X86/ |
D | stack-update-frame-opcode.ll | 10 ; There is a 2x2 variation matrix here:
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/ |
D | validators_unittest.py | 446 variation = (filename.split('/')[-1].split('.')[1],) 449 axis = (self.device.axis_x if validator.is_horizontal(variation) 450 else self.device.axis_y if validator.is_vertical(variation) 458 vlog = validator.check(packets, variation)
|
/external/harfbuzz_ng/test/shaping/data/in-house/ |
D | Makefile.sources | 40 tests/mongolian-variation-selector.tests \
|
/external/python/cpython3/Modules/cjkcodecs/ |
D | _codecs_iso2022.c | 1126 #define ISO2022_CODEC(variation) { \ argument 1127 "iso2022_" #variation, \ 1128 &iso2022_##variation##_config, \
|
/external/python/cpython2/Modules/cjkcodecs/ |
D | _codecs_iso2022.c | 1114 #define ISO2022_CODEC(variation) { \ argument 1115 "iso2022_" #variation, \ 1116 &iso2022_##variation##_config, \
|
/external/arm-optimized-routines/auxiliary/ |
D | remez.jl | 863 variation = (max_err - min_err) / max_err 864 @debug("minimax", "extremum variation = ", variation) 865 if variation < threshold
|
/external/autotest/client/deps/glbench/ |
D | USAGE_glbench | 9 variation using a tool like perceptualdiff to waive small differences
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | CalendarAstronomer.java | 1064 double variation = 0.6583*PI/180 * Math.sin(2*(moonLongitude - sunLong)); 1066 moonLongitude += variation;
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | CalendarAstronomer.java | 1058 double variation = 0.6583*PI/180 * Math.sin(2*(moonLongitude - sunLong)); 1060 moonLongitude += variation;
|