Home
last modified time | relevance | path

Searched defs:expectedType (Results 1 – 21 of 21) sorted by relevance

/external/junit/src/org/junit/internal/matchers/
DTypeSafeMatcher.java15 private Class<?> expectedType; field in TypeSafeMatcher
45 protected TypeSafeMatcher(Class<T> expectedType) { in TypeSafeMatcher()
/external/hamcrest/library/src/org/hamcrest/
DTypeSafeMatcher.java13 private Class expectedType; field in TypeSafeMatcher
43 protected TypeSafeMatcher(Class<T> expectedType) { in TypeSafeMatcher()
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DImageResourceClient.h36 static ResourceClientType expectedType() { return ImageType; } in expectedType() function
DDocumentResource.h61 static ResourceClientType expectedType() { return DocumentType; } in expectedType() function
DStyleSheetResourceClient.h39 static ResourceClientType expectedType() { return StyleSheetType; } in expectedType() function
DResourceClient.h48 static ResourceClientType expectedType() { return BaseResourceType; } in expectedType() function
DFontResource.h92 static ResourceClientType expectedType() { return FontType; } in expectedType() function
DRawResource.h75 static ResourceClientType expectedType() { return RawResourceType; } in expectedType() function
/external/chromium_org/third_party/angle/tests/preprocessor_tests/
Dchar_test.cpp52 int expectedType = pp::Token::LAST; in TEST_P() local
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
DSimpleVerifier.java165 Type expectedType = ((BasicValue) expected).getType(); in isSubTypeOf() local
/external/icu/icu4c/source/test/intltest/
Dregiontst.cpp399 URegionType expectedType; in TestGetInstanceString() member
454 URegionType expectedType; in TestGetInstanceInt() member
Ddcfmtest.cpp315 const UnicodeString &expectedType, in execParseTest()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DExceptionMessages.cpp99 String ExceptionMessages::argumentNullOrIncorrectType(int argumentIndex, const String& expectedType) in argumentNullOrIncorrectType()
/external/mockito/src/org/mockito/exceptions/
DReporter.java476 public void wrongTypeOfReturnValue(String expectedType, String actualType, String methodName) { in wrongTypeOfReturnValue()
729 …public void wrongTypeOfArgumentToReturn(InvocationOnMock invocation, String expectedType, Class ac… in wrongTypeOfArgumentToReturn()
/external/chromium_org/third_party/icu/source/test/intltest/
Ddcfmtest.cpp302 const UnicodeString &expectedType, in execParseTest()
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
DWebKitHitTestTest.java109 final int expectedType, final String expectedExtra) throws Throwable { in pollForHitTestDataOnUiThread()
/external/chromium_org/third_party/tlslite/tlslite/
Dtlsrecordlayer.py657 def _getMsg(self, expectedType, secondaryType=None, constructorType=None): argument
/external/dexmaker/src/main/java/com/google/dexmaker/
DCode.java260 private <T> Local<T> coerce(Local<?> local, TypeId<T> expectedType) { in coerce()
/external/clang/lib/CodeGen/
DCGDecl.cpp319 llvm::Type *expectedType = addr->getType(); in EmitStaticVarDecl() local
/external/chromium_org/third_party/WebKit/Source/web/tests/
DWebViewTest.cpp477 void WebViewTest::testTextInputType(WebTextInputType expectedType, const std::string& htmlFile) in testTextInputType()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp628 Texture::Type expectedType = Texture::TYPE_LAST; in bindTexture() local