Home
last modified time | relevance | path

Searched refs:kBasePath (Results 1 – 18 of 18) sorted by relevance

/external/skqp/tools/skiaserve/urlhandlers/
DEnableGPUHandler.cpp17 static const char* kBasePath = "/enableGPU/"; in canHandle() local
19 0 == strncmp(url, kBasePath, strlen(kBasePath)); in canHandle()
DOpBoundsHandler.cpp17 static const char* kBasePath = "/gpuOpBounds/"; in canHandle() local
19 0 == strncmp(url, kBasePath, strlen(kBasePath)); in canHandle()
DOverdrawHandler.cpp17 static const char* kBasePath = "/overdraw/"; in canHandle() local
19 0 == strncmp(url, kBasePath, strlen(kBasePath)); in canHandle()
DColorModeHandler.cpp17 static const char* kBasePath = "/colorMode/"; in canHandle() local
19 0 == strncmp(url, kBasePath, strlen(kBasePath)); in canHandle()
DClipAlphaHandler.cpp17 static const char* kBasePath = "/clipAlpha/"; in canHandle() local
19 0 == strncmp(url, kBasePath, strlen(kBasePath)); in canHandle()
DOpsHandler.cpp17 const char* kBasePath = "/ops"; in canHandle() local
18 return 0 == strncmp(url, kBasePath, strlen(kBasePath)); in canHandle()
DImgHandler.cpp17 static const char* kBasePath = "/img"; in canHandle() local
19 0 == strncmp(url, kBasePath, strlen(kBasePath)); in canHandle()
DCmdHandler.cpp17 const char* kBasePath = "/cmd"; in canHandle() local
18 return 0 == strncmp(url, kBasePath, strlen(kBasePath)); in canHandle()
DBreakHandler.cpp17 static const char* kBasePath = "/break"; in canHandle() local
19 0 == strncmp(url, kBasePath, strlen(kBasePath)); in canHandle()
/external/skia/tools/skiaserve/urlhandlers/
DColorModeHandler.cpp17 static const char* kBasePath = "/colorMode/"; in canHandle() local
19 0 == strncmp(url, kBasePath, strlen(kBasePath)); in canHandle()
DOpBoundsHandler.cpp17 static const char* kBasePath = "/gpuOpBounds/"; in canHandle() local
19 0 == strncmp(url, kBasePath, strlen(kBasePath)); in canHandle()
DEnableGPUHandler.cpp17 static const char* kBasePath = "/enableGPU/"; in canHandle() local
19 0 == strncmp(url, kBasePath, strlen(kBasePath)); in canHandle()
DOverdrawHandler.cpp17 static const char* kBasePath = "/overdraw/"; in canHandle() local
19 0 == strncmp(url, kBasePath, strlen(kBasePath)); in canHandle()
DClipAlphaHandler.cpp17 static const char* kBasePath = "/clipAlpha/"; in canHandle() local
19 0 == strncmp(url, kBasePath, strlen(kBasePath)); in canHandle()
DOpsHandler.cpp17 const char* kBasePath = "/ops"; in canHandle() local
18 return 0 == strncmp(url, kBasePath, strlen(kBasePath)); in canHandle()
DImgHandler.cpp17 static const char* kBasePath = "/img"; in canHandle() local
19 0 == strncmp(url, kBasePath, strlen(kBasePath)); in canHandle()
DCmdHandler.cpp17 const char* kBasePath = "/cmd"; in canHandle() local
18 return 0 == strncmp(url, kBasePath, strlen(kBasePath)); in canHandle()
DBreakHandler.cpp17 static const char* kBasePath = "/break"; in canHandle() local
19 0 == strncmp(url, kBasePath, strlen(kBasePath)); in canHandle()