Home
last modified time | relevance | path

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

12345678910>>...43

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/
DVersionInfo.java29 private final ArrayMap<Class<?>, Version> mVersions = new ArrayMap<>();
53 mVersions.put(cls, new Version(provider.version(), true)); in addClass()
57 mVersions.put(requires.target(), new Version(requires.version(), required)); in addClass()
62 mVersions.put(r.target(), new Version(r.version(), required)); in addClass()
78 final ArrayMap<Class<?>, Version> versions = new ArrayMap<>(mVersions); in checkVersion()
79 plugin.mVersions.forEach(new BiConsumer<Class<?>, Version>() { in checkVersion()
81 public void accept(Class<?> aClass, Version version) { in checkVersion()
82 Version v = versions.remove(aClass); in checkVersion()
97 versions.forEach(new BiConsumer<Class<?>, Version>() { in checkVersion()
99 public void accept(Class<?> aClass, Version version) { in checkVersion()
[all …]
/frameworks/base/tools/aapt2/
Dreadme.md3 ## Version 2.19
16 ## Version 2.18
29 ## Version 2.17
44 ## Version 2.16
50 ## Version 2.15
58 ## Version 2.14
72 ## Version 2.13
77 ## Version 2.12
85 ## Version 2.11
92 ## Version 2.10
[all …]
/frameworks/base/packages/ExtShared/src/android/ext/shared/
DVersion.java22 public final class Version { class
24 private Version() { in Version() method in Version
/frameworks/base/test-runner/src/junit/runner/
DVersion.java6 public class Version { class
7 private Version() { in Version() method in Version
/frameworks/av/media/libstagefright/include/
DID3.h30 enum Version { enum
46 Version version() const;
84 Version mVersion;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/
DApi.cs161 public string Version { property in Google.Protobuf.WellKnownTypes.Api
226 if (Version != other.Version) return false; in Equals()
239 if (Version.Length != 0) hash ^= Version.GetHashCode(); in GetHashCode()
259 if (Version.Length != 0) { in WriteTo()
261 output.WriteString(Version); in WriteTo()
282 if (Version.Length != 0) { in CalculateSize()
283 size += 1 + pb::CodedOutputStream.ComputeStringSize(Version); in CalculateSize()
305 if (other.Version.Length != 0) { in MergeFrom()
306 Version = other.Version; in MergeFrom()
341 Version = input.ReadString(); in MergeFrom()
/frameworks/native/libs/ui/include_vndk/ui/
DGraphicBufferMapper.h44 enum Version { enum
92 Version getMapperVersion() const { return mMapperVersion; } in getMapperVersion()
101 Version mMapperVersion;
/frameworks/native/libs/ui/include/ui/
DGraphicBufferMapper.h44 enum Version { enum
92 Version getMapperVersion() const { return mMapperVersion; } in getMapperVersion()
101 Version mMapperVersion;
/frameworks/native/opengl/specs/
DEGL_ANDROID_GLES_layers.txt21 Version
23 Version 1, March 3, 2019
DEGL_ANDROID_front_buffer_auto_refresh.txt21 Version
23 Version 1, February 3, 2016
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/
DCHANGES.txt16 RELEASE NOTES - Version 2.4.1.555
41 RELEASE NOTES - Version 2.4.1.521
61 RELEASE NOTES - Version 2.4.1.473
108 RELEASE NOTES - Version 2.3.0.277
132 - Moved to NUnit Version 2.2.8.0
136 RELEASE NOTES - Version 0.9.1
143 RELEASE NOTES - Version 0.9.0
/frameworks/native/cmds/bugreportz/
Dreadme.md6 # Version 1.1
14 ## Version 1.0
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
Dgrid100.tab4 ** Licensed under the Apache License, Version 2.0 (the "License");
31 /* Version 101 points */
Dqisf_ns.tab5 ** Licensed under the Apache License, Version 2.0 (the "License");
23 * Version whith no prediction
/frameworks/multidex/
DNOTICE3 == the Apache License, Version 2.0, ==
15 == the Apache License, Version 2.0, ==
/frameworks/compile/libbcc/bcinfo/include/bcinfo/
DBitcodeWrapper.h29 uint32_t Version; member
135 wrapper->Version = 0; in writeAndroidBitcodeWrapper()
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyVersionedTestApp_v1/src/com/android/framework/multidexlegacyversionedtestapp/
DVersion.java20 public class Version { class
DClassForMainDex.java26 return Version.getVersion(); in getVersion()
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyVersionedTestApp_v3/src/com/android/framework/multidexlegacyversionedtestapp/
DVersion.java20 public class Version { class
DClassForMainDex.java26 return Version.getVersion(); in getVersion()
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyVersionedTestApp_v2/src/com/android/framework/multidexlegacyversionedtestapp/
DVersion.java20 public class Version { class
DClassForMainDex.java26 return Version.getVersion(); in getVersion()
/frameworks/multidex/instrumentation/
Dbuild.gradle4 * Licensed under the Apache License, Version 2.0 (the "License");
59 name 'The Apache Software License, Version 2.0'
/frameworks/base/data/keyboards/
DVendor_054c_Product_0268_Version_8111.kl3 # Licensed under the Apache License, Version 2.0 (the "License");
17 # - Version 0x8111 is for Linux hid-sony driver >=4.12 and when
DVendor_054c_Product_0268_Version_8100.kl3 # Licensed under the Apache License, Version 2.0 (the "License");
17 # - Version 0x8000 and 0x8100 are for Linux hid-sony driver >=4.12

12345678910>>...43