Searched refs:runCode (Results 1 – 7 of 7) sorted by relevance
/external/skia/include/utils/ |
D | SkLua.h | 42 bool runCode(const char code[]); 43 bool runCode(const void* code, size_t size);
|
/external/skia/samplecode/ |
D | SampleLua.cpp | 65 fLua->runCode(data->data(), data->size()); in ensureLua() 69 fLua->runCode(gMissingCode); in ensureLua()
|
/external/skia/tools/lua/ |
D | lua_pictures.cpp | 97 if (!L.runCode(data->data(), data->size())) { in tool_main() 104 L.runCode(FLAGS_headCode[0]); in tool_main()
|
D | lua_app.cpp | 49 if (!L.runCode(ptr, len)) { in tool_main()
|
/external/opencv3/3rdparty/openexr/IlmImf/ |
D | ImfHuf.cpp | 726 sendCode (Int64 sCode, int runCount, Int64 runCode, in sendCode() argument 734 outputCode (runCode, c, lc, out); in sendCode()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cucdtst.c | 2041 UScriptCode runCode; member 2051 UScriptCode runCode; in CheckScriptRuns() local 2055 while (uscript_nextRun(scriptRun, &runStart, &runLimit, &runCode)) { in CheckScriptRuns() 2066 if (runCode != testData[run].runCode) { in CheckScriptRuns() 2068 prefix, run, uscript_getName(testData[run].runCode), uscript_getName(runCode)); in CheckScriptRuns()
|
/external/skia/src/utils/ |
D | SkLua.cpp | 119 bool SkLua::runCode(const char code[]) { in runCode() function in SkLua 128 bool SkLua::runCode(const void* code, size_t size) { in runCode() function in SkLua 130 return this->runCode(str.c_str()); in runCode()
|