Searched refs:compatibility (Results 1 – 25 of 56) sorted by relevance
123
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/ |
D | test.sh | 108 cp -f deps/target/compatibility-test-deps-${TEST_VERSION}-jar-with-dependencies.jar deps.jar 112 cp -f protos/target/compatibility-protos-${TEST_VERSION}.jar protos.jar 113 cp -f more_protos/target/compatibility-more-protos-${TEST_VERSION}.jar more_protos.jar 114 cp -f tests/target/compatibility-tests-${TEST_VERSION}.jar tests.jar 131 java -cp ../../../core/target/protobuf-java-$VERSION_NUMBER.jar:../protos/target/compatibility-prot… 139 …protobuf-java-$VERSION_NUMBER.jar:../protos.jar:../more_protos/target/compatibility-more-protos-${…
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/ |
D | README.md | 8 For each released protobuf version we are testing compatibility with, there 49 and see whether everything builds/runs fine. Both source compatibility and 50 binary compatibility will be tested.
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/cmake/ |
D | examples.cmake | 40 #Build using the legacy compatibility module. 52 #Build using the installed library in legacy compatibility mode.
|
D | protobuf-module.cmake.in | 106 # Backwards compatibility 212 # Backwards compatibility
|
/frameworks/base/core/java/android/service/wallpaper/ |
D | Android.bp | 10 // no compatibility issues with launcher
|
/frameworks/opt/setupwizard/library/ |
D | rules.gradle | 19 // DEPRECATED: Platform version that will not include the compatibility libraries 26 // Provides backwards compatibility for Gingerbread or above, using support libraries.
|
D | Android.bp | 24 // compatibility back to SDK v9.
|
/frameworks/base/tests/ServiceCrashTest/ |
D | Android.bp | 9 "compatibility-device-util-axt",
|
/frameworks/multidex/instrumentation/ |
D | README | 1 Library Project including compatibility IntrumentationTestRunner
|
/frameworks/base/tests/FlickerTests/lib/src/com/android/server/wm/flicker/monitor/ |
D | TraceMonitor.java | 19 import static com.android.compatibility.common.util.SystemUtil.runShellCommand;
|
D | ScreenRecorder.java | 19 import static com.android.compatibility.common.util.SystemUtil.runShellCommand;
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/test/java/com/google/protobuf/nano/ |
D | unittest_extension_singular_nano.proto | 9 // The reuse is deliberate, for testing wire compatibility.
|
D | unittest_extension_repeated_nano.proto | 9 // The reuse is deliberate, for testing wire compatibility.
|
D | unittest_extension_packed_nano.proto | 9 // The reuse is deliberate, for testing wire compatibility.
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/ |
D | README.md | 91 the new version as well. Both binary compatibility and source compatibility 101 compatibility is needed. If your code is a library itself (i.e. it is used on
|
/frameworks/av/media/audioserver/ |
D | audioserver.rc | 11 # Keep the original service name for backward compatibility when upgrading
|
/frameworks/base/tests/ServiceCrashTest/src/com/android/tests/servicecrashtest/ |
D | ServiceCrashTest.java | 26 import com.android.compatibility.common.util.SystemUtil;
|
/frameworks/base/packages/SystemUI/shared/ |
D | Android.bp | 28 // no compatibility issues with launcher
|
/frameworks/base/core/tests/BroadcastRadioTests/ |
D | Android.bp | 23 "compatibility-device-util-axt",
|
/frameworks/base/tests/FlickerTests/lib/ |
D | Android.bp | 42 "compatibility-device-util-axt",
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | MessagingLayoutTransformState.java | 325 int compatibility = ownGroup.calculateGroupCompatibility(otherGroup); in findPairs() local 326 if (compatibility > bestCompatibility) { in findPairs() 327 bestCompatibility = compatibility; in findPairs()
|
/frameworks/base/core/tests/coretests/ |
D | Android.bp | 51 "framework-atb-backward-compatibility",
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | unittest_proto3.proto | 67 // This file needs to compile in proto1 to test backwards-compatibility. 254 // This file needs to compile in proto1 to test backwards-compatibility. 332 // to test packed <-> unpacked wire compatibility.
|
/frameworks/base/core/proto/android/server/ |
D | backup_chunks_metadata.proto | 23 // this is for backwards-compatibility in case we need to change the default Cipher in the future. 128 // for forwards compatibility in case we change the algorithm in the future. For now, always
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/testdata/ |
D | maps.proto | 53 // the wire-format compatibility of the JSON transcoder (e.g., whether it
|
123