HomeSort by relevance Sort by last modified time
    Searched refs:v4 (Results 151 - 175 of 1137) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/eigen/test/
smallvectors.cpp 17 typedef Matrix<Scalar, 1, 4> V4;
25 V4 v4(x1, x2, x3, x4);
28 VERIFY_IS_APPROX(x1, v4.x());
31 VERIFY_IS_APPROX(x2, v4.y());
33 VERIFY_IS_APPROX(x3, v4.z());
34 VERIFY_IS_APPROX(x4, v4.w());
45 VERIFY_RAISES_ASSERT(V4(1, 3))
46 VERIFY_RAISES_ASSERT(V4(2, 4))
47 VERIFY_RAISES_ASSERT(V4(1, Scalar(4))
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super_range/d/
T_invoke_super_range_14.d 33 const v4, 300
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
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual_range/d/
T_invoke_virtual_range_14.d 33 const v4, 300
40 const v4, 100
41 if-ne v3, v4, Label0
43 const v4, 123
44 if-ne v1, v4, Label0
46 const v4, 659
47 if-ne v2, v4, Label0
  /external/chromium_org/v8/test/mjsunit/compiler/
regress-gap.js 39 function select(n, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) {
44 v3 = v4;
45 v4 = v5;
56 function select_while(n, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) {
62 v3 = v4;
63 v4 = v5;
75 function two_cycles(n, v1, v2, v3, v4, v5, x1, x2, x3, x4, x5) {
80 v3 = v4;
81 v4 = v5;
93 function two_cycles_while(n, v1, v2, v3, v4, v5, x1, x2, x3, x4, x5)
    [all...]
  /external/v8/test/mjsunit/compiler/
regress-gap.js 39 function select(n, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) {
44 v3 = v4;
45 v4 = v5;
56 function select_while(n, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10) {
62 v3 = v4;
63 v4 = v5;
75 function two_cycles(n, v1, v2, v3, v4, v5, x1, x2, x3, x4, x5) {
80 v3 = v4;
81 v4 = v5;
93 function two_cycles_while(n, v1, v2, v3, v4, v5, x1, x2, x3, x4, x5)
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/goto_16/d/
T_goto_16_1.d 32 return v4
35 add-int/lit8 v4, v4, -1
36 if-lez v4, LabelExit
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/goto_32/d/
T_goto_32_1.d 32 return v4
35 add-int/lit8 v4, v4, -1
36 if-lez v4, LabelExit
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_interface/d/
T_invoke_interface_14.d 32 const v4, 64
34 invoke-interface {v8, v4, v5}, dot/junit/opcodes/invoke_interface/ITest/testArgsOrder(II)I
35 move-result v4
37 if-ne v4, v5, Label0
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_exception/d/
T_move_exception_2.d 40 const v4, 1
41 return v4
44 const v4, 0
45 return v4
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_goto/d/
T_opc_goto_1.d 32 return v4
35 add-int/lit8 v4, v4, -1
36 if-lez v4, LabelExit
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentNestingTabsSupport.java 22 import android.support.v4.app.FragmentActivity;
23 import android.support.v4.app.FragmentTabHost;
  /development/samples/Support7Demos/src/com/example/android/supportv7/app/
ActionBarMechanics.java 19 import android.support.v4.view.MenuItemCompat;
20 import android.support.v4.view.WindowCompat;
  /development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/
CompatTab.java 20 import android.support.v4.app.Fragment;
21 import android.support.v4.app.FragmentActivity;
  /development/samples/training/bitmapfun/BitmapFun/src/main/java/com/example/android/bitmapfun/ui/
ImageGridActivity.java 20 import android.support.v4.app.FragmentActivity;
21 import android.support.v4.app.FragmentTransaction;
  /external/libvpx/libvpx/vp8/common/ppc/
sad_altivec.asm 46 ;# v6 = abs (v4 - v5)
47 vsububs v6, v4, v5
48 vsububs v7, v5, v4
51 ;# v8 += abs (v4 - v5)
59 lvx v4, 0, r3
71 vsububs v6, v4, v5
72 vsububs v7, v5, v4
89 lvx v4, 0, r3
116 load_aligned_16 v4, r3, r10
131 vmrghb v4, v4, v
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowViewPager.java 3 import android.support.v4.view.PagerAdapter;
4 import android.support.v4.view.ViewPager;
SerializedFragmentState.java 3 import android.support.v4.app.Fragment;
ShadowPagerAdapter.java 4 import android.support.v4.view.PagerAdapter;
  /frameworks/base/packages/WallpaperCropper/
Android.mk 9 LOCAL_STATIC_JAVA_LIBRARIES := android-support-v4
  /frameworks/support/v4/java/android/support/v4/text/
TextDirectionHeuristicsCompat.java 17 package android.support.v4.text;
20 import android.support.v4.view.ViewCompat;
33 public static final android.support.v4.text.TextDirectionHeuristicCompat LTR =
39 public static final android.support.v4.text.TextDirectionHeuristicCompat RTL =
47 public static final android.support.v4.text.TextDirectionHeuristicCompat FIRSTSTRONG_LTR =
55 public static final android.support.v4.text.TextDirectionHeuristicCompat FIRSTSTRONG_RTL =
62 public static final android.support.v4.text.TextDirectionHeuristicCompat ANYRTL_LTR =
68 public static final android.support.v4.text.TextDirectionHeuristicCompat LOCALE =
  /packages/apps/PackageInstaller/
Android.mk 10 LOCAL_STATIC_JAVA_LIBRARIES += android-support-v4
  /cts/tests/tests/jni/src/android/jni/cts/
InstanceFromNative.java 76 char v4, short v5, byte v6, boolean v7, String v8) {
78 && (v4 == 4) && (v5 == 5) && (v6 == 6) && v7 &&
83 int v1, int v2, int v3, int v4,
95 (v4 == 4) && (v5 == 5) && (v6 == 6) && (v7 == 7) &&
StaticFromNative.java 73 char v4, short v5, byte v6, boolean v7, String v8) {
75 && (v4 == 4) && (v5 == 5) && (v6 == 6) && v7 &&
80 int v1, int v2, int v3, int v4,
92 (v4 == 4) && (v5 == 5) && (v6 == 6) && (v7 == 7) &&
  /external/clang/test/Sema/
declspec.c 24 f *__restrict__ v4; // expected-error {{pointer to function type 'f' (aka 'int (void)') may not be 'restrict' qualified}} variable
  /frameworks/support/v4/eclair/android/support/v4/view/
MotionEventCompatEclair.java 17 package android.support.v4.view;

Completed in 591 milliseconds

1 2 3 4 5 67 8 91011>>