/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_yield_from.py | 30 def g2(): function 55 def g2(): function 86 def g2(): function 117 def g2(): function 154 def g2(): function 198 def g2(): function 239 def g2(): function 273 def g2(): function 314 def g2(): function 370 def g2(): function [all …]
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/graph/ |
H A D | NetworkEquivalenceTest.java | 84 MutableNetwork<Integer, String> g2 = createNetwork(edgeType); in equivalent_nodeSetsDiffer() local 95 MutableNetwork<Integer, String> g2 = createNetwork(edgeType); in equivalent_edgeSetsDiffer() local 106 MutableNetwork<Integer, String> g2 = createNetwork(oppositeType(edgeType)); in equivalent_directedVsUndirected() local 117 MutableNetwork<Integer, String> g2 = createNetwork(oppositeType(edgeType)); in equivalent_selfLoop_directedVsUndirected() local 129 MutableNetwork<Integer, String> g2 = createNetwork(edgeType); in equivalent_connectionsDiffer() local 143 MutableNetwork<Integer, String> g2 = in equivalent_propertiesDiffer() local 160 MutableNetwork<Integer, String> g2 = builder.build(); in equivalent_edgeAddOrdersDiffer() local 177 MutableNetwork<Integer, String> g2 = createNetwork(edgeType); in equivalent_edgeDirectionsDiffer() local
|
H A D | GraphEquivalenceTest.java | 79 MutableGraph<Integer> g2 = createGraph(edgeType); in equivalent_nodeSetsDiffer() local 90 MutableGraph<Integer> g2 = createGraph(oppositeType(edgeType)); in equivalent_directedVsUndirected() local 101 MutableGraph<Integer> g2 = createGraph(oppositeType(edgeType)); in equivalent_selfLoop_directedVsUndirected() local 113 MutableGraph<Integer> g2 = in equivalent_propertiesDiffer() local 126 MutableGraph<Integer> g2 = builder.build(); in equivalent_edgeAddOrdersDiffer() local 143 MutableGraph<Integer> g2 = createGraph(edgeType); in equivalent_edgeDirectionsDiffer() local
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/graph/ |
H A D | NetworkEquivalenceTest.java | 84 MutableNetwork<Integer, String> g2 = createNetwork(edgeType); in equivalent_nodeSetsDiffer() local 95 MutableNetwork<Integer, String> g2 = createNetwork(edgeType); in equivalent_edgeSetsDiffer() local 106 MutableNetwork<Integer, String> g2 = createNetwork(oppositeType(edgeType)); in equivalent_directedVsUndirected() local 117 MutableNetwork<Integer, String> g2 = createNetwork(oppositeType(edgeType)); in equivalent_selfLoop_directedVsUndirected() local 129 MutableNetwork<Integer, String> g2 = createNetwork(edgeType); in equivalent_connectionsDiffer() local 143 MutableNetwork<Integer, String> g2 = in equivalent_propertiesDiffer() local 160 MutableNetwork<Integer, String> g2 = builder.build(); in equivalent_edgeAddOrdersDiffer() local 177 MutableNetwork<Integer, String> g2 = createNetwork(edgeType); in equivalent_edgeDirectionsDiffer() local
|
H A D | GraphEquivalenceTest.java | 79 MutableGraph<Integer> g2 = createGraph(edgeType); in equivalent_nodeSetsDiffer() local 90 MutableGraph<Integer> g2 = createGraph(oppositeType(edgeType)); in equivalent_directedVsUndirected() local 101 MutableGraph<Integer> g2 = createGraph(oppositeType(edgeType)); in equivalent_selfLoop_directedVsUndirected() local 113 MutableGraph<Integer> g2 = in equivalent_propertiesDiffer() local 126 MutableGraph<Integer> g2 = builder.build(); in equivalent_edgeAddOrdersDiffer() local 143 MutableGraph<Integer> g2 = createGraph(edgeType); in equivalent_edgeDirectionsDiffer() local
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/ |
H A D | elk_test_eu_compact.cpp | 266 struct elk_reg g2 = elk_vec8_grf(2, 0); in TEST_P() local 275 struct elk_reg g2 = elk_vec8_grf(2, 0); in TEST_P() local 283 struct elk_reg g2 = retype(elk_vec8_grf(2, 0), ELK_REGISTER_TYPE_D); in TEST_P() local 291 struct elk_reg g2 = elk_vec8_grf(2, 0); in TEST_P() local 299 struct elk_reg g2 = elk_vec8_grf(2, 0); in TEST_P() local 308 struct elk_reg g2 = elk_vec1_grf(2, 0); in TEST_P() local 326 struct elk_reg g2 = elk_vec8_grf(2, 0); in TEST_P() local 341 struct elk_reg g2 = elk_vec8_grf(2, 0); in TEST_P() local
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | test_eu_compact.cpp | 224 struct brw_reg g2 = brw_vec8_grf(2, 0); in TEST_P() local 233 struct brw_reg g2 = brw_vec8_grf(2, 0); in TEST_P() local 241 struct brw_reg g2 = retype(brw_vec8_grf(2, 0), BRW_TYPE_D); in TEST_P() local 249 struct brw_reg g2 = brw_vec8_grf(2, 0); in TEST_P() local 257 struct brw_reg g2 = brw_vec1_grf(2, 0); in TEST_P() local 266 struct brw_reg g2 = brw_vec8_grf(2, 0); in TEST_P() local 281 struct brw_reg g2 = brw_vec8_grf(2, 0); in TEST_P() local
|
/aosp_15_r20/packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/activities/ |
D | DevicePolicyGroupTest.java | 49 DevicePolicyGroup g2 = new DevicePolicyGroup.Builder().setTitleTextId(1).build(); in equals_withDifferentGroupTitleTextId_returnsFalse() local 57 DevicePolicyGroup g2 = new DevicePolicyGroup.Builder().setTitleTextId(0).build(); in equals_withSameGroupTitleTextId_withEmptyDevicePolicyList_returnsTrue() local 68 DevicePolicyGroup g2 = new DevicePolicyGroup.Builder() in equals_withSameGroupTitleTextId_withSameDevicePolicyList_returnsTrue() local 82 DevicePolicyGroup g2 = new DevicePolicyGroup.Builder() in equals_withSameGroupTitleTextId_withDifferentDevicePolicyList_returnsFalse() local
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkMaskBlurFilter.cpp | 437 const fp88& g0, const fp88& g1, const fp88& g2, const fp88&, const fp88&, in blur_x_radius_2() 465 const fp88& g0, const fp88& g1, const fp88& g2, const fp88& g3, const fp88&, in blur_x_radius_3() 502 const fp88& g0, const fp88& g1, const fp88& g2, const fp88& g3, const fp88& g4, in blur_x_radius_4() 550 const fp88& g0, const fp88& g1, const fp88& g2, const fp88& g3, const fp88& g4, in blur_row() 599 g2(gauss[2]), in blur_x_rect() local 703 const fp88& g0, const fp88& g1, const fp88& g2, const fp88&, const fp88&, in blur_y_radius_2() 720 const fp88& g0, const fp88& g1, const fp88& g2, const fp88& g3, const fp88&, in blur_y_radius_3() 740 const fp88& g0, const fp88& g1, const fp88& g2, const fp88& g3, const fp88& g4, in blur_y_radius_4() 767 const fp88& g0, const fp88& g1, const fp88& g2, const fp88& g3, const fp88& g4, in blur_column() 812 g2(gauss[2]), in blur_y_rect() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/test/boost_bind_compatibility/ |
D | bind_test.cpp | 267 int g2(int a1, int a2) const { g1(a1); g1(a2); return 0; } in g2() function 301 void g2(int a1, int a2) const { g1(a1); g1(a2); } in g2() function 352 bind(&X::g2, &x, 1, 2)(); in member_function_test() local 353 bind(&X::g2, x, 1, 2)(); in member_function_test() local 354 bind(&X::g2, ref(x), 1, 2)(); in member_function_test() local 444 bind(&V::g2, &v, 1, 2)(); in member_function_void_test() local 445 bind(&V::g2, v, 1, 2)(); in member_function_void_test() local 446 bind(&V::g2, ref(v), 1, 2)(); in member_function_void_test() local
|
D | bind_void_mf_test.cpp | 55 int g2(int a1, int a2) const { g1(a1); g1(a2); return 0; } in g2() function 105 bind<void>(&X::g2, &x, 1, 2)(); in member_function_test() local 106 bind<void>(&X::g2, x, 1, 2)(); in member_function_test() local 107 bind<void>(&X::g2, ref(x), 1, 2)(); in member_function_test() local
|
D | bind_cdecl_mf_test.cpp | 29 int __cdecl g2(int a1, int a2) const { g1(a1); g1(a2); return 0; } in g2() function 80 bind(&X::g2, &x, 1, 2)(); in member_function_test() local 81 bind(&X::g2, x, 1, 2)(); in member_function_test() local 82 bind(&X::g2, ref(x), 1, 2)(); in member_function_test() local
|
D | bind_fastcall_mf_test.cpp | 49 void __fastcall g2(int a1, int a2) const { g1(a1); g1(a2); } in g2() function 100 bind(&X::g2, &x, 1, 2)(); in member_function_test() local 101 bind(&X::g2, x, 1, 2)(); in member_function_test() local 102 bind(&X::g2, ref(x), 1, 2)(); in member_function_test() local
|
D | bind_stdcall_mf_test.cpp | 49 int __stdcall g2(int a1, int a2) const { g1(a1); g1(a2); return 0; } in g2() function 102 bind(&X::g2, &x, 1, 2)(); in member_function_test() local 103 bind(&X::g2, x, 1, 2)(); in member_function_test() local 104 bind(&X::g2, ref(x), 1, 2)(); in member_function_test() local
|
D | bind_mf2_test.cpp | 47 int g2(int a1, int a2) const { g1(a1); g1(a2); return 0; } in g2() function 98 bind(&X::g2, &x, 1, 2 )(); in member_function_test() local 99 bind(&X::g2, x, 1, 2 )(); in member_function_test() local 100 bind(&X::g2, ref(x), 1, 2 )(); in member_function_test() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/bind/test/ |
D | bind_test.cpp | 242 int g2(int a1, int a2) const { g1(a1); g1(a2); return 0; } in g2() function 276 void g2(int a1, int a2) const { g1(a1); g1(a2); } in g2() function 326 bind(&X::g2, &x, 1, 2)(); in member_function_test() local 327 bind(&X::g2, x, 1, 2)(); in member_function_test() local 328 bind(&X::g2, ref(x), 1, 2)(); in member_function_test() local 416 bind(&V::g2, &v, 1, 2)(); in member_function_void_test() local 417 bind(&V::g2, v, 1, 2)(); in member_function_void_test() local 418 bind(&V::g2, ref(v), 1, 2)(); in member_function_void_test() local
|
D | bind_fastcall_mf_test.cpp | 48 void __fastcall g2(int a1, int a2) const { g1(a1); g1(a2); } in g2() function 98 bind(&X::g2, &x, 1, 2)(); in member_function_test() local 99 bind(&X::g2, x, 1, 2)(); in member_function_test() local 100 bind(&X::g2, ref(x), 1, 2)(); in member_function_test() local
|
D | bind_stdcall_mf_test.cpp | 48 int __stdcall g2(int a1, int a2) const { g1(a1); g1(a2); return 0; } in g2() function 98 bind(&X::g2, &x, 1, 2)(); in member_function_test() local 99 bind(&X::g2, x, 1, 2)(); in member_function_test() local 100 bind(&X::g2, ref(x), 1, 2)(); in member_function_test() local
|
D | bind_cdecl_mf_test.cpp | 48 int __cdecl g2(int a1, int a2) const { g1(a1); g1(a2); return 0; } in g2() function 98 bind(&X::g2, &x, 1, 2)(); in member_function_test() local 99 bind(&X::g2, x, 1, 2)(); in member_function_test() local 100 bind(&X::g2, ref(x), 1, 2)(); in member_function_test() local
|
D | bind_noexcept_mf_test.cpp | 39 int g2(int a1, int a2) const noexcept { g1(a1); g1(a2); return 0; } in g2() function 87 boost::bind(&X::g2, &x, 1, 2)(); in member_function_test() local 88 boost::bind(&X::g2, x, 1, 2)(); in member_function_test() local 89 boost::bind(&X::g2, boost::ref(x), 1, 2)(); in member_function_test() local
|
D | bind_void_mf_test.cpp | 46 int g2(int a1, int a2) const { g1(a1); g1(a2); return 0; } in g2() function 107 bind<void>(&X::g2, &x, 1, 2)(); in member_function_test() local 108 bind<void>(&X::g2, x, 1, 2)(); in member_function_test() local 109 bind<void>(&X::g2, ref(x), 1, 2)(); in member_function_test() local
|
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/ |
H A D | DynamicSymmetry.h | 125 inline GroupElement mul(Generator g1, GroupElement g2) const in mul() 130 inline GroupElement mul(GroupElement g1, Generator g2) const in mul() 135 inline GroupElement mul(Generator g1, Generator g2) const in mul() 179 inline DynamicSGroup::GroupElement DynamicSGroup::mul(GroupElement g1, GroupElement g2) const in mul()
|
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | jfreechart-1.0.9.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/jfree/
org/ ... |
/aosp_15_r20/frameworks/av/media/libstagefright/colorconversion/ |
H A D | ColorConverter.cpp | 814 signed g2 = (tmp2 + v_g + u_g) / 256; in convertCbYCrY() local 1125 signed r2, signed g2, signed b2) { in getWriteToDst() 1147 signed r2, signed g2, signed b2) { in getWriteToDst() 1167 signed r2, signed g2, signed b2) { in getWriteToDst() 1187 signed r2, signed g2, signed b2) { in getWriteToDst() 1324 signed g2 = (tmp2 + v_g + u_g) / 256; in convertYUVMediaImage() local 1427 signed g2 = (tmp2 + v_g + u_g) / 256; in convertYUV420Planar16() local 1504 signed g2 = (tmp2 + v_g + u_g) / 256; in convertYUVP010ToRGBA1010102() local
|
/aosp_15_r20/external/clang/test/Sema/ |
H A D | bitfield-layout.c | 126 struct g2 { struct 132 CHECK_SIZE(struct, g2, 4); argument
|