Home
last modified time | relevance | path

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

1234

/external/llvm-project/libcxx/test/std/input.output/iostreams.base/ios.base/ios.types/ios_openmode/
Dopenmode.pass.cpp28 assert(std::ios_base::ate); in main()
37 & std::ios_base::ate in main()
/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/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dhicpp-signed-bitwise-standard-types.cpp73 SResult = std::ios_base::openmode::trunc ^ std::ios_base::openmode::ate; in pure_bitmask_types()
190 UResult = std::ios_base::ate << 1; in still_forbidden()
192 UResult = std::ios_base::ate << 1u; in still_forbidden()
Dhicpp-signed-bitwise-standard-types.h78 ate = 0u << 5u enumerator
/external/grpc-grpc/test/core/end2end/fuzzers/server_fuzzer_corpus/
D15ae78a8543a4794a27e6c79b0d34540322b97fd6 :authority localhost content-typeapplication/grpcgrpc-accept-encodingidentity,����ate,gzipte…
D4db3d4075ed27f2a2311f85dd1d6df028cc5d08311 :authority localhost; content-typeapplication/grpcgrpc-accept-encodingidentity,����ate,gzipt…
/external/llvm-project/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/
Dpbump2gig.pass.cpp28 SB() : std::stringbuf(std::ios::ate|std::ios::out) { } in SB()
/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/rust/crates/libz-sys/src/zlib/contrib/iostream3/
DTODO9 - Support for ios_base::ate open mode
/external/one-true-awk/testdir/
DT.misc283 printf "the monkey ate a %s\n", "banana" }
289 printf "the monkey ate a %s\n", "banana" }
/external/tflite-support/tensorflow_lite_support/cc/task/core/
Dtask_utils.cc55 std::ifstream input_file(filename, std::ios::binary | std::ios::ate); in LoadBinaryContent()
/external/ImageMagick/Magick++/fuzz/
Dmain.cc28 file = ifstream(fileName, ios::in | ios::binary | ios::ate); in load()
/external/antlr/runtime/Cpp/tests/
Dt051.cpp91 ifstream ifs(fileName.c_str(), ios::in | ios::binary | ios::ate); in slurp()
Dt012.cpp180 ifstream ifs(fileName.c_str(), ios::in | ios::binary | ios::ate); in slurp()
/external/deqp-deps/glslang/StandAlone/
DDirStackFileIncluder.h108 std::ifstream file(path, std::ios_base::binary | std::ios_base::ate); in readLocalPath()
/external/linux-kselftest/tools/testing/selftests/proc/
Dproc-pid-vm.c71 static void ate(void) in ate() function
263 atexit(ate); in main()
/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.java640 boolean ate = false; in eatWhitespace()
646 ate = true; in eatWhitespace()
648 return ate; in eatWhitespace()
/external/webrtc/modules/audio_processing/agc2/rnn_vad/
Dtest_utils.h51 : is_(file_path, std::ios::binary | std::ios::ate),
/external/OpenCL-CTS/test_conformance/spirv_new/
Dmain.cpp41 ifstream file(file_name, ios::in | ios::binary | ios::ate); in readBinary()
/external/icu/icu4c/source/data/translit/
Dmy_my_Latn.txt105 # \u102Dတ\u103A > ate; # 1c2v
106 \u102D\u1010\u103A > ate;
/external/OpenCSD/decoder/source/mem_acc/
Dtrc_mem_acc_file.cpp73 m_mem_file.open(pathToFile.c_str(), std::ifstream::binary | std::ifstream::ate); in initAccessor()
/external/javapoet/
DREADME.md463 example, we generate code to say "I ate 3 tacos"
466 CodeBlock.builder().add("I ate $L $L", 3, "tacos")
475 CodeBlock.builder().add("I ate $2L $1L", "tacos", 3)
488 CodeBlock.builder().addNamed("I ate $count:L $food:L", map)
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dstreamout_jit.cpp263 std::ios_base::in | std::ios_base::out | std::ios_base::ate); in Create()
/external/cldr/common/testData/transforms/
Dfa-Latn-t-fa-m0-bgn.txt1318 حِفاظَتِ ḥefاẓate
1590 ساعَتِ sا‘ate
2062 صَنْعَتِ ṣan‘ate
2477 فُرْصَتِ forṣate
2508 مَصْلِحَتِ maṣleḥate

1234