Searched refs:test (Results 51 - 75 of 84) sorted by relevance

1234

/dalvik/vm/mterp/mips/
H A Dzcmp.S26 bnez a0, common_updateProfile # test for JIT off at target
H A DOP_IGET.S25 # test results
H A DOP_APUT_OBJECT.S38 JAL(dvmCanPutArrayElement) # test object type vs. array type
H A DOP_IGET_JUMBO.S34 # test results
H A DOP_IGET_WIDE.S23 # test return code
H A DOP_IGET_WIDE_JUMBO.S31 # test return code
H A DOP_EXECUTE_INLINE.S29 # test boolean result of inline
/dalvik/dx/tests/120-disable-extended-ops/
H A DBlort.java30 public void test() { method in class:Blort
/dalvik/vm/mterp/x86/
H A DOP_APUT_OBJECT.S36 call dvmCanPutArrayElement # test object type vs. array type
/dalvik/vm/mterp/armv5te/
H A DOP_EXECUTE_INLINE.S29 cmp r0, #0 @ test boolean result of inline
89 cmp rINST, #0 @ test boolean result of inline
H A DOP_EXECUTE_INLINE_RANGE.S27 cmp r0, #0 @ test boolean result of inline
83 cmp r9, #0 @ test boolean result of inline
H A Dfooter.S482 movs r2, rINST, lsr #8 @ r2<- AA (arg count) -- test for zero
512 movs r2, rINST, lsr #12 @ r2<- B (arg count) -- test for zero
/dalvik/docs/
H A Dprettify.js86 /\bMSIE 6\./.test(navigator.userAgent);
331 if (node.firstChild || !/^(?:br|link|img)$/.test(name)) {
353 PR_innerHtmlWorks = !/</.test(testNode.innerHTML);
453 if (pr_commentPrefix.test(match)) { continue; }
454 if (pr_cdataPrefix.test(match)) {
458 } else if (pr_brPrefix.test(match)) {
583 if (contextPattern && !contextPattern.test(lastToken)) {
604 if (style !== PR_COMMENT && notWs.test(token)) { lastToken = token; }
794 } else if (/^@?[A-Z][A-Z$]*[a-z][A-Za-z$]*$/.test(token)) {
864 nextValueIsSource = /^on|^style$/i.test(sourc
[all...]
/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DLocalList.java421 Entry test = locals.get(j);
422 if (test.getAddress() != addr) {
425 if (test.getRegisterSpec().getReg() == reg) {
426 if (test.isStart()) {
510 * it happening in test cases, never in "real" code.)
/dalvik/dx/src/com/android/dx/dex/code/
H A DLocalList.java421 Entry test = locals.get(j);
422 if (test.getAddress() != addr) {
425 if (test.getRegisterSpec().getReg() == reg) {
426 if (test.isStart()) {
510 * it happening in test cases, never in "real" code.)
/dalvik/tests/004-annotations/src/android/test/anno/
H A DTestAnnotations.java1 package android.test.anno;
/dalvik/vm/
H A DDvm.mk183 test/AtomicTest.cpp.arm \
184 test/TestHash.cpp \
185 test/TestIndirectRefTable.cpp
187 # TODO: this is the wrong test, but what's the right one?
/dalvik/tests/003-omnibus-opcodes/src/
H A DClasses.java110 * Exercise filled-new-array and test instanceof on arrays.
128 Object test;
/dalvik/tests/046-reflect/src/
H A DMain.java11 * Reflection test.
315 System.out.println(" Constant test value is " + val);
465 Main test = new Main();
466 test.run();
/dalvik/vm/compiler/codegen/x86/libenc/
H A Dencoder.h489 // test instruction
490 ENCODER_DECLARE_EXPORT char * test(char * stream, const RM_Opnd & rm, const Imm_Opnd & imm, Opnd_Size sz = size_platf);
491 ENCODER_DECLARE_EXPORT char * test(char * stream, const RM_Opnd & rm, const R_Opnd & r, Opnd_Size sz = size_platf);
H A Dencoder.inl207 // test instruction
208 ENCODER_DECLARE_EXPORT char * test(char * stream, const RM_Opnd & rm, const Imm_Opnd & imm, Opnd_Size sz) {
216 ENCODER_DECLARE_EXPORT char * test(char * stream, const RM_Opnd & rm, const R_Opnd & r, Opnd_Size sz) {
/dalvik/vm/compiler/codegen/mips/
H A DCodegenDriver.cpp2659 MipsLIR * test = NULL; local
2686 test = newLIR3(cUnit, kMipsSlt, tReg, reg1, reg2);
2693 test = newLIR3(cUnit, kMipsSlt, tReg, reg2, reg1);
2700 test = newLIR3(cUnit, kMipsSlt, tReg, reg2, reg1);
2707 test = newLIR3(cUnit, kMipsSlt, tReg, reg1, reg2);
/dalvik/vm/mterp/out/
H A DInterpAsm-mips.S1078 * Trivial test failed, need to perform full check. This is common.
1119 * Trivial test succeeded, save and bail.
1399 * our "backward branch" test must be "<=0" instead of "<0".
2038 bnez a0, common_updateProfile # test for JIT off at target
2076 bnez a0, common_updateProfile # test for JIT off at target
2114 bnez a0, common_updateProfile # test for JIT off at target
2152 bnez a0, common_updateProfile # test for JIT off at target
2190 bnez a0, common_updateProfile # test for JIT off at target
2228 bnez a0, common_updateProfile # test for JIT off at target
2785 # test result
[all...]
H A DInterpAsm-armv5te-vfp.S1123 * our "backward branch" test must be "<=0" instead of "<0". Because
1653 bne common_updateProfile @ test for JIT off at target
1685 bne common_updateProfile @ test for JIT off at target
1717 bne common_updateProfile @ test for JIT off at target
1749 bne common_updateProfile @ test for JIT off at target
1781 bne common_updateProfile @ test for JIT off at target
1813 bne common_updateProfile @ test for JIT off at target
3125 * (We could defer the "is 'this' pointer null" test to the common
3282 * (We could defer the "is 'this' pointer null" test to the common
7316 cmp r0, #0 @ test boolea
[all...]
/dalvik/vm/compiler/template/out/
H A DCompilerTemplateAsm-armv5te.S1034 * r0: start of data to test
1178 @ test for exception

Completed in 2025 milliseconds

1234