/frameworks/support/v4/java/android/support/v4/app/ |
ActivityCompat.java | 17 package android.support.v4.app; 21 import android.support.v4.content.ContextCompat;
|
/development/samples/training/multiscreen/newsreader/libs/ |
android-support-v4.jar | |
/external/chromium/sdch/open-vcdiff/src/gtest/ |
gtest_pred_impl.h | 249 const T4& v4) { 250 if (pred(v1, v2, v3, v4)) return AssertionSuccess(); 261 << "\n" << e4 << " evaluates to " << v4; local 267 #define GTEST_PRED_FORMAT4(pred_format, v1, v2, v3, v4, on_failure)\ 268 GTEST_ASSERT(pred_format(#v1, #v2, #v3, #v4, v1, v2, v3, v4),\ 273 #define GTEST_PRED4(pred, v1, v2, v3, v4, on_failure)\ 278 #v4, \ 283 v4), on_failure) 286 #define EXPECT_PRED_FORMAT4(pred_format, v1, v2, v3, v4) \ [all...] |
/external/chromium/testing/gtest/include/gtest/ |
gtest_pred_impl.h | 243 const T4& v4) { 244 if (pred(v1, v2, v3, v4)) return AssertionSuccess(); 254 << "\n" << e4 << " evaluates to " << v4; 259 #define GTEST_PRED_FORMAT4_(pred_format, v1, v2, v3, v4, on_failure)\ 260 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, v1, v2, v3, v4),\ 265 #define GTEST_PRED4_(pred, v1, v2, v3, v4, on_failure)\ 270 #v4, \ 275 v4), on_failure) 278 #define EXPECT_PRED_FORMAT4(pred_format, v1, v2, v3, v4) \ [all...] |
/external/gtest/include/gtest/ |
gtest_pred_impl.h | 243 const T4& v4) { 244 if (pred(v1, v2, v3, v4)) return AssertionSuccess(); 254 << "\n" << e4 << " evaluates to " << v4; 259 #define GTEST_PRED_FORMAT4_(pred_format, v1, v2, v3, v4, on_failure)\ 260 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, v1, v2, v3, v4),\ 265 #define GTEST_PRED4_(pred, v1, v2, v3, v4, on_failure)\ 270 #v4, \ 275 v4), on_failure) 278 #define EXPECT_PRED_FORMAT4(pred_format, v1, v2, v3, v4) \ [all...] |
/external/llvm/utils/unittest/googletest/include/gtest/ |
gtest_pred_impl.h | 243 const T4& v4) { 244 if (pred(v1, v2, v3, v4)) return AssertionSuccess(); 254 << "\n" << e4 << " evaluates to " << v4; 259 #define GTEST_PRED_FORMAT4_(pred_format, v1, v2, v3, v4, on_failure)\ 260 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, v1, v2, v3, v4),\ 265 #define GTEST_PRED4_(pred, v1, v2, v3, v4, on_failure)\ 270 #v4, \ 275 v4), on_failure) 278 #define EXPECT_PRED_FORMAT4(pred_format, v1, v2, v3, v4) \ [all...] |
/external/protobuf/gtest/include/gtest/ |
gtest_pred_impl.h | 249 const T4& v4) { 250 if (pred(v1, v2, v3, v4)) return AssertionSuccess(); 261 << "\n" << e4 << " evaluates to " << v4; local 267 #define GTEST_PRED_FORMAT4_(pred_format, v1, v2, v3, v4, on_failure)\ 268 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, #v4, v1, v2, v3, v4),\ 273 #define GTEST_PRED4_(pred, v1, v2, v3, v4, on_failure)\ 278 #v4, \ 283 v4), on_failure) 286 #define EXPECT_PRED_FORMAT4(pred_format, v1, v2, v3, v4) \ [all...] |
/sdk/testapps/jarCheckTests3/lib2/libs/ |
android-support-v13.jar | |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static/d/ |
T_invoke_static_15.d | 34 const v4, 6 36 invoke-static {v3, v4}, dot/junit/opcodes/invoke_static/TestClass/testArgsOrder(II)I 39 const v4, 2 40 if-ne v3, v4, Label0 42 const v4, 123 43 if-ne v1, v4, Label0 45 const v4, 345 46 if-ne v2, v4, Label0
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static_range/d/ |
T_invoke_static_range_15.d | 34 const v4, 6 36 invoke-static/range {v3..v4}, dot/junit/opcodes/invoke_static_range/TestClass/testArgsOrder(II)I 39 const v4, 2 40 if-ne v3, v4, Label0 42 const v4, 123 43 if-ne v1, v4, Label0 45 const v4, 345 46 if-ne v2, v4, Label0
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual/d/ |
T_invoke_virtual_14.d | 34 const v4, 3 36 invoke-virtual {v6, v3, v4}, dot/junit/opcodes/invoke_virtual/d/T_invoke_virtual_14/testArgsOrder(II)I 39 const v4, 100 40 if-ne v3, v4, Label0 42 const v4, 123 43 if-ne v1, v4, Label0 45 const v4, 659 46 if-ne v2, v4, Label0
|
/external/clang/test/CodeGen/ |
arm-aapcs-vfp.c | 66 int8x16_t f0(int8x16x4_t v4) { 67 return vaddq_s8(v4.val[0], v4.val[3]); 76 int16x4_t v4; member in struct:neon_struct
|
/external/clang/test/SemaCXX/ |
type-convert-construct.cpp | 8 int v4 = int(); local
|
/frameworks/support/v4/gingerbread/android/support/v4/view/ |
ViewCompatGingerbread.java | 17 package android.support.v4.view;
|
/frameworks/support/v4/honeycomb/android/support/v4/content/ |
ContextCompatHoneycomb.java | 17 package android.support.v4.content;
|
/frameworks/support/v4/jellybean/android/support/v4/app/ |
ShareCompatJB.java | 17 package android.support.v4.app;
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct/d/ |
T_invoke_direct_21.d | 33 div-int v4, v5, v6 35 return v4 45 const v4, 25 47 invoke-direct {v6, v3, v4}, dot/junit/opcodes/invoke_direct/d/T_invoke_direct_21/test(II)I 50 const v4, 2 51 if-ne v3, v4, Label30 53 const v4, 111 54 if-ne v0, v4, Label30 56 const v4, 222 57 if-ne v1, v4, Label3 [all...] |
T_invoke_direct_14.d | 33 div-int v4, v5, v6 35 return v4 45 const v4, 25 50 const v4, 2 51 if-ne v3, v4, Label30 53 const v4, 111 54 if-ne v0, v4, Label30 56 const v4, 222 57 if-ne v1, v4, Label30 59 const v4, 33 [all...] |
T_invoke_direct_24.d | 33 div-int v4, v5, v6 35 return v4 47 invoke-direct {v6, v3, v4}, dot/junit/opcodes/invoke_direct/d/T_invoke_direct_24/test(II)I 50 const v4, 2 51 if-ne v3, v4, Label30 53 const v4, 111 54 if-ne v0, v4, Label30 56 const v4, 222 57 if-ne v1, v4, Label30 59 const v4, 33 [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct_range/d/ |
T_invoke_direct_range_14.d | 33 div-int v4, v5, v6 35 return v4 44 const v4, 50 47 invoke-direct/range {v3..v4}, dot/junit/opcodes/invoke_direct_range/d/T_invoke_direct_range_14/test(II)I 50 const v4, 2 51 if-ne v3, v4, Label30 53 const v4, 111 54 if-ne v0, v4, Label30 56 const v4, 222 57 if-ne v1, v4, Label3 [all...] |
T_invoke_direct_range_21.d | 33 div-int v4, v5, v6 35 return v4 44 const v4, 50 50 const v4, 2 51 if-ne v3, v4, Label30 53 const v4, 111 54 if-ne v0, v4, Label30 56 const v4, 222 57 if-ne v1, v4, Label30 59 const v4, 33 [all...] |
T_invoke_direct_range_24.d | 33 div-int v4, v5, v6 35 return v4 45 const-wide v4, 50 50 const v4, 2 51 if-ne v3, v4, Label30 53 const v4, 111 54 if-ne v0, v4, Label30 56 const v4, 222 57 if-ne v1, v4, Label30 59 const v4, 33 [all...] |
/development/samples/training/basic/FragmentBasics/libs/ |
android-support-v4.jar | |
/development/samples/training/bitmapfun/libs/ |
android-support-v4.jar | |
/development/samples/training/location-aware/libs/ |
android-support-v4.jar | |