/cts/tools/vm-tests-tf/src/dot/junit/opcodes/return_object/d/ |
T_return_object_1.java | 25 public Object run2() { method in class:T_return_object_1
|
T_return_object_1.d | 34 .method public run2()Ljava/lang/Object;
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rsub_int/d/ |
T_rsub_int_2.java | 31 public int run2(int a) { method in class:T_rsub_int_2
|
T_rsub_int_1.java | 31 public int run2(int a) { method in class:T_rsub_int_1
|
T_rsub_int_2.d | 41 .method public run2(I)I
|
T_rsub_int_1.d | 41 .method public run2(I)I
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rsub_int_lit8/d/ |
T_rsub_int_lit8_2.java | 31 public int run2(int a) { method in class:T_rsub_int_lit8_2
|
T_rsub_int_lit8_1.java | 31 public int run2(int a) { method in class:T_rsub_int_lit8_1
|
T_rsub_int_lit8_2.d | 41 .method public run2(I)I
|
T_rsub_int_lit8_1.d | 41 .method public run2(I)I
|
/ndk/build/tools/ |
build-host-gcc.sh | [all...] |
build-host-gdb.sh | 159 run2 "$SRCDIR"/configure $ARGS && 160 run2 make -j$NUM_JOBS && 161 run2 make -j$NUM_JOBS install 212 run2 "$SRCDIR"/configure $ARGS && 213 run2 make -j$NUM_JOBS && 214 run2 make -j$NUM_JOBS install
|
build-host-python.sh | 349 run2 "$SRCDIR"/configure $ARGS && 367 run2 make -j$NUM_JOBS && 368 run2 make install 380 run2 find . -path "*.py" -exec cp {} "$PYPPDIR/libstdcxx/$(basename $GCC_DIR)/" \; 386 run2 cp -rf $NDK_DIR/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2 $PYPPDIR/stlport
|
ndk-common.sh | 171 run2 () function
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rsub_int/ |
Test_rsub_int.java | 39 assertEquals("Subtest_3 is failed",0, t.run2(20)); 52 assertEquals("Subtest_3 is failed",-15, t.run2(15)); 53 assertEquals("Subtest_4 is failed",123, t.run2(-123));
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rsub_int_lit8/ |
Test_rsub_int_lit8.java | 39 assertEquals("Subtest_3 is failed",0, t.run2(20)); 52 assertEquals("Subtest_3 is failed",-15, t.run2(15)); 53 assertEquals("Subtest_4 is failed",85, t.run2(-85));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/ |
testit_android | 53 run2 () { function 232 run2 $ADB push $LIBCXX_LIBS/libc++_shared.so /data/local/tmp 2>/dev/null 288 run2 $ADB push $EXECUTABLE $TARGET_PATH/$EXECUTABLE_BASENAME 2>/dev/null &&
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/return_object/ |
Test_return_object.java | 43 assertEquals(t, t.run2());
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_hash.py | 170 run2 = self.get_hash(self.repr_, seed='random') 171 self.assertNotEqual(run1, run2)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_hash.py | 170 run2 = self.get_hash(self.repr_, seed='random') 171 self.assertNotEqual(run1, run2)
|