Home
last modified time | relevance | path

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

12345678910>>...17

/art/tools/ahat/src/main/com/android/ahat/proguard/
DProguardMap.java39 private static final Version LINE_MAPPING_BEHAVIOR_CHANGE_VERSION = new Version(3, 1, 4);
238 Version compilerVersion = new Version(0, 0, 0); in readFromReader()
353 private static class Version implements Comparable<Version> { class in ProguardMap
358 public Version(int major, int minor, int build) { in Version() method in ProguardMap.Version
365 public int compareTo(Version other) { in compareTo()
382 private Version tryParseVersion(String line, Version old) { in tryParseVersion()
390 return new Version( in tryParseVersion()
/art/tools/ahat/etc/
Dahat.mf3 Implementation-Version: 1.7.2
/art/libnativebridge/tests/
DNativeBridgeVersion_test.cpp23 TEST_F(NativeBridgeTest, Version) { in TEST_F() argument
/art/cmdline/
DAndroid.bp4 // Licensed under the Apache License, Version 2.0 (the "License");
45 // Version of ART gtest `art_cmdline_tests` bundled with the ART APEX on target.
/art/libarttools/
DAndroid.bp4 // Licensed under the Apache License, Version 2.0 (the "License");
60 // Version of ART gtest `art_libarttools_tests` bundled with the ART APEX on target.
/art/dexlist/
DAndroid.bp3 // Licensed under the Apache License, Version 2.0 (the "License");
70 // Version of ART gtest `art_dexlist_tests` bundled with the ART APEX on target.
/art/dexdump/
DAndroid.bp3 // Licensed under the Apache License, Version 2.0 (the "License");
85 // Version of ART gtest `art_dexdump_tests` bundled with the ART APEX on target.
/art/dexoptanalyzer/
DAndroid.bp4 // Licensed under the Apache License, Version 2.0 (the "License");
111 // Version of ART gtest `art_dexoptanalyzer_tests` bundled with the ART APEX on target.
/art/test/HiddenApiStubs/
DHiddenApi4 * Licensed under the Apache License, Version 2.0 (the "License");
/art/test/976-conflict-no-methods/smali/
DNoMethods.smali4 # * Licensed under the Apache License, Version 2.0 (the "License");
/art/test/811-checker-invoke-super-secondary/smali-ex/
DOtherSuperClass.smali3 # Licensed under the Apache License, Version 2.0 (the "License");
/art/test/VerifierDeps/
DMySub2SoftVerificationFailure.smali3 # Licensed under the Apache License, Version 2.0 (the "License");
DMyClassWithNoSuper.smali3 # Licensed under the Apache License, Version 2.0 (the "License");
DMyClassExtendingInterface.smali3 # Licensed under the Apache License, Version 2.0 (the "License");
DMySub1SoftVerificationFailure.smali3 # Licensed under the Apache License, Version 2.0 (the "License");
DMyResult.smali3 # Licensed under the Apache License, Version 2.0 (the "License");
DMySSLSocket.smali3 # Licensed under the Apache License, Version 2.0 (the "License");
DMySocketTimeoutException.smali3 # Licensed under the Apache License, Version 2.0 (the "License");
/art/test/166-bad-interface-super/jasmin/
DBadSuper1.j3 ; Licensed under the Apache License, Version 2.0 (the "License");
DBadSuper2.j3 ; Licensed under the Apache License, Version 2.0 (the "License");
/art/test/811-checker-invoke-super-secondary/smali/
DSuperClass.smali3 # Licensed under the Apache License, Version 2.0 (the "License");
/art/test/809-checker-invoke-super-bss/smali/
DSuperClass.smali3 # Licensed under the Apache License, Version 2.0 (the "License");
/art/openjdkjvmti/include/
DCPPLINT.cfg4 # Licensed under the Apache License, Version 2.0 (the "License");
/art/test/804-class-extends-itself/smali/
Db_28685551.smali3 # Licensed under the Apache License, Version 2.0 (the "License");
/art/test/810-checker-invoke-super-default/smali/
DOtherAbstractClass.smali3 # Licensed under the Apache License, Version 2.0 (the "License");

12345678910>>...17