Home
last modified time | relevance | path

Searched refs:runCode (Results 1 – 11 of 11) sorted by relevance

/external/skqp/include/utils/
DSkLua.h41 bool runCode(const char code[]);
42 bool runCode(const void* code, size_t size);
/external/skia/include/utils/
DSkLua.h41 bool runCode(const char code[]);
42 bool runCode(const void* code, size_t size);
/external/skia/samplecode/
DSampleLua.cpp61 fLua->runCode(data->data(), data->size()); in ensureLua()
64 fLua->runCode(gMissingCode); in ensureLua()
/external/skqp/samplecode/
DSampleLua.cpp61 fLua->runCode(data->data(), data->size()); in ensureLua()
64 fLua->runCode(gMissingCode); in ensureLua()
/external/skqp/tools/lua/
Dlua_pictures.cpp94 if (!L.runCode(data->data(), data->size())) { in main()
101 L.runCode(FLAGS_headCode[0]); in main()
Dlua_app.cpp48 if (!L.runCode(ptr, len)) { in main()
/external/skia/tools/lua/
Dlua_pictures.cpp94 if (!L.runCode(data->data(), data->size())) { in main()
101 L.runCode(FLAGS_headCode[0]); in main()
Dlua_app.cpp48 if (!L.runCode(ptr, len)) { in main()
/external/icu/icu4c/source/test/cintltst/
Dcucdtst.c2102 UScriptCode runCode; member
2112 UScriptCode runCode; in CheckScriptRuns() local
2116 while (uscript_nextRun(scriptRun, &runStart, &runLimit, &runCode)) { in CheckScriptRuns()
2127 if (runCode != testData[run].runCode) { in CheckScriptRuns()
2129 prefix, run, uscript_getName(testData[run].runCode), uscript_getName(runCode)); in CheckScriptRuns()
/external/skqp/src/utils/
DSkLua.cpp143 bool SkLua::runCode(const char code[]) { in runCode() function in SkLua
152 bool SkLua::runCode(const void* code, size_t size) { in runCode() function in SkLua
154 return this->runCode(str.c_str()); in runCode()
/external/skia/src/utils/
DSkLua.cpp143 bool SkLua::runCode(const char code[]) { in runCode() function in SkLua
152 bool SkLua::runCode(const void* code, size_t size) { in runCode() function in SkLua
154 return this->runCode(str.c_str()); in runCode()