/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/invoke/ |
H A D | MethodTypeTest.java | 36 MethodType mt = MethodType.methodType(int.class, in test_methodType_basicTestsReturnTypeAndParameterClassArray() local 62 MethodType mt = MethodType.methodType(int.class, Arrays.asList(String.class, long.class)); in test_methodType_basicTestsReturnTypeAndParameterClassList() local 87 MethodType mt = MethodType.methodType(int.class, String.class, long.class); in test_methodType_basicTestsReturnTypeAndVarargsParameters() local 112 MethodType mt = MethodType.methodType(int.class); in test_methodType_basicTestsReturnTypeOnly() local 125 MethodType mt = MethodType.methodType(int.class, long.class); in test_methodType_basicTestsReturnTypeAndSingleParameter() local 156 MethodType mt = MethodType.methodType(int.class, long.class, String.class); in test_methodType_basicTestsReturnTypeAndMethodTypeParameters() local 173 MethodType mt = MethodType.genericMethodType(0); in testGenericMethodType() local 197 MethodType mt = MethodType.genericMethodType(3, false /* finalArray */); in testGenericMethodTypeWithTrailingArray() local 224 MethodType mt = MethodType.methodType(int.class, String.class, Object.class, List.class); in testChangeParameterType() local 262 MethodType mt = MethodType.methodType(int.class, String.class, Object.class); in testInsertParameterTypes_varargs() local [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_miptree.c | 68 nv50_mt_choose_storage_type(struct nv50_miptree *mt, bool compressed) in nv50_mt_choose_storage_type() 164 struct nv50_miptree *mt = nv50_miptree(pt); in nv50_miptree_destroy() local 187 struct nv50_miptree *mt = nv50_miptree(pt); in nv50_miptree_get_handle() local 202 nv50_miptree_init_ms_mode(struct nv50_miptree *mt) in nv50_miptree_init_ms_mode() 231 nv50_miptree_init_layout_linear(struct nv50_miptree *mt, unsigned pitch_align) in nv50_miptree_init_layout_linear() 257 nv50_miptree_init_layout_video(struct nv50_miptree *mt) in nv50_miptree_init_layout_video() 279 nv50_miptree_init_layout_tiled(struct nv50_miptree *mt) in nv50_miptree_init_layout_tiled() 331 struct nv50_miptree *mt = CALLOC_STRUCT(nv50_miptree); in nv50_miptree_create() local 404 struct nv50_miptree *mt; in nv50_miptree_from_handle() local 443 nv50_mt_zslice_offset(const struct nv50_miptree *mt, unsigned l, unsigned z) in nv50_mt_zslice_offset() [all …]
|
/aosp_15_r20/dalvik/dx/tests/135-invoke-custom/src/invokecustom/ |
H A D | TestGenerator.java | 100 MethodType mt = MethodType.methodType(CallSite.class, MethodHandles.Lookup.class, String.class, in generateMethodTest1() local 116 MethodType mt = MethodType.methodType(CallSite.class, MethodHandles.Lookup.class, String.class, in generateMethodTest2() local 141 MethodType mt = MethodType.methodType(CallSite.class, MethodHandles.Lookup.class, String.class, in generateMethodTest3() local 159 MethodType mt = in generateMethodTest4() local 186 MethodType mt = MethodType.methodType( in generateMethodTest5() local 220 MethodType mt = MethodType.methodType(CallSite.class, MethodHandles.Lookup.class, String.class, in generateMethodTest6() local 254 MethodType mt = MethodType.methodType(CallSite.class, MethodHandles.Lookup.class, String.class, in generateMethodTest7() local 290 MethodType mt = MethodType.methodType(CallSite.class, MethodHandles.Lookup.class, String.class, in generateMethodTest8() local 318 MethodType mt = in generateMethodTest9() local
|
/aosp_15_r20/dalvik/dx/tests/137-dexmerger-dex38/src/invokecustom/ |
H A D | TestGenerator.java | 118 MethodType mt = in generateMethodTest1() local 140 MethodType mt = in generateMethodTest2() local 171 MethodType mt = in generateMethodTest3() local 207 MethodType mt = in generateMethodTest4() local 246 MethodType mt = in generateMethodTest5() local 289 MethodType mt = in generateMethodTest6() local 332 MethodType mt = in generateMethodTest7() local 377 MethodType mt = in generateMethodTest8() local 414 MethodType mt = in generateMethodTest9() local
|
/aosp_15_r20/frameworks/minikin/tests/unittest/ |
H A D | MeasuredTextTest.cpp | 76 auto mt = builder.build(text, true /* hyphenation */, true /* full layout */, in TEST() local 98 auto mt = builder.build(text, true /* hyphenation */, true /* full layout */, in TEST() local 116 auto mt = builder.build(text, true /* hyphenation */, true /* full layout */, in TEST() local 139 auto mt = builder.build(text, true /* hyphenation */, true /* full layout */, in TEST() local 172 auto mt = builder.build(text, true /* hyphenation */, true /* full layout */, in TEST() local 200 auto mt = builder.build(text, true /* hyphenation */, true /* full layout */, in TEST() local 226 auto mt = builder.build(text, true /* hyphenation */, true /* full layout */, in TEST() local 314 auto mt = builder.build(text, true /* hyphenation */, true /* full layout */, in TEST() local 400 auto mt = builder.build(text, true /* hyphenation */, true /* full layout */, in TEST() local 488 auto mt = builder.build(text, true /* hyphenation */, true /* full layout */, in TEST() local [all …]
|
/aosp_15_r20/external/libwebsockets/lib/system/metrics/ |
H A D | metrics.c | 170 lws_metric_t *mt = lws_container_of(d, lws_metric_t, list); in lws_metrics_periodic_cb() local 315 lws_metric_t *mt; in lws_metric_create() local 386 lws_metric_get_policy(lws_metric_t *mt) in lws_metric_get_policy() 418 lws_metric_t *mt = lws_container_of(d, lws_metric_t, list); in lws_metric_rebind_policies() local 439 lws_metric_t *mt = *pmt; in lws_metric_destroy() local 476 lws_metric_switch_policy(lws_metric_t *mt, const char *polname) in lws_metric_switch_policy() 539 lws_metric_t *mt = lws_container_of(d, lws_metric_t, list); in lws_metrics_destroy() local 651 lws_metric_t *mt = lws_container_of(d, lws_metric_t, list); in lws_metrics_foreach() local 667 lws_metric_t *mt = lws_container_of(e, lws_metric_t, list); in lws_metrics_foreach() local 852 lws_metric_event(lws_metric_t *mt, char go_nogo, u_mt_t val) in lws_metric_event() [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_miptree.c | 187 const struct nv50_miptree *mt, in nvc0_mt_choose_storage_type() 201 nvc0_miptree_init_ms_mode(struct nv50_miptree *mt) in nvc0_miptree_init_ms_mode() 230 nvc0_miptree_init_layout_video(struct nv50_miptree *mt) in nvc0_miptree_init_layout_video() 252 nvc0_miptree_init_layout_tiled(struct nv50_miptree *mt, uint64_t modifier) in nvc0_miptree_init_layout_tiled() 313 nvc0_miptree_get_modifier(struct pipe_screen *pscreen, struct nv50_miptree *mt) in nvc0_miptree_get_modifier() 349 struct nv50_miptree *mt = nv50_miptree(pt); in nvc0_miptree_get_handle() local 363 const struct nv50_miptree *mt, in nvc0_miptree_select_best_modifier() 449 struct nv50_miptree *mt = CALLOC_STRUCT(nv50_miptree); in nvc0_miptree_create() local 558 nvc0_mt_zslice_offset(const struct nv50_miptree *mt, unsigned l, unsigned z) in nvc0_mt_zslice_offset()
|
/aosp_15_r20/cts/tests/tests/telecom-cuj/src/android/telecom/cts/cuj/app/integration/ |
H A D | MultiCallingTest.java | 67 String mt = addCallAndVerify(managedApp, incomingAttributes); in testMultiCalling_SingleApp_ManagedApp() local 102 String mt = addCallAndVerify(voipCsApp, incomingAttributes); in testMultiCalling_SingleApp_ConnectionServiceVoipAppMain() local 137 String mt = addCallAndVerify(transactionalApp, incomingAttributes); in testMultiCalling_SingleApp_TransactionalApp() local 178 String mt = addCallAndVerify(transactionalApp, incomingAttributes); in testManagedAndTransactional() local 218 String mt = addCallAndVerify(managedApp, incomingAttributes); in testTransactionalAndManaged() local 258 String mt = addCallAndVerify(csApp, incomingAttributes); in testManagedAndSelfManaged() local 298 String mt = addCallAndVerify(managedApp, incomingAttributes); in testSelfManagedAndManaged() local
|
H A D | RingerTest.java | 116 String mt = addIncomingCallAndVerify(managedApp); in testIncomingCall_RingAndVibrate() local 170 String mt = addIncomingCallAndVerify(managedApp); in testIncomingCallVibrationDisabled_RingAndNoVibrate() local 225 String mt = addIncomingCallAndVerify(managedApp); in testIncomingCallSilentMode_NoRingAndNoVibrate() local 280 String mt = addIncomingCallAndVerify(managedApp); in testIncomingCallVibrateMode_VibrateAndNoRing() local 340 String mt = addIncomingCallAndVerify(managedApp); in testIncomingCallVibrateModeEnableRinger_VibrateAndRing() local 411 String mt = addIncomingCallAndVerify(managedApp); in testIncomingCallVibrateMode_vibrationSettingsSupported_VibrateAndRing() local
|
H A D | UnholdableCallTest.java | 209 String mt = addIncomingCallAndVerify(transactionalApp, false /* isHoldable */); in testAnswerIncomingWithOngoingUnholdableCall_TransactionalApp() local 256 String mt = addIncomingCallAndVerify(csApp, false /* isHoldable */); in testAnswerIncomingWithOngoingUnholdableCall_ConnectionServiceVoipAppMain() local 312 String mt = addIncomingCallAndVerify(transactionalApp, false /* isHoldable */); in testAnswerIncomingWithOngoingUnholdable_ManagedTransactionalApp() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_miptree.c | 41 struct nv30_miptree *mt = nv30_miptree(pt); in layer_offset() local 60 struct nv30_miptree *mt = nv30_miptree(pt); in nv30_miptree_get_handle() local 74 struct nv30_miptree *mt = nv30_miptree(pt); in nv30_miptree_destroy() local 99 struct nv30_miptree *mt = nv30_miptree(pt); in define_rect() local 288 struct nv30_miptree *mt = nv30_miptree(pt); in nv30_miptree_transfer_map() local 380 struct nv30_miptree *mt = nv30_miptree(tx->base.resource); in nv30_miptree_transfer_unmap() local 411 struct nv30_miptree *mt = CALLOC_STRUCT(nv30_miptree); in nv30_miptree_create() local 512 struct nv30_miptree *mt; in nv30_miptree_from_handle() local 549 struct nv30_miptree *mt = nv30_miptree(pt); /* guaranteed */ in nv30_miptree_surface_new() local
|
/aosp_15_r20/libcore/ojluni/src/test/java/lang/invoke/VarHandles/ |
H A D | VarHandleBaseTest.java | 234 static MethodHandle toMethodHandle(VarHandle vh, TestAccessMode tam, MethodType mt) { in toMethodHandle() 238 static MethodHandle findVirtual(VarHandle vh, TestAccessMode tam, MethodType mt) { in findVirtual() 251 static MethodHandle varHandleInvoker(VarHandle vh, TestAccessMode tam, MethodType mt) { in varHandleInvoker() 259 static MethodHandle varHandleExactInvoker(VarHandle vh, TestAccessMode tam, MethodType mt) { in varHandleExactInvoker() 311 MethodHandle apply(VarHandle vh, TestAccessMode am, MethodType mt) { in apply() 372 MethodHandle get(TestAccessMode am, MethodType mt) { in get() 467 MethodType mt = vh.accessModeType(testAccessMode.toAccessMode()); in testTypes() local 473 MethodType mt = vh.accessModeType(testAccessMode.toAccessMode()); in testTypes() local 479 MethodType mt = vh.accessModeType(testAccessMode.toAccessMode()); in testTypes() local 486 MethodType mt = vh.accessModeType(testAccessMode.toAccessMode()); in testTypes() local [all …]
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | uuids.h | 75 #define MEDIASUBTYPE_HASALPHA(mt) (((mt).subtype==MEDIASUBTYPE_ARGB4444) || ((mt).subtype==MEDIASUB… argument 76 #define MEDIASUBTYPE_HASALPHA7(mt) (((mt).subtype==MEDIASUBTYPE_ARGB32_D3D_DX7_RT) || ((mt).subtype… argument 77 #define MEDIASUBTYPE_D3D_DX7_RT(mt) (((mt).subtype==MEDIASUBTYPE_ARGB32_D3D_DX7_RT) || ((mt).subtyp… argument 78 #define MEDIASUBTYPE_HASALPHA9(mt) (((mt).subtype==MEDIASUBTYPE_ARGB32_D3D_DX9_RT) || ((mt).subtype… argument 79 #define MEDIASUBTYPE_D3D_DX9_RT(mt) (((mt).subtype==MEDIASUBTYPE_ARGB32_D3D_DX9_RT) || ((mt).subtyp… argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/features/ |
D | impl_mint.rs | 133 let mt = m.transpose(); localVariable 168 let mt = m.transpose(); localVariable 205 let mt = m.transpose(); localVariable 282 let mt = m.transpose(); in from() localVariable 414 let mt = mint::RowMatrix2::from(g); localVariable 425 let mt = mint::RowMatrix3::from(g); localVariable 443 let mt = mint::RowMatrix4::from(g); localVariable
|
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/text/cts/ |
H A D | MeasuredTextTest.java | 76 final MeasuredText mt = new MeasuredText.Builder(text.toCharArray()) in testBuilder_FromExistingMeasuredText() local 85 final MeasuredText mt = new MeasuredText.Builder(text.toCharArray()) in testBuilder_FromExistingMeasuredText_differentLayoutParam() local 95 final MeasuredText mt = new MeasuredText.Builder(text.toCharArray()) in testBuilder_FromExistingMeasuredText_differentHyphenationParam() local 122 MeasuredText mt = new MeasuredText.Builder(text.toCharArray()) in testGetWidth() local 179 MeasuredText mt = new MeasuredText.Builder(text.toCharArray()) in testGetBounds() local 285 MeasuredText mt = new MeasuredText.Builder(text.toCharArray()) in testGetCharWidthAt() local 368 final MeasuredText mt = new MeasuredText.Builder(text.toCharArray()) in makeBitmapFromMtWithSamePaint() local
|
/aosp_15_r20/external/mesa3d/src/glx/ |
H A D | indirect_transpose_matrix.c | 54 GLdouble mt[16]; in __indirect_glLoadTransposeMatrixd() local 63 GLfloat mt[16]; in __indirect_glLoadTransposeMatrixf() local 72 GLdouble mt[16]; in __indirect_glMultTransposeMatrixd() local 81 GLfloat mt[16]; in __indirect_glMultTransposeMatrixf() local
|
/aosp_15_r20/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/ |
H A D | ShadowNativeMeasuredTextTest.java | 47 final MeasuredText mt = in testBuilder_fromExistingMeasuredText() local 60 final MeasuredText mt = in testBuilder_fromExistingMeasuredText_differentLayoutParam() local 76 final MeasuredText mt = in testBuilder_fromExistingMeasuredText_differentHyphenationParam() local 113 MeasuredText mt = in testGetWidth() local
|
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/util/ |
H A D | CXX11Workarounds.h | 69 #define EIGEN_TPL_PP_SPEC_HACK_DEF(mt, n) mt... n argument 70 #define EIGEN_TPL_PP_SPEC_HACK_DEFC(mt, n) , EIGEN_TPL_PP_SPEC_HACK_DEF(mt, n) argument 74 #define EIGEN_TPL_PP_SPEC_HACK_DEF(mt, n) argument 75 #define EIGEN_TPL_PP_SPEC_HACK_DEFC(mt, n) argument
|
/aosp_15_r20/external/libfuse/lib/ |
H A D | fuse_loop_mt.c | 50 struct fuse_mt *mt; member 130 struct fuse_mt *mt = w->mt; in fuse_do_work() local 276 static struct fuse_chan *fuse_clone_chan(struct fuse_mt *mt) in fuse_clone_chan() 300 static int fuse_loop_start_thread(struct fuse_mt *mt) in fuse_loop_start_thread() 337 static void fuse_join_worker(struct fuse_mt *mt, struct fuse_worker *w) in fuse_join_worker() 353 struct fuse_mt mt; in fuse_session_loop_mt_312() local
|
/aosp_15_r20/external/clang/test/CXX/dcl.decl/dcl.meaning/ |
H A D | p1-0x.cpp | 68 template<typename T> int mt<T*>; variable 69 template<> int mt<int>; variable 70 template int mt<int*>; variable 71 template int mt<char>; // expected-error {{undefined}} variable
|
/aosp_15_r20/external/coreboot/src/include/ |
H A D | timer.h | 53 static inline void mono_time_set_usecs(struct mono_time *mt, uint64_t us) in mono_time_set_usecs() 59 static inline void mono_time_set_msecs(struct mono_time *mt, uint64_t ms) in mono_time_set_msecs() 65 static inline void mono_time_add_usecs(struct mono_time *mt, int64_t us) in mono_time_add_usecs() 71 static inline void mono_time_add_msecs(struct mono_time *mt, int64_t ms) in mono_time_add_msecs()
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/text/ |
H A D | MeasuredParagraphTest.java | 66 MeasuredParagraph mt = null; in buildForBidi() local 97 MeasuredParagraph mt = null; in buildForMeasurement() local 136 MeasuredParagraph mt = null; in buildForStaticLayout() local
|
/aosp_15_r20/libcore/ojluni/src/test/java/lang/constant/access_test/pkg1/ |
H A D | MethodTypeDescriptorAccessTest.java | 65 …MethodType mt = MethodType.fromMethodDescriptorString("(Ltest/java/lang/constant/access_test/pkg2/… in test() local 70 MethodType mt = (MethodType)mtd.resolveConstantDesc(lookup); in checkValidAccess() local 79 MethodType mt = (MethodType)mtd.resolveConstantDesc(lookup); in checkInvalidAccess() local
|
/aosp_15_r20/hardware/nxp/uwb/halimpl/hal/ |
D | phNxpUciHal.cc | 72 uint8_t mt; member 83 uint8_t mt, uint8_t gid, uint8_t oid, in phNxpUciHal_rx_handler_add() 103 const uint8_t mt = ((packet[0]) & UCI_MT_MASK) >> UCI_MT_SHIFT; in phNxpUciHal_rx_handler_check() local 237 const uint8_t mt = (cmd[0] &UCI_MT_MASK) >> UCI_MT_SHIFT; in phNxpUciHal_parse() local 461 uint8_t mt = ((buffer[0]) & UCI_MT_MASK) >> UCI_MT_SHIFT; in handle_rx_packet() local
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | _randommodule.c | 100 unsigned long *mt; in genrand_int32() local 149 unsigned long *mt; in init_genrand() local 174 unsigned long *mt; in init_by_array() local 416 unsigned long *mt, tmp, nonzero; in random_jumpahead() local
|