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

1 2 3

  /external/chromium/net/data/proxy_resolver_v8_unittest/
side_effects.js 2 // We write it this way so if the script gets loaded twice,
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_CMPL_DOUBLE.S 19 LDR_PC_LR ".L__aeabi_cdcmple" @ PIC way of "bl __aeabi_cdcmple"
  /external/qemu/
dcache.c 192 printf("dcache load hit addr: 0x%x cache_addr: 0x%x row %d way %d\n",
233 // Pick a way to replace
234 int way; local
237 way = dcache.replace[row];
238 int next_way = way + 1;
244 way = dcache.next_way;
249 // Every 13 replacements, add an extra increment to the next way
259 printf("dcache load miss addr: 0x%x cache_addr: 0x%x row %d replacing way %d\n",
260 addr, cache_addr, row, way);
262 dcache.table[row][way] = cache_addr
    [all...]
  /external/strace/
Android.mk 23 # way to fix this would be to upgrade to a version of strace that does support
  /bootable/recovery/
Android.mk 28 # TODO: Build the ramdisk image in a more principled way.
  /device/htc/passion/
BoardConfig.mk 16 # This file sets variables that control the way modules are built
  /external/v8/test/mjsunit/
lazy-load.js 25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28 // Test unusual way of accessing Date.
regexp-string-methods.js 25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
45 // On the other hand test is defined in a semi-coherent way as a call to exec.
fuzz-natives.js 25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
154 // We need to find a way to test this without breaking the system.
  /sdk/sdklauncher/
Android.mk 40 # seems to be the only way to add an object file that was not generated from
  /bootable/recovery/updater/
Android.mk 15 # on user builds. (TODO: find a better way to build device binaries
  /development/build/tools/
windows_sdk.mk 11 # This way we avoid the headache of building a full SDK in MinGW mode, which is
  /external/v8/test/mjsunit/regress/
regress-892742.js 25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
35 // way it's handled by Spidermonkey or KJS.
  /ndk/build/core/
import-locals.mk 58 # due to the way Unix linkers work (depending libraries must appear before
  /external/icu4c/extra/uconv/
makedata.mak 34 #This could be found according to the path to makefile, but for now it is this way
  /external/v8/test/es5conform/
harness-adapt.js 25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
39 // that's nothing we can't hack our way around.
  /external/webkit/LayoutTests/fast/js/resources/
standalone-pre.js 40 // the only way to tell 0 from -0 in JS is the fact that 1/-0 is
  /dalvik/vm/arch/arm/
CallOldABI.S 94 sub fp, ip, #4 @ set up fp, same way gdb does
  /external/webkit/JavaScriptCore/runtime/
Collector.cpp 643 #error Need a way to get the stack base on this platform
834 #error Need a way to suspend threads on this platform
845 #error Need a way to resume threads on this platform
910 #error Need a way to get thread registers on this platform
950 #error Need a way to get the stack pointer for another thread on this platform
    [all...]
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-armv5te.S 490 LDR_PC_LR ".L__aeabi_cdcmple" @ PIC way of "bl __aeabi_cdcmple"
532 LDR_PC_LR ".L__aeabi_cdcmple" @ PIC way of "bl __aeabi_cdcmple"
    [all...]
  /external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 736 If the bug involves quotes being curled the wrong way, please send example
742 One situation in which quotes will get curled the wrong way is when
856 arising in any way out of the use of this software, even if advised of the
  /external/libvpx/vp8/common/arm/neon/
loopfiltersimplehorizontaledge_neon.asm 20 ;for flimit. Same way applies to limit and thresh.
  /build/core/
envsetup.mk 114 # This is the standard way to name a directory containing prebuilt host
161 # This is the standard way to name a directory containing prebuilt target
  /external/iproute2/doc/
ip-tunnels.tex 213 The only way to make it is to create special routes with gateway
332 to design tunnels in the way enforcing maximal route symmetry
375 tunnels, created in this way, and tunnels created by \verb|ip tunnel|.
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 373 interactive use in the most ordinary way, to print or display an
475 the only way you could satisfy both it and this License would be to
553 possible use to the public, the best way to achieve this is to make it

Completed in 609 milliseconds

1 2 3