Searched refs:kBasePath (Results 1 – 9 of 9) sorted by relevance
/external/skia/tools/skiaserve/urlhandlers/ |
D | OpBoundsHandler.cpp | 17 static const char* kBasePath = "/gpuOpBounds/"; in canHandle() local 19 0 == strncmp(url, kBasePath, strlen(kBasePath)); in canHandle()
|
D | EnableGPUHandler.cpp | 17 static const char* kBasePath = "/enableGPU/"; in canHandle() local 19 0 == strncmp(url, kBasePath, strlen(kBasePath)); in canHandle()
|
D | ColorModeHandler.cpp | 17 static const char* kBasePath = "/colorMode/"; in canHandle() local 19 0 == strncmp(url, kBasePath, strlen(kBasePath)); in canHandle()
|
D | ClipAlphaHandler.cpp | 17 static const char* kBasePath = "/clipAlpha/"; in canHandle() local 19 0 == strncmp(url, kBasePath, strlen(kBasePath)); in canHandle()
|
D | OverdrawHandler.cpp | 17 static const char* kBasePath = "/overdraw/"; in canHandle() local 19 0 == strncmp(url, kBasePath, strlen(kBasePath)); in canHandle()
|
D | OpsHandler.cpp | 17 const char* kBasePath = "/ops"; in canHandle() local 18 return 0 == strncmp(url, kBasePath, strlen(kBasePath)); in canHandle()
|
D | ImgHandler.cpp | 17 static const char* kBasePath = "/img"; in canHandle() local 19 0 == strncmp(url, kBasePath, strlen(kBasePath)); in canHandle()
|
D | CmdHandler.cpp | 17 const char* kBasePath = "/cmd"; in canHandle() local 18 return 0 == strncmp(url, kBasePath, strlen(kBasePath)); in canHandle()
|
D | BreakHandler.cpp | 17 static const char* kBasePath = "/break"; in canHandle() local 19 0 == strncmp(url, kBasePath, strlen(kBasePath)); in canHandle()
|