Home
last modified time | relevance | path

Searched refs:script (Results 1 – 25 of 36) sorted by relevance

12

/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/
Dnon_ab_ota.py126 script = edify_generator.EdifyGenerator(target_api_version, target_info)
129 target_info.WriteMountOemScript(script)
145 script=script,
155 script.AssertOlderBuild(ts, ts_text)
157 target_info.WriteDeviceAssertions(script, OPTIONS.oem_no_mount)
195 script.AppendExtra("""
200 script.Comment("Stage 2/3")
201 script.WriteRawImage("/recovery", "recovery.img")
202 script.AppendExtra("""
209 script.Comment("Stage 3/3")
[all …]
Dedify_generator.py24 self.script = []
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)
152 self.script.append(self.WordWrap(cmd))
158 self.script.append("show_progress(%f, %d);" % (frac, int(dur)))
[all …]
Dcommon.py656 def WriteMountOemScript(self, script): argument
659 script.Mount("/oem", recovery_mount_options)
661 def WriteDeviceAssertions(self, script, oem_no_mount): argument
664 script.AssertDevice(self.device)
680 script.AssertOemProperty(prop, values, oem_no_mount)
3122 def WriteScript(self, script, output_zip, progress=None, argument
3126 script.Print("Patching %s image unconditionally..." % (self.partition,))
3128 script.Print("Patching %s image after verification." % (self.partition,))
3131 script.ShowProgress(progress, 0)
3132 self._WriteUpdate(script, output_zip)
[all …]
Dtest_common.py1907 def WriteScript(self, script, _, progress=None, argument
1910 script.AppendExtra("progress({})".format(progress))
1911 script.AppendExtra("patch({});".format(self.partition))
1913 self.WritePostInstallVerifyScript(script)
1915 def WritePostInstallVerifyScript(self, script): argument
1916 script.AppendExtra("verify({});".format(self.partition))
1937 self.script = test_utils.MockScriptWriter()
1952 dp_diff.WriteScript(self.script, output_zip, write_verify_script=True)
1954 self.assertEqual(str(self.script).strip(), """
2000 dp_diff.WriteScript(self.script, output_zip, write_verify_script=True)
[all …]
Dvalidate_target_files.py177 with open(os.path.join(input_tmp, script_path), 'r') as script:
178 lines = script.read().strip().split('\n')
DAndroid.bp257 // `avbtool` is not here, as the script always uses the one from info_dict['avb_avbtool'].
/build/soong/dexpreopt/dexpreopt_gen/
Ddexpreopt_gen.go166 script := &bytes.Buffer{}
167 script.WriteString(scriptHeader)
169 script.WriteString(c)
170 script.WriteString("\n\n")
188 fmt.Fprintln(script, "rm -f $2.d")
190 fmt.Fprintln(script, `echo -n $2 > $2.d`)
193 fmt.Fprintf(script, "cat >> $2.d <<'EOF'\n%sEOF\n", depFile.String())
195 err := pathtools.WriteFileIfChanged(file, script.Bytes(), 0755)
/build/pesto/experiments/prepare_bazel_test_env/
DREADME.md3 The `prepare_bazel_test_env` script is a proof-of-concept script
/build/make/tools/rbcrun/
DREADME.md9 A Roboleaf configuration file is a Starlark script. Usually it is read from *file*. The option `-c`…
10 script directly on the command line. The option `-f` is there to allow the name of a file script to…
11 (i.e., `my=file.rbc` sets `my` to `file.rbc`, `-f my=file.rbc` runs the script from `my=file.rbc`).
19 Read script from *text*
/build/pesto/experiments/prepare_bazel_test_env/data/templates/build/bazel/rules/
Dcc_test.bzl.template20 # Emit the launcher script.
21 script = ctx.actions.declare_file("%s.sh" % ctx.label.name)
24 output = script,
54 return [DefaultInfo(executable = script, runfiles = runfiles)]
/build/blueprint/bootstrap/
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/target/product/gsi/
Dinit.gsi.rc2 # Android init script for GSI required initialization
/build/make/core/
Dmisc_prebuilt_internal.mk29 $(eval $(call copy-init-script-file-checked,$(my_prebuilt_src_file),$(LOCAL_BUILT_MODULE)))
/build/soong/cmd/soong_build/
Dwritedocs.go392 <script>
407 </script>
413 <script type="text/javascript">
426 </script>
/build/bazel/scripts/milestone-2/
Ddemo.sh26 A demo script for the Android.bp to BUILD file converter.
/build/make/target/product/
Dhandheld_system.mk23 $(call inherit-product-if-exists, external/google-fonts/dancing-script/fonts.mk)
/build/soong/cc/ndkstubgen/
D.gitignore32 # Usually these files are written by a python script from a template
/build/soong/cc/symbolfile/
D.gitignore32 # Usually these files are written by a python script from a template
/build/soong/cc/ndk_api_coverage_parser/
D.gitignore32 # Usually these files are written by a python script from a template
/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.
Dmap_files.md14 A linker version script defines at least one alphanumeric "version" definition,
42 When generating NDK API stubs from this version script, the stub library for R
/build/make/tools/droiddoc/templates-pdk/assets/
Djquery-1.6.2.min.js18script")&&(!h[j].type||h[j].type.toLowerCase()==="text/javascript"))e.push(h[j].parentNode?h[j].pa… property

12