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

  /hardware/interfaces/automotive/vehicle/2.0/default/tests/
VehicleHalManager_test.cpp 402 auto expectedValue1 = hal->getValuePool()->obtainInt32(VAL1);
403 expectedValue1->prop = PROP;
404 expectedValue1->areaId = AREA1;
405 actualStatusCode = manager->set(*expectedValue1.get());
  /tools/tradefederation/core/tests/src/com/android/tradefed/config/
OptionSetterTest.java 576 final String expectedValue1 = "stringvalue1";
581 parser.setOptionValue("string_string_multimap", expectedKey, expectedValue1);
589 assertTrue(values.contains(expectedValue1));
    [all...]
  /libcore/ojluni/src/test/java/time/tck/java/time/format/
TCKDateTimeParseResolver.java 256 TemporalField expectedField1, Long expectedValue1,
266 assertEquals(accessor.getLong(expectedField1), expectedValue1.longValue());
336 TemporalField expectedField1, Long expectedValue1,
348 assertEquals(accessor.getLong(expectedField1), expectedValue1.longValue());
    [all...]

Completed in 357 milliseconds