Searched refs:mm (Results 1 – 16 of 16) sorted by relevance
/system/nfc/src/include/ |
D | NfcAdaptation.h | 77 explicit operator ThreadMutex&() { return mm; } 78 explicit operator pthread_mutex_t*() { return (pthread_mutex_t*)mm; } 81 ThreadMutex& mm;
|
/system/bt/vendor_libs/test_vendor_lib/scripts/ |
D | build_and_run.sh | 96 mm
|
/system/media/audio_utils/tests/ |
D | build_and_run_all_unit_tests.sh | 14 mm
|
/system/nfc/src/adaptation/ |
D | NfcAdaptation.cc | 903 AutoThreadMutex::AutoThreadMutex(ThreadMutex& m) : mm(m) { mm.lock(); } in AutoThreadMutex() 914 AutoThreadMutex::~AutoThreadMutex() { mm.unlock(); } in ~AutoThreadMutex()
|
/system/core/libpixelflinger/ |
D | scanline.cpp | 780 uint32_t mm[4]; in scanline() local 789 mm[0] = (0x10 - u) * (0x10 - v); in scanline() 790 mm[1] = (0x10 - u) * v; in scanline() 791 mm[2] = u * (0x10 - v); in scanline() 792 mm[3] = 0x100 - (mm[0] + mm[1] + mm[2]); in scanline() 797 texel.c[j] = texels[0].c[j]*mm[0] + in scanline() 798 texels[1].c[j]*mm[1] + in scanline() 799 texels[2].c[j]*mm[2] + in scanline() 800 texels[3].c[j]*mm[3] ; in scanline()
|
/system/extras/boottime_tools/bootanalyze/ |
D | bugreport_anayze.py | 180 mm = int(m.group(1)) 187 dt = datetime(2017, mm, dd, hh, min, secs, usecs)
|
/system/sepolicy/private/ |
D | genfs_contexts | 138 genfscon sysfs /kernel/mm/transparent_hugepage u:object_r:sysfs_transparent_hugepage:s0
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | genfs_contexts | 138 genfscon sysfs /kernel/mm/transparent_hugepage u:object_r:sysfs_transparent_hugepage:s0
|
/system/timezone/input_data/android/ |
D | countryzones.txt | 2036 isoCode:"mm"
|
/system/sepolicy/public/ |
D | domain.te | 215 # included by libc) reads /sys/kernel/mm/transparent_hugepage/enabled.
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | domain.te | 215 # included by libc) reads /sys/kernel/mm/transparent_hugepage/enabled.
|
/system/media/audio_utils/ |
D | Doxyfile | 763 # *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf, 1581 # Possible values are: a4 (210 x 297 mm), letter (8.5 x 11 inches), legal (8.5 x
|
D | Doxyfile.orig | 763 # *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf, 1581 # Possible values are: a4 (210 x 297 mm), letter (8.5 x 11 inches), legal (8.5 x
|
/system/chre/pal/doc/ |
D | Doxyfile | 796 # *.m, *.markdown, *.md, *.mm, *.dox, *.py, *.pyw, *.f90, *.f, *.for, *.tcl, 1626 # Possible values are: a4 (210 x 297 mm), letter (8.5 x 11 inches), legal (8.5 x
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 796 # *.m, *.markdown, *.md, *.mm, *.dox, *.py, *.pyw, *.f90, *.f, *.for, *.tcl, 1626 # Possible values are: a4 (210 x 297 mm), letter (8.5 x 11 inches), legal (8.5 x
|
/system/core/libmeminfo/testdata1/ |
D | smaps | 9611 VmFlags: rd mr me dc nr mm 16216 VmFlags: rd mr me dc nr mm
|