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.java184 void receiveAndCheckEvents(byte[] EXPECTED_EVENTS_ARRAY, Location expectedLocation) { in receiveAndCheckEvents() argument
305 if ( expectedLocation.classID != eventClassID ) { in receiveAndCheckEvents()
307 … logWriter.println("## Expected ClassID = " + expectedLocation.classID ); in receiveAndCheckEvents()
314 if ( expectedLocation.methodID != eventMethodID ) { in receiveAndCheckEvents()
316 … logWriter.println("## Expected MethodID = " + expectedLocation.methodID); in receiveAndCheckEvents()
323 if ( expectedLocation.index != eventCodeIndex ) { in receiveAndCheckEvents()
326 + 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.java907 void receiveAndCheckEvents(byte[] EXPECTED_EVENTS_ARRAY, Location expectedLocation) { in receiveAndCheckEvents() argument
1031 if ( expectedLocation.classID != eventClassID ) { in receiveAndCheckEvents()
1033 … logWriter.println("## Expected ClassID = " + expectedLocation.classID ); in receiveAndCheckEvents()
1040 if ( expectedLocation.methodID != eventMethodID ) { in receiveAndCheckEvents()
1042 … logWriter.println("## Expected MethodID = " + expectedLocation.methodID); in receiveAndCheckEvents()
1049 if ( expectedLocation.index != eventCodeIndex ) { in receiveAndCheckEvents()
1052 + expectedLocation.index); in receiveAndCheckEvents()
/external/skia/tests/
DGpuSampleLocationsTest.cpp101 SkPoint expectedLocation = specs.fSampleLocations[i]; in assert_equal() local
103 expectedLocation.fY = 1 - expectedLocation.fY; in assert_equal()
105 if (pattern[i] != expectedLocation) { in assert_equal()
/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()