/system/nfc/src/include/ |
D | NfcAdaptation.h | 79 explicit operator ThreadMutex&() { return mm; } 80 explicit operator pthread_mutex_t*() { return (pthread_mutex_t*)mm; } 83 ThreadMutex& mm;
|
/system/teeui/test/example_config/ |
D | README | 62 "native-test-flag": "--mm2px=<pixel per millimeter (px/mm) ratio>" 65 …lag": "--powerButtonTop=<distance from the top of the power button to the top of the screen in mm>" 68 …"--powerButtonBottom=<distance from the bottom of the power button to the top of the screen in mm>" 71 …: "--volUpButtonTop=<distance from the top of the UP volume button to the top of the screen in mm>" 74 …volUpButtonBottom=<distance from the bottom of the UP power button to the top of the screen in mm>"
|
/system/bt/vendor_libs/test_vendor_lib/scripts/ |
D | build_and_run.sh | 96 mm
|
/system/teeui/libteeui/include/teeui/ |
D | utils.h | 178 using mm = UnitT<Unit::MM>; 184 template <> static constexpr const char* str<mm> = "mm"; 456 operator Coordinate<mm, Numeric>() const { return valuepx_ / mm2px_; } 495 Proxy operator=(const Coordinate<mm, Numeric>& rhs) const { 523 using mms = Coordinate<mm>; 529 constexpr mms operator""_mm(long double mm) { 530 return mms(mm); 538 constexpr mms operator""_mm(unsigned long long mm) { 539 return mms(mm);
|
/system/media/audio_utils/tests/ |
D | build_and_run_all_unit_tests.sh | 14 mm
|
/system/nfc/src/adaptation/ |
D | NfcAdaptation.cc | 932 AutoThreadMutex::AutoThreadMutex(ThreadMutex& m) : mm(m) { mm.lock(); } in AutoThreadMutex() 943 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/prebuilts/api/29.0/private/ |
D | genfs_contexts | 138 genfscon sysfs /kernel/mm/transparent_hugepage u:object_r:sysfs_transparent_hugepage:s0
|
/system/sepolicy/private/ |
D | genfs_contexts | 146 genfscon sysfs /kernel/mm/transparent_hugepage u:object_r:sysfs_transparent_hugepage:s0
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | genfs_contexts | 146 genfscon sysfs /kernel/mm/transparent_hugepage u:object_r:sysfs_transparent_hugepage:s0
|
/system/sepolicy/public/ |
D | domain.te | 228 # included by libc) reads /sys/kernel/mm/transparent_hugepage/enabled.
|
/system/timezone/input_data/android/ |
D | countryzones.txt | 2101 isoCode:"mm"
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | domain.te | 215 # included by libc) reads /sys/kernel/mm/transparent_hugepage/enabled.
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | domain.te | 217 # included by libc) reads /sys/kernel/mm/transparent_hugepage/enabled.
|
/system/media/audio_utils/ |
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
|
D | Doxyfile.bak | 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 | 845 # *.m, *.markdown, *.md, *.mm, *.dox, *.py, *.pyw, *.f90, *.f95, *.f03, *.f08, 1729 # 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/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/memory/libmeminfo/testdata1/ |
D | smaps | 9611 VmFlags: rd mr me dc nr mm 16216 VmFlags: rd mr me dc nr mm
|