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...]