Home
last modified time | relevance | path

Searched refs:Version (Results 1 – 25 of 84) sorted by relevance

1234

/build/soong/cc/ndkstubgen/
Dtest_ndkstubgen.py38 version = symbolfile.Version('VERSION_PRIVATE', None, [], [
45 version = symbolfile.Version('VERSION', None, ['x86'], [
52 version = symbolfile.Version('VERSION', None, ['introduced=14'], [
67 version = symbolfile.Version('VERSION_1', None, [], [
74 version = symbolfile.Version('VERSION_1', None, [], [
81 version = symbolfile.Version('VERSION_1', None, [], [
88 version = symbolfile.Version('VERSION_1', None, [], [
102 symbolfile.Version('VERSION_1', None, [], [
108 symbolfile.Version('VERSION_2', 'VERSION_1', [], [
111 symbolfile.Version('VERSION_3', 'VERSION_1', [], [
/build/soong/cc/symbolfile/
Dtest_symbolfile.py166 symbolfile.Version('foo', None, [], []), 'arm', 9, False,
171 symbolfile.Version('foo_PRIVATE', None, [], []), 'arm', 9,
175 symbolfile.Version('foo_PLATFORM', None, [], []), 'arm', 9,
180 symbolfile.Version('foo', None, ['platform-only'], []), 'arm',
186 symbolfile.Version('foo', None, ['llndk'], []), 'arm', 9,
191 symbolfile.Version('foo', None, [], []), 'arm', 9, True,
195 symbolfile.Version('foo', None, ['llndk'], []), 'arm', 9, True,
201 symbolfile.Version('foo', None, ['apex'], []), 'arm', 9, False,
206 symbolfile.Version('foo', None, [], []), 'arm', 9, False,
210 symbolfile.Version('foo', None, ['apex'], []), 'arm', 9, False,
[all …]
/build/soong/android/
Dsdk.go59 Version string member
64 return s.Version == ""
75 return s.Name + string(SdkVersionSeparator) + s.Version
86 return SdkRef{Name: "invalid sdk name", Version: "invalid sdk version"}
96 return SdkRef{Name: name, Version: version}
148 return SdkRef{Name: "", Version: ""}
/build/soong/python/
Dpython.go92 Version struct { member
233 if !(base.properties.Version.Py3.Enabled != nil &&
234 *(base.properties.Version.Py3.Enabled) == false) {
237 if base.properties.Version.Py2.Enabled != nil &&
238 *(base.properties.Version.Py2.Enabled) == true {
276 return Bool(p.properties.Version.Py2.Embedded_launcher)
278 return Bool(p.properties.Version.Py3.Embedded_launcher)
300 return hasSrcExt(p.properties.Version.Py2.Srcs, protoExt)
302 return hasSrcExt(p.properties.Version.Py3.Srcs, protoExt)
319 p.properties.Version.Py2.Libs)...)
[all …]
/build/soong/sdk/
Dsdk.go376 if mySdkRef.Version != "" && mySdkRef.Version != "current" {
377 if _, err := strconv.Atoi(mySdkRef.Version); err != nil {
378 mctx.PropertyErrorf("name", "version %q is neither a number nor \"current\"", mySdkRef.Version)
400 tag := sdkMemberVersionedDepTag{member: memberName, version: m.ContainingSdk().Version}
/build/soong/cmd/fileslist/
DAndroid.bp3 // Licensed under the Apache License, Version 2.0 (the "License");
/build/make/target/board/
Dgo_defaults.prop4 # Licensed under the Apache License, Version 2.0 (the "License");
/build/make/target/product/gsi/
DAndroid.bp3 // Licensed under the Apache License, Version 2.0 (the "License");
/build/make/tools/droiddoc/templates-pdk/
Dtrailer.cs8 Licensed under the Apache License, Version 2.0 (the "License");
/build/make/tools/droiddoc/
DAndroid.bp3 // Licensed under the Apache License, Version 2.0 (the "License");
/build/soong/cmd/dep_fixer/
DAndroid.bp3 // Licensed under the Apache License, Version 2.0 (the "License");
/build/soong/cmd/pom2bp/
DAndroid.bp3 // Licensed under the Apache License, Version 2.0 (the "License");
/build/soong/cmd/extract_linker/
DAndroid.bp3 // Licensed under the Apache License, Version 2.0 (the "License");
/build/soong/cmd/extract_jar_packages/
DAndroid.bp3 // Licensed under the Apache License, Version 2.0 (the "License");
/build/soong/cmd/soong_env/
DAndroid.bp3 // Licensed under the Apache License, Version 2.0 (the "License");
/build/make/tools/apicheck/
DAndroid.bp3 // Licensed under the Apache License, Version 2.0 (the "License");
/build/soong/zip/cmd/
DAndroid.bp3 // Licensed under the Apache License, Version 2.0 (the "License");
/build/soong/finder/cmd/
DAndroid.bp3 // Licensed under the Apache License, Version 2.0 (the "License");
/build/soong/cmd/pom2mk/
DAndroid.bp3 // Licensed under the Apache License, Version 2.0 (the "License");
/build/soong/cmd/zipsync/
DAndroid.bp3 // Licensed under the Apache License, Version 2.0 (the "License");
/build/soong/cmd/sbox/
DAndroid.bp3 // Licensed under the Apache License, Version 2.0 (the "License");
/build/soong/cmd/host_bionic_inject/
DAndroid.bp3 // Licensed under the Apache License, Version 2.0 (the "License");
/build/soong/cmd/javac_wrapper/
DAndroid.bp3 // Licensed under the Apache License, Version 2.0 (the "License");
/build/soong/symbol_inject/cmd/
DAndroid.bp3 // Licensed under the Apache License, Version 2.0 (the "License");
/build/soong/cmd/path_interposer/
DAndroid.bp3 // Licensed under the Apache License, Version 2.0 (the "License");

1234