HomeSort by relevance Sort by last modified time
    Searched refs:script (Results 151 - 175 of 1141) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/openfst/src/include/fst/script/
equivalent.h 20 #include <fst/script/arg-packs.h>
21 #include <fst/script/fst-class.h>
25 namespace script { namespace in namespace:fst
42 } // namespace script
  /external/webkit/Source/WebCore/xml/
XMLTreeViewer.cpp 74 // when script is disabled. See https://bugs.webkit.org/show_bug.cgi?id=59113 for work on a
76 if (!m_document->frame()->script()->canExecuteScripts(NotAboutToExecuteScript))
80 m_document->frame()->script()->evaluate(ScriptSourceCode(scriptString));
82 m_document->frame()->script()->evaluate(ScriptSourceCode("prepareWebKitXMLViewer('" + noStyleMessage + "');"));
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/file/
file.edc 32 script {
106 script {
114 script {
122 script {
130 script {
138 script {
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/search/field/
search_field.edc 31 script {
109 script {
117 script {
125 script {
133 script {
141 script {
  /external/openfst/src/bin/
fstrmepsilon.cc 23 #include <fst/script/rmepsilon.h>
34 namespace s = fst::script;
35 using fst::script::FstClass;
36 using fst::script::MutableFstClass;
37 using fst::script::VectorFstClass;
38 using fst::script::WeightClass;
fstshortestpath.cc 22 #include <fst/script/shortest-path.h>
33 namespace s = fst::script;
34 using fst::script::FstClass;
35 using fst::script::MutableFstClass;
36 using fst::script::VectorFstClass;
37 using fst::script::WeightClass;
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/
app.yaml 17 script: main.py
  /external/chromium/net/data/proxy_resolver_v8_unittest/
side_effects.js 2 // We write it this way so if the script gets loaded twice,
ends_with_comment.js 5 // We end the script with a comment (and no trailing newline).
7 // would append some functions to the script; the first line of
  /external/linux-tools-perf/scripts/perl/bin/
rwtop-report 20 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/rwtop.pl $interval
  /external/openfst/src/script/
weight-class.cc 20 #include <fst/script/weight-class.h>
23 namespace script { namespace in namespace:fst
44 } // namespace script
  /external/webkit/Source/JavaScriptGlue/
testjsglue.cpp 32 CFStringRef script = variable
43 JSRunRef jsRun = JSRunCreate(script, kJSFlagNone);
  /external/webkit/Source/WebCore/html/parser/
XSSFilter.cpp 220 DEFINE_STATIC_LOCAL(String, consoleMessage, ("Refused to execute a JavaScript script. Source code of script found within request.\n"));
274 // contents of the script element.
470 // trick a server-side script into doing something dangerous with the query
  /external/webkit/Source/WebKit/win/Interfaces/
IWebInspectorPrivate.idl 42 HRESULT evaluateInFrontend([in] ULONG callId, [in] BSTR script);
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundleInspector.cpp 53 void WKBundleInspectorEvaluateScriptForTest(WKBundleInspectorRef inspectorRef, long callID, WKStringRef script)
55 return toImpl(inspectorRef)->evaluateScriptForTest(callID, toImpl(script)->string());
  /frameworks/rs/driver/
rsdBcc.h 27 android::renderscript::Script *s,
32 android::renderscript::Script *script,
38 android::renderscript::Script *s,
47 android::renderscript::Script *script);
49 android::renderscript::Script *script);
51 android::renderscript::Script *script);
    [all...]
  /sdk/
release.md 6 gradle --init-script release.gradle <tasks
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontUtilsChromiumWin.cpp 73 UScriptCode script; member in struct:WebCore::__anon17844::FontMap
112 UScriptCode script; member in struct:WebCore::__anon17844::ScriptToFontFamilies
154 scriptFontMap[fontMap[i].script] = fontMap[i].family;
161 UScriptCode script = scriptToFontFamilies[i].script; local
162 scriptFontMap[script] = 0;
166 scriptFontMap[script] = *familyPtr;
194 // http://unicode.org/cldr/utility/list-unicodeset.jsp?a=[:Script=Common:]
230 UScriptCode script = uscript_getScript(ucs4, &err); local
231 // If script is invalid, common or inherited or there's an error
334 UScriptCode script = USCRIPT_COMMON; local
    [all...]
  /frameworks/compile/libbcc/lib/AndroidBitcode/
ABCCompilerDriver.cpp 26 #include "bcc/Script.h"
138 Script *ABCCompilerDriver::prepareScript(int pInputFd) {
145 Script *script = new (std::nothrow) Script(*source); local
146 if (script == NULL) {
147 ALOGE("Out of memory when create script for file descriptor `%d'!",
153 return script;
156 bool ABCCompilerDriver::compile(Script &pScript, llvm::raw_ostream &pOutput) {
173 bool ABCCompilerDriver::link(const Script &pScript
260 Script *script = prepareScript(pInputFd); local
    [all...]
  /build/tools/releasetools/
ota_from_target_files 50 Insert the contents of file at the end of the update script.
178 # set metadata for the files generated by this script.
229 def SetPermissions(self, script):
230 """Append set_perm/set_perm_recursive commands to 'script' to
243 script.SetPermissionsRecursive("/"+item.name, *item.best_subtree)
248 script.SetPermissions("/"+item.name, item.uid, item.gid, item.mode)
255 script.SetPermissions("/"+item.name, item.uid, item.gid, item.mode)
306 def AppendAssertions(script, info_dict):
308 script.AssertDevice(device)
316 script that is run from init.rc on first boot to actually do th
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
SourceFile.js 31 WebInspector.SourceFile = function(id, script, contentChangedDelegate)
33 this._scripts = [script];
35 if (script.sourceURL)
36 this._resource = WebInspector.networkManager.inflightResourceForURL(script.sourceURL) || WebInspector.resourceForURL(script.sourceURL);
40 this.url = script.sourceURL;
41 this.isContentScript = script.isContentScript;
50 addScript: function(script)
52 this._scripts.push(script);
84 forceLoadContent: function(script)
    [all...]
  /cts/suite/audio_quality/lib/include/
SignalProcessingInterface.h 25 * Interface to Signal processing module to run signal processing script and retrieve the result
32 virtual bool init(const android::String8& script) = 0;
34 * run the script with given input / output parameters. Note that this function does not
36 * @param functionScript function name (python script name to run for this call)
  /cts/suite/audio_quality/lib/src/
SimpleScriptExec.cpp 30 android::String8 script("test_description/conf/check_conf.py");
33 if (!runScript(script, param, result)) {
66 bool SimpleScriptExec::runScript(const android::String8& script, const android::String8& param,
71 command.appendFormat("%s %s %s", PYTHON_PATH, script.string(), param.string());
  /device/asus/tilapia/
releasetools.py 70 info.script.Print("Writing bootloader...")
72 info.script.AppendExtra('''package_extract_file("bootloader.raw", "%s");''' %
79 info.script.Print("Writing radio...")
81 info.script.AppendExtra("""assert(package_extract_file("radio.raw", "%s"),
  /external/harfbuzz_ng/src/
hb-ot-tag.h 43 hb_ot_tags_from_script (hb_script_t script,

Completed in 1304 milliseconds

1 2 3 4 5 67 8 91011>>