HomeSort by relevance Sort by last modified time
    Searched full:taken (Results 1 - 25 of 1604) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/libs/vogar-expect/
README 1 Selected classes taken from http://code.google.com/p/vogar/
  /dalvik/vm/mterp/x86/
bincmp.S 1 %verify "branch taken"
2 %verify "branch not taken"
17 movl $$2,%eax # assume not taken
zcmp.S 1 %verify "branch taken"
2 %verify "branch not taken"
14 movl $$2,%eax # assume branch not taken
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
predict.def 32 HITRATE is the probability that edge predicted by predictor as taken
33 will be really taken (so it should be always above
50 /* Mark unconditional jump as taken. */
68 /* Branch containing goto is probably not taken. */
79 /* Loopback edge is taken. */
83 /* Edge causing loop to terminate is probably not taken. */
99 /* Branch guarding call is probably taken. */
102 /* Branch causing function to terminate is probably not taken. */
105 /* Branch containing goto is probably not taken. */
108 /* Branch ending with return constant is probably not taken. *
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
predict.def 32 HITRATE is the probability that edge predicted by predictor as taken
33 will be really taken (so it should be always above
50 /* Mark unconditional jump as taken. */
68 /* Branch containing goto is probably not taken. */
79 /* Loopback edge is taken. */
83 /* Edge causing loop to terminate is probably not taken. */
99 /* Branch guarding call is probably taken. */
102 /* Branch causing function to terminate is probably not taken. */
105 /* Branch containing goto is probably not taken. */
108 /* Branch ending with return constant is probably not taken. *
    [all...]
  /dalvik/vm/mterp/c/
OP_GOTO.c 7 ILOGV("> branch taken");
OP_GOTO_16.c 9 ILOGV("> branch taken");
OP_GOTO_32.c 10 ILOGV("> branch taken");
OP_PACKED_SWITCH.c 24 ILOGV("> branch taken (0x%04x)\n", offset);
OP_SPARSE_SWITCH.c 24 ILOGV("> branch taken (0x%04x)\n", offset);
  /external/chromium/base/third_party/valgrind/
README 5 This header file was taken from Valgrind source code (version 3.4.1,
  /external/chromium/net/third_party/nss/
README.google 11 The ssl/bodge directory contains files taken from the NSS repo that we required
  /external/ppp/pppd/plugins/pppoatm/
COPYING 2 text2qos.c are taken from the linux-atm libraries. These are
  /dalvik/vm/mterp/armv5te/
bincmp.S 1 %verify "branch taken"
2 %verify "branch not taken"
16 mov r9, #4 @ r0<- BYTE branch dist for not-taken
zcmp.S 1 %verify "branch taken"
2 %verify "branch not taken"
13 mov r9, #4 @ r0<- BYTE branch dist for not-taken
  /dalvik/vm/mterp/armv6t2/
bincmp.S 1 %verify "branch taken"
2 %verify "branch not taken"
15 mov r9, #4 @ r0<- BYTE branch dist for not-taken
  /external/chromium/third_party/icu/source/data/translit/
en.txt 17 // This list is currently incomplete, and care should be taken to translate these identifiers.
  /external/icu4c/data/translit/
en.txt 17 // This list is currently incomplete, and care should be taken to translate these identifiers.
  /cts/tools/dasm/src/java_cup/
action_production.java 34 /** The production we were taken out of. */
37 /** The production we were taken out of. */
  /external/iproute2/netem/
pareto.c 3 * Taken from the uncopyrighted NISTnet code.
  /external/kernel-headers/original/asm-x86/
irq_32.h 9 * IRQ/IPI changes taken from work by Thomas Radke
  /external/netcat/scripts/
bsh 3 ## Arg is taken as the port to listen on. Define "NC" to point wherever.
  /libcore/luni/src/main/java/java/util/concurrent/
CompletionService.java 29 * actions taken by that task, which in turn <i>happen-before</i>
37 * this task may be taken or polled.
50 * taken or polled.
  /packages/apps/Email/src/com/android/email/activity/
Welcome.java 34 * If no accounts are configured the user is taken to the AccountSetupBasics Activity where they
36 * If a single account is configured the user is taken directly to the MessageList for
38 * If more than one account is configured the user is taken to the AccountFolderList Activity so
  /external/chromium/net/base/
https_prober.h 44 // other action is taken. If a probe to the given host in currently inflight,
45 // false will be returned, and no other action is taken. Otherwise, a new

Completed in 417 milliseconds

1 2 3 4 5 6 7 8 91011>>