/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/ |
D | VersionInfo.java | 29 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/ |
D | readme.md | 3 ## 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/ |
D | Version.java | 22 public final class Version { class 24 private Version() { in Version() method in Version
|
/frameworks/base/test-runner/src/junit/runner/ |
D | Version.java | 6 public class Version { class 7 private Version() { in Version() method in Version
|
/frameworks/av/media/libstagefright/include/ |
D | ID3.h | 30 enum Version { enum 46 Version version() const; 86 Version mVersion;
|
/frameworks/native/libs/ui/include_vndk/ui/ |
D | GraphicBufferMapper.h | 44 enum Version { enum 92 Version getMapperVersion() const { return mMapperVersion; } in getMapperVersion() 101 Version mMapperVersion;
|
/frameworks/native/libs/ui/include/ui/ |
D | GraphicBufferMapper.h | 44 enum Version { enum 92 Version getMapperVersion() const { return mMapperVersion; } in getMapperVersion() 101 Version mMapperVersion;
|
/frameworks/ml/nn/runtime/test/ |
D | TestVersionedInterfaces.cpp | 297 enum class Version { V1_0, V1_1, V1_2, V1_3, MOCK }; enum 299 sp<V1_0::IDevice> adaptAs(const sp<MockDevice>& mockDevice, Version version) { in adaptAs() 301 case Version::V1_0: in adaptAs() 303 case Version::V1_1: in adaptAs() 305 case Version::V1_2: in adaptAs() 307 case Version::V1_3: in adaptAs() 309 case Version::MOCK: in adaptAs() 469 void setupInitializationExpectations(const sp<MockDevice>& mockDevice, Version version) { in setupInitializationExpectations() 471 case Version::V1_0: in setupInitializationExpectations() 474 case Version::V1_1: in setupInitializationExpectations() [all …]
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_GLES_layers.txt | 21 Version 23 Version 1, March 3, 2019
|
D | EGL_ANDROID_front_buffer_auto_refresh.txt | 21 Version 23 Version 1, February 3, 2016
|
/frameworks/native/cmds/bugreportz/ |
D | readme.md | 6 # Version 1.1 14 ## Version 1.0
|
/frameworks/multidex/ |
D | NOTICE | 3 == the Apache License, Version 2.0, == 15 == the Apache License, Version 2.0, ==
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
D | grid100.tab | 4 ** Licensed under the Apache License, Version 2.0 (the "License"); 31 /* Version 101 points */
|
D | qisf_ns.tab | 5 ** Licensed under the Apache License, Version 2.0 (the "License"); 23 * Version whith no prediction
|
/frameworks/compile/libbcc/bcinfo/include/bcinfo/ |
D | BitcodeWrapper.h | 29 uint32_t Version; member 135 wrapper->Version = 0; in writeAndroidBitcodeWrapper()
|
/frameworks/multidex/instrumentation/ |
D | build.gradle | 4 * Licensed under the Apache License, Version 2.0 (the "License"); 59 name 'The Apache Software License, Version 2.0'
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | NetworkSuggestionStoreData.java | 113 @WifiConfigStore.Version int version, in deserializeData() 234 @WifiConfigStore.Version int version, in parseNetworkSuggestionsMap() 271 XmlPullParser in, int outerTagDepth, @WifiConfigStore.Version int version, in parseExtNetworkSuggestions() 299 @WifiConfigStore.Version int version, in parseNetworkSuggestion()
|
/frameworks/base/data/keyboards/ |
D | Vendor_054c_Product_0268_Version_8000.kl | 3 # Licensed under the Apache License, Version 2.0 (the "License"); 17 # - Version 0x8000 and 0x8100 are for Linux hid-sony driver >=4.12
|
D | Vendor_054c_Product_0268_Version_8100.kl | 3 # Licensed under the Apache License, Version 2.0 (the "License"); 17 # - Version 0x8000 and 0x8100 are for Linux hid-sony driver >=4.12
|
D | Vendor_054c_Product_0268_Version_8111.kl | 3 # Licensed under the Apache License, Version 2.0 (the "License"); 17 # - Version 0x8111 is for Linux hid-sony driver >=4.12 and when
|
/frameworks/base/ |
D | NOTICE | 3 == the Apache License, Version 2.0, == 15 == the Apache License, Version 2.0, == 27 == the Apache License, Version 2.0, == 39 == the Apache License, Version 2.0, == 48 == the Apache License, Version 2.0, == 58 == the Apache License, Version 2.0, == 69 == the Apache License, Version 2.0, == 76 Version 2.0. You may obtain a copy of this license at 88 == the Apache License, Version 2.0, == 98 == the Apache License, Version 2.0, == [all …]
|
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyVersionedTestApp_v1/src/com/android/framework/multidexlegacyversionedtestapp/ |
D | Version.java | 20 public class Version { class
|
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyVersionedTestApp_v2/src/com/android/framework/multidexlegacyversionedtestapp/ |
D | Version.java | 20 public class Version { class
|
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyVersionedTestApp_v3/src/com/android/framework/multidexlegacyversionedtestapp/ |
D | Version.java | 20 public class Version { class
|
/frameworks/base/tools/powermodel/test/com/android/powermodel/ |
D | RawBatteryStatsTest.java | 52 final RawBatteryStats.Version line = (RawBatteryStats.Version)records.get(0); in testVersion()
|