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

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
CombinedEventsTestCase.java 198 protected boolean checkEventsLocation(ParsedEvent[] parsedEvents, Location expectedLocation) {
236 if ( expectedLocation != null ) {
237 if ( expectedLocation.classID != eventClassID ) {
239 logWriter.println("## Expected ClassID = " + expectedLocation.classID );
247 if ( expectedLocation != null ) {
248 if ( expectedLocation.methodID != eventMethodID ) {
250 logWriter.println("## Expected MethodID = " + expectedLocation.methodID);
258 if ( expectedLocation != null ) {
259 if ( expectedLocation.index != eventCodeIndex ) {
262 + expectedLocation.index)
    [all...]
CombinedEvents003Test.java 183 void receiveAndCheckEvents(byte[] EXPECTED_EVENTS_ARRAY, Location expectedLocation) {
304 if ( expectedLocation.classID != eventClassID ) {
306 logWriter.println("## Expected ClassID = " + expectedLocation.classID );
313 if ( expectedLocation.methodID != eventMethodID ) {
315 logWriter.println("## Expected MethodID = " + expectedLocation.methodID);
322 if ( expectedLocation.index != eventCodeIndex ) {
325 + expectedLocation.index);
CombinedEventsTest.java     [all...]
  /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...]
  /external/deqp/modules/gles31/functional/
es31fUniformLocationTests.cpp 559 int expectedLocation = uniformInfo.location;
568 const float expectedValue = getExpectedValue(scalarType, expectedLocation, typeName);
623 expectedLocation += expectedLocation>=0;
    [all...]

Completed in 3561 milliseconds