Home
last modified time | relevance | path

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

12345678910>>...62

/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;
86 Version mVersion;
/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/ml/nn/runtime/test/
DTestVersionedInterfaces.cpp297 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/
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/native/cmds/bugreportz/
Dreadme.md6 # Version 1.1
14 ## Version 1.0
/frameworks/multidex/
DNOTICE3 == the Apache License, Version 2.0, ==
15 == the Apache License, Version 2.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/compile/libbcc/bcinfo/include/bcinfo/
DBitcodeWrapper.h29 uint32_t Version; member
135 wrapper->Version = 0; in writeAndroidBitcodeWrapper()
/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/opt/net/wifi/service/java/com/android/server/wifi/
DNetworkSuggestionStoreData.java113 @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/
DVendor_054c_Product_0268_Version_8000.kl3 # Licensed under the Apache License, Version 2.0 (the "License");
17 # - Version 0x8000 and 0x8100 are for Linux hid-sony driver >=4.12
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
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
/frameworks/base/
DNOTICE3 == 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/
DVersion.java20 public class Version { class
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyVersionedTestApp_v2/src/com/android/framework/multidexlegacyversionedtestapp/
DVersion.java20 public class Version { class
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyVersionedTestApp_v3/src/com/android/framework/multidexlegacyversionedtestapp/
DVersion.java20 public class Version { class
/frameworks/base/tools/powermodel/test/com/android/powermodel/
DRawBatteryStatsTest.java52 final RawBatteryStats.Version line = (RawBatteryStats.Version)records.get(0); in testVersion()

12345678910>>...62