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

  /external/skia/include/utils/
SkLua.h 41 bool runCode(const char code[]);
42 bool runCode(const void* code, size_t size);
  /external/skia/tools/lua/
lua_app.cpp 48 if (!L.runCode(ptr, len)) {
lua_pictures.cpp 95 if (!L.runCode(data->data(), data->size())) {
102 L.runCode(FLAGS_headCode[0]);
  /external/skia/samplecode/
SampleLua.cpp 65 fLua->runCode(data->data(), data->size());
68 fLua->runCode(gMissingCode);
  /external/icu/icu4c/source/test/cintltst/
cucdtst.c     [all...]
  /external/skia/src/utils/
SkLua.cpp 130 bool SkLua::runCode(const char code[]) {
139 bool SkLua::runCode(const void* code, size_t size) {
141 return this->runCode(str.c_str());
    [all...]

Completed in 6263 milliseconds