Home
last modified time | relevance | path

Searched refs:expectedLocation (Results 1 – 7 of 7) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DCombinedEventsTestCase.java198 protected boolean checkEventLocation(ParsedEvent parsedEvent, Location expectedLocation) { in checkEventLocation() argument
240 if ( expectedLocation != null ) { in checkEventLocation()
241 if ( expectedLocation.classID != eventClassID ) { in checkEventLocation()
243 logWriter.println("## Expected ClassID = " + expectedLocation.classID ); in checkEventLocation()
251 if ( expectedLocation != null ) { in checkEventLocation()
252 if ( expectedLocation.methodID != eventMethodID ) { in checkEventLocation()
254 logWriter.println("## Expected MethodID = " + expectedLocation.methodID); in checkEventLocation()
262 if ( expectedLocation != null ) { in checkEventLocation()
263 if ( expectedLocation.index != eventCodeIndex ) { in checkEventLocation()
266 + expectedLocation.index); in checkEventLocation()
[all …]
DCombinedEvents003Test.java182 void receiveAndCheckEvents(byte[] EXPECTED_EVENTS_ARRAY, Location expectedLocation) { in receiveAndCheckEvents() argument
303 if ( expectedLocation.classID != eventClassID ) { in receiveAndCheckEvents()
305 … logWriter.println("## Expected ClassID = " + expectedLocation.classID ); in receiveAndCheckEvents()
312 if ( expectedLocation.methodID != eventMethodID ) { in receiveAndCheckEvents()
314 … logWriter.println("## Expected MethodID = " + expectedLocation.methodID); in receiveAndCheckEvents()
321 if ( expectedLocation.index != eventCodeIndex ) { in receiveAndCheckEvents()
324 + expectedLocation.index); in receiveAndCheckEvents()
DCombinedEvents002Test.java273 Location expectedLocation = new Location(JDWPConstants.TypeTag.CLASS, testedClassID, in checkMethodEntryEvent() local
275 return checkEventLocation(methodEntryEvent, expectedLocation); in checkMethodEntryEvent()
281 Location expectedLocation = new Location(JDWPConstants.TypeTag.CLASS, testedClassID, in checkMethodExitEvent() local
283 return checkEventLocation(methodExitEvent, expectedLocation); in checkMethodExitEvent()
289 Location expectedLocation = new Location(JDWPConstants.TypeTag.CLASS, testedClassID, in checkMethodExitWithReturnValueEvent() local
291 boolean result = checkEventLocation(methodExitWithReturnValueEvent, expectedLocation); in checkMethodExitWithReturnValueEvent()
DCombinedEventsTest.java905 void receiveAndCheckEvents(byte[] EXPECTED_EVENTS_ARRAY, Location expectedLocation) { in receiveAndCheckEvents() argument
1029 if ( expectedLocation.classID != eventClassID ) { in receiveAndCheckEvents()
1031 … logWriter.println("## Expected ClassID = " + expectedLocation.classID ); in receiveAndCheckEvents()
1038 if ( expectedLocation.methodID != eventMethodID ) { in receiveAndCheckEvents()
1040 … logWriter.println("## Expected MethodID = " + expectedLocation.methodID); in receiveAndCheckEvents()
1047 if ( expectedLocation.index != eventCodeIndex ) { in receiveAndCheckEvents()
1050 + expectedLocation.index); in receiveAndCheckEvents()
/external/deqp/external/openglcts/modules/common/
DglcLayoutLocationTests.cpp437 const int expectedLocation = 2; in iterate() local
441 layoutSpecification << "location=" << expectedLocation; in iterate()
466 if (location != expectedLocation) in iterate()
468 …tCtx.getLog() << tcu::TestLog::Message << "Expected uniform to be at location " << expectedLocation in iterate()
491 gl.uniform1i(expectedLocation, definedBinding); in iterate()
/external/deqp/modules/glshared/
DglsAttributeLocationTests.cpp609 …const deInt32 expectedLocation = (attrib.getLayoutLocation() != Attribute::LOC_UNDEF ? attrib.get… in checkAttribLocationQuery() local
616 …dition() != Cond::COND_NEVER && expectedLocation != Attribute::LOC_UNDEF ? ", expected " + de::toS… in checkAttribLocationQuery()
622 …(attrib.getCondition() != Cond::COND_NEVER && expectedLocation != Attribute::LOC_UNDEF && expected… in checkAttribLocationQuery()
625 …(attrib.getCondition() == Cond::COND_NEVER || expectedLocation == Attribute::LOC_UNDEF || expected… in checkAttribLocationQuery()
/external/deqp/modules/gles31/functional/
Des31fUniformLocationTests.cpp558 int expectedLocation = uniformInfo.location; in render() local
567 const float expectedValue = getExpectedValue(scalarType, expectedLocation, typeName); in render()
622 expectedLocation += expectedLocation>=0; in render()