HomeSort by relevance Sort by last modified time
    Searched refs:variation (Results 1 - 25 of 36) sorted by null

1 2

  /external/autotest/client/site_tests/firmware_TouchMTB/
touchbotII_robot_wrapper.py 366 def _get_control_command_pinch(self, robot_script, gesture, variation):
369 if GV.ZOOM_IN in variation:
384 def _get_control_command_quickstep(self, robot_script, gesture, variation):
447 variation):
454 for element in variation:
473 self._raise_error(msg % (gesture, variation))
493 def _get_control_command_line(self, robot_script, gesture, variation):
497 for element in variation:
512 self._raise_error(msg % (gesture, variation))
528 self._raise_error(msg % (gesture, variation))
    [all...]
validators.py 32 def check(self, packets, variation=None):
83 def validate(packets, gesture, variation):
86 vlog = validator.check(packets, variation)
200 def _is_direction_in_variation(self, variation, directions):
201 """Is any element of directions list found in variation?"""
203 if direction in variation:
207 def is_horizontal(self, variation):
209 return self._is_direction_in_variation(variation,
212 def is_vertical(self, variation):
214 return self._is_direction_in_variation(variation,
    [all...]
test_flow.py 281 def _create_prompt(self, test, variation):
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):
328 """Create the gesture file name based on its variation.
338 if variation is None
    [all...]
firmware_log.py 12 --> GestureLogs: includes gesture name, and variation
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,
711 key = (fw, round, gesture, variation, validator)
report_html.py 32 # the gesture name, variation, prompt, image, and test results.
37 <h3> $gesture_name.$variation </h3>
115 variation=glog.variation,
firmware_summary.py 305 # The subkey() below extracts (gesture, variation, round) from
306 # metric.key which is (fw, round, gesture, variation, validator)
333 # (gesture, variation, round)
339 for (gesture, variation, round), value in value_list:
342 gvr_str = '%s.%s (%s)' % (gesture, variation, round)
  /external/pdfium/fxjs/xfa/
cjx_hostpseudomodel.h 46 JS_PROP(variation);
  /build/soong/cc/
lto.go 191 variation := modules[i].(*Module)
193 // installed. Variation set above according to
201 variation.lto.Properties.Lto.Full = boolPtr(true)
202 variation.lto.Properties.Lto.Thin = boolPtr(false)
205 variation.lto.Properties.Lto.Full = boolPtr(false)
206 variation.lto.Properties.Lto.Thin = boolPtr(true)
208 variation.Properties.PreventInstall = true
209 variation.Properties.HideFromMake = true
210 variation.lto.Properties.FullDep = false
211 variation.lto.Properties.ThinDep = fals
    [all...]
  /build/soong/java/
device_host_converter.go 77 variation := []blueprint.Variation{{Mutator: "arch", Variation: "android_common"}}
78 ctx.AddFarVariationDependencies(variation, deviceHostConverterDepTag, d.properties.Libs...)
82 variation := []blueprint.Variation{{Mutator: "arch", Variation: ctx.Config().BuildOsCommonVariant}}
83 ctx.AddFarVariationDependencies(variation, deviceHostConverterDepTag, d.properties.Libs...)
  /external/autotest/client/site_tests/firmware_TouchMTB/tools/
print_log.py 36 print prefix_spaces * 2 + '(%s %s)' % (glog.name, glog.variation)
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 190 int variation = attribute.inputType & InputType.TYPE_MASK_VARIATION; local
191 if (variation == InputType.TYPE_TEXT_VARIATION_PASSWORD ||
192 variation == InputType.TYPE_TEXT_VARIATION_VISIBLE_PASSWORD) {
198 if (variation == InputType.TYPE_TEXT_VARIATION_EMAIL_ADDRESS
199 || variation == InputType.TYPE_TEXT_VARIATION_URI
200 || variation == InputType.TYPE_TEXT_VARIATION_FILTER) {
  /development/vndk/tools/header-checker/utils/
utils.py 170 def _is_sanitizer_variation(variation):
171 """Check whether the variation is introduced by a sanitizer."""
172 return variation in {'asan', 'hwasan', 'tsan', 'intOverflow', 'cfi', 'scs'}
257 for variation, path in variations.items():
258 if variation.startswith(module_variant_dir_name):
  /external/ltp/testcases/realtime/
00_Descriptions.txt 99 - Measures variation in computational execution time at various periods and
103 - Measures variation in computational execution time at specified period
  /external/harfbuzz_ng/src/
hb-common.h 445 hb_variation_t *variation);
448 hb_variation_to_string (hb_variation_t *variation,
hb-ot-layout-common.hh 2168 VariationDevice variation; member in union:OT::VarRegionList::Device::__anon23611
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/tests/
validators_unittest.py 445 # Extract the gesture variation from the filename
446 variation = (filename.split('/')[-1].split('.')[1],)
448 # Determine the axis based on the direction in the gesture variation
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)
    [all...]
  /external/arm-optimized-routines/auxiliary/
remez.jl 863 variation = (max_err - min_err) / max_err
864 @debug("minimax", "extremum variation = ", variation)
865 if variation < threshol
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
CalendarAstronomer.java     [all...]
  /external/icu/icu4c/source/i18n/
astro.cpp 1119 double variation = 0.6583*CalendarAstronomer::PI\/180 * ::sin(2*(moonLongitude - sunLongitude)); local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
CalendarAstronomer.java     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
_codecs_iso2022.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
_codecs_iso2022.c     [all...]
  /external/python/cpython2/Modules/cjkcodecs/
_codecs_iso2022.c     [all...]
  /external/python/cpython3/Modules/cjkcodecs/
_codecs_iso2022.c     [all...]
  /build/soong/android/
apex.go 131 variations := []string{""} // Original variation for platform

Completed in 1145 milliseconds

1 2