HomeSort by relevance Sort by last modified time
    Searched refs:script (Results 501 - 525 of 1049) sorted by null

<<21222324252627282930>>

  /external/iptables/iptables/
iptables-apply 44 The script will try to apply a new ruleset (as output by iptables-save/read
47 be able to answer affirmatively. In this case, the script rolls back to the
  /external/jdiff/src/jdiff/
DiffMyers.java 8 edit script. The objects compared are traditionally lines
50 an edit script, if desired.
85 /** Find the midpoint of the shortest edit script for a specified
357 producing an edit script in reverse order. */
360 change script = null; local
381 script = new change(line0, line1, i0 - line0, i1 - line1, script);
388 return script;
392 producing an edit script in forward order. */
395 change script = null local
    [all...]
  /external/openssl/crypto/asn1/
charmap.pl 67 /* Auto generated with chartype.pl script.
  /external/srec/srec/Semproc/src/
SemanticProcessorImpl.c 66 script; typedef in typeref:struct:script_t
73 script list[MAX_SCRIPTS];
94 * Look up the actual script string given the label
    [all...]
  /external/v8/src/
messages.cc 48 Handle<Object> data(loc->script()->name());
79 script_handle = GetScriptWrapper(loc->script());
  /external/v8/test/mjsunit/
debug-liveedit-check-stack.js 45 // Prevents eval script caching.
48 var script = Debug.findScript(this.ChooseAnimal);
51 var patch_pos = script.source.indexOf(orig_animal);
63 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_animal.length, new_animal_patch, change_log);
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_documentgetelementsbytagnametotallength.js 97 expectedNames[4] = "script";
98 expectedNames[5] = "script";
99 expectedNames[6] = "script";
140 svgExpectedNames[2] = "script";
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_documentgetelementsbytagnametotallength.js 97 expectedNames[4] = "script";
98 expectedNames[5] = "script";
99 expectedNames[6] = "script";
140 svgExpectedNames[2] = "script";
  /external/webkit/LayoutTests/fast/dom/HTMLTableRowElement/script-tests/
cells.js 28 "script",
  /external/webkit/Source/JavaScriptCore/icu/unicode/
uloc.h 268 * Useful constant for the maximum size of the script part of a locale ID
394 * Gets the script code for the specified locale.
397 * @param script the language code for localeID
407 char* script,
549 * Gets the script name suitable for display for the specified locale.
551 * @param locale the locale to get the displayable script code with. NULL may be used to specify the default.
556 * @param script the displayable country code for localeID
557 * @param scriptCapacity the size of the script buffer to store the
558 * displayable script code with
559 * @param status error information if retrieving the displayable script code faile
    [all...]
  /external/webkit/Source/WebCore/bindings/js/
JSDOMWindowBase.cpp 87 // We need to make sure that any script execution happening in this
202 return frame->script()->windowShell(currentWorld(exec));
209 return frame->script()->windowShell(world)->window();
JSDOMWindowShell.cpp 175 return frame->script()->windowShell(currentWorld(exec));
182 return frame->script()->windowShell(isolatedWorld);
PageScriptDebugServer.cpp 179 if (!frame->script()->canExecuteScripts(NotAboutToExecuteScript))
182 frame->script()->setPaused(paused);
ScriptController.h 96 ScriptValue executeScript(const String& script, bool forceUserGesture = false);
97 ScriptValue executeScriptInWorld(DOMWrapperWorld*, const String& script, bool forceUserGesture = false);
128 const String* sourceURL() const { return m_sourceURL; } // 0 if we are not evaluating any script
  /external/webkit/Source/WebCore/bindings/v8/
NPV8Object.cpp 286 bool oldAllowPopups = frame->script()->allowPopupsFromPlugin();
287 frame->script()->setAllowPopupsFromPlugin(popupsAllowed);
289 String script = String::fromUTF8(npScript->UTF8Characters, npScript->UTF8Length); local
290 v8::Local<v8::Value> v8result = proxy->evaluate(ScriptSourceCode(script, KURL(ParsedURLString, filename)), 0);
292 frame->script()->setAllowPopupsFromPlugin(oldAllowPopups);
354 convertNPVariantToV8Object(value, object->rootObject->frame()->script()->windowScriptNPObject()));
488 v8::Handle<v8::Script> script = v8::Script::Compile(source, 0); local
489 v8::Handle<v8::Value> enumeratorObj = script->Run()
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8WorkerContextCustom.cpp 62 WorkerContextExecutionProxy* proxy = workerContext->script()->proxy();
131 WorkerContextExecutionProxy* proxy = impl->script()->proxy();
  /external/webkit/Source/WebCore/icu/unicode/
uloc.h 268 * Useful constant for the maximum size of the script part of a locale ID
394 * Gets the script code for the specified locale.
397 * @param script the language code for localeID
407 char* script,
549 * Gets the script name suitable for display for the specified locale.
551 * @param locale the locale to get the displayable script code with. NULL may be used to specify the default.
556 * @param script the displayable country code for localeID
557 * @param scriptCapacity the size of the script buffer to store the
558 * displayable script code with
559 * @param status error information if retrieving the displayable script code faile
    [all...]
  /external/webkit/Source/WebCore/inspector/
InspectorFrontendHost.cpp 202 void InspectorFrontendHost::setExtensionAPI(const String& script)
205 m_frontendPage->inspectorController()->setInspectorExtensionAPI(script);
  /external/webkit/Source/WebKit/chromium/src/
SharedWorkerRepository.cpp 133 // If the shared worker is not yet running, load the script resource for it, otherwise just send it a connect event.
165 InspectorInstrumentation::scriptImported(m_worker->scriptExecutionContext(), m_scriptLoader.identifier(), m_scriptLoader.script());
166 // Pass the script off to the worker, then send a connect event.
167 m_webWorker->startWorkerContext(m_url, m_name, m_worker->scriptExecutionContext()->userAgent(m_url), m_scriptLoader.script(), m_responseAppCacheID);
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginInstanceProxy.mm 299 frame->script()->cleanupScriptObjectsForPlugin(m_pluginView);
823 if (!frame->script()->canExecuteScripts(NotAboutToExecuteScript))
826 objectID = m_localObjects.idForObject(*pluginWorld()->globalData(), frame->script()->windowShell(pluginWorld())->window());
837 if (JSObject* object = frame->script()->jsObjectForPluginElement([m_pluginView element]))
    [all...]
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
LayoutTestController.h 143 void evaluateScriptInIsolatedWorld(JSContextRef, unsigned worldID, JSStringRef script);
148 void evaluateInWebInspector(long callId, JSStringRef script);
  /frameworks/base/tests/BrowserTestPlugin/jni/event/
EventPlugin.cpp 132 NPString script = { (char*)beginMem, totalLength }; local
134 if (!browser->evaluate(inst(), windowObject, &script, &scriptVariant))
  /gdk/build/core/
default-application.mk 21 # We expect the build script to be located here
  /ndk/build/core/
default-application.mk 21 # We expect the build script to be located here
  /sdk/emulator/opengl/shared/OpenglOsUtils/
Android.mk 1 # This build script corresponds to a small library containing

Completed in 3817 milliseconds

<<21222324252627282930>>