Searched defs:runCode (Results 1 - 4 of 4) sorted by path

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcucdtst.c2012 UScriptCode runCode; member in struct:RunTestData
2022 UScriptCode runCode; local
2026 while (uscript_nextRun(scriptRun, &runStart, &runLimit, &runCode)) {
2037 if (runCode != testData[run].runCode) {
2039 prefix, run, uscript_getName(testData[run].runCode), uscript_getName(runCode));
/external/chromium_org/third_party/skia/src/utils/
H A DSkLua.cpp107 bool SkLua::runCode(const char code[]) { function in class:SkLua
116 bool SkLua::runCode(const void* code, size_t size) { function in class:SkLua
118 return this->runCode(str.c_str());
/external/icu/icu4c/source/test/cintltst/
H A Dcucdtst.c2011 UScriptCode runCode; member in struct:RunTestData
2021 UScriptCode runCode; local
2025 while (uscript_nextRun(scriptRun, &runStart, &runLimit, &runCode)) {
2036 if (runCode != testData[run].runCode) {
2038 prefix, run, uscript_getName(testData[run].runCode), uscript_getName(runCode));
/external/skia/src/utils/
H A DSkLua.cpp104 bool SkLua::runCode(const char code[]) { function in class:SkLua
113 bool SkLua::runCode(const void* code, size_t size) { function in class:SkLua
115 return this->runCode(str.c_str());

Completed in 362 milliseconds