Home
last modified time | relevance | path

Searched defs:e (Results 1 – 25 of 1209) sorted by relevance

12345678910>>...49

/aosp12/packages/services/Car/tests/CarSecurityPermissionTest/src/com/android/car/media/
H A DCarAudioManagerPermissionTest.java64 Exception e = expectThrows(SecurityException.class, in setGroupVolumePermission() local
71 Exception e = expectThrows(SecurityException.class, in setGroupVolumeWithZonePermission() local
78 Exception e = expectThrows(SecurityException.class, in getGroupMaxVolumePermission() local
85 Exception e = expectThrows(SecurityException.class, in getGroupMaxVolumeWithZonePermission() local
92 Exception e = expectThrows(SecurityException.class, in getGroupMinVolumePermission() local
99 Exception e = expectThrows(SecurityException.class, in getGroupMinVolumeWithZonePermission() local
106 Exception e = expectThrows(SecurityException.class, in getGroupVolumePermission() local
113 Exception e = expectThrows(SecurityException.class, in getGroupVolumeWithZonePermission() local
120 Exception e = expectThrows(SecurityException.class, in setFadeTowardFrontPermission() local
127 Exception e = expectThrows(SecurityException.class, in setBalanceTowardRightPermission() local
[all …]
/aosp12/packages/services/Car/tests/CarSecurityPermissionTest/src/com/android/car/user/
H A DCarUserManagerPermissionTest.java74 Exception e = expectThrows(SecurityException.class, () -> mCarUserManager.switchUser(100)); in testSwitchUserPermission() local
81 Exception e = expectThrows(SecurityException.class, in testUpdatePreCreatedUserPermission() local
89 Exception e = expectThrows(SecurityException.class, in testCreateUserPermission() local
97 Exception e = expectThrows(SecurityException.class, in testCannotCreateAdminUserWithoutManageUsersPermission() local
106 Exception e = expectThrows(SecurityException.class, in testCannotCreateAdminUserWithTypeWithoutManageUsersPermission() local
116 Exception e = expectThrows(SecurityException.class, in testRemoveUserPermission() local
126 Exception e = expectThrows(SecurityException.class, in testAddListenerPermission() local
138 Exception e = expectThrows(SecurityException.class, in testRemoveListenerPermission() local
146 Exception e = expectThrows(SecurityException.class, in testGetUserIdentificationAssociationPermission() local
154 Exception e = expectThrows(SecurityException.class, in testSetUserIdentificationAssociationPermission() local
[all …]
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/base/
H A DEvents.java27 public static boolean isMouseEvent(MotionEvent e) { in isMouseEvent()
31 public static boolean isActionDown(MotionEvent e) { in isActionDown()
35 public static boolean isActionUp(MotionEvent e) { in isActionUp()
39 public static boolean isMultiPointerActionDown(MotionEvent e) { in isMultiPointerActionDown()
43 public static boolean isMultiPointerActionUp(MotionEvent e) { in isMultiPointerActionUp()
47 public static boolean isCtrlKeyPressed(MotionEvent e) { in isCtrlKeyPressed()
51 public static boolean isAltKeyPressed(MotionEvent e) { in isAltKeyPressed()
55 public static boolean isShiftKeyPressed(MotionEvent e) { in isShiftKeyPressed()
/aosp12/packages/services/Car/tests/CarSecurityPermissionTest/src/com/android/car/power/
H A DCarPowerManagerPermissionTest.java64 Exception e = expectThrows(SecurityException.class, () -> mCarPowerManager.getPowerState()); in testGetPowerState() local
71 Exception e = expectThrows(SecurityException.class, in testRequestShutdownOnNextSuspend() local
79 Exception e = expectThrows(SecurityException.class, in testScheduleNextWakeupTime() local
87 Exception e = expectThrows(SecurityException.class, in testSetListener() local
95 Exception e = expectThrows(SecurityException.class, in testSetListenerWithCompletion() local
103 Exception e = expectThrows(SecurityException.class, in testGetCurrentPowerPolicy() local
111 Exception e = expectThrows(SecurityException.class, in testApplyPowerPolicy() local
122 Exception e = expectThrows(SecurityException.class, in testAddPowerPolicyChangeListener() local
/aosp12/frameworks/rs/driver/runtime/
H A Drs_element.c8 rsElementGetSubElementCount(rs_element e) { in rsElementGetSubElementCount()
17 rsElementGetSubElement(rs_element e, uint32_t index) { in rsElementGetSubElement()
35 rsElementGetSubElementNameLength(rs_element e, uint32_t index) { in rsElementGetSubElementNameLength()
44 rsElementGetSubElementName(rs_element e, uint32_t index, char *name, uint32_t nameLength) { in rsElementGetSubElementName()
66 rsElementGetSubElementArraySize(rs_element e, uint32_t index) { in rsElementGetSubElementArraySize()
75 rsElementGetSubElementOffsetBytes(rs_element e, uint32_t index) { in rsElementGetSubElementOffsetBytes()
84 rsElementGetBytesSize(rs_element e) { in rsElementGetBytesSize()
93 rsElementGetDataType(rs_element e) { in rsElementGetDataType()
102 rsElementGetDataKind(rs_element e) { in rsElementGetDataKind()
111 rsElementGetVectorSize(rs_element e) { in rsElementGetVectorSize()
/aosp12/system/tools/hidl/test/utils_test/
H A Dmain.cpp78 FQName e; in TEST() local
86 FQName e; in TEST() local
97 FQName e; in TEST() local
104 FqInstance e; in TEST() local
120 FqInstance e; in TEST() local
133 FqInstance e; in TEST() local
145 FqInstance e; in TEST() local
154 FqInstance e; in TEST() local
161 FqInstance e; in TEST() local
168 FqInstance e; in TEST() local
/aosp12/packages/services/Car/tests/CarSecurityPermissionTest/src/com/android/car/telemetry/
H A DCarTelemetryManagerPermissionTest.java71 Exception e = expectThrows(SecurityException.class, in testSetListener() local
79 Exception e = expectThrows(SecurityException.class, in testClearListener() local
87 Exception e = expectThrows(SecurityException.class, in testAddMetricsConfig() local
96 Exception e = expectThrows(SecurityException.class, in testRemoveMetricsConfig() local
104 Exception e = expectThrows(SecurityException.class, in testRemoveAllMetricsConfigs() local
112 Exception e = expectThrows(SecurityException.class, in testSendFinishedReports() local
120 Exception e = expectThrows(SecurityException.class, in testSendAllFinishedReports() local
/aosp12/system/teeui/tools/framebufferizer/src/com/android/framebufferizer/utils/
H A DFrameBufferBuffer.java52 public void componentMoved(ComponentEvent e) { in componentMoved()
57 public void componentShown(ComponentEvent e) { in componentShown()
257 public void mouseReleased(MouseEvent e) { in mouseReleased()
271 public void mouseClicked(MouseEvent e){ in mouseClicked()
275 public void mousePressed(MouseEvent e){ in mousePressed()
279 public void mouseEntered(MouseEvent e){ in mouseEntered()
283 public void mouseExited(MouseEvent e){ in mouseExited()
287 public void mouseDragged(MouseEvent e) { in mouseDragged()
292 public void mouseMoved(MouseEvent e) { in mouseMoved()
372 public void componentMoved(ComponentEvent e) { in componentMoved()
[all …]
/aosp12/packages/apps/Nfc/nci/jni/
H A DNativeLlcpSocket.cpp42 static jboolean nativeLlcpSocket_doConnect(JNIEnv* e, jobject o, jint nSap) { in nativeLlcpSocket_doConnect()
66 static jboolean nativeLlcpSocket_doConnectBy(JNIEnv* e, jobject o, jstring sn) { in nativeLlcpSocket_doConnectBy()
94 static jboolean nativeLlcpSocket_doClose(JNIEnv* e, jobject o) { in nativeLlcpSocket_doClose()
117 static jboolean nativeLlcpSocket_doSend(JNIEnv* e, jobject o, jbyteArray data) { in nativeLlcpSocket_doSend()
144 static jint nativeLlcpSocket_doReceive(JNIEnv* e, jobject o, in nativeLlcpSocket_doReceive()
179 static jint nativeLlcpSocket_doGetRemoteSocketMIU(JNIEnv* e, jobject o) { in nativeLlcpSocket_doGetRemoteSocketMIU()
201 static jint nativeLlcpSocket_doGetRemoteSocketRW(JNIEnv* e, jobject o) { in nativeLlcpSocket_doGetRemoteSocketRW()
239 int register_com_android_nfc_NativeLlcpSocket(JNIEnv* e) { in register_com_android_nfc_NativeLlcpSocket()
H A DNfcJniUtil.cpp45 JNIEnv* e = NULL; in JNI_OnLoad() local
80 int nfc_jni_cache_object(JNIEnv* e, const char* className, jobject* cachedObj) { in nfc_jni_cache_object()
113 int nfc_jni_get_nfc_socket_handle(JNIEnv* e, jobject o) { in nfc_jni_get_nfc_socket_handle()
130 struct nfc_jni_native_data* nfc_jni_get_nat(JNIEnv* e, jobject o) { in nfc_jni_get_nat()
146 int nfc_jni_cache_object_local(JNIEnv* e, const char* className, in nfc_jni_cache_object_local()
/aosp12/art/test/646-checker-simd-hadd/src/
H A DHaddShort.java547 short e = (short) ((sB1[i] + sB2[i]) >> 1); in main() local
552 short e = (short) ((sB1[i] + sB2[i]) >> 1); in main() local
557 short e = (short) (((sB1[i] & 0xffff) + (sB2[i] & 0xffff)) >> 1); in main() local
562 short e = (short) ((sB1[i] + sB2[i] + 1) >> 1); in main() local
567 short e = (short) ((sB1[i] + sB2[i] + 1) >> 1); in main() local
572 short e = (short) ((sB1[i] + sB2[i] + 1) >> 1); in main() local
577 short e = (short) ((sB1[i] + sB2[i] + 1) >> 1); in main() local
582 short e = (short) (((sB1[i] & 0xffff) + (sB2[i] & 0xffff) + 1) >> 1); in main() local
587 short e = (short) (((sB1[i] & 0xffff) + (sB2[i] & 0xffff) + 1) >> 1); in main() local
592 short e = (short) ((sB1[i] + 0x7fff) >> 1); in main() local
[all …]
H A DHaddOther.java155 short e = (short) (sA[i] >> 1); in main() local
160 short e = (short) (sA[i] >>> 1); in main() local
165 short e = (short) (iA[i] >> 1); in main() local
170 int e = iA[i] >> 1; in main() local
175 short e = (short) (((short) (sA[i] + sB[i])) >> 1); in main() local
180 int e = (short) ((short) (iA[i] + iB[i]) >> 1); in main() local
185 short e = (short) (((short) (sA[i] + sB[i]) + 1) >> 1); in main() local
H A DHaddAltChar.java333 char e = (char) ((sB1[i] + sB2[i]) >> 1); in main() local
338 char e = (char) ((sB1[i] + sB2[i]) >> 1); in main() local
343 char e = (char) ((sB1[i] + sB2[i] + 1) >> 1); in main() local
348 char e = (char) ((sB1[i] + sB2[i] + 1) >> 1); in main() local
353 char e = (char) ((sB1[i] + 0xffff) >> 1); in main() local
358 char e = (char) ((sB1[i] + 0xffff) >> 1); in main() local
H A DHaddChar.java325 char e = (char) ((sB1[i] + sB2[i]) >> 1); in main() local
330 char e = (char) ((sB1[i] + sB2[i]) >> 1); in main() local
335 char e = (char) ((sB1[i] + sB2[i] + 1) >> 1); in main() local
340 char e = (char) ((sB1[i] + sB2[i] + 1) >> 1); in main() local
345 char e = (char) ((sB1[i] + 0xffff) >> 1); in main() local
350 char e = (char) ((sB1[i] + 0xffff) >> 1); in main() local
/aosp12/packages/services/Telephony/src/com/android/phone/vvm/
H A DVvmLog.java46 public static int e(String tag, String log) { in e() method in VvmLog
51 public static int e(String tag, String log, Throwable e) { in e() argument
61 public static int w(String tag, String log, Throwable e) { in w()
71 public static int i(String tag, String log, Throwable e) { in i()
81 public static int d(String tag, String log, Throwable e) { in d()
91 public static int v(String tag, String log, Throwable e) { in v()
101 public static int wtf(String tag, String log, Throwable e) { in wtf()
/aosp12/packages/services/Car/tests/CarSecurityPermissionTest/src/com/android/car/admin/
H A DCarDevicePolicyManagerPermissionTest.java64 Exception e = expectThrows(SecurityException.class, in testRemoveUserPermission() local
72 Exception e = expectThrows(SecurityException.class, in testCreateUserPermission() local
80 Exception e = expectThrows(SecurityException.class, in testStartUserInBackgroundPermission() local
88 Exception e = expectThrows(SecurityException.class, in testStopUserPermission() local
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/services/
H A DResourceException.java22 public ResourceException(String message, Exception e) { in ResourceException()
26 public ResourceException(String message, Uri uri1, Exception e) { in ResourceException()
27 super(String.format(message, uri1.toString()), e); in ResourceException() local
30 public ResourceException(String message, Uri uri1, Uri uri2, Exception e) { in ResourceException()
31 super(String.format(message, uri1.toString(), uri2.toString()), e); in ResourceException() local
/aosp12/frameworks/native/libs/ftl/
H A DNamedEnum_test.cpp36 TestEnums e = TestEnums::ZERO; in TEST() local
51 TestBigEnums e = TestBigEnums::ZERO; in TEST() local
59 TestEnums e = TestEnums::ZERO; in TEST() local
73 TestBigEnums e = TestBigEnums::ZERO; in TEST() local
81 TestEnums e = static_cast<TestEnums>(0x5); in TEST() local
88 TestEnums e = static_cast<TestEnums>(0x5); in TEST() local
/aosp12/frameworks/base/core/java/android/hardware/camera2/utils/
H A DUncheckedThrow.java28 public static void throwAnyException(Exception e) { in throwAnyException()
40 public static void throwAnyException(Throwable e) { in throwAnyException()
49 private static<T extends Throwable> void throwAnyImpl(Throwable e) throws T { in throwAnyImpl()
/aosp12/bionic/libc/include/
H A Dassert.h52 # define assert(e) __assert_no_op argument
55 # define assert(e) ((e) ? __assert_no_op : __assert2(__FILE__, __LINE__, __PRETTY_FUNCTION__, #e)) argument
63 # define assert(e) ((e) ? __assert_no_op : __assert(__FILE__, __LINE__, #e)) argument
/aosp12/frameworks/rs/cpp/
H A DScriptIntrinsics.cpp35 ScriptIntrinsic::ScriptIntrinsic(sp<RS> rs, int id, sp<const Element> e) in ScriptIntrinsic()
54 ScriptIntrinsic3DLUT::ScriptIntrinsic3DLUT(sp<RS> rs, sp<const Element> e) in ScriptIntrinsic3DLUT()
88 ScriptIntrinsicBlend::ScriptIntrinsicBlend(sp<RS> rs, sp<const Element> e) in ScriptIntrinsicBlend()
224 ScriptIntrinsicBlur::ScriptIntrinsicBlur(sp<RS> rs, sp<const Element> e) in ScriptIntrinsicBlur()
259 ScriptIntrinsicColorMatrix::ScriptIntrinsicColorMatrix(sp<RS> rs, sp<const Element> e) in ScriptIntrinsicColorMatrix()
364 ScriptIntrinsicConvolve3x3::ScriptIntrinsicConvolve3x3(sp<RS> rs, sp<const Element> e) in ScriptIntrinsicConvolve3x3()
405 ScriptIntrinsicConvolve5x5::ScriptIntrinsicConvolve5x5(sp<RS> rs, sp<const Element> e) in ScriptIntrinsicConvolve5x5()
435 ScriptIntrinsicHistogram::ScriptIntrinsicHistogram(sp<RS> rs, sp<const Element> e) in ScriptIntrinsicHistogram()
524 ScriptIntrinsicLUT::ScriptIntrinsicLUT(sp<RS> rs, sp<const Element> e) in ScriptIntrinsicLUT()
585 ScriptIntrinsicResize::ScriptIntrinsicResize(sp<RS> rs, sp<const Element> e) in ScriptIntrinsicResize()
[all …]
/aosp12/frameworks/native/services/sensorservice/
H A DSensorList.cpp56 handle, [] (const Entry& e) -> String8 {return e.si->getSensor().getName();}, in getName()
62 handle, [] (const Entry& e) -> String8 {return e.si->getSensor().getStringType();}, in getStringType()
68 handle, [] (const Entry& e) -> sp<SensorInterface> {return e.si;}, nullptr); in getInterface()
81 [&sensors] (const Entry& e) -> bool { in getUserSensors()
94 [&sensors] (const Entry& e) -> bool { in getUserDebugSensors()
107 [&sensors] (const Entry& e) -> bool { in getDynamicSensors()
120 [&sensors] (const Entry& e) -> bool { in getVirtualSensors()
/aosp12/art/test/995-breakpoints-throw/src/art/
H A DTest995.java30 public void breakpointReached(Executable e, long loc); in breakpointReached()
54 public static void notifyBreakpointReached(Thread thr, Executable e, long loc) { in notifyBreakpointReached()
65 public void breakpointReached(Executable e, long loc) { in makeHandler()
/aosp12/frameworks/native/libs/binder/
H A DBinder.cpp240 Extras* e = getOrCreateExtras(); in attachObject() local
249 Extras* e = mExtras.load(std::memory_order_acquire); in findObject() local
258 Extras* e = mExtras.load(std::memory_order_acquire); in detachObject() local
272 Extras* e = mExtras.load(std::memory_order_acquire); in isRequestingSid() local
279 Extras* e = mExtras.load(std::memory_order_acquire); in setRequestingSid() local
295 Extras* e = mExtras.load(std::memory_order_acquire); in getExtension() local
313 Extras* e = mExtras.load(std::memory_order_acquire); in setMinSchedulerPolicy() local
330 Extras* e = mExtras.load(std::memory_order_acquire); in getMinSchedulerPolicy() local
336 Extras* e = mExtras.load(std::memory_order_acquire); in getMinSchedulerPriority() local
342 Extras* e = mExtras.load(std::memory_order_acquire); in isInheritRt() local
[all …]
/aosp12/packages/apps/Car/Messenger/src/com/android/car/messenger/core/util/
H A DL.java78 public static void e(@NonNull String msg) { in e() method in L
88 public static void e(@NonNull String msg, Throwable e) { in e() argument
107 public static void wtf(Exception e, @NonNull String msg) { in wtf()

12345678910>>...49