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

1 2 3

  /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 69 bool identical = (actual_len == expected_len); local
73 identical = false;
81 if (identical) return;
  /external/chromium_org/mojo/tools/
check_mojom_golden_files.py 24 identical (note: the "left" directory should be the golden directory)."""
83 identical = _ProcessDircmpResults(dircmp(args.golden_dir, out_dir, ignore=[]),
94 if not identical:
98 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/chromium_org/third_party/icu/source/samples/ufortune/
fortunedefs.mk 28 # DLL and static modes are identical here
  /external/icu/icu4c/source/samples/ufortune/
fortunedefs.mk 28 # DLL and static modes are identical here
  /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 501 bool identical = (actual_len == expected_len); local
505 identical = false;
513 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 43 // 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
array-elements-from-array-prototype.js 35 // those ideally should be identical modulo host of elements and
array-elements-from-object-prototype.js 35 // those ideally should be identical modulo host of elements and
to_number_order.js 141 // Test whether valueOf is called when comparing identical objects
  /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
  /external/libvpx/libvpx/vp8/encoder/ppc/
fdct_altivec.asm 21 ;# Forward and inverse DCTs are nearly identical; only differences are
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
debug.rb 99 ANTLR3::Debug::RecognizerSharedState is identical to
  /external/chromium_org/tools/grit/grit/
util.py 289 '''Returns a closure that is identical to 'function' but ensures that the

Completed in 2135 milliseconds

1 2 3