Home
last modified time | relevance | path

Searched full:script (Results 1 – 25 of 94) sorted by relevance

1234

/build/make/tools/droiddoc/templates-pdk/
Dhead_tag.cs16 <script src="<?cs var:toroot ?>assets/search_autocomplete.js" type="text/javascript"></script>
17 <script src="<?cs var:toroot ?>assets/jquery-resizable.min.js" type="text/javascript"></script>
18 <script src="<?cs var:toroot ?>assets/android-developer-docs.js" type="text/javascript"></script>
19 <script src="<?cs var:toroot ?>assets/prettify.js" type="text/javascript"></script>
20 <script type="text/javascript">
22 </script><?cs
24 <script src="<?cs var:toroot ?>assets/android-developer-reference.js" type="text/javascript"></scri…
25 <script src="<?cs var:toroot ?>navtree_data.js" type="text/javascript"></script><?cs
28 <script src="<?cs var:toroot ?>resources/resources-data.js" type="text/javascript"></script><?cs
30 <script type="text/javascript">
[all …]
Dcustomizations.cs18 <script>
22 </script>
32 <script>
36 </script>
78 <script>
80 </script>
93 <script>
109 </script><?cs
Dtrailer.cs2 <script type="text/javascript">
4 </script>
/build/make/tools/releasetools/
Dedify_generator.py20 """Class to generate scripts in the 'edify' recovery script language
24 self.script = []
68 """Append the contents of another script (which should be created
70 self.script.extend(other.script)
94 self.script.append(cmd)
105 self.script.append(cmd)
116 self.script.append(cmd)
127 self.script.append(cmd)
132 self.script.append(
144 self.script.append(cmd)
[all …]
Dota_from_target_files94 Insert the contents of file at the end of the update script.
119 not mount the OEM partition in the updater-script. This should be very
429 def WriteMountOemScript(self, script): argument
432 script.Mount("/oem", recovery_mount_options)
434 def WriteDeviceAssertions(self, script, oem_no_mount): argument
437 script.AssertDevice(self.device)
453 script.AssertOemProperty(prop, values, oem_no_mount)
550 brillo_update_payload script; or None.
574 AssertionError: On any failure when calling brillo_update_payload script.
667 def _WriteRecoveryImageToBoot(script, output_zip): argument
[all …]
Dota_from_target_files.py94 Insert the contents of file at the end of the update script.
119 not mount the OEM partition in the updater-script. This should be very
429 def WriteMountOemScript(self, script): argument
432 script.Mount("/oem", recovery_mount_options)
434 def WriteDeviceAssertions(self, script, oem_no_mount): argument
437 script.AssertDevice(self.device)
453 script.AssertOemProperty(prop, values, oem_no_mount)
550 brillo_update_payload script; or None.
574 AssertionError: On any failure when calling brillo_update_payload script.
667 def _WriteRecoveryImageToBoot(script, output_zip): argument
[all …]
Dcommon.py1277 script, and expect to find jars in <dir>/framework.
1685 the script before any changes are made."""
1691 script before any changes are made."""
1934 def WriteScript(self, script, output_zip, progress=None, argument
1938 script.Print("Patching %s image unconditionally..." % (self.partition,))
1940 script.Print("Patching %s image after verification." % (self.partition,))
1943 script.ShowProgress(progress, 0)
1944 self._WriteUpdate(script, output_zip)
1947 self.WritePostInstallVerifyScript(script)
1949 def WriteStrictVerifyScript(self, script): argument
[all …]
Dtest_utils.py35 """Returns the testdata dir, in relative to the script dir."""
36 # The script dir is the one we want, which could be different from pwd.
47 # Or running the script unpacked from otatools.zip.
/build/make/tools/droiddoc/templates-ndk/
Dhead_tag.cs44 <script src="<?cs if:android.whichdoc != 'online' ?>http:<?cs /if ?>//www.google.com/jsapi" type="t…
47 …?><script src="<?cs var:toroot ?>_static/js/android_3p-bundle.js" type="text/javascript"></script>…
49 …?><script src="<?cs var:toroot ?>assets/js/android_3p-bundle.js" type="text/javascript"></script><…
54 <script type="text/javascript">
58 </script>
59 <script src="<?cs var:toroot ?>assets/js/docs.js?v=3" type="text/javascript"></script>
62 <script type="text/javascript" src="https://helpouts.google.com/ps/res/embed.js" defer async
65 data-helpouts-standalone="true"></script>
68 <script>
72 })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
[all …]
Dcustomizations.cs33 <script>
37 </script>
51 <script>
55 </script>
70 <script>
74 </script>
89 <script>
93 </script>
108 <script>
112 </script>
[all …]
Ddesignpage.cs13 <script src="<?cs var:toroot ?>assets/jquery-1.6.2.min.js"></script>
14 <script>var SITE_ROOT = '<?cs var:toroot ?>design';</script>
15 <script src="<?cs var:toroot ?>assets/design/default.js"></script>
90 <script type="text/javascript">
92 …Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
93 </script>
94 <script type="text/javascript">
97 </script>
100 <script type="text/javascript">
104 </script>
Dtrailer.cs4 <script type="text/javascript">
10 </script>
13 <script type="text/javascript">
18 </script>
Ddocpage.cs180 …<script src="https://developer.android.com/ytblogger_lists_unified.js" type="text/javascript"></sc…
181 <script src="<?cs var:toroot ?>jd_lists_unified.js?v=8" type="text/javascript"></script>
182 <script src="<?cs var:toroot ?>jd_extras.js?v=10" type="text/javascript"></script>
183 <script src="<?cs var:toroot ?>jd_collections.js?v=10" type="text/javascript"></script>
184 <script src="<?cs var:toroot ?>jd_tag_helpers.js?v=5" type="text/javascript"></script>
/build/blueprint/
Dblueprint.bash3 # This script is intented to wrap the execution of ninja so that we
7 # the minibp binary, or can be used by another script as part of a custom
8 # Blueprint-based build system. When used by another script, the following
9 # environment variables can be set to configure this script, which are
17 # this script into the $BUILDDIR, where it may be executed.
20 # script executes should be the same directory that $BOOTSTRAP should be
26 # this is the directory containing this script, but can be set explicitly
40 # .blueprint.bootstrap provides saved values from the bootstrap.bash script:
Dbootstrap.bash3 # This script serves two purposes. First, it can bootstrap the standalone
4 # Blueprint to generate the minibp binary. To do this simply run the script
7 # It can also be invoked from another script to bootstrap a custom Blueprint-
8 # based build system. To do this, the invoking script must first set some or
20 # The invoking script should then run this script, passing along all of its
27 # BOOTSTRAP should be set to the path of the bootstrap script. It can be
33 # WRAPPER should only be set if you want a ninja wrapper script to be
43 # the bootstrap script.
/build/soong/dexpreopt/dexpreopt_gen/
Ddexpreopt_gen.go33 dexpreoptScriptPath = flag.String("dexpreopt_script", "", "path to output dexpreopt script")
34 stripScriptPath = flag.String("strip_script", "", "path to output strip script")
64 usage("path to output dexpreopt script is required")
68 usage("path to output strip script is required")
144 script := &bytes.Buffer{}
145 script.WriteString(scriptHeader)
147 script.WriteString(c)
148 script.WriteString("\n\n")
158 // Assume the rule that ran the script already has a dependency on the input file passed on the
166 fmt.Fprintln(script, "rm -f $2.d")
[all …]
/build/blueprint/bootstrap/
Ddoc.go20 // 2. A script interpreter (e.g. Bash or Python)
80 // 2. The bootstrap script
81 // 3. The build wrapper script
89 // The bootstrap script is a small script to setup the build directory, writing
100 // The bootstrapping process begins with the user running the bootstrap script
101 // to initialize a new build directory. The script is run from the build
114 // Once the script completes the build directory is initialized and ready to run
115 // a build. A wrapper script (blueprint.bash by default) has been installed in
Dwritedocs.go116 <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
117 <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
/build/make/core/tasks/
Dboot_jars_package_check.mk27 script := build/make/core/tasks/check_boot_jars/check_boot_jars.py
31 $(stamp): PRIVATE_SCRIPT := $(script)
33 $(stamp) : $(built_boot_jars) $(script) $(whitelist_file)
/build/make/target/product/
Dcore_64_bit_only.mk22 # Copy the 64-bit zygote startup script
25 # Set the zygote property to select the 64-bit script.
Dcore_64_bit.mk25 # Copy the 64-bit primary, 32-bit secondary zygote startup script
28 # Set the zygote property to select the 64-bit primary, 32-bit secondary script
/build/make/core/
Dsdk_font.mk3 # properly. Hence, a special script is used to rename the fonts. We bundle all
10 # The script that renames the font.
13 # Location of the fonttools library that the above script depends on.
/build/soong/scripts/
Dmergenotice.py19 This script shouldn't be confused with build/make/tools/generate-notice-files.py
21 installed. This script has rather limited scope; it is meant to create a merged
/build/soong/docs/
Dbest_practices.md10 asking the user to run a command (either a straight command, checked in script,
11 generated script, etc) to explicitly copy that file from the output into the
25 Assume that the source directory is `$PWD`. If a script is going to change
27 prefer to do that in the script.
/build/make/target/product/gsi/
Dinit.gsi.rc2 # Android init script for GSI required initialization

1234