HomeSort by relevance Sort by last modified time
    Searched full:ate (Results 26 - 50 of 103) sorted by null

12 3 4 5

  /external/iptables/extensions/
libip6t_length.c 68 ate an option */
libip6t_mac.c 56 ate an option */
libip6t_state.c 65 ate an option */
libipt_2connmark.c 56 ate an option */
libipt_2mark.c 29 ate an option */
libipt_2set.c 52 /* Function which parses command options; returns true if it ate an option */
libipt_2tcpmss.c 60 ate an option */
libipt_2tos.c 76 ate an option */
libipt_TCPMSS.c 43 ate an option */
libipt_TOS.c 86 ate an option */
libipt_connrate.c 76 ate an option */
libipt_length.c 66 ate an option */
libipt_mac.c 56 ate an option */
libipt_state.c 65 ate an option */
libip6t_CONNMARK.c 66 ate an option */
libip6t_ah.c 85 ate an option */
libip6t_esp.c 83 ate an option */
libip6t_ipv6header.c 185 /* Parses command options; returns 0 if it ate an option */
libip6t_limit.c 93 ate an option */
libip6t_owner.c 51 ate an option */
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
uios.h 52 ate = (1 << 3), enumerator in enum:ustl::ios_base::openmode_bits
  /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
  /external/stlport/src/details/
fstream_unistd.cpp 166 switch ( openmode & (~ios_base::ate & ~ios_base::binary) ) {
200 if ((openmode & (ios_base::ate | ios_base::app)) && (LSEEK(file_no, 0, SEEK_END) == -1)) {
fstream_stdio.cpp 183 switch (openmode & (~ios_base::ate)) {
245 if (openmode & ios_base::ate) {
  /external/stlport/stlport/stl/
_sstream.c 78 this->setg(__data_ptr, (_M_mode & ios_base::ate) ? __data_end : __data_ptr, __data_end);
83 if ( _M_mode & (ios_base::app | ios_base::ate) ) {
89 // this->setp((_M_mode & (ios_base::app | ios_base::ate))? __data_end : __data_ptr, __data_end);

Completed in 68 milliseconds

12 3 4 5