HomeSort by relevance Sort by last modified time
    Searched defs:script (Results 176 - 200 of 432) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/v8/test/cctest/
test-threads.cc 44 v8::Handle<v8::Script> script = v8::Script::Compile( local
47 script->Run();
52 script->Run();
77 v8::Handle<v8::Script> script = v8::Script::Compile( local
84 CHECK(script->Run()->IsTrue());
94 // Rerun the script
    [all...]
  /external/v8/test/mjsunit/
debug-sourceinfo.js 94 var script = Debug.findScript(a); variable
95 assertTrue(script.data === Debug.findScript(b).data);
96 assertTrue(script.data === Debug.findScript(c).data);
97 assertTrue(script.data === Debug.findScript(d).data);
98 assertTrue(script.source === Debug.findScript(b).source);
99 assertTrue(script.source === Debug.findScript(c).source);
100 assertTrue(script.source === Debug.findScript(d).source);
108 var location = script.locationFromPosition(p);
134 var location = script.locationFromPosition(p);
143 assertEquals(0, script.locationFromPosition(0).position);
    [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSCompilerDriver.cpp 91 // Acquire the read lock for reading the Script object file.
218 // Associate script with its info
225 // Link RS script with Renderscript runtime.
228 ALOGE("Failed to link script '%s' with Renderscript runtime!", pScriptName);
377 // Load the bitcode and create script.
385 RSScript *script = new (std::nothrow) RSScript(*source); local
386 if (script == NULL) {
387 ALOGE("Out of memory when create Script object for '%s'! (output: %s)",
393 script->setLinkRuntimeCallback(pLinkRuntimeCallback);
397 script->setCompilerVersion(wrapper.getCompilerVersion())
    [all...]
  /frameworks/compile/mclinker/unittests/
LinkerTest.cpp 54 LinkerScript script; local
55 Module module("test", script);
59 linker.emulate(script, config);
83 LinkerScript script; local
91 script.directories().insert(search_dir);
95 linker.emulate(script, config);
101 Module module("libplasma.so", script);
345 LinkerScript script; local
349 linker.emulate(script, config);
354 Module module(script);
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ClearObjectTest.java 23 import android.renderscript.Script;
129 Script script = new ScriptC_clear_object(mRS); local
132 ms_clear.set_script(script);
IsObjectTest.java 37 Script script; field in class:IsObjectTest
50 script = new ScriptC_is_object(mRS);
151 mItem.script = script;
165 Assert.assertTrue("rsIsObject script test fail: " + "Expect 1;value "
SetObjectTest.java 36 Script script; field in class:SetObjectTest
49 script = new ScriptC_set_object(mRS);
148 mItem.script = script;
162 Assert.assertTrue("rsSetObject script test fail: " + "Expect 1;value "
  /external/chromium/chrome/browser/autofill/
autofill_browsertest.cc 115 std::string script = " var google = {};" local
144 script);
270 "<script>"
288 "</script>";
362 "<script>"
370 "</script>";
448 // Simulate the translate script being retrieved.
449 // Pass fake google.translate lib as the translate script.
  /external/chromium/chrome/browser/extensions/
user_script_master.cc 52 const base::StringPiece& script_text, UserScript* script) {
93 script->add_glob(value);
97 script->add_exclude_glob(value);
99 script->set_name_space(value);
101 script->set_name(value);
105 script->set_version(version->GetString());
107 script->set_description(value);
113 script->add_url_pattern(pattern);
116 script->set_run_location(UserScript::DOCUMENT_START);
129 if (script->globs().empty() && script->url_patterns().empty()
220 UserScript& script = lone_scripts->at(i); local
239 const UserScript& script = scripts[i]; local
    [all...]
  /external/chromium_org/chrome/browser/
errorpage_browsertest.cc 298 std::string script = "var frame = document.createElement('iframe');" local
307 base::string16(), ASCIIToUTF16(script));
320 script = "var frame = document.createElement('iframe');"
328 base::string16(), ASCIIToUTF16(script));
332 script = "var f = document.getElementById('target_frame');"
340 base::string16(), ASCIIToUTF16(script));
358 // Pass into content::ExecuteScriptAndExtractBool as |script| parameter.
  /external/chromium_org/chrome/browser/ui/views/
select_file_dialog_extension_browsertest.cc 206 base::string16 script = ASCIIToUTF16( local
211 host->ExecuteJavascriptInWebFrame(main_frame, script);
  /external/chromium_org/extensions/common/manifest_handlers/
background_info.cc 124 std::string script; local
125 if (!background_scripts->GetString(i, &script)) {
130 background_scripts_.push_back(script);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
PageScriptDebugServer.cpp 93 ScriptController& scriptController = page->mainFrame()->script();
220 // <script> tag source and attribute value source are preprocessed before we enter V8.
229 String script = toCoreStringWithUndefinedOrNullCheck(callDebuggerMethod("getScriptSource", WTF_ARRAY_LENGTH(argvEventData), argvEventData)); local
231 String preprocessedSource = m_scriptPreprocessor->preprocessSourceCode(script, scriptName);
250 m_scriptPreprocessor = adoptPtr(new ScriptPreprocessor(*m_preprocessorSourceCode.get(), frame->script(), frame->page()->console()));
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerGlobalScope.h 80 WorkerScriptController* script() { return m_script.get(); } function in class:WebCore::WorkerGlobalScope
WorkerThread.cpp 117 m_workerGlobalScope->script()->forbidExecution();
124 WorkerScriptController* script = m_workerGlobalScope->script(); local
126 script->evaluate(ScriptSourceCode(sourceCode, scriptURL));
209 // Ensure that tasks are being handled by thread event loop. If script execution weren't forbidden, a while(1) loop in JS could keep the thread alive forever.
211 m_workerGlobalScope->script()->scheduleExecutionTermination();
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
FontFallbackWin.cpp 71 UScriptCode script; member in struct:WebCore::__anon13543::FontMap
110 UScriptCode script; member in struct:WebCore::__anon13543::ScriptToFontFamilies
152 scriptFontMap[fontMap[i].script] = fontMap[i].family;
159 UScriptCode script = scriptToFontFamilies[i].script; local
160 scriptFontMap[script] = 0;
164 scriptFontMap[script] = *familyPtr;
192 // http://unicode.org/cldr/utility/list-unicodeset.jsp?a=[:Script=Common:]
228 UScriptCode script = uscript_getScript(ucs4, &err); local
229 // If script is invalid, common or inherited or there's an error
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-buffer.h 67 hb_script_t script; member in struct:hb_segment_properties_t
149 hb_script_t script);
  /external/chromium_org/third_party/icu/source/common/
brkeng.cpp 109 // Apply the entire script of the character.
110 int32_t script = u_getIntPropertyValue(c, UCHAR_SCRIPT); local
111 fHandled[breakType]->applyIntPropertyValue(UCHAR_SCRIPT, script, status);
241 // TODO: Have to get some characters with script=common handled
270 ICULanguageBreakFactory::loadDictionaryFor(UScriptCode script, int32_t /*breakType*/) {
278 b = ures_getByKeyWithFallback(b, uscript_getShortName(script), b, &status);
  /external/chromium_org/third_party/icu/source/test/cintltst/
cucdapi.c 72 UScriptCode script[10]={USCRIPT_INVALID_CODE}; local
73 uscript_getCode(testNames[i],script,capacity, &err);
74 if( script[0] != expected[i]){
75 log_data_err("Error getting script code Got: %i Expected: %i for name %s (Error code does not propagate if data is not present. Are you missing data?)\n",
76 script[0],expected[i],testNames[i]);
90 UScriptCode script[10]={USCRIPT_INVALID_CODE}; local
91 int32_t num = uscript_getCode("ja",script,capacity, &err);
96 num = uscript_getCode("ja",script,capacity, &err);
102 if(script[j]!=jaCode[j]) {
104 script[j], uscript_getName(script[j])
    [all...]
  /external/chromium_org/v8/samples/
shell.cc 307 v8::Handle<v8::Script> script = v8::Script::Compile(source, name); local
308 if (script.IsEmpty()) {
314 v8::Handle<v8::Value> result = script->Run();
  /external/chromium_org/v8/src/
codegen.cc 142 Handle<Script> script = info->script(); local
143 if (!script->IsUndefined() && !script->source()->IsUndefined()) {
146 StringCharacterStream stream(String::cast(script->source()),
  /external/chromium_org/v8/src/third_party/vtune/
vtune-jit.cc 195 Handle<Script> script = event->script; local
197 if (*script != NULL) {
199 if ((*script->GetScriptName())->IsString()) {
200 Handle<String> script_name = script->GetScriptName()->ToString();
227 script->GetLineNumber(Iter->pos_)+1;
  /external/harfbuzz_ng/src/
hb-buffer.h 67 hb_script_t script; member in struct:hb_segment_properties_t
149 hb_script_t script);
  /external/icu4c/samples/layout/
FontMap.cpp 25 le_int32 defaultFont = -1, i, script; local
77 sprintf(errorMessage, "The script name %s is invalid.", line);
82 script = (le_int32) scriptCode;
84 if (fFontIndices[script] >= 0) {
86 fFontIndices[script] = -1;
89 fFontIndices[script] = getFontIndex(fontName);
94 for (script = 0; script < scriptCodeCount; script += 1) {
95 if (fFontIndices[script] < 0)
146 le_int32 script; local
    [all...]
  /external/icu4c/test/cintltst/
cucdapi.c 72 UScriptCode script[10]={USCRIPT_INVALID_CODE}; local
73 uscript_getCode(testNames[i],script,capacity, &err);
74 if( script[0] != expected[i]){
75 log_data_err("Error getting script code Got: %i Expected: %i for name %s (Error code does not propagate if data is not present. Are you missing data?)\n",
76 script[0],expected[i],testNames[i]);
90 UScriptCode script[10]={USCRIPT_INVALID_CODE}; local
91 int32_t num = uscript_getCode("ja",script,capacity, &err);
96 num = uscript_getCode("ja",script,capacity, &err);
102 if(script[j]!=jaCode[j]) {
104 script[j], uscript_getName(script[j])
    [all...]

Completed in 394 milliseconds

1 2 3 4 5 6 78 91011>>