HomeSort by relevance Sort by last modified time
    Searched defs:expectedLocation (Results 1 - 2 of 2) sorted by null

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
CombinedEvents002Test.java 269 Location expectedLocation = new Location(JDWPConstants.TypeTag.CLASS, testedClassID,
271 return checkEventLocation(methodEntryEvent, expectedLocation);
277 Location expectedLocation = new Location(JDWPConstants.TypeTag.CLASS, testedClassID,
279 return checkEventLocation(methodExitEvent, expectedLocation);
285 Location expectedLocation = new Location(JDWPConstants.TypeTag.CLASS, testedClassID,
287 boolean result = checkEventLocation(methodExitWithReturnValueEvent, expectedLocation);
  /external/deqp/modules/glshared/
glsAttributeLocationTests.cpp 609 const deInt32 expectedLocation = (attrib.getLayoutLocation() != Attribute::LOC_UNDEF ? attrib.getLayoutLocation() : getBoundLocation(bindings, attrib.getName()));
616 << (attrib.getCondition() != Cond::COND_NEVER && expectedLocation != Attribute::LOC_UNDEF ? ", expected " + de::toString(expectedLocation) : "")
622 if (attrib.getCondition() != Cond::COND_NEVER && expectedLocation != Attribute::LOC_UNDEF && expectedLocation != location)
625 isOk &= (attrib.getCondition() == Cond::COND_NEVER || expectedLocation == Attribute::LOC_UNDEF || expectedLocation == location);
    [all...]

Completed in 526 milliseconds