OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__imode
(Results
1 - 8
of
8
) sorted by null
/external/stlport/stlport/stl/
_sstream.c
305
bool
__imode
= (__mode & ios_base::in) != 0;
local
308
if ( !(
__imode
|| __omode) )
311
if ( (
__imode
&& (this->gptr() == 0)) || (__omode && (this->pptr() == 0)) )
323
__newoff =
__imode
? this->gptr() - this->eback() : this->pptr() - this->pbase();
334
if (
__imode
) {
361
bool
__imode
= (__mode & ios_base::in) != 0;
local
364
if ( !(
__imode
|| __omode) )
367
if ( (
__imode
&& (this->gptr() == 0)) || (__omode && (this->pptr() == 0)) )
372
if (
__imode
) {
/ndk/sources/cxx-stl/stlport/stlport/stl/
_sstream.c
305
bool
__imode
= (__mode & ios_base::in) != 0;
local
308
if ( !(
__imode
|| __omode) )
311
if ( (
__imode
&& (this->gptr() == 0)) || (__omode && (this->pptr() == 0)) )
323
__newoff =
__imode
? this->gptr() - this->eback() : this->pptr() - this->pbase();
334
if (
__imode
) {
361
bool
__imode
= (__mode & ios_base::in) != 0;
local
364
if ( !(
__imode
|| __omode) )
367
if ( (
__imode
&& (this->gptr() == 0)) || (__omode && (this->pptr() == 0)) )
372
if (
__imode
) {
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_sstream.c
305
bool
__imode
= (__mode & ios_base::in) != 0;
local
308
if ( !(
__imode
|| __omode) )
311
if ( (
__imode
&& (this->gptr() == 0)) || (__omode && (this->pptr() == 0)) )
323
__newoff =
__imode
? this->gptr() - this->eback() : this->pptr() - this->pbase();
334
if (
__imode
) {
361
bool
__imode
= (__mode & ios_base::in) != 0;
local
364
if ( !(
__imode
|| __omode) )
367
if ( (
__imode
&& (this->gptr() == 0)) || (__omode && (this->pptr() == 0)) )
372
if (
__imode
) {
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_sstream.c
305
bool
__imode
= (__mode & ios_base::in) != 0;
local
308
if ( !(
__imode
|| __omode) )
311
if ( (
__imode
&& (this->gptr() == 0)) || (__omode && (this->pptr() == 0)) )
323
__newoff =
__imode
? this->gptr() - this->eback() : this->pptr() - this->pbase();
334
if (
__imode
) {
361
bool
__imode
= (__mode & ios_base::in) != 0;
local
364
if ( !(
__imode
|| __omode) )
367
if ( (
__imode
&& (this->gptr() == 0)) || (__omode && (this->pptr() == 0)) )
372
if (
__imode
) {
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_sstream.c
305
bool
__imode
= (__mode & ios_base::in) != 0;
local
308
if ( !(
__imode
|| __omode) )
311
if ( (
__imode
&& (this->gptr() == 0)) || (__omode && (this->pptr() == 0)) )
323
__newoff =
__imode
? this->gptr() - this->eback() : this->pptr() - this->pbase();
334
if (
__imode
) {
361
bool
__imode
= (__mode & ios_base::in) != 0;
local
364
if ( !(
__imode
|| __omode) )
367
if ( (
__imode
&& (this->gptr() == 0)) || (__omode && (this->pptr() == 0)) )
372
if (
__imode
) {
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_sstream.c
305
bool
__imode
= (__mode & ios_base::in) != 0;
local
308
if ( !(
__imode
|| __omode) )
311
if ( (
__imode
&& (this->gptr() == 0)) || (__omode && (this->pptr() == 0)) )
323
__newoff =
__imode
? this->gptr() - this->eback() : this->pptr() - this->pbase();
334
if (
__imode
) {
361
bool
__imode
= (__mode & ios_base::in) != 0;
local
364
if ( !(
__imode
|| __omode) )
367
if ( (
__imode
&& (this->gptr() == 0)) || (__omode && (this->pptr() == 0)) )
372
if (
__imode
) {
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_sstream.c
305
bool
__imode
= (__mode & ios_base::in) != 0;
local
308
if ( !(
__imode
|| __omode) )
311
if ( (
__imode
&& (this->gptr() == 0)) || (__omode && (this->pptr() == 0)) )
323
__newoff =
__imode
? this->gptr() - this->eback() : this->pptr() - this->pbase();
334
if (
__imode
) {
361
bool
__imode
= (__mode & ios_base::in) != 0;
local
364
if ( !(
__imode
|| __omode) )
367
if ( (
__imode
&& (this->gptr() == 0)) || (__omode && (this->pptr() == 0)) )
372
if (
__imode
) {
/external/stlport/etc/
ChangeLog-5.1
[
all
...]
Completed in 806 milliseconds