OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kTypeStrings
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_suppressions.cc
22
static const char *const
kTypeStrings
[SuppressionTypeCount] = {
107
const char *next_char = StripPrefix(line,
kTypeStrings
[type]);
150
return
kTypeStrings
[t];
/external/chromium_org/third_party/skia/src/core/
SkClipStack.cpp
851
static const char*
kTypeStrings
[] = {
861
SK_COMPILE_ASSERT(SK_ARRAY_COUNT(
kTypeStrings
) == kTypeCnt, type_str);
879
SkDebugf("Type: %s, Op: %s, AA: %s, Save Count: %d\n",
kTypeStrings
[fType],
Completed in 180 milliseconds