HomeSort by relevance Sort by last modified time
    Searched refs:expectedValue2 (Results 1 - 3 of 3) sorted by null

  /hardware/interfaces/automotive/vehicle/2.0/default/tests/
VehicleHalManager_test.cpp 408 auto expectedValue2 = hal->getValuePool()->obtainInt32(VAL2);
409 expectedValue2->prop = PROP;
410 expectedValue2->areaId = AREA2;
411 actualStatusCode = manager->set(*expectedValue2.get());
  /tools/tradefederation/core/tests/src/com/android/tradefed/config/
OptionSetterTest.java 577 final String expectedValue2 = "stringvalue2";
582 parser.setOptionValue("string_string_multimap", expectedKey, expectedValue2);
590 assertTrue(values.contains(expectedValue2));
    [all...]
  /libcore/ojluni/src/test/java/time/tck/java/time/format/
TCKDateTimeParseResolver.java 257 TemporalField expectedField2, Long expectedValue2) {
270 assertEquals(accessor.getLong(expectedField2), expectedValue2.longValue());
337 TemporalField expectedField2, Long expectedValue2) {
352 assertEquals(accessor.getLong(expectedField2), expectedValue2.longValue());
    [all...]

Completed in 539 milliseconds