Home
last modified time | relevance | path

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

12

/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/annotation-tools/scene-lib/src/annotations/el/
DAMethod.java122 ATypeElement ate = ae.type; in toString() local
123 sb.append(ate.toString()); in toString()
/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/
Dpbump2gig.pass.cpp29 SB() : std::stringbuf(std::ios::ate|std::ios::out) { } in SB()
/external/zlib/src/contrib/iostream3/
DTODO9 - Support for ios_base::ate open mode
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
DJitManager.cpp103 …std::stringstream fnName("JitModule", std::ios_base::in | std::ios_base::out | std::ios_base::ate); in JitManager()
178 …std::stringstream fnName("JitModule", std::ios_base::in | std::ios_base::out | std::ios_base::ate); in SetupNewModule()
Dstreamout_jit.cpp264 … std::stringstream fnName("SOShader", std::ios_base::in | std::ios_base::out | std::ios_base::ate); in Create()
Dblend_jit.cpp519 …d::stringstream fnName("BlendShader", std::ios_base::in | std::ios_base::out | std::ios_base::ate); in Create()
Dfetch_jit.cpp94 …d::stringstream fnName("FetchShader", std::ios_base::in | std::ios_base::out | std::ios_base::ate); in Create()
/external/honggfuzz/examples/apache-httpd/corpus_http1/
D5d1bc4bfe1cfb4250f5e3798eb59462d.0000049d.honggfuzz.cov4 Accept-Encoding: gzip, deflQWxhZGRpbjpvcGVuIHNlc2FtZQ==ate, �Linux x96_64) AppleWebKi00000000000000…
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D5d1bc4bfe1cfb4250f5e3798eb59462d.0000049d.honggfuzz.cov4 Accept-Encoding: gzip, deflQWxhZGRpbjpvcGVuIHNlc2FtZQ==ate, �Linux x96_64) AppleWebKi00000000000000…
/external/doclava/src/com/google/doclava/apicheck/
DApiFile.java640 boolean ate = false; in eatWhitespace()
646 ate = true; in eatWhitespace()
648 return ate; in eatWhitespace()
/external/rmi4utils/rmi4update/
Dfirmware_image.cpp51 ifstream ifsFile(filename, ios::in|ios::binary|ios::ate); in Initialize()
/external/valgrind/docs/internals/
Dwhy-no-libc.txt1 ate: Mon, 15 Dec 2008 15:23:31 -0500
/external/hyphenation-patterns/en-US/
Dhyph-en-us.hyp.txt374 eth-yl-ate
631 meth-yl-ate
801 phthal-ate
838 pome-gran-ate
Dushyphex.tex373 eth-yl-ate
630 meth-yl-ate
800 phthal-ate
837 pome-gran-ate
/external/libcxx/include/
Dfstream486 switch (__mode & ~ios_base::ate)
540 if (__mode & ios_base::ate)
569 switch (__mode & ~ios_base::ate)
623 if (__mode & ios_base::ate)
Dios59 static constexpr openmode ate;
264 static const openmode ate = 0x02;
Dsstream472 if (__mode_ & (ios_base::app | ios_base::ate))
/external/libcxx/src/
Dios.cpp119 const ios_base::openmode ios_base::ate; member in ios_base
/external/deqp/external/vulkancts/framework/vulkan/
DvkBinaryRegistry.cpp134 std::ifstream in (srcPath.c_str(), std::ios::binary | std::ios::ate); in readBinary()
/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/libmtp/logs/
Dmtp-detect-nokia-300.txt76 02a0: 6174 6500 7573 625f 6465 7461 6368 0075 ate.usb_detach.u
/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()

12