Home
last modified time | relevance | path

Searched refs:variation (Results 1 – 25 of 128) sorted by relevance

123456

/external/autotest/client/site_tests/firmware_TouchMTB/
DtouchbotII_robot_wrapper.py366 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 …]
Dvalidators.py83 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 …]
Dtest_flow.py281 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 …]
Dfirmware_log.py385 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)
Dreport_html.py115 variation=glog.variation,
Dfirmware_summary.py339 for (gesture, variation, round), value in value_list:
342 gvr_str = '%s.%s (%s)' % (gesture, variation, round)
/external/harfbuzz_ng/src/
Dhb-common.cc1057 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 …]
Dhb-common.h445 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/
Dformat10 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/
DREADME137 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/
DREADME137 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/
DChangeLog.27226 [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/
Dprint_log.py36 print prefix_spaces * 2 + '(%s %s)' % (glog.name, glog.variation)
/external/pdfium/fxjs/xfa/
Dcjx_hostpseudomodel.h46 JS_PROP(variation);
/external/iproute2/examples/diffserv/
Dregression-testing40 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/
Dstack-update-frame-opcode.ll10 ; There is a 2x2 variation matrix here:
/external/llvm/test/CodeGen/X86/
Dstack-update-frame-opcode.ll10 ; There is a 2x2 variation matrix here:
/external/autotest/client/site_tests/firmware_TouchMTB/tests/
Dvalidators_unittest.py446 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/
DMakefile.sources40 tests/mongolian-variation-selector.tests \
/external/python/cpython3/Modules/cjkcodecs/
D_codecs_iso2022.c1126 #define ISO2022_CODEC(variation) { \ argument
1127 "iso2022_" #variation, \
1128 &iso2022_##variation##_config, \
/external/python/cpython2/Modules/cjkcodecs/
D_codecs_iso2022.c1114 #define ISO2022_CODEC(variation) { \ argument
1115 "iso2022_" #variation, \
1116 &iso2022_##variation##_config, \
/external/arm-optimized-routines/auxiliary/
Dremez.jl863 variation = (max_err - min_err) / max_err
864 @debug("minimax", "extremum variation = ", variation)
865 if variation < threshold
/external/autotest/client/deps/glbench/
DUSAGE_glbench9 variation using a tool like perceptualdiff to waive small differences
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DCalendarAstronomer.java1064 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/
DCalendarAstronomer.java1058 double variation = 0.6583*PI/180 * Math.sin(2*(moonLongitude - sunLong));
1060 moonLongitude += variation;

123456