HomeSort by relevance Sort by last modified time
    Searched refs:script (Results 26 - 50 of 747) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/ui/webui/options/
options_managed_banner_handler.cc 29 // Construct the banner visibility script name.
30 std::string script = "options." + UTF16ToASCII(page_name_) + local
37 web_ui_->CallJavascriptFunction(script, visibility);
  /external/srec/srec/Semproc/include/
SR_LexicalAnalyzer.h 39 * Pointer to the script to analyze .
41 LCHAR* script; member in struct:LexicalAnalyzer_t
44 * Pointer to the next token in the script.
60 * @param script pointer to the script to analyze
62 SREC_SEMPROC_API ESR_ReturnCode LA_Analyze(LexicalAnalyzer *self, LCHAR *script);
  /external/v8/src/
log-inl.h 40 Script* script) {
42 && script->type()->value() == Script::TYPE_NATIVE) {
  /external/webkit/Tools/DumpRenderTree/
WorkQueueItem.h 86 ScriptItem(const JSStringRef script)
87 : m_script(script)
100 LoadingScriptItem(const JSStringRef script)
101 : ScriptItem(script)
111 NonLoadingScriptItem(const JSStringRef script)
112 : ScriptItem(script)
  /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)
80 self.script.append(self._WordWrap(cmd))
85 self.script.append(('assert(!less_than_int(%s,
    [all...]
ota_from_target_files 50 Insert the contents of file at the end of the update script.
177 # set metadata for the files generated by this script.
228 def SetPermissions(self, script):
229 """Append set_perm/set_perm_recursive commands to 'script' to
242 script.SetPermissionsRecursive("/"+item.name, *item.best_subtree)
247 script.SetPermissions("/"+item.name, item.uid, item.gid, item.mode)
254 script.SetPermissions("/"+item.name, item.uid, item.gid, item.mode)
310 def AppendAssertions(script, input_zip):
312 script.AssertDevice(device)
320 script that is run from init.rc on first boot to actually do th
    [all...]
  /device/samsung/crespo/
releasetools.py 40 info.script.Print("Writing bootloader...")
41 info.script.WriteRawImage("/bootloader", "bootloader.img")
48 info.script.Print("Writing radio...")
49 info.script.WriteRawImage("/radio", "radio.img")
56 info.script.CacheFreeSpaceCheck(len(source_radio_img))
58 info.script.PatchCheck("%s:%s:%d:%s:%d:%s" % (
75 info.script.Print("Writing bootloader...")
76 info.script.WriteRawImage("/bootloader", "bootloader.img")
94 info.script.Print("Writing radio...")
95 info.script.WriteRawImage("/radio", tf.name
    [all...]
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/button/
button.edc 32 script {
126 script {
134 script {
142 script {
150 script {
158 script {
166 script {
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/check/
check.edc 36 script {
131 script {
139 script {
147 script {
155 script {
163 script {
171 script {
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/entry/
entry.edc 31 script {
117 script {
125 script {
133 script {
141 script {
149 script {
157 script {
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/radio/
radio.edc 35 script {
131 script {
139 script {
147 script {
155 script {
163 script {
171 script {
  /external/webkit/Tools/DumpRenderTree/mac/
NavigationController.m 51 - (void)setPendingScript:(NSString *)script
53 if (script != pendingScript) {
55 pendingScript = [script copy];
67 - (void)evaluateWebScript:(NSString *)script afterBackForwardNavigation:(NSString *)navigation
70 if (![script isKindOfClass:[NSString class]])
71 script = @"";
75 [self setPendingScript:script];
  /bootable/recovery/updater/
updater.c 31 // Where in the package we expect to find the edify script to execute.
32 // (Note it's "updateR-script", not the older "update-script".)
33 #define SCRIPT_NAME "META-INF/com/google/android/updater-script"
63 // Extract the script from the package.
81 char* script = malloc(script_entry->uncompLen+1); local
82 if (!mzReadZipEntry(&za, script_entry, script, script_entry->uncompLen)) {
83 fprintf(stderr, "failed to read script from package\n");
86 script[script_entry->uncompLen] = '\0';
95 // Parse the script
    [all...]
  /frameworks/base/libs/rs/driver/
rsdBcc.h 28 android::renderscript::Script *script,
34 android::renderscript::Script *s,
43 android::renderscript::Script *script);
45 android::renderscript::Script *script);
47 android::renderscript::Script *script);
50 const android::renderscript::Script *,
    [all...]
  /external/webkit/Source/WebCore/bindings/js/
ScriptState.cpp 65 JSDOMWindowShell* shell = frame->script()->windowShell(mainThreadNormalWorld());
79 if (!frame->script()->canExecuteScripts(NotAboutToExecuteScript))
81 return frame->script()->globalObject(world)->globalExec();
86 return page->mainFrame()->script()->globalObject(world)->globalExec();
92 return workerContext->script()->workerContextWrapper()->globalExec();
  /external/webkit/Source/WebCore/bindings/v8/
DebuggerScript.js 55 var script = scripts[i];
59 if (script.context_data && script.context_data === "worker")
60 result.push(DebuggerScript._formatScript(script));
80 var script = scripts[i];
81 if (script.context_data && script.context_data.lastIndexOf(idSuffix) != -1)
82 result.push(DebuggerScript._formatScript(script));
87 DebuggerScript._formatScript = function(script)
90 id: script.id
    [all...]
  /external/harfbuzz/contrib/
harfbuzz-unicode.c 11 #include "tables/script-properties.h"
88 return ((const struct script_property *) vprop)->script;
104 output->script = init_script;
114 const HB_Script script = code_point_to_script(cp); local
116 if (script != current_script) {
119 output->script = script;
120 current_script = script;
122 } else if (script == HB_Script_Inherited) {
132 if (output->script == HB_Script_Inherited
164 const HB_Script script = code_point_to_script(cp); local
    [all...]
  /external/webkit/Source/WebCore/html/parser/
HTMLScriptRunner.cpp 94 ScriptSourceCode HTMLScriptRunner::sourceFromPendingScript(const PendingScript& script, bool& errorOccurred) const
96 if (script.cachedScript()) {
97 errorOccurred = script.cachedScript()->errorOccurred();
98 ASSERT(script.cachedScript()->isLoaded());
99 return ScriptSourceCode(script.cachedScript());
102 return ScriptSourceCode(script.element()->textContent(), documentURLForScriptExecution(m_document), script.startingPosition());
105 bool HTMLScriptRunner::isPendingScriptReady(const PendingScript& script)
110 if (script.cachedScript() && !script.cachedScript()->isLoaded()
    [all...]
  /device/samsung/toro/
releasetools.py 53 info.script.CacheFreeSpaceCheck(len(source_radio_img))
55 info.script.PatchCheck("%s:%s:%d:%s:%d:%s" % (
106 info.script.Print("Writing bootloader...")
107 info.script.AppendExtra('''assert(samsung.write_bootloader(
115 info.script.Print("Writing LTE radio...")
116 info.script.WriteRawImage("/radio", tf.name)
129 info.script.Print("Writing LTE radio...")
130 info.script.WriteRawImage("/radio", tf.name)
133 info.script.Print("Patching LTE radio...")
135 info.script.ApplyPatch
    [all...]
  /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/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,
  /external/webkit/Source/JavaScriptGlue/
testjsglue.cpp 32 CFStringRef script = variable
43 JSRunRef jsRun = JSRunCreate(script, kJSFlagNone);

Completed in 744 milliseconds

12 3 4 5 6 7 8 91011>>