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

<<31323334353637383940>>

  /external/chromium_org/v8/src/
liveedit.h 34 // User should be able to change script on already running VM. This feature
41 // script.source[positions, positions+length] = new_string;
43 // change area. Then both old and new versions of script are fully compiled
48 // to them in a new script version. However, new version of code will
59 // in a particular script. It gets called from compiler all the time, but
87 static JSArray* GatherCompileInfo(Handle<Script> script,
98 // Updates script field in FunctionSharedInfo.
105 // For a script updates its source field. If old_script_name is provided
106 // (i.e. is a String), also creates a copy of the script with its origina
    [all...]
  /external/chromium_org/v8/test/mjsunit/
function-source.js 32 // Check that the script source for all functions in a script is the same.
  /external/dhcpcd/
if-options.h 102 char script[PATH_MAX]; member in struct:if_options
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
HtmlTooltipHelper.java 255 private static int evaluateScriptInt(Browser browser, String script) throws Exception {
256 Object o = ReflectionUtils.invokeMethod(browser, "evaluate(java.lang.String)", script);
261 String script = "document.getElementById('_wbp_close').style.display = 'none'"; local
262 ReflectionUtils.invokeMethod(browser, "evaluate(java.lang.String)", script);
  /external/harfbuzz/src/
harfbuzz-shape.h 108 * another approach would be to use OpenType script tags.
135 HB_ShapeScript script; member in struct:_HB_ShapeInput
  /external/harfbuzz_ng/src/
hb-old.cc 41 hb_old_script_from_script (hb_script_t script)
43 switch ((hb_tag_t) script)
319 item.item.script = hb_old_script_from_script (buffer->props.script);
  /external/icu4c/layout/
LEFontInstance.h 100 * font and script, so it is best to call this method with text which is
101 * in a single script, passing the script code in as a hint. If you don't
102 * know the script of the text, you can use zero, which is the script code
103 * for characters used in more than one script.
117 * Where it makes sense, they should use the script code as a hint to render
118 * characters from the COMMON script in the font which is used for the given
119 * script. For example, if the input text is a series of Arabic words separated
120 * by spaces, and the script code passed in is <code>arabScriptCode</code> yo
    [all...]
  /external/linux-tools-perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
Context.pm 37 Perf (script) documentation
  /external/smali/
gradlew.bat 4 @rem Gradle startup script for Windows
11 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
  /external/v8/src/
liveedit.h 34 // User should be able to change script on already running VM. This feature
41 // script.source[positions, positions+length] = new_string;
43 // change area. Then both old and new versions of script are fully compiled
48 // to them in a new script version. However, new version of code will
59 // in a particular script. It gets called from compiler all the time, but
87 static JSArray* GatherCompileInfo(Handle<Script> script,
98 // Updates script field in FunctionSharedInfo.
105 // For a script updates its source field. If old_script_name is provided
106 // (i.e. is a String), also creates a copy of the script with its origina
    [all...]
  /external/v8/test/mjsunit/
function-source.js 32 // Check that the script source for all functions in a script is the same.
  /external/wpa_supplicant_8/wpa_supplicant/examples/
p2p-action-udhcp.sh 34 -s /etc/udhcpc.script
  /prebuilts/devtools/tools/
lint.bat 19 rem Set up prog to be the path of this script, including following symlinks,
26 rem Change current directory and drive to where the script is, to avoid
monkeyrunner.bat 19 rem Set up prog to be the path of this script, including following symlinks,
23 rem Change current directory and drive to where the script is, to avoid
traceview.bat 19 rem Set up prog to be the path of this script, including following symlinks,
23 rem Change current directory and drive to where the script is, to avoid
uiautomatorviewer.bat 19 rem Set up prog to be the path of this script, including following symlinks,
23 rem Change current directory and drive to where the script is, to avoid
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py 17 Note that status code 200 is sent prior to execution of a CGI script, so
74 """Test whether self.path corresponds to a CGI script.
77 (dir, rest) if self.path requires running a CGI script.
102 """Test whether argument path is a Python script."""
107 """Execute a CGI script."""
130 # dissect the part after the directory name into a script name &
134 script, rest = rest[:i], rest[i:]
136 script, rest = rest, ''
138 scriptname = dir + '/' + script
141 self.send_error(404, "No such CGI script (%r)" % scriptname
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py 17 Note that status code 200 is sent prior to execution of a CGI script, so
74 """Test whether self.path corresponds to a CGI script.
77 (dir, rest) if self.path requires running a CGI script.
102 """Test whether argument path is a Python script."""
107 """Execute a CGI script."""
130 # dissect the part after the directory name into a script name &
134 script, rest = rest[:i], rest[i:]
136 script, rest = rest, ''
138 scriptname = dir + '/' + script
141 self.send_error(404, "No such CGI script (%r)" % scriptname
    [all...]
  /cts/suite/audio_quality/lib/src/
SignalProcessingImpl.cpp 69 bool SignalProcessingImpl::init(const android::String8& script)
77 script.string(), NULL) < 0) {
79 script.string(), errno);
172 LOGE("script returned error %d", header[3]);
  /external/chromium_org/chrome/common/extensions/
background_info.cc 117 std::string script; local
118 if (!background_scripts->GetString(i, &script)) {
123 background_scripts_.push_back(script);
  /external/chromium_org/content/test/plugin/
plugin_geturl_test.cc 152 std::string script = "javascript:document.title=\"OK\""; local
154 script_string.UTF8Characters = script.c_str();
155 script_string.UTF8Length = static_cast<unsigned int>(script.length());
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8LazyEventListener.cpp 98 if (!frame->script()->canExecuteScripts(AboutToExecuteScript))
102 return frame->script()->callFunction(handlerFunction, receiver, WTF_ARRAY_LENGTH(parameters), parameters);
125 if (!frame->script()->canExecuteScripts(NotAboutToExecuteScript))
151 // we have to do this hack! What if m_code escapes to run arbitrary script?
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerGlobalScope.cpp 165 // Let current script run to completion but prevent future script evaluations.
215 InspectorInstrumentation::scriptImported(scriptExecutionContext(), scriptLoader->identifier(), scriptLoader->script());
218 m_script->evaluate(ScriptSourceCode(scriptLoader->script(), scriptLoader->responseURL()), &errorEvent);
335 return script()->idleNotification();
  /external/chromium_org/third_party/skia/src/animator/
SkScript.h 77 bool evaluateScript(const char** script, SkScriptValue* value);
201 bool evaluateDot(const char*& script, bool suppressed);
202 bool evaluateDotParam(const char*& script, bool suppressed, const char* field, size_t fieldLength);
SkScript2.h 42 bool evaluateScript(const char** script, SkScriptValue2* value);
233 bool evaluateDot(const char*& script);
234 bool evaluateDotParam(const char*& script, const char* field, size_t fieldLength);

Completed in 556 milliseconds

<<31323334353637383940>>