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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/tests/019-wrong-array-type/
expected.txt 1 Got correct array store exception
  /external/e2fsprogs/tests/progs/test_data/
test.icount 11 store 0 0
15 store 20001 0
21 # OK, now let's test fetch and store. We also test the boundary cases
25 store 1 1
27 store 1 2
29 store 1 3
31 store 1 1
33 store 1 0
36 store 20000 0
38 store 20000
    [all...]
  /system/core/libcutils/
threads.c 20 void* thread_store_get( thread_store_t* store )
22 const pthread_key_t k = store->tls;
24 if (!store->has_tls)
27 return pthread_getspecific( store->tls );
30 extern void thread_store_set( thread_store_t* store,
34 pthread_mutex_lock( &store->lock );
35 if (!store->has_tls) {
36 if (pthread_key_create( &store->tls, destroy) != 0) {
37 pthread_mutex_unlock(&store->lock);
40 store->has_tls = 1
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_IPUT_BOOLEAN.S 2 @include "armv5te/OP_IPUT.S" { "store":"strb", "sqnum":"1" }
3 %include "armv5te/OP_IPUT.S" { "store":"str", "sqnum":"1" }
OP_IPUT_BYTE.S 2 @include "armv5te/OP_IPUT.S" { "store":"strb", "sqnum":"2" }
3 %include "armv5te/OP_IPUT.S" { "store":"str", "sqnum":"2" }
OP_IPUT_CHAR.S 2 @include "armv5te/OP_IPUT.S" { "store":"strh", "sqnum":"3" }
3 %include "armv5te/OP_IPUT.S" { "store":"str", "sqnum":"3" }
OP_IPUT_SHORT.S 2 @include "armv5te/OP_IPUT.S" { "store":"strh", "sqnum":"4" }
3 %include "armv5te/OP_IPUT.S" { "store":"str", "sqnum":"4" }
OP_APUT_BOOLEAN.S 2 %include "armv5te/OP_APUT.S" { "store":"strb", "shift":"0" }
OP_APUT_BYTE.S 2 %include "armv5te/OP_APUT.S" { "store":"strb", "shift":"0" }
OP_APUT_CHAR.S 2 %include "armv5te/OP_APUT.S" { "store":"strh", "shift":"1" }
OP_APUT_SHORT.S 2 %include "armv5te/OP_APUT.S" { "store":"strh", "shift":"1" }
  /dalvik/vm/mterp/x86/
OP_DOUBLE_TO_FLOAT.S 2 %include "x86/fpcvt.S" {"load":"fldl","store":"fstps"}
OP_FLOAT_TO_DOUBLE.S 2 %include "x86/fpcvt.S" {"load":"flds","store":"fstpl"}
OP_INT_TO_DOUBLE.S 2 %include "x86/fpcvt.S" {"load":"fildl","store":"fstpl"}
OP_INT_TO_FLOAT.S 2 %include "x86/fpcvt.S" {"load":"fildl","store":"fstps"}
OP_LONG_TO_DOUBLE.S 2 %include "x86/fpcvt.S" {"load":"fildll","store":"fstpl"}
OP_LONG_TO_FLOAT.S 2 %include "x86/fpcvt.S" {"load":"fildll","store":"fstps"}
OP_ADD_DOUBLE.S 2 %include "x86/binflop.S" {"instr":"faddl","load":"fldl","store":"fstpl"}
OP_ADD_DOUBLE_2ADDR.S 2 %include "x86/binflop2addr.S" {"instr":"faddl","load":"fldl","store":"fstpl"}
OP_ADD_FLOAT.S 2 %include "x86/binflop.S" {"instr":"fadds","load":"flds","store":"fstps"}
OP_ADD_FLOAT_2ADDR.S 2 %include "x86/binflop2addr.S" {"instr":"fadds","load":"flds","store":"fstps"}
OP_APUT_BOOLEAN.S 2 %include "x86/OP_APUT.S" {"reg":"%cl", "store":"movb", "shift":"1" }
OP_APUT_BYTE.S 2 %include "x86/OP_APUT.S" { "reg":"%cl", "store":"movb", "shift":"1" }
OP_APUT_CHAR.S 2 %include "x86/OP_APUT.S" { "reg":"%cx", "store":"movw", "shift":"2" }
  /dalvik/dx/tests/105-verify-load-store-ops/
info.txt 1 This tests that load and store opcodes verify that their arguments are

Completed in 524 milliseconds

1 2 3 4 5 6 7 8 91011>>