OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ate
(Results
1 - 7
of
7
) sorted by null
/external/stlport/src/
ios.cpp
71
const ios_base::openmode ios_base::
ate
;
member in class:ios_base
/ndk/sources/cxx-stl/stlport/src/
ios.cpp
71
const ios_base::openmode ios_base::
ate
;
member in class:ios_base
/external/astl/include/
ios_base.h
172
//
ate
: open and seek to end imediately after opening.
178
static const openmode
ate
= android::ios_baseopenmode_ate;
member in class:std::ios_base
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
ios_base.h
363
* -
ate
375
static const openmode
ate
= _S_ate;
member in class:ios_base
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h
363
* -
ate
375
static const openmode
ate
= _S_ate;
member in class:ios_base
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h
363
* -
ate
375
static const openmode
ate
= _S_ate;
member in class:ios_base
/external/qemu/slirp-android/
slirp.c
890
struct fw_allow_entry**
ate
;
local
893
ate
= &allow_tcp_entries;
896
ate
= &allow_udp_entries;
902
while(*
ate
!= NULL)
903
ate
= &(*
ate
)->next;
905
*
ate
= malloc(sizeof(**
ate
));
906
if (*
ate
== NULL) {
912
(*
ate
)->next = NULL
939
struct fw_allow_entry*
ate
;
local
[
all
...]
Completed in 306 milliseconds