/frameworks/opt/car/setupwizard/library/main/ |
D | build.gradle | 70 implementation files('../../../../../../prebuilts/sdk/30/system/android.car-system-stubs.jar') 72 implementation 'androidx.car:car:1.0.0-alpha7' 73 implementation 'androidx.appcompat:appcompat:1.2.0' 74 implementation 'androidx.cardview:cardview:1.0.0' 75 implementation 'androidx.recyclerview:recyclerview:1.2.0' 76 implementation 'androidx.gridlayout:gridlayout:1.0.0' 77 implementation 'androidx.preference:preference:1.1.1' 78 implementation 'androidx.constraintlayout:constraintlayout:2.0.4' 79 implementation 'androidx.core:core:1.3.2' 80 implementation 'androidx.annotation:annotation:1.2.0' [all …]
|
/frameworks/base/packages/EasterEgg/ |
D | build.gradle | 73 implementation fileTree(dir: 'libs', include: ['*.jar']) 74 implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" 75 implementation 'androidx.appcompat:appcompat:1.1.0' 76 implementation 'androidx.core:core-ktx:1.2.0' 77 implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.6' 78 implementation "androidx.recyclerview:recyclerview:${ANDROID_X_VERSION}" 79 implementation "androidx.dynamicanimation:dynamicanimation:${ANDROID_X_VERSION}" 80 implementation 'com.google.android.material:material:1.3.0'
|
/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/ |
D | CipherPerfTest.java | 58 for (Implementation implementation : Implementation.values()) { in getCases() 69 && implementation == Implementation.OpenSSL) { in getCases() 76 mode, padding, keySize, inputSize, implementation in getCases() 142 public void setUp(Mode mode, Padding padding, int keySize, Implementation implementation) in setUp() argument 155 switch (implementation) { in setUp() 163 throw new RuntimeException(implementation.toString()); in setUp() 180 Mode mode, Padding padding, int keySize, int inputSize, Implementation implementation) in timeEncrypt() argument 182 setUp(mode, padding, keySize, implementation); in timeEncrypt() 192 Mode mode, Padding padding, int keySize, int inputSize, Implementation implementation) in timeDecrypt() argument 194 setUp(mode, padding, keySize, implementation); in timeDecrypt()
|
D | KeyPairGeneratorPerfTest.java | 63 public void setUp(Algorithm algorithm, Implementation implementation) throws Exception { in setUp() argument 67 if (implementation == Implementation.BouncyCastle) { in setUp() 79 public void time(Algorithm algorithm, Implementation implementation) throws Exception { in time() argument 80 setUp(algorithm, implementation); in time()
|
D | SignaturePerfTest.java | 118 public void timeSign(Algorithm algorithm, Implementation implementation) throws Exception { in timeSign() argument 123 switch (implementation) { in timeSign() 131 throw new RuntimeException(implementation.toString()); in timeSign() 141 public void timeVerify(Algorithm algorithm, Implementation implementation) throws Exception { in timeVerify() argument 146 switch (implementation) { in timeVerify() 154 throw new RuntimeException(implementation.toString()); in timeVerify()
|
/frameworks/base/tests/utils/testutils/java/android/app/test/ |
D | MockAnswerUtil.java | 41 Method implementation = getClass().getMethod("answer", method.getParameterTypes()); in answer() local 42 if (!implementation.getReturnType().equals(method.getReturnType())) { in answer() 45 + implementation.getReturnType()); in answer() 49 return implementation.invoke(this, args); in answer()
|
/frameworks/base/ravenwood/ |
D | api-maintainers.md | 9 …ment. Teams that own APIs can continue to refactor opted-in `@hide` implementation details, as lo… 20 // This method implementation runs as-is on both devices and Ravenwood 24 // This method implementation runs as-is on devices, but because there 38 // This method implementation runs as-is on both devices and Ravenwood, 44 // This method implementation runs as-is on devices, but the 58 // This method implementation runs as-is on devices, but the 59 // implementation is replaced/substituted by the 60 // doComplex$ravenwood() method implementation under Ravenwood 64 // This method implementation only runs under Ravenwood 77 …ch is to use the “replace” strategy to offer a pure-Java alternative implementation for any JNI-pr… [all …]
|
/frameworks/libs/systemui/weathereffects/ |
D | build.gradle | 130 implementation project(':toruslib') 131 implementation project(':graphics') 133 implementation "androidx.slice:slice-builders:$versions.androidXLib" 134 implementation "androidx.slice:slice-core:$versions.androidXLib" 135 implementation "androidx.core:core-ktx:$versions.ktx" 136 implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$versions.coroutines" 137 implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$versions.coroutines" 138 implementation "androidx.appcompat:appcompat:$versions.appcompat" 139 implementation "androidx.constraintlayout:constraintlayout:2.1.4"
|
/frameworks/base/startop/apps/ColorChanging/app/ |
D | build.gradle | 23 implementation fileTree(dir: 'libs', include: ['*.jar']) 24 implementation 'androidx.appcompat:appcompat:1.0.2' 25 implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
/frameworks/base/packages/SystemUI/animation/ |
D | build.gradle | 34 implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0" 35 implementation 'androidx.core:core-animation:1.0.0-alpha02' 36 implementation 'androidx.core:core-ktx:1.9.0'
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
D | RefocusFilter.java | 31 public void logTiming(String implementation, String phase, long time) { in logTiming() argument 32 logTiming(implementation, phase, time, "ns"); in logTiming() 35 public void logTiming(String implementation, String phase, long time, String unit) { in logTiming() argument 37 Log.d(implementation, phase + ":" + time + " " + unit); in logTiming()
|
/frameworks/libs/systemui/animationlib/ |
D | build.gradle | 37 implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0" 38 implementation "androidx.core:core-animation:1.0.0-alpha02" 39 implementation "androidx.core:core-ktx:1.9.0"
|
/frameworks/libs/systemui/toruslib/torus-wallpaper-settings/ |
D | build.gradle | 16 implementation project(':torus-utils') 17 implementation "androidx.slice:slice-builders:$versions.androidXLib" 18 implementation "androidx.slice:slice-core:$versions.androidXLib"
|
/frameworks/ex/camera2/extensions/service_based_sample/ |
D | README.txt | 1 Service-Based reference implementation 2 This reference implementation demonstrates how to implement the Extensions in a standalone service. 18 … A sample implementation of extensions service is provided. You should add your real implementation
|
/frameworks/libs/systemui/toruslib/lib-torus/ |
D | build.gradle | 58 implementation "androidx.appcompat:appcompat:$versions.appcompat" 59 implementation "androidx.core:core-ktx:$versions.ktx" 60 implementation "androidx.slice:slice-builders:$versions.androidXLib" 61 implementation "androidx.slice:slice-core:$versions.androidXLib"
|
/frameworks/base/tests/TouchLatency/app/ |
D | build.gradle | 21 implementation 'androidx.appcompat:appcompat:1.5.1' 22 implementation 'com.google.android.material:material:1.6.0'
|
/frameworks/av/media/tests/SampleVideoEncoder/app/ |
D | build.gradle | 41 implementation fileTree(dir: "libs", include: ["*.jar"]) 42 implementation 'androidx.appcompat:appcompat:1.2.0' 43 implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
|
/frameworks/hardware/interfaces/sensorservice/1.0/ |
D | README | 22 ASensorManager_configureDirectReport). The implementation must also call 63 * kernel calls decStrong() on server side implementation of IDirectChannel, 74 The implementation must free all resources related to this IEventQueue instance 80 IEventQueueCallback. The implementation of IEventQueue must either use a global 82 server implementation must use this looper to constantly poll for events, then 120 /* Server side implementation of IEventQueue holds a strong reference to 137 * kernel calls decStrong() on server side implementation of IEventQueue,
|
/frameworks/av/media/libmedia/include/media/ |
D | OMXFenceParcelable.h | 30 namespace implementation { 61 friend void (::android::hardware::media::omx::V1_0::implementation:: 64 friend bool (::android::hardware::media::omx::V1_0::implementation::
|
/frameworks/libs/systemui/weathereffects/graphics/ |
D | build.gradle | 59 implementation 'androidx.core:core-ktx:1.12.0' 60 implementation 'androidx.appcompat:appcompat:1.6.1' 61 implementation 'com.google.android.material:material:1.11.0'
|
/frameworks/av/media/module/bufferpool/1.0/vts/ |
D | single.cpp | 36 using android::hardware::media::bufferpool::V1_0::implementation::BufferId; 37 using android::hardware::media::bufferpool::V1_0::implementation::ClientManager; 38 using android::hardware::media::bufferpool::V1_0::implementation::ConnectionId; 39 using android::hardware::media::bufferpool::V1_0::implementation::TransactionId;
|
D | allocator.h | 23 using android::hardware::media::bufferpool::V1_0::implementation:: 25 using android::hardware::media::bufferpool::V1_0::implementation::
|
/frameworks/av/services/mediacodec/ |
D | main_codecservice.cpp | 53 sp<IOmx> omx = new implementation::Omx(); in main() 61 sp<IOmxStore> omxStore = new implementation::OmxStore( in main()
|
/frameworks/native/services/sensorservice/aidl/ |
D | utils.cpp | 25 namespace implementation { namespace 60 ::android::hardware::sensors::implementation:: in convertEvent()
|
/frameworks/ex/camera2/extensions/ |
D | README.android | 4 implementation. The stub includes extension API versions 1.2.0, 1.1.0 and older. 9 - Minor modifications to the sample implementation switching effects to white balance modes
|