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

1 2 3

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_float.py 975 def identical(self, x, y): member in class:HexFloatTestCase
    [all...]
test_tokenize.py 595 Output from calculations with Decimal should be identical across all
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_float.py 975 def identical(self, x, y): member in class:HexFloatTestCase
    [all...]
test_tokenize.py 595 Output from calculations with Decimal should be identical across all
  /external/llvm/test/MC/ARM/
thumb2-ldrd.s 11 @ CHECK: error: destination operands can't be identical
12 @ CHECK: error: destination operands can't be identical
13 @ CHECK: error: destination operands can't be identical
14 @ CHECK: error: destination operands can't be identical
15 @ CHECK-NOT: error: destination operands can't be identical
  /art/runtime/
reference_table.cc 110 // array object), and the number of additional objects that are identical
113 int identical, int equiv)
134 size_t total = identical + equiv + 1;
136 if (identical + equiv != 0) {
222 size_t identical = 0; local
229 identical++;
235 DumpSummaryLine(os, prev, element_count, identical, equiv);
236 equiv = identical = 0;
242 identical, equiv);
  /external/chromium_org/net/spdy/
spdy_test_utils.cc 66 bool identical = (actual_len == expected_len); local
70 identical = false;
78 if (identical) return;
  /external/chromium_org/mojo/tools/
check_mojom_golden_files.py 23 identical (note: the "left" directory should be the golden directory)."""
79 identical = _ProcessDircmpResults(dircmp(args.golden_dir, out_dir, ignore=[]),
90 if not identical:
94 print "SUCCESS: current output identical to golden files"
  /external/chromium_org/third_party/skia/gm/tests/
run.sh 141 THIS_IMAGE_DIR=$IMAGES_DIR/identical-bytes
147 --writeJsonSummaryPath $JSON_DIR/identical-bytes.json
149 THIS_IMAGE_DIR=$IMAGES_DIR/identical-pixels
157 --writeJsonSummaryPath $JSON_DIR/identical-pixels.json
167 # Create another JSON expectations file which is identical to
202 # Compare generated image against an input image file with identical bytes.
203 gm_test "--verbose --hierarchy --match selftest1 $CONFIGS -r $GM_INPUTS/images/identical-bytes" "$GM_OUTPUTS/compared-against-identical-bytes-images"
204 gm_test "--verbose --hierarchy --match selftest1 $CONFIGS -r $GM_INPUTS/json/identical-bytes.json" "$GM_OUTPUTS/compared-against-identical-bytes-json
    [all...]
  /external/skia/gm/tests/
run.sh 141 THIS_IMAGE_DIR=$IMAGES_DIR/identical-bytes
147 --writeJsonSummaryPath $JSON_DIR/identical-bytes.json
149 THIS_IMAGE_DIR=$IMAGES_DIR/identical-pixels
157 --writeJsonSummaryPath $JSON_DIR/identical-pixels.json
167 # Create another JSON expectations file which is identical to
202 # Compare generated image against an input image file with identical bytes.
203 gm_test "--verbose --hierarchy --match selftest1 $CONFIGS -r $GM_INPUTS/images/identical-bytes" "$GM_OUTPUTS/compared-against-identical-bytes-images"
204 gm_test "--verbose --hierarchy --match selftest1 $CONFIGS -r $GM_INPUTS/json/identical-bytes.json" "$GM_OUTPUTS/compared-against-identical-bytes-json
    [all...]
  /external/icu/icu4c/source/samples/ufortune/
fortunedefs.mk 28 # DLL and static modes are identical here
  /external/svox/pico/tts/
Android.mk 4 # excluding the compatibility code. This is identical
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_pixels.c 436 static Uint8 *Map1to1(SDL_Palette *src, SDL_Palette *dst, int *identical)
441 if ( identical ) {
443 /* If an identical palette, no need to map */
446 *identical = 1;
450 *identical = 0;
489 static Uint8 *MapNto1(SDL_PixelFormat *src, SDL_PixelFormat *dst, int *identical)
503 return(Map1to1(&dithered, pal, identical));
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_array.spec 163 Change the first paragraph (page 150) to say (spec changes identical to
179 Change the fourth paragraph on page 151 to say (spec changes identical
190 Change the fourth paragraph on page 156 to say (spec changes identical
228 Change the second paragraph (page 159) (spec changes identical
246 Change the last paragraph on page 160 to say (spec changes identical
309 Change the third paragraph (page 176) to say (spec changes identical
318 Change first paragraph to say (spec changes identical to
331 Change the second paragraph (page 177) to say (spec changes identical
341 identical to EXT_texture_array):
372 Change section (page 180) to say (spec changes identical to
    [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec 163 Change the first paragraph (page 150) to say (spec changes identical to
179 Change the fourth paragraph on page 151 to say (spec changes identical
190 Change the fourth paragraph on page 156 to say (spec changes identical
228 Change the second paragraph (page 159) (spec changes identical
246 Change the last paragraph on page 160 to say (spec changes identical
309 Change the third paragraph (page 176) to say (spec changes identical
318 Change first paragraph to say (spec changes identical to
331 Change the second paragraph (page 177) to say (spec changes identical
341 identical to EXT_texture_array):
372 Change section (page 180) to say (spec changes identical to
    [all...]
  /external/libunwind/doc/
unw_backtrace.tex 27 Note that many (but not all) systems provide practically identical function
  /external/chromium_org/net/quic/test_tools/
quic_test_utils.cc 478 bool identical = (actual_len == expected_len); local
482 identical = false;
490 if (identical) return;
  /external/chromium_org/chrome/browser/resources/signin_internals/
signin_internals.js 16 // TODO(vishwath): This function is identical to the one in sync_internals.js
  /external/chromium_org/v8/test/intl/
assert.js 71 // Functions are only identical to themselves.
  /external/chromium_org/v8/test/mjsunit/
elements-transition.js 52 // We apply the same operations to two identical arrays. The first array
mjsunit.js 51 // Expected and found values are identical primitive values or functions
215 // Functions are only identical to themselves.
array-elements-from-array-prototype-chain.js 35 // those ideally should be identical modulo host of elements and
  /external/libvorbis/doc/
08-residue.tex 157 Header decode for all three residue types is identical.
243 Format 0 and 1 packet decode is identical except for specific
246 infrastructure identical to all three formats.
  /external/chromium_org/third_party/jstemplate/
jstemplate_test.js 38 // Reprocessing with identical data.
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ppc/
fdct_altivec.asm 21 ;# Forward and inverse DCTs are nearly identical; only differences are

Completed in 1874 milliseconds

1 2 3