HomeSort by relevance Sort by last modified time
    Searched refs:script (Results 801 - 825 of 1554) sorted by null

<<31323334353637383940>>

  /external/chromium_org/v8/src/
factory.cc 438 Handle<Script> Factory::NewScript(Handle<String> source) {
439 // Generate id for this script.
445 // Create and initialize script object.
447 Handle<Script> script = Handle<Script>::cast(NewStruct(SCRIPT_TYPE)); local
448 script->set_source(*source);
449 script->set_name(heap->undefined_value());
450 script->set_id(Smi::FromInt(id));
451 script->set_line_offset(Smi::FromInt(0))
    [all...]
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin_browsertest.cc 114 const std::string& script) {
117 WebKit::WebScriptSource(WebKit::WebString::fromUTF8(script.c_str())));
129 const std::string& script) {
132 WebKit::WebScriptSource(WebKit::WebString::fromUTF8(script.c_str())));
140 // of the script is stored in |result|
142 const std::string& script, bool* result) {
145 WebKit::WebScriptSource(WebKit::WebString::fromUTF8(script.c_str())));
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8WindowCustom.cpp 130 action = adoptPtr(new ScheduledAction(imp->frame()->script()->currentWorldContext(), v8::Handle<v8::Function>::Cast(function), paramCount, params.get(), args.GetIsolate()));
137 action = adoptPtr(new ScheduledAction(imp->frame()->script()->currentWorldContext(), functionString, KURL(), args.GetIsolate()));
168 v8::Local<v8::Context> context = frame->script()->currentWorldContext();
190 v8::Local<v8::Context> context = frame->script()->currentWorldContext();
321 m_dialogContext = dialogFrame->frame() ? dialogFrame->frame()->script()->currentWorldContext() : v8::Local<v8::Context>();
537 v8::Handle<v8::Context> context = frame->script()->currentWorldContext();
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
scriptsPanel.css 140 .script-view {
150 .script-view.visible {
233 .source-frame-debugger-script {
  /external/chromium_org/v8/test/mjsunit/
debug-clearbreakpointgroup.js 71 scriptId = event_data.script().id();
72 assertEquals(source, event_data.script().source());
100 // Call function 'g' from the compiled script to trigger breakpoint.
debug-liveedit-patch-positions-replace.js 51 var script = Debug.findScript(BeingReplaced); variable
54 var patch_pos = script.source.indexOf(orig_body);
62 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_body.length, new_body_patch, change_log);
debug-liveedit-patch-positions.js 84 var script = Debug.findScript(ChooseAnimal);
88 var patch_pos = script.source.indexOf(orig_string);
92 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script,
  /external/icu4c/common/
locid.cpp 366 *p++ = '_'; /* Variant parsing with a script */
430 uprv_strcpy(script, other.script);
485 language[0] = script[0] = country[0] = 0;
537 variantField = 1; /* Usually the 2nd one, except when a script or country is also used. */
546 /* We have at least a script */
547 uprv_memcpy(script, field[1], fieldLen[1]);
548 script[fieldLen[1]] = 0;
558 variantField++; /* script or country empty but variant in next field (i.e. en__POSIX) */
595 *script = 0
    [all...]
  /external/ipsec-tools/
setup.c 385 remoteconf->script[SCRIPT_PHASE1_UP] = strtovchar(phase1_up);
437 remoteconf->script[SCRIPT_PHASE1_UP] = strtovchar("");
438 remoteconf->script[SCRIPT_PHASE1_DOWN] = strtovchar("");
477 " <username> <password> <phase1-up> <script-arg>;\n"
480 " <username> <password> <phase1-up> <script-arg>;\n"
482 " <username> <password> <phase1-up> <script-arg>;\n"
588 int privsep_script_exec(char *script, int name, char * const *envp)
610 script = (char *)android_hook((char **)envp);
622 return script_exec(script, name, envp);
  /external/openssh/contrib/redhat/
openssh.spec 482 3.0p1 spec file and init script
558 - finish marking strings in the init script for translation
559 - modify init script to source /etc/sysconfig/sshd and pass $OPTIONS to sshd
560 at startup (change merged from openssh.com init script, originally by
580 - bypass the daemon() function in the init script and call initlog directly,
610 - Init script and spec file changes from Pekka Savola. (#28750)
625 - Add init script mods from Pekka Savola.
626 - Tweak the init script to match the CVS contrib script more closely.
636 script now
    [all...]
  /external/srec/srec/Semproc/src/
SemanticGraphImpl.c 192 PLogMessage("can't read %d word script assocs\n", num_words);
300 /* try to open the .script file */
302 LSTRCAT(filename, ".script");
317 <integer><space><script>
319 - the integer MUST become the index of the script in the wordmap
338 /* figure that each script for dynamically added words will be a simple assignment
370 PLogError(L("ESR_READ_ERROR: internal error adding script (%d)"), num_words_to_add);
435 if (IS_SCRIPT_MARKER(oword)) /* olabel type: script */
722 /* write num_words size array of short script ids
724 are synonyms, eg. NEW_YORK NEW_YORK_CITY -> same script
    [all...]
  /external/v8/test/mjsunit/
debug-clearbreakpointgroup.js 71 scriptId = event_data.script().id();
72 assertEquals(source, event_data.script().source());
100 // Call function 'g' from the compiled script to trigger breakpoint.
debug-liveedit-patch-positions-replace.js 51 var script = Debug.findScript(BeingReplaced); variable
54 var patch_pos = script.source.indexOf(orig_body);
62 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_body.length, new_body_patch, change_log);
debug-liveedit-patch-positions.js 84 var script = Debug.findScript(ChooseAnimal);
88 var patch_pos = script.source.indexOf(orig_string);
92 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script,
debug-scripts-request.js 83 var script = response.body[0];
85 script.id + ']}}';
89 assertEquals(script.id, response.body[0].id);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
webbrowser.py 594 script = 'open location "%s"' % url.replace('"', '%22') # opens in default browser
604 script = '''tell application "%s"
612 # Write script to osascript's stdin
613 osapipe.write(script)
623 script = 'open location "%s"' % url.replace('"', '%22') # opens in default browser
625 script = '''
636 osapipe.write(script)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
webbrowser.py 594 script = 'open location "%s"' % url.replace('"', '%22') # opens in default browser
604 script = '''tell application "%s"
612 # Write script to osascript's stdin
613 osapipe.write(script)
623 script = 'open location "%s"' % url.replace('"', '%22') # opens in default browser
625 script = '''
636 osapipe.write(script)
  /external/v8/test/cctest/
test-api.cc 67 using ::v8::Script;
158 Local<Script> script = Script::Compile(source); local
159 CHECK_EQ(6, script->Run()->Int32Value());
317 THREADED_TEST(Script) {
322 Local<Script> script = Script::Compile(source); local
323 CHECK_EQ(6, script->Run()->Int32Value())
394 Local<Script> script = Script::Compile(source); local
419 Local<Script> script = Script::Compile(source); local
445 Local<Script> script = Script::Compile(source); local
471 Local<Script> script = Script::Compile(source); local
676 Local<Script> script = Script::Compile(source); local
697 Local<Script> script = Script::Compile(source); local
746 Local<Script> script = Script::Compile(source); local
794 Local<Script> script = v8_compile("obj()"); local
804 Local<Script> script = v8_compile("obj()"); local
815 Local<Script> script = v8_compile("var s = new obj(); s.x"); local
1620 Local<Script> script = v8_compile("obj[900]"); local
1892 Local<Script> script = Script::Compile(v8_str("Foo.prototype.plak")); local
2378 Local<Script> script = Script::Compile(v8_str("throw 'panama!';")); local
2408 v8::Handle<v8::Script> script = Script::Compile(v8_str("throw 'error'"), local
2637 Local<Script> script = local
2652 Local<Script> script = local
3121 Local<Script> script local
3401 Local<Script> script = Script::Compile(v8_str("x")); local
3422 Local<Script> script = Script::Compile(v8_str("obj.x")); local
3702 Local<Script> script = Script::Compile(v8_str("obj.x = 4")); local
3727 Local<Script> script = Script::Compile(v8_str("obj.x")); local
3742 Local<Script> script = Script::Compile(v8_str("interceptor_obj.x")); local
4462 Local<Script> script = Script::Compile(source); local
5006 Local<Script> script = local
7510 const char* script = local
7565 const char* script = local
8141 Local<Script> script = local
8185 Local<Script> script = local
8303 Local<Script> script = local
10601 Local<Script> script = v8_compile("(function () {" local
10623 Local<Script> script = v8_compile("(function () {" local
10660 Local<Script> script = v8_compile("(function () {" local
10674 Local<Script> script = v8_compile("(function () {" local
10914 v8::Handle<v8::Script> script = v8::Script::Compile(v8::String::New( local
10966 v8::Handle<v8::Script> script; local
11388 const char* script = "function foo(a) { return a+1; }"; local
11400 const char* script = "function foo(a) { return 1 * * 2; }"; local
11410 const char* script = " The Definintive Guide"; local
11421 const char* script = "function foo(a) { return a+1; }"; local
11463 const char* script = "function foo(){ return 5;}\\n" local
11659 Local<Script> script = Script::Compile(source); local
11672 Local<Script> script = Script::Compile(source); local
11784 Local<Script> script = Script::Compile(source); local
12095 Local<Script> script = Script::Compile(source); local
14408 v8::Handle<v8::String> script = v8::String::New( local
14429 v8::Handle<v8::String> script = v8::String::New( local
14441 v8::Handle<v8::String> script = v8::String::New( local
14458 v8::Handle<v8::String> script = v8::String::New( local
14519 v8::Local<v8::Script> script; local
14568 v8::Local<v8::Script> script; local
14593 v8::Local<v8::Script> script; local
16286 char script[64]; local
16312 Local<Script> script = local
    [all...]
  /external/chromium/build/
install-chroot.sh 7 # This script installs Debian-derived distributions in a chroot environment.
10 # N. B. it is unlikely that this script will ever work on anything other than a
72 echo "Run this script as a regular user and provide your \"sudo\"" \
84 # Install any missing applications that this script relies on. If these packages
87 # And as this script only needs the packages once, there is no good reason to
197 script-config=script-${target}
204 /etc/schroot/script-defaults |
205 sudo sh -c 'cat >/etc/schroot/script-'"${target}"
211 # Install a helper script to launch commands in the chroo
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ScriptLoader.cpp 177 // http://dev.w3.org/html5/spec/Overview.html#prepare-a-script
213 // FIXME: If script is parser inserted, verify it's still in the original document.
223 if (!executingDocument->frame()->script()->canExecuteScripts(AboutToExecuteScript))
322 bool shouldBypassMainWorldContentSecurityPolicy = (frame && frame->script()->shouldBypassMainWorldContentSecurityPolicy()) || elementDocument->contentSecurityPolicy()->allowScriptNonce(m_element->fastGetAttribute(HTMLNames::nonceAttr));
328 executingDocument->addConsoleMessage(SecurityMessageSource, ErrorMessageLevel, "Refused to execute script from '" + m_resource->url().elidedString() + "' because its MIME type ('" + m_resource->mimeType() + "') is not executable, and strict MIME type checking is enabled.");
342 // Create a script from the script element node, using the script
343 // block's source and the script block's type.
344 // Note: This is where the script is compiled and actually executed
    [all...]
  /external/chromium_org/third_party/openssl/
import_from_android.sh 20 # Print error message and exit script.
87 # Support cleaning up stuff when the script exits, even in case of
105 # the script exits.
163 This script is used to regenerate the content of the Chromium
178 4) Run the Android 'import_openssl.sh' script that rebuilds all sources
237 panic "This script doesn't take parameters. See --help for details."
331 # The import_openssl.sh script will really remove the existing 'openssl'
344 # Re-run the import_openssl.sh script.
345 dump "Re-running the 'import_openssl.sh' script to reconfigure all sources."
  /external/harfbuzz_ng/util/
options.hh 146 direction = language = script = NULL;
167 hb_buffer_set_script (buffer, hb_script_from_string (script, -1));
225 const char *script; member in struct:shape_options_t
  /frameworks/base/graphics/java/android/renderscript/
RenderScript.java 215 native void rsnContextBindRootScript(int con, int script);
216 synchronized void nContextBindRootScript(int script) {
218 rsnContextBindRootScript(mContext, script);
582 native void rsnScriptBindAllocation(int con, int script, int alloc, int slot);
583 synchronized void nScriptBindAllocation(int script, int alloc, int slot) {
585 rsnScriptBindAllocation(mContext, script, alloc, slot);
587 native void rsnScriptSetTimeZone(int con, int script, byte[] timeZone);
588 synchronized void nScriptSetTimeZone(int script, byte[] timeZone) {
590 rsnScriptSetTimeZone(mContext, script, timeZone);
694 byte[] script, int length)
    [all...]
  /frameworks/base/services/java/com/android/server/connectivity/
PacManager.java 250 private boolean setCurrentProxyScript(String script) {
256 mProxyService.setPacFile(script);
257 mCurrentPac = script;
  /bootable/recovery/edify/
expr.h 37 // The source of the original script. Must be NULL-terminated,
40 char* script; member in struct:__anon782

Completed in 884 milliseconds

<<31323334353637383940>>