/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/ |
D | extension_test.cpp | 22 EXPECT_CALL(mDirectiveHandler, handleExtension(pp::SourceLocation(0, 1), "foo", "bar")); in TEST_F() 48 EXPECT_CALL(mDirectiveHandler, handleExtension(pp::SourceLocation(0, 1), "foo", "bar")); in TEST_F() 62 EXPECT_CALL(mDirectiveHandler, handleExtension(pp::SourceLocation(0, 1), "foo", "bar")); in TEST_F() 79 EXPECT_CALL(mDirectiveHandler, handleExtension(pp::SourceLocation(0, 2), "foo", "bar")); in TEST_F() 121 EXPECT_CALL(mDirectiveHandler, handleExtension(_, _, _)).Times(0); in TEST_P()
|
D | MockDirectiveHandler.h | 27 MOCK_METHOD3(handleExtension,
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/preprocessor_tests/ |
D | extension_test.cpp | 22 EXPECT_CALL(mDirectiveHandler, handleExtension(pp::SourceLocation(0, 1), "foo", "bar")); in TEST_F() 48 EXPECT_CALL(mDirectiveHandler, handleExtension(pp::SourceLocation(0, 1), "foo", "bar")); in TEST_F() 62 EXPECT_CALL(mDirectiveHandler, handleExtension(pp::SourceLocation(0, 1), "foo", "bar")); in TEST_F() 117 EXPECT_CALL(mDirectiveHandler, handleExtension(_, _, _)).Times(0); in TEST_P()
|
D | MockDirectiveHandler.h | 27 MOCK_METHOD3(handleExtension,
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | DirectiveHandlerBase.h | 42 virtual void handleExtension(const SourceLocation &loc,
|
D | DirectiveParser.cpp | 756 mDirectiveHandler->handleExtension(token->location, name, behavior); in parseExtension()
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
D | DirectiveHandlerBase.h | 38 virtual void handleExtension(const SourceLocation &loc,
|
D | DirectiveParser.cpp | 685 mDirectiveHandler->handleExtension(token->location, name, behavior); in parseExtension()
|
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
D | DirectiveHandlerBase.h | 38 virtual void handleExtension(const SourceLocation &loc,
|
D | DirectiveParser.cpp | 697 mDirectiveHandler->handleExtension(token->location, name, behavior); in parseExtension()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | DirectiveHandler.h | 43 virtual void handleExtension(const pp::SourceLocation& loc,
|
D | DirectiveHandler.cpp | 97 void TDirectiveHandler::handleExtension(const pp::SourceLocation& loc, in handleExtension() function in TDirectiveHandler
|
D | ParseHelper.cpp | 1131 mDirectiveHandler.handleExtension(loc, extName, behavior); in handleExtensionDirective()
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | DirectiveHandler.h | 40 void handleExtension(const angle::pp::SourceLocation &loc,
|
D | DirectiveHandler.cpp | 131 void TDirectiveHandler::handleExtension(const angle::pp::SourceLocation &loc, in handleExtension() function in sh::TDirectiveHandler
|
D | ParseContext.cpp | 1803 mDirectiveHandler.handleExtension(srcLoc, extName, behavior); in handleExtensionDirective()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | DirectiveHandler.h | 39 void handleExtension(const angle::pp::SourceLocation &loc,
|
D | DirectiveHandler.cpp | 119 void TDirectiveHandler::handleExtension(const angle::pp::SourceLocation &loc, in handleExtension() function in sh::TDirectiveHandler
|
D | ParseContext.cpp | 2116 mDirectiveHandler.handleExtension(srcLoc, extName, behavior); in handleExtensionDirective()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
D | entity_db.py | 196 def handleExtension(self, name, info): member in EntityDatabase 666 self.handleExtension(name, info)
|