HomeSort by relevance Sort by last modified time
    Searched refs:v4 (Results 1 - 25 of 272) sorted by null

1 2 3 4 5 6 7 8 91011

  /dalvik/dx/tests/096-dex-giant-catch/
Blort.java 18 static public void blort(long v1, long v2, long v3, long v4,
  /external/wpa_supplicant/
config_types.h 20 struct in_addr v4; member in union:hostapd_ip_addr::__anon6662
  /cts/tools/vm-tests/src/dot/junit/opcodes/if_eqz/d/
T_if_eqz_7.d 16 if-eqz v4, Label9
17 const/16 v4, 1234
18 return v4
21 const/4 v4, 1
22 return v4
  /cts/tools/vm-tests/src/dot/junit/opcodes/if_gez/d/
T_if_gez_4.d 16 if-gez v4, Label9
17 const/16 v4, 1234
18 return v4
21 const/4 v4, 1
22 return v4
T_if_gez_5.d 16 if-gez v4, Label9
17 const/16 v4, 1234
18 return v4
21 const/4 v4, 1
22 return v4
  /cts/tools/vm-tests/src/dot/junit/opcodes/if_gtz/d/
T_if_gtz_4.d 16 if-gtz v4, Label9
17 const/16 v4, 1234
18 return v4
21 const/4 v4, 1
22 return v4
T_if_gtz_5.d 16 if-gtz v4, Label9
17 const/16 v4, 1234
18 return v4
21 const/4 v4, 1
22 return v4
  /cts/tools/vm-tests/src/dot/junit/opcodes/if_lez/d/
T_if_lez_4.d 16 if-lez v4, Label9
17 const/16 v4, 1234
18 return v4
21 const/4 v4, 1
22 return v4
T_if_lez_5.d 16 if-lez v4, Label9
17 const/16 v4, 1234
18 return v4
21 const/4 v4, 1
22 return v4
  /cts/tools/vm-tests/src/dot/junit/opcodes/if_ltz/d/
T_if_ltz_4.d 16 if-ltz v4, Label9
17 const/16 v4, 1234
18 return v4
21 const/4 v4, 1
22 return v4
T_if_ltz_5.d 16 if-ltz v4, Label9
17 const/16 v4, 1234
18 return v4
21 const/4 v4, 1
22 return v4
  /cts/tools/vm-tests/src/dot/junit/opcodes/if_nez/d/
T_if_nez_6.d 16 if-nez v4, Label9
17 const/16 v4, 1234
18 return v4
21 const/4 v4, 1
22 return v4
T_if_nez_7.d 16 if-nez v4, Label9
17 const/16 v4, 1234
18 return v4
21 const/4 v4, 1
22 return v4
  /external/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...]
  /cts/tools/vm-tests/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/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/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
  /cts/tests/tests/view/src/android/view/cts/
View_FocusHandlingTest.java 148 View v4 = activity.findViewById(R.id.view4); local
153 assertNotNull(v4);
159 assertFalse(v4.isFocusable());
164 v4.setFocusable(true);
169 assertTrue(v4.isFocusable());
180 v4.setNextFocusLeftId(R.id.view3);
181 v4.setNextFocusUpId(R.id.view2);
193 assertEquals(R.id.view2, v4.getNextFocusUpId());
194 assertEquals(R.id.view3, v4.getNextFocusLeftId());
201 assertSame(v4, v2.focusSearch(View.FOCUS_DOWN))
    [all...]
  /cts/tools/vm-tests/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/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...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/return_void/d/
T_return_void_1.d 36 const v4, 1
37 if-ne v1, v4, Label0
39 const v4, 2
40 if-ne v2, v4, Label0
42 const v4, 3
43 if-ne v3, v4, Label0
60 const v4, 0xdddd

Completed in 1371 milliseconds

1 2 3 4 5 6 7 8 91011