HomeSort by relevance Sort by last modified time
    Searched full:actuals (Results 1 - 25 of 48) sorted by null

1 2

  /external/chromium_org/third_party/skia/
.gitignore 6 .gm-actuals
  /external/skia/
.gitignore 6 .gm-actuals
  /external/junit/src/org/junit/internal/
ComparisonCriteria.java 16 * <code>actuals</code> are <code>null</code>, they are considered equal.
24 * @param actuals
28 public void arrayEquals(String message, Object expecteds, Object actuals)
30 if (expecteds == actuals)
35 actuals, header);
39 Object actual= Array.get(actuals, i);
62 Object actuals, String header) {
65 if (actuals == null)
67 int actualsLength= Array.getLength(actuals);
  /external/junit/src/org/junit/
Assert.java 153 * <code>expecteds</code> and <code>actuals</code> are <code>null</code>,
162 * @param actuals
167 Object[] actuals) throws ArrayComparisonFailure {
168 internalArrayEquals(message, expecteds, actuals);
180 * @param actuals
184 public static void assertArrayEquals(Object[] expecteds, Object[] actuals) {
185 assertArrayEquals(null, expecteds, actuals);
197 * @param actuals
201 byte[] actuals) throws ArrayComparisonFailure {
202 internalArrayEquals(message, expecteds, actuals);
    [all...]
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
compare_configs_test.py 37 actuals_root=os.path.join(self._input_dir, 'gm-actuals'),
download_actuals_test.py 40 os.path.join(self._input_dir, 'gm-actuals')),
compare_to_expectations_test.py 36 actuals_root=os.path.join(self._input_dir, 'gm-actuals'),
compare_configs.py 178 '--actuals', default=results.DEFAULT_ACTUALS_DIR,
199 actuals_root=args.actuals,
compare_to_expectations.py 286 # the gm-actuals will list a failure for the alternate
303 # the 'failed' set of actuals until all the bots have
305 # from the most recent actuals). Treat these as successes
354 '--actuals', default=results.DEFAULT_ACTUALS_DIR,
381 actuals_root=args.actuals,
results.py 51 DEFAULT_ACTUALS_DIR = '.gm-actuals'
55 # Define the default set of builders we will process expectations/actuals for.
172 True if we should ignore expectations and actuals for this builder.
imagepairset_test.py 66 SET_B_DESCRIPTION = 'actuals'
server.py 157 file_handle.write('<li>Expectations vs Actuals</li><ul>')
257 actuals.
627 parser.add_argument('--actuals-dir',
634 # it had an --actuals-revision the caller could specify to download
643 'expectations and actuals, also generate '
  /external/skia/gm/rebaseline_server/
compare_configs_test.py 37 actuals_root=os.path.join(self._input_dir, 'gm-actuals'),
download_actuals_test.py 40 os.path.join(self._input_dir, 'gm-actuals')),
compare_to_expectations_test.py 36 actuals_root=os.path.join(self._input_dir, 'gm-actuals'),
compare_configs.py 178 '--actuals', default=results.DEFAULT_ACTUALS_DIR,
199 actuals_root=args.actuals,
compare_to_expectations.py 286 # the gm-actuals will list a failure for the alternate
303 # the 'failed' set of actuals until all the bots have
305 # from the most recent actuals). Treat these as successes
354 '--actuals', default=results.DEFAULT_ACTUALS_DIR,
381 actuals_root=args.actuals,
results.py 51 DEFAULT_ACTUALS_DIR = '.gm-actuals'
55 # Define the default set of builders we will process expectations/actuals for.
172 True if we should ignore expectations and actuals for this builder.
imagepairset_test.py 66 SET_B_DESCRIPTION = 'actuals'
server.py 157 file_handle.write('<li>Expectations vs Actuals</li><ul>')
257 actuals.
627 parser.add_argument('--actuals-dir',
634 # it had an --actuals-revision the caller could specify to download
643 'expectations and actuals, also generate '
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputPointersTests.java 282 final int expectedPos, final int[] actuals, final int actualPos, final int length) {
283 if (expecteds == actuals) {
286 if (expecteds == null || actuals == null) {
287 assertEquals(message, Arrays.toString(expecteds), Arrays.toString(actuals));
290 if (expecteds.length < expectedPos + length || actuals.length < actualPos + length) {
292 + " actuals=" + Arrays.toString(actuals));
297 expecteds[i + expectedPos], actuals[i + actualPos]);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
ResizableIntArrayTests.java 343 final int expectedPos, final int[] actuals, final int actualPos, final int length) {
344 if (expecteds == actuals) {
347 if (expecteds == null || actuals == null) {
348 assertEquals(message, Arrays.toString(expecteds), Arrays.toString(actuals));
351 if (expecteds.length < expectedPos + length || actuals.length < actualPos + length) {
353 + " actuals=" + Arrays.toString(actuals));
358 expecteds[i + expectedPos], actuals[i + actualPos]);
  /external/chromium_org/third_party/skia/tools/tests/
render_pictures_test.py 181 output_json_path = os.path.join(self._output_dir, 'actuals.json')
214 output_json_path = os.path.join(self._output_dir, 'actuals.json')
257 output_json_path = os.path.join(self._output_dir, 'actuals.json')
315 output_json_path = os.path.join(self._output_dir, 'actuals.json')
361 output_json_path = os.path.join(self._output_dir, 'actuals.json')
383 output_json_path = os.path.join(self._output_dir, 'actuals.json')
417 output_json_path = os.path.join(self._output_dir, 'actuals.json')
449 output_json_path = os.path.join(self._output_dir, 'actuals.json')
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssGrammar.java 102 CssTokens.TokenIterator actuals = it.spliceToEnd(); local
104 parsePropertyValue(actuals, handler);
  /external/skia/tools/tests/
render_pictures_test.py 181 output_json_path = os.path.join(self._output_dir, 'actuals.json')
214 output_json_path = os.path.join(self._output_dir, 'actuals.json')
257 output_json_path = os.path.join(self._output_dir, 'actuals.json')
315 output_json_path = os.path.join(self._output_dir, 'actuals.json')
361 output_json_path = os.path.join(self._output_dir, 'actuals.json')
383 output_json_path = os.path.join(self._output_dir, 'actuals.json')
417 output_json_path = os.path.join(self._output_dir, 'actuals.json')
449 output_json_path = os.path.join(self._output_dir, 'actuals.json')

Completed in 3993 milliseconds

1 2