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

<<11121314151617181920>>

  /build/tools/releasetools/
edify_generator.py 21 """Class to generate scripts in the 'edify' recovery script language
25 self.script = []
31 """Make a temporary script object whose commands can latter be
32 appended to the parent script with AppendScript(). Used when the
33 caller wants to generate script commands out-of-order."""
67 """Append the contents of another script (which should be created
69 self.script.extend(other.script)
82 self.script.append(cmd)
87 self.script.append
    [all...]
  /device/asus/flo/
releasetools.py 37 info.script.CacheFreeSpaceCheck(len(source_radio_img))
39 info.script.PatchCheck("%s:%s:%d:%s:%d:%s" % (
94 info.script.Print("Patching radio...")
97 info.script.ApplyPatch(
104 info.script.Print("Writing radio...")
107 info.script.AppendExtra(
118 info.script.Print("Writing DDR...")
120 info.script.AppendExtra(
140 info.script.Print("Writing bootloader...")
178 info.script.AppendExtra
    [all...]
  /external/chromium_org/chrome/browser/chromeos/system/
input_device_settings.cc 43 bool ScriptExists(const std::string& script) {
45 return base::PathExists(base::FilePath(script));
48 // Executes the input control script asynchronously, if it exists.
52 const std::string& script(argv[0]);
54 // Script must exist on device.
55 DCHECK(!base::chromeos::IsRunningOnChromeOS() || ScriptExists(script));
57 if (!ScriptExists(script))
85 void SetPointerSensitivity(const char* script, int value) {
89 3, script, "sensitivity", base::StringPrintf("%d", value).c_str());
96 void DeviceExistsBlockingPool(const char* script,
    [all...]
  /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/v8/src/
accessors.cc 174 Object* script = JSValue::cast(object)->value(); local
175 return Script::cast(script)->source();
192 Object* script = JSValue::cast(object)->value(); local
193 return Script::cast(script)->name();
210 Object* script = JSValue::cast(object)->value(); local
211 return Script::cast(script)->id();
228 Object* script = JSValue::cast(object)->value() local
246 Object* script = JSValue::cast(object)->value(); local
264 Object* script = JSValue::cast(object)->value(); local
282 Object* script = JSValue::cast(object)->value(); local
300 Object* script = JSValue::cast(object)->value(); local
347 Object* script = JSValue::cast(object)->value(); local
365 Object* script = JSValue::cast(object)->value(); local
423 Object* script = JSValue::cast(object)->value(); local
    [all...]
  /device/samsung/manta/
releasetools.py 37 # info.script.CacheFreeSpaceCheck(len(source_radio_img))
39 # info.script.PatchCheck("%s:%s:%d:%s:%d:%s" % (
66 info.script.Print("Writing bootloader...")
68 info.script.AppendExtra(
  /external/chromium_org/chrome/test/chromedriver/
embed_js_in_cpp.py 8 Each argument to the script must be a file containing an associated JavaScript
10 This is called the exported function of the script. The entire script will be
36 script = 'function() { %s; return %s.apply(null, arguments) }' % (
38 global_string_map[script_name] = script
  /external/chromium_org/content/public/test/
browser_test_utils.h 90 // RenderViewHost. Targetting a WebContents means executing script in the
107 // Executes the passed |script| in the frame pointed to by |frame_xpath| (use
108 // empty string for main frame). The |script| should not invoke
114 const std::string& script) WARN_UNUSED_RESULT;
116 // The following methods executes the passed |script| in the frame pointed to by
118 // value passed to "window.domAutomationController.send" by the executed script.
119 // They return true on success, false if the script execution failed or did not
124 const std::string& script,
129 const std::string& script,
134 const std::string& script,
    [all...]
  /external/chromium_org/ppapi/api/private/
ppb_instance_private.idl 61 * script in the context of the frame containing the module.
69 * @param[in] script A string containing the JavaScript to execute.
74 * @return The result of the script execution, or a "void" var
78 [in] PP_Var script,
  /external/chromium_org/ppapi/thunk/
ppb_instance_private_thunk.cc 37 struct PP_Var script,
43 return enter.functions()->ExecuteScript(instance, script, exception);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8WorkerGlobalScopeCustom.cpp 60 WorkerScriptController* script = workerGlobalScope->script(); local
61 if (!script)
65 v8::Handle<v8::Context> v8Context = script->context();
134 WorkerScriptController* script = impl->script();
135 if (!script)
138 v8::Handle<v8::Object> global = script->context()->Global();
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
SConscript 52 script = '#src/mapi/mapi/mapi_abi.py',
54 command = python_cmd + ' $SCRIPT --printer vgapi --mode app $SOURCE > $TARGET'
  /external/chromium_org/v8/test/cctest/
test-global-object.cc 41 v8::Local<v8::Script> script = v8_compile("\"use strict\"; x = 42;"); local
47 script->Run();
  /external/libyuv/
setup_env.bat 1 :: This script must not rely on any external tools or PATH values.
  /external/linux-tools-perf/scripts/python/bin/
sctop-report 24 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/sctop.py $comm $interval
  /external/mesa3d/src/gallium/state_trackers/vega/
SConscript 52 script = '#src/mapi/mapi/mapi_abi.py',
54 command = python_cmd + ' $SCRIPT --printer vgapi --mode app $SOURCE > $TARGET'
  /external/proguard/bin/
proguard.bat 3 REM Start-up script for ProGuard -- free class file shrinker, optimizer,
proguardgui.bat 3 REM Start-up script for the GUI of ProGuard -- free class file shrinker,
retrace.bat 3 REM Start-up script for Retrace -- companion tool for ProGuard, free class file
  /external/skia/include/ports/
SkTypeface_android.h 97 * Return a new typeface for a fallback script. If the script is
99 * @param script The harfbuzz script id.
105 SK_API SkTypeface* SkCreateTypefaceForScriptNG(hb_script_t script, SkTypeface::Style style,
108 SK_API SkTypeface* SkCreateTypefaceForScript(HB_Script script, SkTypeface::Style style,
  /frameworks/base/tests/WebViewTests/src/com/android/webviewtests/
JavaBridgeFieldsTest.java 69 protected String executeJavaScriptAndGetStringResult(String script) throws Throwable {
70 executeJavaScript("testObject.setStringValue(" + script + ");");
  /ndk/
ndk-gdb-py.cmd 2 rem This is a Windows cmd.exe script used to invoke the NDK-specific Python executable
  /cts/suite/audio_quality/lib/src/
SimpleScriptExec.h 35 * run given script
36 * @param script full path of the script
40 static bool runScript(const android::String8& script, const android::String8& param,
  /external/chromium_org/chrome/browser/resources/task_manager/
includes.js 5 // This script includes additional resources via document.write(). Hence, it
6 // must be a separate script file loaded before other scripts which would
16 var script = [ variable
67 for (var i = 0; i < script.length; i++) {
68 document.write('<script src="' + prefix + 'js/' + script[i] +
69 '"><\/script>');
82 var s = document.createElement('script');
  /external/chromium_org/chrome/browser/ui/search/
instant_test_utils.h 80 const std::string& script,
83 const std::string& script,
86 const std::string& script,
88 bool ExecuteScript(const std::string& script) WARN_UNUSED_RESULT;

Completed in 610 milliseconds

<<11121314151617181920>>