Home
last modified time | relevance | path

Searched refs:ate (Results 1 – 22 of 22) sorted by relevance

/external/libcxx/test/std/input.output/iostreams.base/ios.base/ios.types/ios_openmode/
Dopenmode.pass.cpp27 assert(std::ios_base::ate); in main()
36 & std::ios_base::ate in main()
/external/zlib/src/contrib/iostream3/
DTODO9 - Support for ios_base::ate open mode
/external/rmi4utils/rmi4update/
Dfirmware_image.cpp51 ifstream ifsFile(filename, ios::in|ios::binary|ios::ate); in Initialize()
/external/doclava/src/com/google/doclava/apicheck/
DApiFile.java624 boolean ate = false; in eatWhitespace()
630 ate = true; in eatWhitespace()
632 return ate; in eatWhitespace()
/external/valgrind/docs/internals/
Dwhy-no-libc.txt1 ate: Mon, 15 Dec 2008 15:23:31 -0500
/external/libcxx/src/
Dios.cpp121 const ios_base::openmode ios_base::ate; member in ios_base
/external/deqp/external/vulkancts/framework/vulkan/
DvkBinaryRegistry.cpp133 std::ifstream in (srcPath.c_str(), std::ios::binary | std::ios::ate); in readBinary()
/external/libcxx/include/
Dios59 static constexpr openmode ate;
264 static const openmode ate = 0x02;
Dfstream481 switch (__mode & ~ios_base::ate)
535 if (__mode & ios_base::ate)
Dsstream472 if (__mode_ & (ios_base::app | ios_base::ate))
/external/ltp/testcases/kernel/syscalls/epoll2/man/
Depoll.txt18 ate(2). Interest for certain file descriptors is then registered via
/external/llvm/lib/Target/PowerPC/
DREADME.txt154 foo(int, double, int) you get r3, f1, r6, since the 64 bit double ate up the
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DREADME.txt274 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/
Des-ES_lexpos.utf2154 V_SG "abate" "aB'ate"
/external/zopfli/src/zopflipng/lodepng/
Dlodepng.cpp6043 std::ifstream file(filename.c_str(), std::ios::in|std::ios::binary|std::ios::ate); in load_file()
/external/selinux/policycoreutils/po/
Dsr@latin.po1353 msgstr "Upotrebite -- da okončate spisak opcija. Na primer"
/external/hyphenation-patterns/de/
Dhyph-de-1901.pat.txt1711 4ate.
Dhyph-de-ch-1901.pat.txt1679 4ate.
/external/guava/guava-tests/test/com/google/common/io/testdata/
Dalice_in_wonderland.txt227 She ate a little bit, and said anxiously to herself, `Which
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/pcre/dist2/doc/
Dpcre2.txt4920 ate feedback is likely to be a better user interface than a check that
/external/curl/
DCHANGES.015874 curl_disconnect() which of course meant libcurl ate memory.