/build/make/core/ |
D | aapt_flags.mk | 6 ifeq ($(filter 0 1,$(words $(filter --extra-packages,$(LOCAL_AAPT_FLAGS)))),) 7 aapt_flags := $(subst --extra-packages$(space),--extra-packages@,$(LOCAL_AAPT_FLAGS)) 8 …aapt_flags_extra_packages := $(patsubst --extra-packages@%,%,$(filter --extra-packages@%,$(aapt_fl… 10 LOCAL_AAPT_FLAGS := $(filter-out --extra-packages@%,$(aapt_flags)) \ 11 --extra-packages $(subst $(space),:,$(aapt_flags_extra_packages))
|
D | force_aapt2.mk | 30 ifneq (,$(filter --extra-packages,$(LOCAL_AAPT_FLAGS))) 31 LOCAL_AAPT_FLAGS := $(subst --extra-packages=,--extra-packages$(space), \ 33 --extra-packages=android.support.% \ 34 --extra-packages=androidx.%, \ 35 $(subst --extra-packages$(space),--extra-packages=,$(LOCAL_AAPT_FLAGS)))) 36 ifeq (,$(filter --extra-packages,$(LOCAL_AAPT_FLAGS)))
|
D | sdk_font.mk | 51 define sdk-extra-font-rule 63 $(eval $(call sdk-extra-font-rule,NanumGothic.ttf,external/naver-fonts/NanumGothic.ttf)) 64 $(eval $(call sdk-extra-font-rule,DroidSansFallback.ttf,frameworks/base/data/fonts/DroidSansFallbac… 66 sdk-extra-font-rule :=
|
/build/soong/python/tests/ |
D | runtest.sh | 52 PYTHONPATH=/extra $ANDROID_HOST_OUT/bin/py2-cmd py-cmd_test.py 53 PYTHONPATH=/extra $ANDROID_HOST_OUT/bin/py3-cmd py-cmd_test.py 55 ARGTEST=true PYTHONPATH=/extra $ANDROID_HOST_OUT/bin/py2-cmd py-cmd_test.py arg1 arg2 56 ARGTEST2=true PYTHONPATH=/extra $ANDROID_HOST_OUT/bin/py2-cmd py-cmd_test.py --arg1 arg2 58 ARGTEST=true PYTHONPATH=/extra $ANDROID_HOST_OUT/bin/py3-cmd py-cmd_test.py arg1 arg2 59 ARGTEST2=true PYTHONPATH=/extra $ANDROID_HOST_OUT/bin/py3-cmd py-cmd_test.py --arg1 arg2
|
/build/soong/ui/status/ |
D | kati.go | 36 extra int member 78 if err == nil && idx+k.extra != k.count { 79 k.extra = k.count - idx 80 k.st.SetTotalActions(k.total + k.extra) 83 k.extra += 1 84 k.st.SetTotalActions(k.total + k.extra) 92 k.st.SetTotalActions(k.total + k.extra)
|
/build/soong/ui/build/ |
D | ninja.go | 84 if extra, ok := cmd.Environment.Get("NINJA_ARGS"); ok { 85 cmd.Args = append(cmd.Args, strings.Fields(extra)...) 87 if extra, ok := cmd.Environment.Get("NINJA_EXTRA_ARGS"); ok { 88 cmd.Args = append(cmd.Args, strings.Fields(extra)...)
|
/build/make/tools/ziptime/ |
D | README.txt | 9 (Jan 1 2008). The extra fields are not changed, so you'll need to use the 10 -X option to zip so that it doesn't create the 'universal time' extra.
|
/build/make/tools/ |
D | soong_to_convert.py | 96 extra = "" 98 extra = " ({})".format(problems[module]) 99 results.append((count_deps(reverse_deps, module, []), module + extra, module_types[module]))
|
/build/soong/cc/ |
D | genrule.go | 42 extra := &GenruleExtraProperties{} 43 module.Extra = extra 44 module.ImageInterface = extra
|
/build/soong/android/ |
D | visibility.go | 515 Widen(extra []string) error 526 func (v *visibilityRuleSet) Widen(extra []string) error { 529 if len(extra) == 1 { 530 singularRule := extra[0] 534 v.rules = extra 554 v.rules = FirstUniqueStrings(append(v.rules, extra...))
|
/build/soong/dexpreopt/ |
D | testing.go | 59 for _, extra := range dexpreoptModules { 69 `, extra)
|
/build/soong/java/ |
D | testing.go | 285 for _, extra := range extraModules { 294 `, extra) 320 for _, extra := range systemModules { 331 `, extra)
|
D | java_test.go | 264 extra string 269 extra: `java_library { name: "exports", srcs: ["a.java"], exported_plugins: ["plugin"] }`, 274 extra: ` 286 extra: ` 298 extra: ` 310 extra: ` 321 extra: ` 345 `+test.extra) 736 extra string 756 extra: ` [all …]
|
/build/make/tools/zipalign/ |
D | README.txt | 22 the "extra" field in the zip Local File Header sections. Existing data 23 in the "extra" fields may be altered by this process.
|
/build/blueprint/bootstrap/ |
D | build.ninja | 5 # extraArgs - Any extra arguments to pass to minibp (-t)
|
/build/make/tools/releasetools/ |
D | validate_target_files.py | 90 if ranges.extra.get('uses_shared_blocks'): 91 file_ranges = ranges.extra['uses_shared_blocks'] 95 incomplete = file_ranges.extra.get('incomplete', False) 103 for file_range in file_ranges.extra['text_str'].split(' '):
|
D | test_utils.py | 189 def AppendExtra(self, extra): argument 190 self.lines.append(extra)
|
D | test_common.py | 1175 sparse_image.file_map['/system/file2'].extra['uses_shared_blocks']) 1177 'incomplete', sparse_image.file_map['/system/file2'].extra) 1180 self.assertEqual(1, len(sparse_image.file_map['/system/file1'].extra)) 1183 self.assertFalse(sparse_image.file_map['__COPY'].extra) 1184 self.assertFalse(sparse_image.file_map['__NONZERO-0'].extra) 1209 sparse_image.file_map['/system/file1'].extra['text_str']) 1210 self.assertTrue(sparse_image.file_map['/system/file2'].extra['incomplete']) 1237 sparse_image.file_map['//system/file1'].extra['text_str']) 1238 self.assertTrue(sparse_image.file_map['//system/file2'].extra['incomplete']) 1240 sparse_image.file_map['/system/app/file3'].extra['incomplete']) [all …]
|
D | sparse_img.py | 264 ranges.extra['text_str'] = ranges_text 277 non_shared.extra['uses_shared_blocks'] = ranges
|
/build/soong/scripts/ |
D | lint_project_xml.py | 126 for extra in args.extra_checks_jars: 127 f.write(" <lint-checks jar='%s' />\n" % extra)
|
D | manifest_fixer_test.py | 73 def uses_sdk(self, min=None, target=None, extra=''): argument 79 if extra: 80 attrs += ' ' + extra 96 extra='extra="foo"')
|
/build/soong/cmd/multiproduct_kati/ |
D | main.go | 516 extra := len(list) % shardCount 519 if extra > 0 { 521 extra -= 1
|
/build/make/ |
D | buildspec.mk.default | 32 # for debugging. Eng has lots of extra tools for development. 70 # Specify the extra CFLAGS to use when building a module whose
|
/build/ |
D | buildspec.mk.default | 32 # for debugging. Eng has lots of extra tools for development. 70 # Specify the extra CFLAGS to use when building a module whose
|
/build/soong/cmd/pom2bp/ |
D | pom2bp.go | 590 …write <regex>=<replace>] [-exclude <module>] [--extra-static-libs <module>=<module>[,<module>]] [-… 600 -extra-static-libs <module>=<module>[,<module>] 604 -extra-libs <module>=<module>[,<module>]
|