Searched refs:ate (Results 1 – 21 of 21) sorted by relevance
/external/qemu/slirp-android/ |
D | slirp.c | 890 struct fw_allow_entry** ate; in slirp_add_allow() local 893 ate = &allow_tcp_entries; in slirp_add_allow() 896 ate = &allow_udp_entries; in slirp_add_allow() 902 while(*ate != NULL) in slirp_add_allow() 903 ate = &(*ate)->next; in slirp_add_allow() 905 *ate = malloc(sizeof(**ate)); in slirp_add_allow() 906 if (*ate == NULL) { in slirp_add_allow() 912 (*ate)->next = NULL; in slirp_add_allow() 913 (*ate)->dst_addr = dst_addr; in slirp_add_allow() 914 (*ate)->dst_lport = dst_lport; in slirp_add_allow() [all …]
|
/external/zlib/src/contrib/iostream3/ |
D | TODO | 9 - Support for ios_base::ate open mode
|
/external/stlport/src/details/ |
D | fstream_stdio.cpp | 183 switch (openmode & (~ios_base::ate)) { in _M_open() 245 if (openmode & ios_base::ate) { in _M_open()
|
D | fstream_unistd.cpp | 166 switch ( openmode & (~ios_base::ate & ~ios_base::binary) ) { in _M_open() 200 if ((openmode & (ios_base::ate | ios_base::app)) && (LSEEK(file_no, 0, SEEK_END) == -1)) { in _M_open()
|
D | fstream_win32io.cpp | 228 switch (openmode & (~ios_base::ate & ~ios_base::binary)) { in _M_open() 277 (((openmode & ios_base::ate) != 0) && in _M_open()
|
/external/doclava/src/com/google/doclava/apicheck/ |
D | ApiFile.java | 558 boolean ate = false; in eatWhitespace() 564 ate = true; in eatWhitespace() 566 return ate; in eatWhitespace()
|
/external/stlport/test/unit/ |
D | fstream_test.cpp | 812 ofstream nullStream(nullStreamName, ios_base::ate); in null_stream() 832 ifstream nullStream(nullStreamName, ios_base::ate); in null_stream() 842 fstream nullStream(nullStreamName, ios_base::in | ios_base::out | ios_base::ate); in null_stream()
|
/external/stlport/stlport/stl/ |
D | _sstream.c | 78 this->setg(__data_ptr, (_M_mode & ios_base::ate) ? __data_end : __data_ptr, __data_end); in _M_set_ptrs() 83 if ( _M_mode & (ios_base::app | ios_base::ate) ) { in _M_set_ptrs()
|
D | _ios_base.h | 95 _STLP_STATIC_CONSTANT(int, ate = 0x02);
|
/external/stlport/src/ |
D | ios.cpp | 71 const ios_base::openmode ios_base::ate; member in ios_base
|
/external/valgrind/main/docs/internals/ |
D | why-no-libc.txt | 1 ate: Mon, 15 Dec 2008 15:23:31 -0500
|
/external/iptables/include/ |
D | xtables.h.in | 231 ate an option */ 296 ate an option */
|
/external/oprofile/include/ |
D | sstream | 218 if (mode & ios::ate)
|
/external/quake/quake/src/QW/progs/ |
D | client.qc | 1409 deathstring = " ate 2 loads of "; 1486 bprint (PRINT_MEDIUM," ate a lavaball\n");
|
/external/llvm/lib/Target/PowerPC/ |
D | README.txt | 273 foo(int, double, int) you get r3, f1, r6, since the 64 bit double ate up the
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/es-ES/ |
D | es-ES_lexpos.utf | 2154 V_SG "abate" "aB'ate"
|
/external/stlport/etc/ |
D | ChangeLog | 43 fix treatment of ios_base::ate (it should rewind pointer
|
D | ChangeLog-5.1 | 7279 after opened with ios_base::ate; this behaviour useful only when buffer
|
/external/guava/guava-tests/test/com/google/common/io/testdata/ |
D | alice_in_wonderland.txt | 227 She ate a little bit, and said anxiously to herself, `Which
|
/external/srec/config/en.us/dictionary/ |
D | large.ok | 1606 ate At
|
/external/webkit/PerformanceTests/Parser/resources/ |
D | final-url-en | 7930 http://hps.org/publicinformation/ate/q971.html 19684 http://www.aaaai.org/aadmc/ate/allergic_bronchopulmonary.html 59399 http://www.netdoctor.co.uk/ate/liverandkidney/205173.html 59400 http://www.netdoctor.co.uk/ate/mentalhealth/205693.html 59401 http://www.netdoctor.co.uk/ate/musclesjoints/202615.html 78006 http://www.usoe.k12.ut.us/ate/newate.htm
|