Searched refs:_mode (Results 1 - 15 of 15) sorted by relevance

/external/kernel-headers/original/linux/
H A Dsysdev.h46 #define SYSDEV_CLASS_ATTR(_name,_mode,_show,_store) \
48 .attr = {.name = __stringify(_name), .mode = _mode }, \
101 #define SYSDEV_ATTR(_name,_mode,_show,_store) \
103 .attr = {.name = __stringify(_name), .mode = _mode }, \
H A Ddevice.h82 #define BUS_ATTR(_name,_mode,_show,_store) \
83 struct bus_attribute bus_attr_##_name = __ATTR(_name,_mode,_show,_store)
123 #define DRIVER_ATTR(_name,_mode,_show,_store) \
124 struct driver_attribute driver_attr_##_name = __ATTR(_name,_mode,_show,_store)
169 #define CLASS_ATTR(_name,_mode,_show,_store) \
170 struct class_attribute class_attr_##_name = __ATTR(_name,_mode,_show,_store)
181 #define CLASS_DEVICE_ATTR(_name,_mode,_show,_store) \
183 __ATTR(_name,_mode,_show,_store)
294 #define DEVICE_ATTR(_name,_mode,_show,_store) \
295 struct device_attribute dev_attr_##_name = __ATTR(_name,_mode,_sho
[all...]
H A Dsysfs.h36 #define __ATTR(_name,_mode,_show,_store) { \
37 .attr = {.name = __stringify(_name), .mode = _mode, .owner = THIS_MODULE }, \
/external/valgrind/main/include/
H A Dpub_tool_basics.h149 Interpretation depends on _mode:
155 When _mode is SysRes_UNIX_OK, _wHI:_wLO holds the result.
156 When _mode is SysRes_UNIX_ERR, _wHI:_wLO holds the error code.
182 SysResMode _mode; member in struct:__anon12600
215 switch (sr._mode) {
223 switch (sr._mode) {
232 switch (sr._mode) {
239 switch (sr._mode) {
246 return sr1._mode == sr2._mode
[all...]
/external/valgrind/main/coregrind/
H A Dm_syscall.c150 res._mode = 0; /* invalid */
157 res._mode = isErr ? SysRes_UNIX_ERR : SysRes_UNIX_OK;
163 res._mode = SysRes_MACH;
169 res._mode = SysRes_MDEP;
183 res._mode = 0; /* invalid */
190 res._mode = isErr ? SysRes_UNIX_ERR : SysRes_UNIX_OK;
196 res._mode = SysRes_MACH;
202 res._mode = SysRes_MDEP;
217 r._mode = SysRes_UNIX_ERR;
225 r._mode
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
H A DHashList.cs64 private EnumerationMode _mode; field in class:Antlr.Runtime.Collections.HashList.HashListEnumerator
82 _mode = mode;
154 if (_mode == EnumerationMode.Key)
156 else if (_mode == EnumerationMode.Value)
/external/icu4c/test/perf/normperf/
H A Dnormperf.h77 QuickCheckPerfFunction(QuickCheckFn func, ULine* srcLines,int32_t srcNumLines, UNormalizationMode _mode, int32_t opts, UBool _uselen) : options(opts) { argument
82 mode = _mode;
87 QuickCheckPerfFunction(QuickCheckFn func, const UChar* source,int32_t sourceLen, UNormalizationMode _mode, int32_t opts, UBool _uselen) : options(opts) { argument
92 mode = _mode;
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebBaseNetscapePluginView.h62 int _mode; variable
H A DWebBaseNetscapePluginView.mm161 _mode = NP_FULL;
163 _mode = NP_EMBED;
H A DWebNetscapePluginView.mm1738 } else if (cTarget == NULL && _mode == NP_FULL) {
2393 NPError npErr = [_pluginPackage.get() pluginFuncs]->newp((char *)[_MIMEType.get() cString], plugin, _mode, argsCount, cAttributes, cValues, NULL);
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-main.c377 VG_(printf)(" {%lu %lu %u}\n", s1->sres._wLO, s1->sres._wHI, s1->sres._mode);
378 VG_(printf)(" {%lu %lu %u}\n", s2->sres._wLO, s2->sres._wHI, s2->sres._mode);
899 switch (sres._mode) {
914 LibVEX_GuestX86_put_eflag_c( sres._mode==SysRes_UNIX_ERR ? 1 : 0,
932 switch (sres._mode) {
947 LibVEX_GuestAMD64_put_rflag_c( sres._mode==SysRes_UNIX_ERR ? 1 : 0,
/external/icu4c/tools/tzcode/
H A Dtz2icu.cpp793 const string& _mode,
805 if (_mode == "DOWLEQ") {
807 } else if (_mode == "DOWGEQ") {
809 } else if (_mode == "DOM") {
841 << _mode
792 set(const string& id, const string& _mode, int32_t _month, int32_t _dom, int32_t _dow, int32_t _time, bool _isstd, bool _isgmt, int32_t _offset) argument
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DWebHostedNetscapePluginView.mm116 _mode == NP_FULL, _isPrivateBrowsingEnabled, accleratedCompositingEnabled);
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c5141 int _mode; member in struct:_IO_FILE
/external/dropbear/libtomcrypt/
H A Dcrypt.tex883 In the case of CTR mode there is an additional parameter \textit{ctr\_mode} which specifies the mode that the counter is to be used in.

Completed in 310 milliseconds