Searched refs:canHandle (Results 1 - 24 of 24) sorted by relevance

/external/skia/tools/skiaserve/urlhandlers/
H A DUrlHandler.h16 virtual bool canHandle(const char* method, const char* url) = 0;
24 bool canHandle(const char* method, const char* url) override;
32 bool canHandle(const char* method, const char* url) override;
40 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;
74 bool canHandle(const char* method, const char* url) override;
82 bool canHandle(const char* method, const char* url) override;
90 bool canHandle(const char* method, const char* url) override;
98 bool canHandle(cons
[all...]
H A DRootHandler.cpp16 bool RootHandler::canHandle(const char* method, const char* url) { function in class:RootHandler
H A DClipAlphaHandler.cpp16 bool ClipAlphaHandler::canHandle(const char* method, const char* url) { function in class:ClipAlphaHandler
H A DDataHandler.cpp16 bool DataHandler::canHandle(const char* method, const char* url) { function in class:DataHandler
H A DDownloadHandler.cpp18 bool DownloadHandler::canHandle(const char* method, const char* url) { function in class:DownloadHandler
H A DEnableGPUHandler.cpp16 bool EnableGPUHandler::canHandle(const char* method, const char* url) { function in class:EnableGPUHandler
H A DImgHandler.cpp16 bool ImgHandler::canHandle(const char* method, const char* url) { function in class:ImgHandler
H A DCmdHandler.cpp16 bool CmdHandler::canHandle(const char* method, const char* url) { function in class:CmdHandler
H A DInfoHandler.cpp17 bool InfoHandler::canHandle(const char* method, const char* url) { function in class:InfoHandler
H A DPostHandler.cpp30 bool PostHandler::canHandle(const char* method, const char* url) { function in class:PostHandler
H A DBreakHandler.cpp16 bool BreakHandler::canHandle(const char* method, const char* url) { function in class:BreakHandler
/external/skia/tools/skiaserve/
H A Dskiaserve.cpp54 if (fHandlers[i]->canHandle(method, url)) {
/external/apache-http/android/src/android/net/http/
H A DHttpsConnection.java320 boolean canHandle = req.getEventHandler().handleSslErrorRequest(error);
321 if(!canHandle) {
/external/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp57 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!");
65 static bool canHandle(Instruction *Inst) { function in struct:__anon12911::SimpleValue
204 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!");
212 static bool canHandle(Instruction *Inst) { function in struct:__anon12912::CallValue
524 if (SimpleValue::canHandle(CondInst)) {
582 if (SimpleValue::canHandle(Inst)) {
649 if (CallValue::canHandle(Inst)) {
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2983 static bool canHandle(Instruction *I) { function in struct:__anon13027::CSEDenseMapInfo
2994 assert(canHandle(I) && "Unknown instruction!");
3025 if (!CSEDenseMapInfo::canHandle(In))
/external/guice/extensions/struts2/lib/
H A Dstruts2-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/struts2/ org/apache/struts2/dispatcher/ ...
/external/libgdx/backends/gdx-backend-android/libs/
H A Dandroid-4.4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 193 milliseconds