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

1 2

  /external/v8/test/mjsunit/
arguments-load-across-eval.js 28 // Tests loading of aguments across eval calls.
30 // Test loading across an eval call that does not shadow variables.
47 // Test loading across eval calls that do not shadow variables.
65 // Test loading across an eval call that shadows variables.
property-load-across-eval.js 28 // Tests loading of properties across eval calls.
35 // Test loading across an eval call that does not shadow variables.
90 // Test loading across eval calls that do not shadow variables.
114 // Test loading across an eval call that shadows variables.
regexp-compile.js 28 // Test that we don't cache the result of a regexp match across a
  /external/webkit/LayoutTests/fast/js/resources/
codegen-temporaries-multiple-global-blocks-2.js 2 'Tests whether bytecode codegen properly handles temporaries across multiple global blocks.'
  /dalvik/vm/mterp/x86/
OP_IPUT_JUMBO.S 29 SPILL_TMP1(%ecx) # save obj pointer across call
OP_IGET.S 30 SPILL_TMP1(%ecx) # save obj pointer across call
OP_IGET_JUMBO.S 29 SPILL_TMP1(%ecx) # save obj pointer across call
OP_IGET_WIDE.S 28 SPILL_TMP1(%ecx) # save objpointer across call
OP_IGET_WIDE_JUMBO.S 25 SPILL_TMP1(%ecx) # save objpointer across call
OP_IPUT.S 31 SPILL_TMP1(%ecx) # save obj pointer across call
OP_IPUT_OBJECT.S 30 SPILL_TMP1(%ecx) # save obj pointer across call
OP_IPUT_OBJECT_JUMBO.S 26 SPILL_TMP1(%ecx) # save obj pointer across call
OP_IPUT_WIDE.S 28 SPILL_TMP1(%ecx) # save obj pointer across call
OP_IPUT_WIDE_JUMBO.S 25 SPILL_TMP1(%ecx) # save obj pointer across call
  /external/libvpx/vp8/common/generic/
systemdependent.c 67 rtcd->postproc.across = vp8_mbpost_proc_across_ip_c;
  /external/libvpx/vp8/common/
postproc.h 87 vp8_postproc_inplace_fn_t across; member in struct:__anon7708
  /external/libvpx/vp8/common/x86/
x86_systemdependent.c 77 /*rtcd->postproc.across = vp8_mbpost_proc_across_ip_c;*/
111 rtcd->postproc.across = vp8_mbpost_proc_across_ip_xmm;
  /external/webkit/LayoutTests/fast/events/touch/script-tests/
multi-touch-grouped-targets.js 26 // the order of event dispatch is not deterministic across executions and reordering
  /external/webkit/Source/WebKit/android/jni/
PictureSet.cpp 1128 int across = 1; local
    [all...]
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
domconfigerrorhandler1.js 89 The error object that describes the error. This object may be reused by the DOM implementation across multiple calls to thehandleErrormethod.
documentnormalizedocument09.js 96 The error object that describes the error. This object may be reused by the DOM implementation across multiple calls to thehandleErrormethod.
documentnormalizedocument12.js 98 The error object that describes the error. This object may be reused by the DOM implementation across multiple calls to thehandleErrormethod.
handleerror01.js 96 The error object that describes the error. This object may be reused by the DOM implementation across multiple calls to thehandleErrormethod.
handleerror02.js 98 The error object that describes the error. This object may be reused by the DOM implementation across multiple calls to thehandleErrormethod.
  /external/libvpx/vp8/encoder/x86/
ssim_opt.asm 27 ; Sum across the register %1 starting with q words
39 ; Sum across the register %1 starting with q words

Completed in 648 milliseconds

1 2