HomeSort by relevance Sort by last modified time
    Searched refs:identical (Results 1 - 25 of 73) 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
  /dalvik/vm/
ReferenceTable.cpp 213 * array object), and the number of additional objects that are identical
216 static void logSummaryLine(const Object* obj, size_t elems, int identical, int equiv)
237 size_t total = identical + equiv + 1;
239 if (identical + equiv != 0) {
333 size_t equiv, identical; local
334 equiv = identical = 0;
342 identical++;
350 logSummaryLine(refs[idx-1], elems, identical, equiv);
351 equiv = identical = 0;
357 logSummaryLine(refs[count-1], elems, identical, equiv)
    [all...]
  /art/runtime/
reference_table.cc 106 // array object), and the number of additional objects that are identical
109 int identical, int equiv)
130 size_t total = identical + equiv + 1;
132 if (identical + equiv != 0) {
213 size_t identical = 0; local
220 identical++;
226 DumpSummaryLine(os, prev, element_count, identical, equiv);
227 equiv = identical = 0;
231 DumpSummaryLine(os, sorted_entries.back(), GetElementCount(sorted_entries.back()), identical, equiv);
  /external/chromium_org/net/spdy/
spdy_test_utils.cc 64 bool identical = (actual_len == expected_len); local
68 identical = false;
76 if (identical) return;
  /external/icu4c/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/chromium_org/net/quic/test_tools/
quic_test_utils.cc 337 bool identical = (actual_len == expected_len); local
341 identical = false;
349 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 40 // 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
211 // 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/v8/test/mjsunit/
elements-transition.js 40 // 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
203 // Functions are only identical to themselves.
  /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/chrome/browser/sync/resources/
gaia_login.js 8 // rendered in the captcha state, which is basically identical except we
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate_test.js 38 // Reprocessing with identical data.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate_test.js 38 // Reprocessing with identical data.
  /external/chromium_org/third_party/jstemplate/
jstemplate_test.js 38 // Reprocessing with identical data.

Completed in 530 milliseconds

1 2 3