/aosp12/frameworks/base/core/tests/coretests/src/android/text/ |
H A D | MeasuredParagraphTest.java | 65 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 D | MeasuredTextTest.cpp | 69 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 D | SparseBitSetTest.cpp | 30 std::mt19937 mt; // Fix seeds to be able to reproduce the result. in TEST() local
|
/aosp12/frameworks/minikin/tests/stresstest/ |
H A D | MultithreadTest.cpp | 45 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 D | plugin_db.c | 46 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 D | MeasuredParagraph.java | 67 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 D | TextUtils.java | 1329 MeasuredParagraph mt = null; in ellipsize() local 1524 MeasuredParagraph mt = null; in commaEllipsize() local
|
/aosp12/art/test/1985-structural-redefine-stack-scope/ |
H A D | stack_scope.cc | 66 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 D | TestGenerator.java | 165 MethodType mt = MethodType.methodType(Void.TYPE); in generateRunTest() local
|
/aosp12/packages/modules/adb/daemon/ |
H A D | mdns.cpp | 146 std::mt19937 mt(rd()); in RandomAlphaNumString() local
|
/aosp12/art/runtime/mirror/ |
H A D | method_type.cc | 43 Handle<MethodType> mt( in Create() local
|
/aosp12/system/nfc/src/adaptation/ |
H A D | debug_nfcsnoop.cc | 135 uint8_t mt = (*(p)&NCI_MT_MASK) >> NCI_MT_SHIFT; in nfcsnoop_capture() local
|
/aosp12/frameworks/base/libs/hwui/hwui/ |
H A D | MinikinUtils.cpp | 56 minikin::MeasuredText* mt) { in doLayout()
|
H A D | Canvas.cpp | 163 const Paint& origPaint, const Typeface* typeface, minikin::MeasuredText* mt) { in drawText()
|
/aosp12/art/test/952-invoke-custom/src/ |
H A D | TestInvocationKinds.java | 146 MethodType mt = methodType.dropParameterTypes(0, 1); in lookupVirtual() local
|
/aosp12/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/ |
H A D | ViewfinderProcessor.java | 210 long mt = System.nanoTime(); in run() local
|
/aosp12/frameworks/base/libs/hwui/jni/text/ |
H A D | MeasuredText.cpp | 101 minikin::MeasuredText* mt = toMeasuredParagraph(ptr); in nGetWidth() local
|
/aosp12/frameworks/base/core/jni/ |
H A D | eventlog_helper.h | 55 struct { jclass *c; const char *name, *mt; jmethodID *id; } gMethods[] = { in Init() member
|
/aosp12/system/nfc/src/nfc/nfc/ |
H A D | nfc_ncif.cc | 382 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 D | CachedPathIteratorFactory.java | 130 float mt = t0 + (t1 - t0) / 2; in quadCurveSegment() local
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
H A D | TaskViewUtils.java | 306 Matrix[] mt = new Matrix[simulatorCopies.length]; in createRecentsWindowAnimator() local
|
/aosp12/system/nfc/src/include/ |
H A D | nci_defs.h | 96 #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 D | mterp.cc | 299 ObjPtr<mirror::MethodType> mt = in MterpConstMethodType() local
|
/aosp12/art/runtime/interpreter/ |
H A D | interpreter_switch_impl-inl.h | 589 ObjPtr<mirror::MethodType> mt = cl->ResolveMethodType(Self(), in CONST_METHOD_TYPE() local
|
/aosp12/frameworks/base/libs/hwui/jni/ |
H A D | android_graphics_Canvas.cpp | 593 minikin::MeasuredText* mt = reinterpret_cast<minikin::MeasuredText*>(mtHandle); in drawTextRunChars() local
|