Home
last modified time | relevance | path

Searched refs:vs2 (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/test/123-compiler-regressions-mt/src/
H A DMain.java72 int[] vs2 = values; in thread2() local
74 int v2 = vs2[0]; in thread2()
112 int[] vs2 = values; in thread2() local
114 int v2 = vs2[0]; in thread2()
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/tests/
H A DVehicleObjectPool_test.cpp77 auto vs2 = valuePool->obtain(VehiclePropertyType::STRING); in TEST_F() local
78 ASSERT_EQ(0u, vs2->value.stringValue.size()); in TEST_F()