Home
last modified time | relevance | path

Searched refs:source (Results 1 – 25 of 157) sorted by relevance

1234567

/build/soong/scripts/
Dsetup-android-build.sh65 "$source/prebuilts/build-tools/linux-x86/bin/nsjail"\
68 -B / -B "$target:$source/out"\
69 --cwd "$source"\
88 (cd "$source"
Dconv_linker_config.py62 if args.source:
63 for input in args.source.split(':'):
70 with open(args.source, 'rb') as f:
78 with open(args.source, 'rb') as f:
99 with open(args.source, 'rb') as f:
/build/soong/android/
Dprebuilt_test.go37 source {
65 source {
79 source {
93 source {
106 source {
133 source {
148 source {
166 source {
185 source {
205 source {
[all …]
/build/soong/sdk/
Djava_sdk_test.go792 .intermediates/myjavalib.stubs.source/android_common/exportable/myjavalib.stubs.source_api.txt -> s…
793 .intermediates/myjavalib.stubs.source/android_common/exportable/myjavalib.stubs.source_removed.txt …
795 .intermediates/myjavalib.stubs.source.system/android_common/exportable/myjavalib.stubs.source.syste…
796 .intermediates/myjavalib.stubs.source.system/android_common/exportable/myjavalib.stubs.source.syste…
798 .intermediates/myjavalib.stubs.source.module_lib/android_common/exportable/myjavalib.stubs.source.m…
799 .intermediates/myjavalib.stubs.source.module_lib/android_common/exportable/myjavalib.stubs.source.m…
1074 .intermediates/myjavalib.stubs.source/android_common/exportable/myjavalib.stubs.source_api.txt -> s…
1075 .intermediates/myjavalib.stubs.source/android_common/exportable/myjavalib.stubs.source_removed.txt …
1077 .intermediates/myjavalib.stubs.source.system/android_common/exportable/myjavalib.stubs.source.syste…
1078 .intermediates/myjavalib.stubs.source.system/android_common/exportable/myjavalib.stubs.source.syste…
[all …]
Dbootclasspath_fragment_sdk_test.go527 .intermediates/myothersdklibrary.stubs.source/android_common/exportable/myothersdklibrary.stubs.sou…
528 .intermediates/myothersdklibrary.stubs.source/android_common/exportable/myothersdklibrary.stubs.sou…
530 .intermediates/mysdklibrary.stubs.source/android_common/exportable/mysdklibrary.stubs.source_api.tx…
531 .intermediates/mysdklibrary.stubs.source/android_common/exportable/mysdklibrary.stubs.source_remove…
533 .intermediates/mycoreplatform.stubs.source/android_common/exportable/mycoreplatform.stubs.source_ap…
534 .intermediates/mycoreplatform.stubs.source/android_common/exportable/mycoreplatform.stubs.source_re…
547 .intermediates/myothersdklibrary.stubs.source/android_common/exportable/myothersdklibrary.stubs.sou…
548 .intermediates/myothersdklibrary.stubs.source/android_common/exportable/myothersdklibrary.stubs.sou…
550 .intermediates/mysdklibrary.stubs.source/android_common/exportable/mysdklibrary.stubs.source_api.tx…
551 .intermediates/mysdklibrary.stubs.source/android_common/exportable/mysdklibrary.stubs.source_remove…
[all …]
/build/bazel/mkcompare/
Dmkfile_test.go12 source string
18 source: `
51 got, err := ParseMkFile(strings.NewReader(tt.source))
/build/make/tools/aconfig/aconfig/src/
Dtest.rs261 source: "tests/read_only_test.aconfig".to_string(), in parse_read_only_test_flags()
265 source: "tests/read_only_test.values".to_string(), in parse_read_only_test_flags()
279 source: "tests/test.aconfig".to_string(), in parse_test_flags()
284 source: "tests/first.values".to_string(), in parse_test_flags()
288 source: "tests/second.values".to_string(), in parse_test_flags()
Dcommands.rs37 pub source: String, field
46 .with_context(|| format!("failed to read {}", self.source))?; in try_parse_flags()
52 format!("failed to parse {}", self.source) in error_context()
78 .with_context(|| format!("failed to read {}", input.source))?; in parse_flags()
85 input.source, in parse_flags()
93 input.source, in parse_flags()
122 tracepoint.set_source(input.source.clone()); in parse_flags()
140 input.source in parse_flags()
153 .with_context(|| format!("failed to read {}", input.source))?; in parse_flags()
179 tracepoint.set_source(input.source.clone()); in parse_flags()
[all …]
/build/soong/java/core-libraries/
DAndroid.bp44 name: "core.current.stubs.from-source",
59 "art.module.public.api.stubs.source.api.contribution",
60 "conscrypt.module.public.api.stubs.source.api.contribution",
61 "i18n.module.public.api.stubs.source.api.contribution",
76 "core.current.stubs.from-source",
84 "core.current.stubs.from-source",
91 name: "core.current.stubs.exportable.from-source",
112 "core.current.stubs.exportable.from-source",
204 "core.module_lib.stubs.from-source",
212 "core.module_lib.stubs.from-source",
[all …]
/build/make/tools/releasetools/
Dedify_generator.py176 source = '{}:{}:{}:{}'.format(tokens[0], tokens[1], tokens[2], tokens[3])
178 self.PatchPartitionCheck(target, source)
180 def PatchPartitionCheck(self, target, source): argument
187 self._CheckSecondTokenNotSlotSuffixed(source, "PatchPartitionExprCheck")
188 self.PatchPartitionExprCheck('"%s"' % target, '"%s"' % source)
209 source=source_expr,
315 source = '{}:{}:{}:{}'.format(tokens[0], tokens[1], tokens[2], tokens[3])
318 self.PatchPartition(target, source, patch)
320 def PatchPartition(self, target, source, patch): argument
332 self._CheckSecondTokenNotSlotSuffixed(source, "PatchPartitionExpr")
[all …]
/build/blueprint/
Dtransition.go210 source *moduleInfo member
229 return c.source.logicModule
233 return c.context.provider(c.source, provider.provider())
249 …return func(source *moduleInfo, sourceVariation string, dep *moduleInfo, depTag DependencyTag) str…
252 source: source,
308 type Transition func(source *moduleInfo, sourceVariation string, dep *moduleInfo, depTag Dependency…
/build/soong/scripts/hiddenapi/
Dgenerate_hiddenapi_lists.py217 def _check_entries_set(self, keys_subset, source): argument
223 source, ''.join(
227 def _check_flags_set(self, flags_subset, source): argument
234 source, '\n'.join(flags_subset - ALL_FLAGS_SET))
283 def parse_and_merge_csv(self, csv_lines, source='<unknown>'): argument
305 self._check_flags_set(csv_flags, source)
314 def assign_flag(self, flag, apis, source='<unknown>', tag=None): argument
325 self._check_entries_set(apis, source)
328 self._check_flags_set(set([flag]), source)
/build/bazel/rules/java/
Dsdk_library_test.bzl25 "Public api surface file should be source, not generated",
38 "System api surface file should be source, not generated",
51 "Test api surface file should be source, not generated",
64 "Module_lib api surface file should be source, not generated",
77 "System_server api surface file should be source, not generated",
/build/make/tools/releasetools/merge/
Dtest_merge_compatibility_checks.py79 def _copy_apex(self, source, output_dir, partition): argument
81 source,
82 os.path.join(output_dir, partition, 'apex', os.path.basename(source)))
/build/make/tools/compliance/cmd/checkshare/
Dcheckshare.go72 Reports on stderr any targets where policy says that the source both
74 license condition that has a source privacy policy, and the license
75 condition that has a source sharing policy.
80 If all the source code that policy says must be shared may be shared,
83 If policy says any source must both be shared and not be shared,
/build/release/flag_declarations/
DRELEASE_APEX_CONTRIBUTIONS_ADBD.textproto3 description: "The contributions made by apexes (source or prebuilts) to the rest of the build."
DRELEASE_BUILD_FLAGS_IN_PROTOBUF.textproto3 description: "Enable protobuf version of build flag processing. When true, the canonical source of …
/build/soong/provenance/provenance_metadata_proto/
Dprovenance_metadata.proto28 // The path to the prebuilt artifacts, which is relative to the source tree
40 // the source tree directory. This is for prebuilt artifacts which have
41 // corresponding attestation files checked in the source tree.
/build/make/tools/aconfig/aconfig_storage_file/src/
Dlib.rs164 FileReadFail(#[source] anyhow::Error),
167 ProtobufParseFail(#[source] anyhow::Error),
170 StorageFileNotFound(#[source] anyhow::Error),
173 MapFileFail(#[source] anyhow::Error),
176 ObtainMappedFileFail(#[source] anyhow::Error),
179 MapFlushFail(#[source] anyhow::Error),
182 HashTableSizeLimit(#[source] anyhow::Error),
185 BytesParseFail(#[source] anyhow::Error),
188 HigherStorageFileVersion(#[source] anyhow::Error),
191 InvalidStorageFileOffset(#[source] anyhow::Error),
[all …]
/build/soong/ui/build/
Dutil.go133 source, err := os.Open(src)
137 defer source.Close()
145 return io.Copy(destination, source)
/build/soong/
Droot.bp1 // Soong finds all Android.bp and Blueprints files in the source tree,
/build/make/tools/compliance/cmd/rtrace/
Drtrace.go96 Calculates the source-sharing requirements in reverse starting at the
97 -rtrace projects or metadata files that inherited source-sharing and
98 working back to the targets where the source-sharing requirmements
202 for _, source := range ctx.sources {
203 sourceMap[source] = struct{}{}
/build/soong/cmd/javac_wrapper/
Djavac_wrapper_test.go59 warning: [options] bootstrap class path not set in conjunction with -source 1.7
80 warning: [options] bootstrap class path not set in conjunction with -source 1.9\n
88 warning: [options] bootstrap class path not set in conjunction with -source 1.9\n
/build/soong/bpf/
Dbpf_test.go71 …3: module "bpf_invalid_name.o" variant "android_common": invalid character '_' in source name\E`)).
/build/pesto/experiments/prepare_bazel_test_env/
DREADME.md4 simulated Bazel environment within the Android source tree using targets build
46 in locations relative to the source tree root. For example, the
54 environment, or can be synced to the source tree using the sync command,
63 all files and then creates symlinks in the source tree that point at these
70 directory and create a symlink in the source tree to each file at the proper
74 2. Create a `.soong_prebuilts` directory in every location in the source tree
78 After synchronization, the Bazel environment has been merged with the source
79 tree and can be used directly from within the source tree. Additionally, after
81 automatically to the source tree.
94 the source tree.
[all …]

1234567