/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/java/ |
D | testing.go | 139 for _, extra := range extraModules { 147 `, extra) 213 for _, extra := range systemModules { 224 `, extra)
|
D | java_test.go | 319 extra string 324 extra: `java_library { name: "exports", srcs: ["a.java"], exported_plugins: ["plugin"] }`, 329 extra: ` 341 extra: ` 353 extra: ` 365 extra: ` 383 `+test.extra) 803 extra string 823 extra: ` 881 `+test.extra,
|
/build/soong/ui/build/ |
D | ninja.go | 74 if extra, ok := cmd.Environment.Get("NINJA_ARGS"); ok { 75 cmd.Args = append(cmd.Args, strings.Fields(extra)...) 77 if extra, ok := cmd.Environment.Get("NINJA_EXTRA_ARGS"); ok { 78 cmd.Args = append(cmd.Args, strings.Fields(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 | 39 extra := &GenruleExtraProperties{} 40 module.Extra = extra 41 module.ImageInterface = 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/releasetools/ |
D | test_utils.py | 182 def AppendExtra(self, extra): argument 183 self.lines.append(extra)
|
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_common.py | 1082 sparse_image.file_map['/system/file2'].extra['uses_shared_blocks']) 1084 'incomplete', sparse_image.file_map['/system/file2'].extra) 1087 self.assertEqual(1, len(sparse_image.file_map['/system/file1'].extra)) 1090 self.assertFalse(sparse_image.file_map['__COPY'].extra) 1091 self.assertFalse(sparse_image.file_map['__NONZERO-0'].extra) 1116 sparse_image.file_map['/system/file1'].extra['text_str']) 1117 self.assertTrue(sparse_image.file_map['/system/file2'].extra['incomplete']) 1144 sparse_image.file_map['//system/file1'].extra['text_str']) 1145 self.assertTrue(sparse_image.file_map['//system/file2'].extra['incomplete']) 1147 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/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/soong/scripts/ |
D | lint-project-xml.py | 121 for extra in args.extra_checks_jars: 122 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/blueprint/bootstrap/ |
D | build.ninja | 5 # extraArgs - Any extra arguments to pass to minibp (-t)
|
/build/soong/cmd/multiproduct_kati/ |
D | main.go | 496 extra := len(list) % shardCount 499 if extra > 0 { 501 extra -= 1
|
/build/soong/cmd/pom2bp/ |
D | pom2bp.go | 581 …write <regex>=<replace>] [-exclude <module>] [--extra-static-libs <module>=<module>[,<module>]] [-… 591 -extra-static-libs <module>=<module>[,<module>] 595 -extra-libs <module>=<module>[,<module>]
|
/build/soong/android/ |
D | androidmk.go | 371 for _, extra := range a.ExtraEntries { 372 extra(a) 601 for _, extra := range data.Extra { 602 extra(w, data.OutputFile.Path())
|
/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/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/make/target/board/ |
D | go_defaults_common.prop | 33 # extra cpu and battery. That's because the quicken files will be jit-ed in all
|