Home
last modified time | relevance | path

Searched refs:man (Results 1 – 12 of 12) sorted by relevance

/frameworks/ml/nn/common/random/
Drandom_distributions.h670 const uint16 man = x & 0x3ffu; // 10 bit mantissa in Uint16ToHalf() local
672 const uint16 val = (exp << 10) | man; in Uint16ToHalf()
688 const uint16 man = x & 0x7fu; // 7 bit mantissa in Uint16ToGfloat16() local
690 const uint16 val = (exp << 7) | man; in Uint16ToGfloat16()
708 const uint32 man = x & 0x7fffffu; // 23 bit mantissa in Uint32ToFloat() local
710 const uint32 val = (exp << 23) | man; in Uint32ToFloat()
728 const uint64 man = (static_cast<uint64>(mhi) << 32) | mlo; // mantissa in Uint64ToDouble() local
730 const uint64 val = (exp << 52) | man; in Uint64ToDouble()
/frameworks/base/core/java/android/util/jar/
DStrictJarManifest.java101 public StrictJarManifest(StrictJarManifest man) { in StrictJarManifest() argument
102 mainAttributes = (Attributes) man.mainAttributes.clone(); in StrictJarManifest()
103 entries = (HashMap<String, Attributes>) ((HashMap<String, Attributes>) man in StrictJarManifest()
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
DPlayerSession.java74 MediaSessionManager man = (MediaSessionManager) mContext in createSession() local
/frameworks/wilhelm/doc/
DDoxyfile1210 # configuration options related to the man page output
1214 # generate man pages
1218 # The MAN_OUTPUT tag is used to specify where the man pages will be put.
1220 # put in front of it. If left blank `man' will be used as the default path.
1222 MAN_OUTPUT = man
1225 # the generated man pages (default is the subroutine's section .3)
1229 # If the MAN_LINKS tag is set to YES and Doxygen generates man output,
1230 # then it will generate one additional man file for each entity
1231 # documented in the real man page(s). These additional files
1232 # only source the real man page, but without them the man command
/frameworks/native/docs/
DDoxyfile1468 # configuration options related to the man page output
1472 # generate man pages
1476 # The MAN_OUTPUT tag is used to specify where the man pages will be put.
1478 # put in front of it. If left blank `man' will be used as the default path.
1480 MAN_OUTPUT = man
1483 # the generated man pages (default is the subroutine's section .3)
1487 # If the MAN_LINKS tag is set to YES and Doxygen generates man output,
1488 # then it will generate one additional man file for each entity
1489 # documented in the real man page(s). These additional files
1490 # only source the real man page, but without them the man command
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarTest.java765 public TestableStatusBar(StatusBarKeyguardViewManager man, in TestableStatusBar() argument
792 mStatusBarKeyguardViewManager = man; in TestableStatusBar()
/frameworks/av/media/codec2/docs/
Ddoxygen.config1848 # Configuration options related to the man page output
1851 # If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for
1857 # The MAN_OUTPUT tag is used to specify where the man pages will be put. If a
1861 # The default directory is: man.
1864 MAN_OUTPUT = man
1867 # man pages. In case the manual section does not start with a number, the number
1876 # MAN_OUTPUT in which the man pages are placed. If defaults to man followed by
1882 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
1883 # will generate one additional man file for each entity documented in the real
1884 # man page(s). These additional files only source the real man page, but without
[all …]
/frameworks/base/media/native/midi/include/
DDoxyfile.orig1898 # Configuration options related to the man page output
1901 # If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for
1907 # The MAN_OUTPUT tag is used to specify where the man pages will be put. If a
1911 # The default directory is: man.
1914 MAN_OUTPUT = man
1917 # man pages. In case the manual section does not start with a number, the number
1926 # MAN_OUTPUT in which the man pages are placed. If defaults to man followed by
1932 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
1933 # will generate one additional man file for each entity documented in the real
1934 # man page(s). These additional files only source the real man page, but without
[all …]
DDoxyfile1898 # Configuration options related to the man page output
1901 # If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for
1907 # The MAN_OUTPUT tag is used to specify where the man pages will be put. If a
1911 # The default directory is: man.
1914 MAN_OUTPUT = man
1917 # man pages. In case the manual section does not start with a number, the number
1926 # MAN_OUTPUT in which the man pages are placed. If defaults to man followed by
1932 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
1933 # will generate one additional man file for each entity documented in the real
1934 # man page(s). These additional files only source the real man page, but without
[all …]
/frameworks/av/media/libaaudio/
DDoxyfile1747 # Configuration options related to the man page output
1750 # If the GENERATE_MAN tag is set to YES doxygen will generate man pages for
1756 # The MAN_OUTPUT tag is used to specify where the man pages will be put. If a
1760 # The default directory is: man.
1763 MAN_OUTPUT = man
1766 # man pages. In case the manual section does not start with a number, the number
1774 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
1775 # will generate one additional man file for each entity documented in the real
1776 # man page(s). These additional files only source the real man page, but without
1777 # them the man command would be unable to find the correct page.
DDoxyfile.orig1738 # Configuration options related to the man page output
1741 # If the GENERATE_MAN tag is set to YES doxygen will generate man pages for
1747 # The MAN_OUTPUT tag is used to specify where the man pages will be put. If a
1751 # The default directory is: man.
1754 MAN_OUTPUT = man
1757 # man pages. In case the manual section does not start with a number, the number
1765 # If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
1766 # will generate one additional man file for each entity documented in the real
1767 # man page(s). These additional files only source the real man page, but without
1768 # them the man command would be unable to find the correct page.
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt110209 Ljava/util/jar/JarInputStream;->man:Ljava/util/jar/Manifest;
112863 Lsun/security/util/ManifestEntryVerifier;->man:Ljava/util/jar/Manifest;