/build/soong/cc/ndkstubgen/ |
D | test_ndkstubgen.py | 39 version = symbolfile.Version('VERSION_PRIVATE', None, [], [ 46 version = symbolfile.Version('VERSION', None, [Tag('x86')], [ 53 version = symbolfile.Version('VERSION', None, [Tag('introduced=14')], [ 68 version = symbolfile.Version('VERSION_1', None, [], [ 75 version = symbolfile.Version('VERSION_1', None, [], [ 82 version = symbolfile.Version('VERSION_1', None, [], [ 89 version = symbolfile.Version('VERSION_1', None, [], [ 103 symbolfile.Version('VERSION_1', None, [], [ 110 symbolfile.Version('VERSION_2', 'VERSION_1', [], [ 113 symbolfile.Version('VERSION_3', 'VERSION_1', [], [
|
D | __init__.py | 26 from symbolfile import Arch, Version 40 def write(self, versions: Iterable[Version]) -> None: argument 45 def write_version(self, version: Version) -> None: argument
|
/build/soong/tradefed/suite_harness/ |
D | tradefed_binary.go | 37 Version string member 58 version := tfb.Version 60 version = ctx.Config().PlatformVersionName() + tfb.Version 70 Version: version, 98 Version string member 140 "version": tfg.properties.Version,
|
/build/soong/cc/symbolfile/ |
D | test_symbolfile.py | 200 symbolfile.Version('foo', None, [], []), Arch('arm'), 9, False, 205 symbolfile.Version('foo_PRIVATE', None, [], []), Arch('arm'), 209 symbolfile.Version('foo_PLATFORM', None, [], []), Arch('arm'), 214 symbolfile.Version('foo', None, [Tag('platform-only')], []), 220 symbolfile.Version('foo', None, [Tag('llndk')], []), 225 symbolfile.Version('foo', None, [], []), Arch('arm'), 9, True, 229 symbolfile.Version('foo', None, [Tag('llndk')], []), 235 symbolfile.Version('foo', None, [Tag('apex')], []), 240 symbolfile.Version('foo', None, [], []), Arch('arm'), 9, False, 244 symbolfile.Version('foo', None, [Tag('apex')], []), [all …]
|
D | __init__.py | 63 class Version: class 157 def should_omit_version(version: Version, arch: Arch, api: int, llndk: bool, argument 282 def parse(self) -> List[Version]: 296 def check_no_duplicate_symbols(self, versions: Iterable[Version]) -> None: argument 324 def parse_version(self) -> Version: 346 return Version(name, base or None, tags, symbols)
|
D | Android.bp | 4 // Licensed under the Apache License, Version 2.0 (the "License");
|
/build/soong/android/ |
D | sdk.go | 94 Version string member 99 return s.Version == "" 110 return s.Name + string(SdkVersionSeparator) + s.Version 121 return SdkRef{Name: "invalid sdk name", Version: "invalid sdk version"} 131 return SdkRef{Name: name, Version: version} 200 return SdkRef{Name: "", Version: ""}
|
/build/make/tools/product_config/ |
D | MANIFEST.MF | 1 Manifest-Version: 1.0
|
D | TEST_MANIFEST.MF | 1 Manifest-Version: 1.0
|
/build/soong/sdk/ |
D | sdk.go | 438 if mySdkRef.Version != "" && mySdkRef.Version != "current" { 439 if _, err := strconv.Atoi(mySdkRef.Version); err != nil { 440 mctx.PropertyErrorf("name", "version %q is neither a number nor \"current\"", mySdkRef.Version) 462 tag := sdkMemberVersionedDepTag{member: memberName, version: m.ContainingSdk().Version}
|
/build/make/target/board/ |
D | go_defaults.prop | 4 # Licensed under the Apache License, Version 2.0 (the "License");
|
/build/make/tools/droiddoc/templates-pdk/ |
D | trailer.cs | 8 Licensed under the Apache License, Version 2.0 (the "License");
|
/build/soong/cmd/fileslist/ |
D | Android.bp | 3 // Licensed under the Apache License, Version 2.0 (the "License");
|
/build/soong/cmd/javac_wrapper/ |
D | Android.bp | 3 // Licensed under the Apache License, Version 2.0 (the "License");
|
/build/soong/cmd/run_with_timeout/ |
D | Android.bp | 3 // Licensed under the Apache License, Version 2.0 (the "License");
|
/build/pesto/experiments/prepare_bazel_test_env/ |
D | BUILD.bazel | 3 # Licensed under the Apache License, Version 2.0 (the "License");
|
/build/soong/symbol_inject/cmd/ |
D | Android.bp | 3 // Licensed under the Apache License, Version 2.0 (the "License");
|
/build/soong/cmd/pom2bp/ |
D | Android.bp | 3 // Licensed under the Apache License, Version 2.0 (the "License");
|
/build/soong/cmd/extract_linker/ |
D | Android.bp | 3 // Licensed under the Apache License, Version 2.0 (the "License");
|
/build/make/tools/apicheck/ |
D | Android.bp | 3 // Licensed under the Apache License, Version 2.0 (the "License");
|
/build/soong/cmd/pom2mk/ |
D | Android.bp | 3 // Licensed under the Apache License, Version 2.0 (the "License");
|
/build/soong/zip/cmd/ |
D | Android.bp | 3 // Licensed under the Apache License, Version 2.0 (the "License");
|
/build/soong/cmd/dep_fixer/ |
D | Android.bp | 3 // Licensed under the Apache License, Version 2.0 (the "License");
|
/build/soong/cmd/merge_zips/ |
D | Android.bp | 3 // Licensed under the Apache License, Version 2.0 (the "License");
|
/build/soong/cmd/extract_jar_packages/ |
D | Android.bp | 3 // Licensed under the Apache License, Version 2.0 (the "License");
|