| /packages/modules/Bluetooth/system/embdrv/lc3/test/ |
| D | ctypes.h | 38 #define to_scalar(obj, t, ptr) \ argument 41 #define to_1d_ptr(obj, t, n, ptr) \ argument 44 #define to_2d_ptr(obj, t, n1, n2, ptr) \ argument 47 #define to_1d_copy(obj, t, ptr, n) \ argument 50 #define to_2d_copy(obj, t, ptr, n1, n2) \ argument 58 #define new_scalar(obj, ptr) \ argument 77 static PyObject *__to_scalar(PyObject *obj, int t, void *ptr) in __to_scalar() 90 static PyObject *__to_1d_ptr(PyObject *obj, int t, int n, void **ptr) in __to_1d_ptr() 102 static PyObject *__to_2d_ptr(PyObject *obj, int t, int n1, int n2, void **ptr) in __to_2d_ptr() 115 static PyObject *__to_1d_copy(PyObject *obj, int t, void *v, int n) in __to_1d_copy() [all …]
|
| /packages/apps/Dialer/java/com/android/incallui/ |
| D | Log.java | 33 public static void d(Object obj, String msg) { in d() 37 public static void d(Object obj, String str1, Object str2) { in d() 41 public static void v(Object obj, String msg) { in v() 45 public static void v(Object obj, String str1, Object str2) { in v() 57 public static void e(Object obj, String msg, Exception e) { in e() 61 public static void e(Object obj, String msg) { in e() 69 public static void i(Object obj, String msg) { in i() 73 public static void w(Object obj, String msg) { in w() 142 private static String getPrefix(Object obj) { in getPrefix()
|
| /packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/ |
| D | InteractionUriRegistrationInfoTest.java | 44 JSONObject obj = new JSONObject(); in testFromJsonSucceeds() local 58 JSONObject obj = new JSONObject(); in testFromJsonFailsWithWrongInteractionKeyName() local 72 JSONObject obj = new JSONObject(); in testFromJsonFailsWithWrongInteractionReportingUriKeyName() local 86 JSONObject obj = new JSONObject(); in testFromJsonFailsWhenInteractionKeyNotAString() local 103 JSONObject obj = new JSONObject(); in testFromJsonFailsWhenInteractionReportingUriNotAString() local 121 JSONObject obj = new JSONObject(); in testFromJsonWithEmptyListValueFails() local 135 JSONObject obj = new JSONObject(); in testFromJsonWithPopulatedListValueFails() local
|
| /packages/services/BuiltInPrintService/jni/plugins/ |
| D | pdf_render.c | 40 jobject obj; member 48 static int openDocument(pdf_render_ifc_t *obj, const char *fileName) { in openDocument() 60 static int getPageAttributes(pdf_render_ifc_t *obj, int page, double *width, double *height) { in getPageAttributes() 76 static int renderPageStripe(pdf_render_ifc_t *obj, int page, int width, int height, float zoom, in renderPageStripe() 95 static void destroy(pdf_render_ifc_t *obj) { in destroy()
|
| /packages/modules/AdServices/adservices/tests/unittest/framework/src/android/adservices/adselection/ |
| D | BuyersDecisionLogicTest.java | 43 BuyersDecisionLogic obj = in testBuildValidSuccess() local 69 BuyersDecisionLogic obj = new BuyersDecisionLogic(ImmutableMap.of()); in testDescribeContents() local 81 BuyersDecisionLogic obj = in testAssertEquals() local
|
| /packages/apps/Settings/src/com/android/settings/ |
| D | SettingsDumpService.java | 115 JSONObject obj = new JSONObject(); in dumpMemory() local 129 JSONObject obj = new JSONObject(); in dumpDataUsage() local 159 JSONObject obj = new JSONObject(); in dumpDataUsage() local 170 JSONObject obj = new JSONObject(); in dumpStorage() local 202 final JSONObject obj = new JSONObject(); in dumpAnomalyDetection() local
|
| /packages/modules/Bluetooth/android/app/jni/ |
| D | com_android_bluetooth_btservice_AdapterService.cpp | 972 static void alarmFiredNative(JNIEnv* env, jobject obj) { in alarmFiredNative() 1091 static bool initNative(JNIEnv* env, jobject obj, jboolean isGuest, in initNative() 1163 static bool cleanupNative(JNIEnv* env, jobject obj) { in cleanupNative() 1190 static jboolean enableNative(JNIEnv* env, jobject obj) { in enableNative() 1199 static jboolean disableNative(JNIEnv* env, jobject obj) { in disableNative() 1212 static jboolean startDiscoveryNative(JNIEnv* env, jobject obj) { in startDiscoveryNative() 1221 static jboolean cancelDiscoveryNative(JNIEnv* env, jobject obj) { in cancelDiscoveryNative() 1230 static jboolean createBondNative(JNIEnv* env, jobject obj, jbyteArray address, in createBondNative() 1453 static void generateLocalOobDataNative(JNIEnv* env, jobject obj, in generateLocalOobDataNative() 1467 static jboolean createBondOutOfBandNative(JNIEnv* env, jobject obj, in createBondOutOfBandNative() [all …]
|
| D | com_android_bluetooth_sdp.cpp | 104 static jboolean sdpSearchNative(JNIEnv* env, jobject obj, jbyteArray address, in sdpSearchNative() 247 static jint sdpCreateMapMasRecordNative(JNIEnv* env, jobject obj, in sdpCreateMapMasRecordNative() 286 static jint sdpCreateMapMnsRecordNative(JNIEnv* env, jobject obj, in sdpCreateMapMnsRecordNative() 323 static jint sdpCreatePbapPceRecordNative(JNIEnv* env, jobject obj, in sdpCreatePbapPceRecordNative() 354 static jint sdpCreatePbapPseRecordNative(JNIEnv* env, jobject obj, in sdpCreatePbapPseRecordNative() 393 static jint sdpCreateOppOpsRecordNative(JNIEnv* env, jobject obj, in sdpCreateOppOpsRecordNative() 442 static jint sdpCreateSapsRecordNative(JNIEnv* env, jobject obj, in sdpCreateSapsRecordNative() 475 static jboolean sdpRemoveSdpRecordNative(JNIEnv* env, jobject obj, in sdpRemoveSdpRecordNative()
|
| /packages/modules/Connectivity/service/src/com/android/server/connectivity/ |
| D | AutodestructReference.java | 30 public AutodestructReference(@NonNull T obj) { in AutodestructReference() 38 final T obj = mHeld.getAndSet(null); in getAndDestroy() local
|
| /packages/modules/Bluetooth/system/gd/os/ |
| D | handler.h | 62 void CallOn(T* obj, Functor&& functor, Args&&... args) { in CallOn() 75 T* obj, Functor&& functor, Args&&... args) { in BindOnceOn() 88 T* obj, Functor&& functor, Args&&... args) { in BindOn()
|
| /packages/modules/AdServices/adservices/apk/tests/util/java/com/android/adservices/ui/util/ |
| D | ApkTestUtil.java | 81 UiObject obj = device.findObject(new UiSelector().text(getString(resId))); in getElement() local 96 UiObject obj = scrollTo(device, resId); in scrollToAndClick() local 115 UiObject obj = device.findObject(new UiSelector().text(getString(resId))); in scrollTo() local 127 UiObject obj = device.findObject(new UiSelector().text(getString(resId)).instance(index)); in getElement() local
|
| /packages/apps/LegacyCamera/jni/ |
| D | mosaic_renderer_jni.cpp | 480 JNIEnv * env, jobject obj) in Java_com_android_camera_panorama_MosaicRenderer_init() 544 JNIEnv * env, jobject obj, jint width, jint height, jboolean isLandscapeOrientation) in Java_com_android_camera_panorama_MosaicRenderer_reset() 626 JNIEnv * env, jobject obj, jfloatArray stMatrix) in Java_com_android_camera_panorama_MosaicRenderer_preprocess() 655 JNIEnv * env, jobject obj) in Java_com_android_camera_panorama_MosaicRenderer_transferGPUtoCPU() 693 JNIEnv * env, jobject obj) in Java_com_android_camera_panorama_MosaicRenderer_step() 727 JNIEnv * env, jobject obj, jboolean flag) in Java_com_android_camera_panorama_MosaicRenderer_setWarping() 754 JNIEnv * env, jobject obj) in Java_com_android_camera_panorama_MosaicRenderer_ready()
|
| /packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/ |
| D | MockedServiceManager.java | 43 InstanceKey(final Class c, final String instName, final Object obj) { in InstanceKey() 55 public boolean equals(Object obj) { in equals() 79 final Object obj, final Object newValue) in replaceInstance()
|
| /packages/apps/Settings/tests/legacy_unit/src/com/android/settings/utils/ |
| D | MockedServiceManager.java | 44 InstanceKey(final Class c, final String instName, final Object obj) { in InstanceKey() 56 public boolean equals(Object obj) { in equals() 80 final Object obj, final Object newValue) in replaceInstance()
|
| /packages/apps/Settings/tests/robotests/src/com/android/settings/network/ |
| D | MobileNetworkListFragmentTest.java | 65 final Object obj = ReflectionHelpers.callInstanceMethod(provider, "isPageSearchEnabled", in isPageSearchEnabled_adminUser_shouldReturnTrue() local 82 final Object obj = ReflectionHelpers.callInstanceMethod(provider, "isPageSearchEnabled", in isPageSearchEnabled_nonAdminUser_shouldReturnFalse() local
|
| /packages/apps/Settings/tests/robotests/src/com/android/settings/gestures/ |
| D | OneHandedSettingsTest.java | 88 final Object obj = ReflectionHelpers.callInstanceMethod( in isPageSearchEnabled_setSupportOneHandedModeProperty_shouldReturnTrue() local 99 final Object obj = ReflectionHelpers.callInstanceMethod( in isPageSearchEnabled_unsetSupportOneHandedModeProperty_shouldReturnFalse() local
|
| /packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/actions/ |
| D | RegisterWebTrigger.java | 50 public RegisterWebTrigger(JSONObject obj) throws JSONException { in RegisterWebTrigger() 87 private List<WebTriggerParams> createTriggerParams(JSONArray triggerParamsArray, JSONObject obj) in createTriggerParams()
|
| D | RegisterWebSource.java | 51 public RegisterWebSource(JSONObject obj) throws JSONException { in RegisterWebSource() 107 private List<WebSourceParams> createSourceParams(JSONArray sourceParamsArray, JSONObject obj) in createSourceParams()
|
| /packages/services/Telephony/tests/src/com/android/ |
| D | TelephonyTestBase.java | 124 final Object obj, final Object newValue) in replaceInstance() 155 InstanceKey(final Class c, final String instName, final Object obj) { in InstanceKey() 167 public boolean equals(Object obj) { in equals()
|
| /packages/providers/TvProvider/tests/src/com/android/providers/tv/ |
| D | Utils.java | 62 public boolean equals(Object obj) { in equals() 92 public boolean equals(Object obj) { in equals() 112 public boolean equals(Object obj) { in equals() 134 public boolean equals(Object obj) { in equals() 161 public boolean equals(Object obj) { in equals() 181 public boolean equals(Object obj) { in equals()
|
| /packages/modules/Virtualization/javalib/jni/ |
| D | android_system_virtualmachine_VirtualizationService.cpp | 80 [[maybe_unused]] jobject obj, in Java_android_system_virtualmachine_VirtualizationService_nativeConnect() 93 [[maybe_unused]] jobject obj, in Java_android_system_virtualmachine_VirtualizationService_nativeIsOk()
|
| /packages/apps/Settings/tests/robotests/src/com/android/settings/network/telephony/ |
| D | MobileNetworkSettingsTest.java | 132 final Object obj = ReflectionHelpers.callInstanceMethod(provider, "isPageSearchEnabled", in isPageSearchEnabled_adminUser_shouldReturnTrue() local 147 final Object obj = ReflectionHelpers.callInstanceMethod(provider, "isPageSearchEnabled", in isPageSearchEnabled_nonAdminUser_shouldReturnFalse() local
|
| /packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/ |
| D | CellBroadcastServiceTestBase.java | 104 InstanceKey(final Class c, final String instName, final Object obj) { in InstanceKey() 116 public boolean equals(Object obj) { in equals() 209 final Object obj, final Object newValue) in replaceInstance()
|
| /packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/wfc/ |
| D | WfcUtils.java | 99 public static void setWfcActivationHelper(WfcActivationHelper obj) { in setWfcActivationHelper() 104 public static void setWebviewResultLauncher(ActivityResultLauncher obj) { in setWebviewResultLauncher()
|
| /packages/apps/TV/tests/common/src/com/android/tv/testing/ |
| D | ComparatorTester.java | 187 private void testNullCompare(Object obj) { in testNullCompare() 200 private void testClassCast(Object obj) { in testClassCast()
|