Home
last modified time | relevance | path

Searched refs:canHandle (Results 1 – 25 of 583) sorted by relevance

12345678910>>...24

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/skiaserve/urlhandlers/
H A DUrlHandler.h18 virtual bool canHandle(const char* method, const char* url) = 0;
26 bool canHandle(const char* method, const char* url) override;
34 bool canHandle(const char* method, const char* url) override;
42 bool canHandle(const char* method, const char* url) override;
54 bool canHandle(const char* method, const char* url) override;
66 bool canHandle(const char* method, const char* url) override;
78 bool canHandle(const char* method, const char* url) override;
86 bool canHandle(const char* method, const char* url) override;
94 bool canHandle(const char* method, const char* url) override;
102 bool canHandle(const char* method, const char* url) override;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/skiaserve/urlhandlers/
H A DUrlHandler.h18 virtual bool canHandle(const char* method, const char* url) = 0;
26 bool canHandle(const char* method, const char* url) override;
34 bool canHandle(const char* method, const char* url) override;
42 bool canHandle(const char* method, const char* url) override;
54 bool canHandle(const char* method, const char* url) override;
66 bool canHandle(const char* method, const char* url) override;
78 bool canHandle(const char* method, const char* url) override;
86 bool canHandle(const char* method, const char* url) override;
94 bool canHandle(const char* method, const char* url) override;
102 bool canHandle(const char* method, const char* url) override;
[all …]
/dports/www/aria2/aria2-1.36.0/test/
H A DDownloadHandlersTest.cc52 download_handlers::getMemoryPreDownloadHandler()->canHandle(nullptr)); in testGetMemoryPreDownloadHandler()
65 CPPUNIT_ASSERT(handler->canHandle(&rg)); in testGetMetalinkPreDownloadHandler_extension()
68 CPPUNIT_ASSERT(!handler->canHandle(&rg)); in testGetMetalinkPreDownloadHandler_extension()
80 CPPUNIT_ASSERT(handler->canHandle(&rg)); in testGetMetalinkPreDownloadHandler_contentType()
83 CPPUNIT_ASSERT(!handler->canHandle(&rg)); in testGetMetalinkPreDownloadHandler_contentType()
99 CPPUNIT_ASSERT(handler->canHandle(&rg)); in testGetBtPreDownloadHandler_extension()
102 CPPUNIT_ASSERT(!handler->canHandle(&rg)); in testGetBtPreDownloadHandler_extension()
114 CPPUNIT_ASSERT(handler->canHandle(&rg)); in testGetBtPreDownloadHandler_contentType()
117 CPPUNIT_ASSERT(!handler->canHandle(&rg)); in testGetBtPreDownloadHandler_contentType()
H A DBtPostDownloadHandlerTest.cc46 CPPUNIT_ASSERT(handler.canHandle(&rg)); in testCanHandle_extension()
49 CPPUNIT_ASSERT(!handler.canHandle(&rg)); in testCanHandle_extension()
61 CPPUNIT_ASSERT(handler.canHandle(&rg)); in testCanHandle_contentType()
64 CPPUNIT_ASSERT(!handler.canHandle(&rg)); in testCanHandle_contentType()
H A DMetalinkPostDownloadHandlerTest.cc47 CPPUNIT_ASSERT(handler.canHandle(&rg)); in testCanHandle_extension()
50 CPPUNIT_ASSERT(!handler.canHandle(&rg)); in testCanHandle_extension()
62 CPPUNIT_ASSERT(handler.canHandle(&rg)); in testCanHandle_contentType()
65 CPPUNIT_ASSERT(!handler.canHandle(&rg)); in testCanHandle_contentType()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/vm/share/options/
H A DPrimitiveParser.java43 public static boolean canHandle(Class<?> type) in canHandle() method in PrimitiveParser
50 return canHandle(compType); in canHandle()
81 if(!canHandle(compType)) in parse()
95 if(!canHandle(type)) in parse()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/vm/share/options/
H A DPrimitiveParser.java43 public static boolean canHandle(Class<?> type) in canHandle() method in PrimitiveParser
50 return canHandle(compType); in canHandle()
81 if(!canHandle(compType)) in parse()
95 if(!canHandle(type)) in parse()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/vm/share/options/
H A DPrimitiveParser.java43 public static boolean canHandle(Class<?> type) in canHandle() method in PrimitiveParser
50 return canHandle(compType); in canHandle()
81 if(!canHandle(compType)) in parse()
95 if(!canHandle(type)) in parse()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/vm/share/options/
H A DPrimitiveParser.java43 public static boolean canHandle(Class<?> type) in canHandle() method in PrimitiveParser
50 return canHandle(compType); in canHandle()
81 if(!canHandle(compType)) in parse()
95 if(!canHandle(type)) in parse()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/vm/share/options/
H A DPrimitiveParser.java43 public static boolean canHandle(Class<?> type) in ParserException()
50 return canHandle(compType); in ParserException()
81 if(!canHandle(compType)) in ParserException()
95 if(!canHandle(type)) in ParserException()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/vm/share/options/
H A DPrimitiveParser.java43 public static boolean canHandle(Class<?> type) in canHandle() method in PrimitiveParser
50 return canHandle(compType); in canHandle()
81 if(!canHandle(compType)) in parse()
95 if(!canHandle(type)) in parse()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/vm/share/options/
H A DPrimitiveParser.java43 public static boolean canHandle(Class<?> type) in canHandle() method in PrimitiveParser
50 return canHandle(compType); in canHandle()
81 if(!canHandle(compType)) in parse()
95 if(!canHandle(type)) in parse()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/vm/share/options/
H A DPrimitiveParser.java43 public static boolean canHandle(Class<?> type) in canHandle() method in PrimitiveParser
50 return canHandle(compType); in canHandle()
81 if(!canHandle(compType)) in parse()
95 if(!canHandle(type)) in parse()
/dports/games/wesnoth/wesnoth-1.14.17/utils/umc_dev/org.wesnoth/src/org/wesnoth/builder/
H A DWMLResourceServiceProvider.java19 public boolean canHandle( URI uri ) in canHandle() method in WMLResourceServiceProvider
26 return super.canHandle( uri ); in canHandle()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonz/
H A Dtcolumnfx.h88 bool canHandle(const TRenderSettings &info, double frame) override;
152 bool canHandle(const TRenderSettings &info, double frame) override;
195 bool canHandle(const TRenderSettings &info, double frame) override { in canHandle() function
231 bool canHandle(const TRenderSettings &info, double frame) override { in canHandle() function
264 bool canHandle(const TRenderSettings &info, double frame) override { in canHandle() function
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/tasklist/
H A Dstopmonitoringhandler.cpp44 bool StopMonitoringHandler::canHandle(const ProjectExplorer::Task &task) const in canHandle() function in StopMonitoringHandler
51 QTC_ASSERT(canHandle(task), return); in handle()
/dports/www/ilias/ILIAS-5.4.25/src/GlobalScreen/Identification/Serializer/
H A DSerializerFactory.php55 if ($plugin->canHandle($serialized_identification)) {
60 if ($core->canHandle($serialized_identification)) {
/dports/www/ilias6/ILIAS-6.14/src/GlobalScreen/Identification/Serializer/
H A DSerializerFactory.php55 if ($plugin->canHandle($serialized_identification)) {
60 if ($core->canHandle($serialized_identification)) {
/dports/devel/spark/spark-2.1.1/sql/core/src/main/scala/org/apache/spark/sql/jdbc/
H A DAggregatedDialect.scala33 override def canHandle(url : String): Boolean =
34 dialects.map(_.canHandle(url)).reduce(_ && _)
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/projectexplorer/
H A Dshowoutputtaskhandler.cpp43 bool ShowOutputTaskHandler::canHandle(const Task &task) const in canHandle() function in ProjectExplorer::Internal::ShowOutputTaskHandler
50 Q_ASSERT(canHandle(task)); in handle()
H A Ddeployconfiguration.cpp146 bool DeployConfigurationFactory::canHandle(Target *target) const in canHandle() function in ProjectExplorer::DeployConfigurationFactory
192 QTC_ASSERT(canHandle(parent), return nullptr); in create()
214 if (!f->canHandle(parent)) in restore()
236 return factory->canHandle(parent); in find()
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/form/Classes/Hooks/
H A DFormFileProvider.php47 public function canHandle(): bool function in TYPO3\\CMS\\Form\\Hooks\\FormFileProvider
49 return parent::canHandle()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/
H A DImplicitNullChecks.cpp83 static bool canHandle(const MachineInstr *MI);
232 bool ImplicitNullChecks::canHandle(const MachineInstr *MI) { in canHandle() function in ImplicitNullChecks
249 assert(llvm::all_of(Block, canHandle) && "Check this first!"); in computeDependence()
272 assert(canHandle(A) && canHandle(B) && "Precondition!"); in canReorder()
418 assert(canHandle(DependenceMI) && "Should never have reached here!"); in canHoistInst()
592 if (!canHandle(&MI) || InstsSeenSoFar.size() >= MaxInstsToConsider) in analyzeBlockForNullChecks()
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/
H A DImplicitNullChecks.cpp83 static bool canHandle(const MachineInstr *MI);
232 bool ImplicitNullChecks::canHandle(const MachineInstr *MI) { in canHandle() function in ImplicitNullChecks
249 assert(llvm::all_of(Block, canHandle) && "Check this first!"); in computeDependence()
272 assert(canHandle(A) && canHandle(B) && "Precondition!"); in canReorder()
412 assert(canHandle(DependenceMI) && "Should never have reached here!"); in canHoistInst()
586 if (!canHandle(&MI) || InstsSeenSoFar.size() >= MaxInstsToConsider) in analyzeBlockForNullChecks()
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/
H A DImplicitNullChecks.cpp83 static bool canHandle(const MachineInstr *MI);
232 bool ImplicitNullChecks::canHandle(const MachineInstr *MI) { in canHandle() function in ImplicitNullChecks
249 assert(llvm::all_of(Block, canHandle) && "Check this first!"); in computeDependence()
272 assert(canHandle(A) && canHandle(B) && "Precondition!"); in canReorder()
418 assert(canHandle(DependenceMI) && "Should never have reached here!"); in canHoistInst()
592 if (!canHandle(&MI) || InstsSeenSoFar.size() >= MaxInstsToConsider) in analyzeBlockForNullChecks()

12345678910>>...24