Home
last modified time | relevance | path

Searched defs:mt (Results 1 – 25 of 27) sorted by relevance

12

/aosp12/frameworks/base/core/tests/coretests/src/android/text/
H A DMeasuredParagraphTest.java65 MeasuredParagraph mt = null; in buildForBidi() local
96 MeasuredParagraph mt = null; in buildForMeasurement() local
135 MeasuredParagraph mt = null; in buildForStaticLayout() local
/aosp12/frameworks/minikin/tests/unittest/
H A DMeasuredTextTest.cpp69 auto mt = builder.build(text, true /* hyphenation */, true /* full layout */, in TEST() local
87 auto mt = builder.build(text, true /* hyphenation */, true /* full layout */, in TEST() local
101 auto mt = builder.build(text, true /* hyphenation */, true /* full layout */, in TEST() local
119 auto mt = builder.build(text, true /* hyphenation */, true /* full layout */, in TEST() local
140 auto mt = builder.build(text, true /* hyphenation */, true /* full layout */, in TEST() local
162 auto mt = builder.build(text, true /* hyphenation */, true /* full layout */, in TEST() local
184 auto mt = builder.build(text, true /* hyphenation */, true /* full layout */, in TEST() local
267 auto mt = builder.build(text, true /* hyphenation */, true /* full layout */, in TEST() local
349 auto mt = builder.build(text, true /* hyphenation */, true /* full layout */, in TEST() local
432 auto mt = builder.build(text, true /* hyphenation */, true /* full layout */, in TEST() local
H A DSparseBitSetTest.cpp30 std::mt19937 mt; // Fix seeds to be able to reproduce the result. in TEST() local
/aosp12/frameworks/minikin/tests/stresstest/
H A DMultithreadTest.cpp45 static std::vector<uint16_t> generateTestText(std::mt19937* mt, int lettersInWord, in generateTestText()
69 std::mt19937 mt(tid); in thread_main() local
/aosp12/packages/services/BuiltInPrintService/jni/lib/
H A Dplugin_db.c46 char const **mt, **pf; in plugin_add() local
100 wprint_plugin_t *plugin_search(const char *mt, const char *pf) { in plugin_search()
/aosp12/frameworks/base/core/java/android/text/
H A DMeasuredParagraph.java67 final MeasuredParagraph mt = sPool.acquire(); in obtain() local
316 final MeasuredParagraph mt = recycle == null ? obtain() : recycle; in buildForBidi() local
342 final MeasuredParagraph mt = recycle == null ? obtain() : recycle; in buildForMeasurement() local
397 final MeasuredParagraph mt = recycle == null ? obtain() : recycle; in buildForStaticLayout() local
H A DTextUtils.java1329 MeasuredParagraph mt = null; in ellipsize() local
1524 MeasuredParagraph mt = null; in commaEllipsize() local
/aosp12/art/test/1985-structural-redefine-stack-scope/
H A Dstack_scope.cc66 Handle<mirror::MethodType> mt(hs.NewHandle(mirror::MethodType::Create( in Java_Main_NativeFieldScopeCheck() local
/aosp12/art/test/1948-obsolete-const-method-handle/util-src/src/art/constmethodhandle/
H A DTestGenerator.java165 MethodType mt = MethodType.methodType(Void.TYPE); in generateRunTest() local
/aosp12/packages/modules/adb/daemon/
H A Dmdns.cpp146 std::mt19937 mt(rd()); in RandomAlphaNumString() local
/aosp12/art/runtime/mirror/
H A Dmethod_type.cc43 Handle<MethodType> mt( in Create() local
/aosp12/system/nfc/src/adaptation/
H A Ddebug_nfcsnoop.cc135 uint8_t mt = (*(p)&NCI_MT_MASK) >> NCI_MT_SHIFT; in nfcsnoop_capture() local
/aosp12/frameworks/base/libs/hwui/hwui/
H A DMinikinUtils.cpp56 minikin::MeasuredText* mt) { in doLayout()
H A DCanvas.cpp163 const Paint& origPaint, const Typeface* typeface, minikin::MeasuredText* mt) { in drawText()
/aosp12/art/test/952-invoke-custom/src/
H A DTestInvocationKinds.java146 MethodType mt = methodType.dropParameterTypes(0, 1); in lookupVirtual() local
/aosp12/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
H A DViewfinderProcessor.java210 long mt = System.nanoTime(); in run() local
/aosp12/frameworks/base/libs/hwui/jni/text/
H A DMeasuredText.cpp101 minikin::MeasuredText* mt = toMeasuredParagraph(ptr); in nGetWidth() local
/aosp12/frameworks/base/core/jni/
H A Deventlog_helper.h55 struct { jclass *c; const char *name, *mt; jmethodID *id; } gMethods[] = { in Init() member
/aosp12/system/nfc/src/nfc/nfc/
H A Dnfc_ncif.cc382 uint8_t mt, pbf, gid, *p; in nfc_ncif_process_event() local
2007 bool nfc_ncif_proc_proprietary_rsp(uint8_t mt, uint8_t gid, uint8_t oid) { in nfc_ncif_proc_proprietary_rsp()
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
H A DCachedPathIteratorFactory.java130 float mt = t0 + (t1 - t0) / 2; in quadCurveSegment() local
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DTaskViewUtils.java306 Matrix[] mt = new Matrix[simulatorCopies.length]; in createRecentsWindowAnimator() local
/aosp12/system/nfc/src/include/
H A Dnci_defs.h96 #define NCI_MSG_BLD_HDR0(p, mt, gid) \ argument
103 #define NCI_MSG_PRS_HDR0(p, mt, pbf, gid) \ argument
/aosp12/art/runtime/interpreter/mterp/
H A Dmterp.cc299 ObjPtr<mirror::MethodType> mt = in MterpConstMethodType() local
/aosp12/art/runtime/interpreter/
H A Dinterpreter_switch_impl-inl.h589 ObjPtr<mirror::MethodType> mt = cl->ResolveMethodType(Self(), in CONST_METHOD_TYPE() local
/aosp12/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_Canvas.cpp593 minikin::MeasuredText* mt = reinterpret_cast<minikin::MeasuredText*>(mtHandle); in drawTextRunChars() local

12