OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:init_mode
(Results
1 - 9
of
9
) sorted by null
/external/stlport/src/details/
fstream_win32io.cpp
301
bool _Filebuf_base::_M_open(_STLP_fd __id, ios_base::openmode
init_mode
) {
308
if (
init_mode
!= ios_base::__default_mode)
309
_M_openmode =
init_mode
;
321
(void)
init_mode
; // dwa 4/27/00 - suppress unused parameter warning
332
bool _Filebuf_base::_M_open(int file_no, ios_base::openmode
init_mode
) {
343
if (
init_mode
!= ios_base::__default_mode)
344
_M_openmode =
init_mode
;
354
_STLP_MARK_PARAMETER_AS_UNUSED(&
init_mode
)
/ndk/sources/cxx-stl/stlport/src/details/
fstream_win32io.cpp
301
bool _Filebuf_base::_M_open(_STLP_fd __id, ios_base::openmode
init_mode
) {
308
if (
init_mode
!= ios_base::__default_mode)
309
_M_openmode =
init_mode
;
321
(void)
init_mode
; // dwa 4/27/00 - suppress unused parameter warning
332
bool _Filebuf_base::_M_open(int file_no, ios_base::openmode
init_mode
) {
343
if (
init_mode
!= ios_base::__default_mode)
344
_M_openmode =
init_mode
;
354
_STLP_MARK_PARAMETER_AS_UNUSED(&
init_mode
)
/external/libnfc-nxp/src/
phHciNfc.h
186
* \param[in]
init_mode
init_mode
specifies the kind of the
210
phHciNfc_Init_t
init_mode
,
phHciNfc_Sequence.c
[
all
...]
phHciNfc.c
90
phHciNfc_Init_t
init_mode
,
152
psHciContext->
init_mode
=
init_mode
;
254
if (HCI_SELF_TEST != psHciContext->
init_mode
)
[
all
...]
phHciNfc_Pipe.c
486
if(HCI_SELF_TEST == psHciContext->
init_mode
)
819
*pPipeSeq = ( HCI_SELF_TEST != psHciContext->
init_mode
)?
[
all
...]
phHciNfc_Generic.h
609
phHciNfc_Init_t
init_mode
;
member in struct:phHciNfc_sContext
[
all
...]
phHciNfc_AdminMgmt.c
326
&& ( HCI_SESSION == psHciContext->
init_mode
)
418
if(HCI_SELF_TEST == psHciContext->
init_mode
)
[
all
...]
phHciNfc_DevMgmt.c
583
if ((HCI_SELF_TEST == psHciContext->
init_mode
)
584
|| (HCI_NFC_DEVICE_TEST == psHciContext->
init_mode
))
[
all
...]
Completed in 92 milliseconds