/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/opencv3/doc/tutorials/features2d/trackingmotion/harris_detector/ |
D | harris_detector.markdown | 39 have a high variation, which can be used to detect it. 43 - Let's look for corners. Since corners represents a variation in the gradient in the image, we 44 will look for this "variation". 46 … in the x direction and \f$v\f$ in the right direction) \f$I\f$ and will calculate the variation of 56 - Since we are looking for windows with corners, we are looking for windows with a large variation
|
/external/autotest/client/site_tests/firmware_TouchMTB/tools/ |
D | print_log.py | 36 print prefix_spaces * 2 + '(%s %s)' % (glog.name, glog.variation)
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/ |
D | DB_Results.java | 1008 …String variation = result.getString(1); // something like "||build=I20070615-1200||config=eclipse… 1009 StringTokenizer tokenizer = new StringTokenizer(variation, "=|"); //$NON-NLS-1$ 1098 …String variation = result.getString(3); // something like "|build=I20070615-1200||config=eclipsep… 1099 StringTokenizer tokenizer = new StringTokenizer(variation, "=|"); //$NON-NLS-1$ 1143 …String variation = result.getString(1); // something like "|build=I20070615-1200||config=eclipsep… 1148 StringTokenizer tokenizer = new StringTokenizer(variation, "=|"); //$NON-NLS-1$
|
D | ConfigResults.java | 427 double mean=0, stddev=0, variation=0; in getStatistics() local 457 variation = stddev / mean; in getStatistics() 458 return new double[] { count, mean, stddev, variation }; in getStatistics()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
D | GenerateResults.java | 740 double variation = stats[3]; in printSummaryScenarioLine() local 741 if (variation > 0.1 && variation < 0.2) { in printSummaryScenarioLine() 743 } else if (variation >= 0.2) { in printSummaryScenarioLine() 751 stream.print(Util.PERCENTAGE_FORMAT.format(variation)); in printSummaryScenarioLine()
|
/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/llvm/test/CodeGen/X86/ |
D | stack-update-frame-opcode.ll | 10 ; There is a 2x2 variation matrix here:
|
/external/harfbuzz_ng/test/shaping/ |
D | Makefile.am | 58 tests/mongolian-variation-selector.tests \
|
/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/autotest/client/deps/glbench/ |
D | USAGE_glbench | 9 variation using a tool like perceptualdiff to waive small differences
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | CalendarAstronomer.java | 1055 double variation = 0.6583*PI/180 * Math.sin(2*(moonLongitude - sunLong)); 1057 moonLongitude += variation;
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | CalendarAstronomer.java | 1057 double variation = 0.6583*PI/180 * Math.sin(2*(moonLongitude - sunLong)); 1059 moonLongitude += variation;
|
/external/icu/icu4c/source/i18n/ |
D | astro.cpp | 1117 … double variation = 0.6583*CalendarAstronomer::PI/180 * ::sin(2*(moonLongitude - sunLongitude)); in getMoonPosition() local 1119 moonLongitude += variation; in getMoonPosition()
|
/external/icu/icu4c/source/tools/tzcode/ |
D | readme.txt | 40 historical variation. Furthermore, it lacks the full set of Olson
|
/external/chromium-trace/catapult/third_party/flot/ |
D | jquery.flot.js | 1019 colorPoolSize = colorPool.length, variation = 0; variable 1034 if (variation >= 0) { 1035 if (variation < 0.5) { 1036 variation = -variation - 0.2; 1037 } else variation = 0; 1038 } else variation = -variation; 1041 colors[i] = c.scale('rgb', 1 + variation);
|
D | jquery.flot.min.js | 7 …variation=0;for(i=0;i<neededColors;i++){c=$.color.parse(colorPool[i%colorPoolSize]||"#666");if(i%c…
|
/external/opencv3/doc/tutorials/imgproc/imgtrans/laplace_operator/ |
D | laplace_operator.markdown | 16 that in the edge area, the pixel intensity shows a "jump" or a high variation of intensity.
|
/external/unicode/ |
D | StandardizedVariants.txt | 6 # Specification of the variation sequences that are defined in the 12 # Standardized variation sequences are defined in this file. 13 # Ideographic variation sequences are defined according to the registration 15 # Variation Database. Only those two types of variation sequences 17 # In all other cases, use of a variation selector character does 19 # from what it would have had in the absence of the variation selector. 21 # For more information on standardized variation sequences, 29 # Field 0: the variation sequence 48 # of standardized variation sequences. The entries are left commented out 184 # Emoji variation sequences for use as part of keycap symbols [all …]
|
/external/harfbuzz_ng/ |
D | NEWS | 69 get_variation_glyph() pair. The variation version can assume that 466 - Another fix for Mongolian free variation selectors. 522 - Implement cmap in hb-ot-font.h. No variation-selectors yet. 688 - Better handling of multiple variation selectors in a row. 689 - Pass on variation selector to GSUB if not consumed by cmap.
|