| /external/python/bumble/extras/android/RemoteHCI/app/src/main/java/android/hardware/bluetooth/ |
| D | IBluetoothHci.java | 2 * This file is auto-generated. DO NOT MODIFY. 4 package android.hardware.bluetooth; 9 public interface IBluetoothHci extends android.os.IInterface 12 public static class Default implements android.hardware.bluetooth.IBluetoothHci 14 @Override public void close() throws android.os.RemoteException in close() 17 …@Override public void initialize(android.hardware.bluetooth.IBluetoothHciCallbacks callback) throw… in initialize() 20 @Override public void sendAclData(byte[] data) throws android.os.RemoteException in sendAclData() 23 @Override public void sendHciCommand(byte[] command) throws android.os.RemoteException in sendHciCommand() 26 @Override public void sendIsoData(byte[] data) throws android.os.RemoteException in sendIsoData() 29 @Override public void sendScoData(byte[] data) throws android.os.RemoteException in sendScoData() [all …]
|
| D | IBluetoothHciCallbacks.java | 2 * This file is auto-generated. DO NOT MODIFY. 4 package android.hardware.bluetooth; 9 public interface IBluetoothHciCallbacks extends android.os.IInterface 12 public static class Default implements android.hardware.bluetooth.IBluetoothHciCallbacks 14 @Override public void aclDataReceived(byte[] data) throws android.os.RemoteException in aclDataReceived() 17 @Override public void hciEventReceived(byte[] event) throws android.os.RemoteException in hciEventReceived() 20 @Override public void initializationComplete(int status) throws android.os.RemoteException in initializationComplete() 23 @Override public void isoDataReceived(byte[] data) throws android.os.RemoteException in isoDataReceived() 26 @Override public void scoDataReceived(byte[] data) throws android.os.RemoteException in scoDataReceived() 30 public android.os.IBinder asBinder() { in asBinder() [all …]
|
| /external/conscrypt/ |
| D | settings.gradle | 2 include ":conscrypt-android" 3 include ":conscrypt-android-platform" 4 include ":conscrypt-android-stub" 5 include ":conscrypt-api-doclet" 6 include ":conscrypt-benchmark-android" 7 include ":conscrypt-benchmark-base" 8 include ":conscrypt-benchmark-graphs" 9 include ":conscrypt-benchmark-jmh" 10 include ":conscrypt-constants" 11 include ":conscrypt-libcore-stub" [all …]
|
| /external/cronet/build/config/android/ |
| D | system_image.gni | 2 # Use of this source code is governed by a BSD-style license that can be 5 import("//build/config/android/rules.gni") 7 # Creates a stub .apk suitable for use with compressed system APKs. 10 # package_name: Package name to use for the stub. 11 # version_code: Version code for the stub. 12 # version_name: Version name for the stub. 15 # static_library_name: For static library apks, name for the <static-library>. 17 # <static-library> tag (for TrichromeLibrary, we set this to be the same 19 # stub_output: Path to output stub apk (default: do not create a stub). 23 # Android requires stubs end with -Stub.apk. [all …]
|
| /external/mesa3d/src/gfxstream/guest/ |
| D | BUILD.gn | 1 # Copyright (C) 2023 The Android Open Source Project 7 # http://www.apache.org/licenses/LICENSE-2.0 26 "android-emu", 31 "qemupipe/include-types", 44 "-Wno-conversion", 45 "-Wno-newline-eof", 46 "-Wno-pessimizing-move", 47 "-Wno-sign-compare", 48 "-Wno-unused-function", 49 "-Wno-unused-value", [all …]
|
| /external/libchrome/base/android/jni_generator/ |
| D | testMotionEvent.javap7 | 1 Classfile out_android/Debug/gen/content/jni/android/view/MotionEvent.class 5 public final class android.view.MotionEvent extends android.view.InputEvent implements android.os.P… 8 …final #10= #9 of #6; //PointerProperties=class android/view/MotionEvent$PointerProperties of class… 9 …atic final #13= #12 of #6; //PointerCoords=class android/view/MotionEvent$PointerCoords of class a… 10 …public static #150= #149 of #8; //Creator=class android/os/Parcelable$Creator of class android/os/… 15 #1 = Methodref #7.#293 // android/view/InputEvent."<init>":()V 17 #3 = String #295 // Stub! 19 …#5 = Fieldref #6.#297 // android/view/MotionEvent.CREATOR:Landroid/os/Parcelable$… 20 #6 = Class #298 // android/view/MotionEvent 21 #7 = Class #299 // android/view/InputEvent [all …]
|
| D | testMotionEvent.javap | 2 public final class android.view.MotionEvent extends android.view.InputEvent implements android.os.P… 5 …final #10= #9 of #6; //PointerProperties=class android/view/MotionEvent$PointerProperties of class… 6 …blic final #13= #12 of #6; //PointerCoords=class android/view/MotionEvent$PointerCoords of class a… 7 …public abstract #150= #149 of #8; //Creator=class android/os/Parcelable$Creator of class android/o… 11 const #1 = Method #7.#293; // android/view/InputEvent."<init>":()V 13 const #3 = String #295; // Stub! 15 const #5 = Field #6.#297; // android/view/MotionEvent.CREATOR:Landroid/os/Parcelable$Creator; 16 const #6 = class #298; // android/view/MotionEvent 17 const #7 = class #299; // android/view/InputEvent 18 const #8 = class #300; // android/os/Parcelable [all …]
|
| /external/conscrypt/platform/ |
| D | build.gradle | 11 description = 'Conscrypt: Android Platform' 24 apply plugin: 'com.android.library' 26 android { 43 consumerProguardFiles 'proguard-rules.pro' 47 arguments '-DANDROID=True', 48 '-DANDROID_STL=c++_static', 49 "-DBORINGSSL_HOME=$boringsslHome" 50 cFlags '-fvisibility=hidden', 51 '-DBORINGSSL_SHARED_LIBRARY', 52 '-DBORINGSSL_IMPLEMENTATION', [all …]
|
| /external/angle/build/config/android/ |
| D | system_image.gni | 2 # Use of this source code is governed by a BSD-style license that can be 5 import("//build/config/android/rules.gni") 7 # Creates a stub .apk suitable for use with compressed system APKs. 10 # package_name: Package name to use for the stub. 11 # version_code: Version code for the stub. 12 # version_name: Version name for the stub. 15 # static_library_name: For static library apks, name for the <static-library>. 17 # <static-library> tag (for TrichromeLibrary, we set this to be the same 19 # stub_output: Path to output stub apk (default: do not create a stub). 23 # Android requires stubs end with -Stub.apk. [all …]
|
| /external/conscrypt/android-stub/src/main/java/android/util/ |
| D | StatsEvent.java | 2 * Copyright (C) 2020 The Android Open Source Project 8 * http://www.apache.org/licenses/LICENSE-2.0 17 package android.util; 22 throw new RuntimeException("Stub!"); in StatsEvent() 26 throw new RuntimeException("Stub!"); in newBuilder() 30 throw new RuntimeException("Stub!"); in getAtomId() 34 throw new RuntimeException("Stub!"); in getBytes() 38 throw new RuntimeException("Stub!"); in getNumBytes() 42 throw new RuntimeException("Stub!"); in release() 47 throw new RuntimeException("Stub!"); in obtain() [all …]
|
| /external/grpc-grpc-java/ |
| D | README.md | 1 gRPC-Java - An RPC library and framework 11 <td><a href="https://groups.google.com/forum/#!forum/grpc-io">grpc-io@googlegroups.com</a></td> 15 …ttps://gitter.im/grpc/grpc?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=bad… 16 [](https://travis-ci.org/grp… 17 …tps://coveralls.io/repos/grpc/grpc-java/badge.svg?branch=master&service=github)](https://coveralls… 18 [ and 24 later are supported with [Java 8 language desugaring][android-java-8]. 26 TLS usage on Android typically requires Play Services Dynamic Security Provider. [all …]
|
| D | Android.bp | 1 // Copyright (C) 2018 The Android Open Source Project 7 // http://www.apache.org/licenses/LICENSE-2.0 18 default_applicable_licenses: ["external_grpc-grpc-java_license"], 21 // Added automatically by a large-scale-change 23 // large-scale-change included anything that looked like it might be a license 27 // See: http://go/android-license-faq 29 name: "external_grpc-grpc-java_license", 32 "SPDX-license-identifier-Apache-2.0", 41 name: "grpc-java-default-visibility", 43 "//external/grpc-grpc-java:__subpackages__", [all …]
|
| D | settings.gradle | 3 id "com.android.application" version "7.4.0" 4 id "com.android.library" version "7.4.0" 18 if (target.id.namespace == "com.android") { 19 useModule("com.android.tools.build:gradle:${target.version}") 22 useModule("com.google.cloud.tools:appengine-gradle-plugin:${requested.version}") 33 include ":grpc-api" 34 include ":grpc-core" 35 include ":grpc-context" 36 include ":grpc-stub" 37 include ":grpc-census" [all …]
|
| /external/crosvm/ |
| D | Cargo.toml | 6 default-run = "crosvm" 14 opt-level = 3 15 overflow-checks = true 17 [profile.release-test] 34 codegen-units = 1 117 default = ["audio", "balloon", "config-file", "document-features", "gpu", "qcow", "usb", "libvda-st… 119 ## Enables support for the Android [sparse image format](https://android.googlesource.com/platform/… 121 android-sparse = ["disk/android-sparse"] 123 ## Enables cross-platform audio devices 126 ## Enables the virtio-balloon device which allows dynamic scaling of memory via `vm_control` [all …]
|
| /external/cronet/base/test/android/java/src/org/chromium/base/ |
| D | MultiprocessTestClientServiceDelegate.java | 2 // Use of this source code is governed by a BSD-style license that can be 6 import android.content.Context; 7 import android.content.Intent; 8 import android.os.Bundle; 9 import android.os.IBinder; 10 import android.os.RemoteException; 11 import android.util.SparseArray; 26 private final ITestController.Stub mTestController = 27 new ITestController.Stub() { 51 mTestCallback = ITestCallback.Stub.asInterface(callbacks.get(0)); in onConnectionSetup()
|
| /external/libchrome/base/test/android/java/src/org/chromium/base/ |
| D | MultiprocessTestClientServiceDelegate.java | 2 // Use of this source code is governed by a BSD-style license that can be 6 import android.content.Context; 7 import android.content.Intent; 8 import android.os.Bundle; 9 import android.os.IBinder; 10 import android.os.RemoteException; 11 import android.util.SparseArray; 26 private final ITestController.Stub mTestController = new ITestController.Stub() { 49 mTestCallback = ITestCallback.Stub.asInterface(callbacks.get(0)); in onConnectionSetup()
|
| /external/conscrypt/android-stub/src/main/java/com/android/org/conscrypt/ |
| D | OpenSSLSocketImpl.java | 2 * Copyright (C) 2015 The Android Open Source Project 8 * http://www.apache.org/licenses/LICENSE-2.0 16 package com.android.org.conscrypt; 45 throw new RuntimeException("Stub!"); in OpenSSLSocketImpl() 50 throw new RuntimeException("Stub!"); in OpenSSLSocketImpl() 55 throw new RuntimeException("Stub!"); in OpenSSLSocketImpl() 60 throw new RuntimeException("Stub!"); in OpenSSLSocketImpl() 65 throw new RuntimeException("Stub!"); in OpenSSLSocketImpl() 70 throw new RuntimeException("Stub!"); in OpenSSLSocketImpl() 75 throw new RuntimeException("Stub!"); in OpenSSLSocketImpl() [all …]
|
| /external/angle/build/android/gyp/ |
| D | create_stub_manifest.py | 4 # Use of this source code is governed by a BSD-style license that can be 6 """Generates AndroidManifest.xml for a -Stub.apk.""" 12 <?xml version="1.0" encoding="utf-8"?> 13 <manifest xmlns:android="http://schemas.android.com/apk/res/android" 15 <application android:label="APK Stub">{}</application> 20 <static-library android:name="{}" android:version="{}" /> 26 parser.add_argument('--static-library-name') 27 parser.add_argument('--static-library-version') 28 parser.add_argument('--output', required=True)
|
| /external/cronet/build/android/gyp/ |
| D | create_stub_manifest.py | 4 # Use of this source code is governed by a BSD-style license that can be 6 """Generates AndroidManifest.xml for a -Stub.apk.""" 12 <?xml version="1.0" encoding="utf-8"?> 13 <manifest xmlns:android="http://schemas.android.com/apk/res/android" 15 <application android:label="APK Stub">{}</application> 20 <static-library android:name="{}" android:version="{}" /> 26 parser.add_argument('--static-library-name') 27 parser.add_argument('--static-library-version') 28 parser.add_argument('--output', required=True)
|
| /external/setupcompat/main/java/com/google/android/setupcompat/portal/ |
| D | PortalHelper.java | 2 * Copyright (C) 2020 The Android Open Source Project 8 * http://www.apache.org/licenses/LICENSE-2.0 17 package com.google.android.setupcompat.portal; 19 import android.content.ComponentName; 20 import android.content.Context; 21 import android.content.Intent; 22 import android.content.ServiceConnection; 23 import android.os.Build.VERSION; 24 import android.os.Build.VERSION_CODES; 25 import android.os.Bundle; [all …]
|
| /external/replicaisland/src/com/replica/replicaisland/ |
| D | YesNoDialogPreference.java | 2 * Copyright (C) 2010 The Android Open Source Project 8 * http://www.apache.org/licenses/LICENSE-2.0 19 import android.content.Context; 20 import android.preference.DialogPreference; 21 import android.util.AttributeSet; 31 this(context, attrs, android.R.attr.yesNoPreferenceStyle); in YesNoDialogPreference() 32 // TODO Auto-generated constructor stub in YesNoDialogPreference() 38 // TODO Auto-generated constructor stub in YesNoDialogPreference()
|
| /external/python/bumble/extras/android/RemoteHCI/app/src/main/java/com/github/google/bumble/remotehci/ |
| D | HciHal.java | 3 import android.hardware.bluetooth.V1_0.Status; 4 import android.os.IBinder; 5 import android.os.RemoteException; 6 import android.os.ServiceManager; 7 import android.os.Trace; 8 import android.util.Log; 52 class HciHidlHal extends android.hardware.bluetooth.V1_0.IBluetoothHciCallbacks.Stub implements Hci… 54 private final android.hardware.bluetooth.V1_0.IBluetoothHci mHciService; 56 private int mInitializationStatus = -1; 62 android.hardware.bluetooth.V1_0.IBluetoothHci hciService; in create() [all …]
|
| /external/grpc-grpc-java/examples/android/clientcache/app/src/main/java/io/grpc/clientcacheexample/ |
| D | ClientCacheExampleActivity.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 19 import android.app.Activity; 20 import android.content.Context; 21 import android.os.AsyncTask; 22 import android.os.Bundle; 23 import android.support.v7.app.AppCompatActivity; 24 import android.text.TextUtils; 25 import android.text.method.ScrollingMovementMethod; 26 import android.util.Log; 27 import android.view.View; [all …]
|
| /external/conscrypt/android/ |
| D | build.gradle | 12 id 'digital.wup.android-maven-publish' version '3.6.2' 15 description = 'Conscrypt: Android' 29 apply plugin: 'com.android.library' 33 evaluationDependsOn(':conscrypt-constants') 35 android { 54 consumerProguardFiles 'proguard-rules.pro' 58 arguments '-DANDROID=True', 59 '-DANDROID_STL=c++_static', 60 "-DBORINGSSL_HOME=$boringsslHome", 61 "-DCMAKE_CXX_STANDARD=17" [all …]
|
| /external/crosvm/devices/src/pci/ |
| D | mod.rs | 2 // Use of this source code is governed by a BSD-style license that can be 8 #[cfg(any(target_os = "android", target_os = "linux"))] 15 #[cfg(feature = "pci-hotplug")] 18 #[cfg(any(target_os = "android", target_os = "linux"))] 22 mod stub; module 23 #[cfg(any(target_os = "android", target_os = "linux"))] 34 #[cfg(any(target_os = "android", target_os = "linux"))] 36 #[cfg(any(target_os = "android", target_os = "linux"))] 38 #[cfg(any(target_os = "android", target_os = "linux"))] 67 #[cfg(feature = "pci-hotplug")] [all …]
|