HomeSort by relevance Sort by last modified time
    Searched refs:gOpNames (Results 1 - 3 of 3) sorted by null

  /dalvik/libdex/
OpCodeNames.c 31 //DEFINE_GOTO_TABLE(gOpNames)
36 static const char* gOpNames[256] = {
332 return gOpNames[op];
  /external/skia/src/animator/
SkScriptDecompile.cpp 27 } gOpNames[] = {
96 static size_t gOpNamesSize = sizeof(gOpNames) / sizeof(gOpNames[0]);
119 SkASSERT(gOpNames[index].fOp == op);
138 SkDebugf("%d: %s", opCode - start - 1, gOpNames[op].fName);
  /external/skia/src/utils/
SkDumpCanvas.cpp 69 static const char* gOpNames[] = {
72 return gOpNames[op];

Completed in 204 milliseconds