Searched refs:m_type (Results 1 - 25 of 33) sorted by relevance

12

/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/FileSharing-Windows/
H A DSecurity.cpp34 DDX_Control(pDX, IDC_SECURITY_TYPE, m_type);
60 m_type.SelectString(-1, "BeSure Authentication Server");
66 m_type.SelectString(-1, "No Authentication Required");
68 m_type.SetFocus();
82 int nType = m_type.GetCurSel();
84 m_type.GetLBText(nType, typeName);
H A DSecurity.h23 CComboBox m_type; member in class:CSecurity
/haiku-fatelf/headers/tools/cppunit/cppunit/
H A DException.h24 Type( std::string type ) : m_type ( type ) {}
28 return m_type == other.m_type;
31 const std::string m_type; member in class:CppUnit::Exception::Type
/haiku-fatelf/src/tests/system/libroot/posix/bonnie++-1.03d/
H A Dbon_time.cpp133 : m_type(txt)
153 if(m_type == txt)
161 if(m_type == txt)
168 if(m_type == txt)
179 if(m_type == txt)
186 if(m_type == txt)
196 if(m_type == txt)
209 if(m_type == txt)
222 if(m_type == txt)
229 if(m_type
[all...]
H A Dbon_time.h35 void SetType(RepType type) { m_type = type; }
51 RepType m_type; member in class:BonTimer
/haiku-fatelf/src/libs/compat/freebsd_network/
H A Dfbsd_mbuf2.c233 o = m_getcl(M_DONTWAIT, m->m_type, 0);
235 o = m_get(M_DONTWAIT, m->m_type);
282 n = m_getcl(wait, m->m_type, M_PKTHDR);
284 n = m_getcl(wait, m->m_type, 0);
287 n = m_gethdr(wait, m->m_type);
289 n = m_get(wait, m->m_type);
H A Dfbsd_mbuf.c304 MGET(m, M_DONTWAIT, n->m_type);
347 MGETHDR(mn, how, m->m_type);
349 MGET(mn, how, m->m_type);
470 n = m_get(M_DONTWAIT, m->m_type);
490 n = m_get(M_DONTWAIT, m->m_type);
534 n = m_get(M_DONTWAIT, m->m_type);
673 MGETHDR(n, wait, m0->m_type);
699 MGET(n, wait, m->m_type);
744 n = m_getcl(how, m->m_type, 0);
747 n = m_get(how, m->m_type);
[all...]
/haiku-fatelf/src/apps/cortex/DiagramView/
H A DDiagramItem.h91 { return m_type; }
257 uint32 m_type; member in class:DiagramItem
H A DDiagramItem.cpp55 : m_type(itemType),
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_mutex_destroy/
H A D2-2.c82 int m_type; /* Mutex type to use */ member in struct:_scenar
124 ret = pthread_mutexattr_settype(&ma[i], scenarii[i].m_type);
H A D5-2.c83 int m_type; /* Mutex type to use */ member in struct:_scenar
125 ret = pthread_mutexattr_settype(&ma[i], scenarii[i].m_type);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_mutex_trylock/
H A D1-2.c96 int m_type; /* Mutex type to use */ member in struct:_scenar
261 ret = pthread_mutexattr_settype(&ma, scenarii[sc].m_type);
264 output("[parent] Mutex type : %i\n", scenarii[sc].m_type);
316 if (scenarii[sc].m_type == PTHREAD_MUTEX_RECURSIVE)
H A D2-1.c101 int m_type; /* Mutex type to use */ member in struct:_scenar
239 ret = pthread_mutexattr_settype(&ma, scenarii[sc].m_type);
242 output("[parent] Mutex type : %i\n", scenarii[sc].m_type);
293 if (scenarii[sc].m_type == PTHREAD_MUTEX_RECURSIVE)
H A D4-2.c94 int m_type; /* Mutex type to use */ member in struct:_scenar
262 ret = pthread_mutexattr_settype(&ma, scenarii[sc].m_type);
265 output("[parent] Mutex type : %i\n", scenarii[sc].m_type);
H A D4-3.c86 int m_type; /* Mutex type to use */ member in struct:_scenar
198 ret = pthread_mutexattr_settype(&ma[i], scenarii[i].m_type);
/haiku-fatelf/src/libs/edit/
H A Dtty.c49 int m_type; member in struct:ttymodes_t
1141 if (m->m_type != i) {
1144 el->el_tty.t_t[z][m->m_type].t_name);
1145 i = m->m_type;
1147 strlen(el->el_tty.t_t[z][m->m_type].t_name);
1192 (p == NULL || m->m_type == MD_CHAR))
1212 el->el_tty.t_t[z][m->m_type].t_setmask |= m->m_value;
1213 el->el_tty.t_t[z][m->m_type].t_clrmask &= ~m->m_value;
1216 el->el_tty.t_t[z][m->m_type].t_setmask &= ~m->m_value;
1217 el->el_tty.t_t[z][m->m_type]
[all...]
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_timedwait/
H A D2-4.c112 int m_type; /* Mutex type to use */ member in struct:_scenar
368 ret = pthread_mutexattr_settype(&ma, scenarii[i].m_type);
371 output("[parent] Mutex type : %i\n", scenarii[i].m_type);
H A D2-7.c113 int m_type; /* Mutex type to use */ member in struct:_scenar
374 ret = pthread_mutexattr_settype(&ma, scenarii[i].m_type);
377 output("[parent] Mutex type : %i\n", scenarii[i].m_type);
H A D4-2.c111 int m_type; /* Mutex type to use */ member in struct:_scenar
320 ret = pthread_mutexattr_settype(&ma, scenarii[i].m_type);
323 output("[parent] Mutex type : %i\n", scenarii[i].m_type);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_wait/
H A D2-2.c111 int m_type; /* Mutex type to use */ member in struct:_scenar
353 ret = pthread_mutexattr_settype(&ma, scenarii[i].m_type);
356 output("[parent] Mutex type : %i\n", scenarii[i].m_type);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_cond_timedwait/
H A Dstress1.c136 int m_type; /* Mutex type to use */ member in struct:_scenar
465 ret = pthread_mutexattr_settype(&ma, scenarii[i].m_type);
468 output("[parent] Mutex type : %i\n", scenarii[i].m_type);
H A Dstress2.c112 int m_type; /* Mutex type to use */ member in struct:_scenar
419 ret = pthread_mutexattr_settype(&ma, scenarii[i].m_type);
422 output("[parent] Mutex type : %i\n", scenarii[i].m_type);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_cond_wait/
H A Dstress.c112 int m_type; /* Mutex type to use */ member in struct:_scenar
419 ret = pthread_mutexattr_settype(&ma, scenarii[i].m_type);
422 output("[parent] Mutex type : %i\n", scenarii[i].m_type);
H A Dstress1.c137 int m_type; /* Mutex type to use */ member in struct:_scenar
455 ret = pthread_mutexattr_settype(&ma, scenarii[i].m_type);
458 output("[parent] Mutex type : %i\n", scenarii[i].m_type);
H A Dstress2.c112 int m_type; /* Mutex type to use */ member in struct:_scenar
419 ret = pthread_mutexattr_settype(&ma, scenarii[i].m_type);
422 output("[parent] Mutex type : %i\n", scenarii[i].m_type);

Completed in 318 milliseconds

12