Home
last modified time | relevance | path

Searched refs:test_with_bufmode (Results 1 – 3 of 3) sorted by relevance

/external/cronet/stable/third_party/llvm-libc/src/test/src/stdio/
Dftell_test.cpp23 void test_with_bufmode(int bufmode) { in test_with_bufmode() function in LlvmLibcFTellTest
66 TEST_F(LlvmLibcFTellTest, TellWithFBF) { test_with_bufmode(_IOFBF); } in TEST_F()
68 TEST_F(LlvmLibcFTellTest, TellWithNBF) { test_with_bufmode(_IONBF); } in TEST_F()
70 TEST_F(LlvmLibcFTellTest, TellWithLBF) { test_with_bufmode(_IOLBF); } in TEST_F()
/external/cronet/tot/third_party/llvm-libc/src/test/src/stdio/
Dftell_test.cpp23 void test_with_bufmode(int bufmode) { in test_with_bufmode() function in LlvmLibcFTellTest
66 TEST_F(LlvmLibcFTellTest, TellWithFBF) { test_with_bufmode(_IOFBF); } in TEST_F()
68 TEST_F(LlvmLibcFTellTest, TellWithNBF) { test_with_bufmode(_IONBF); } in TEST_F()
70 TEST_F(LlvmLibcFTellTest, TellWithLBF) { test_with_bufmode(_IOLBF); } in TEST_F()
/external/llvm-libc/test/src/stdio/
Dftell_test.cpp23 void test_with_bufmode(int bufmode) { in test_with_bufmode() function in LlvmLibcFTellTest
66 TEST_F(LlvmLibcFTellTest, TellWithFBF) { test_with_bufmode(_IOFBF); } in TEST_F()
68 TEST_F(LlvmLibcFTellTest, TellWithNBF) { test_with_bufmode(_IONBF); } in TEST_F()
70 TEST_F(LlvmLibcFTellTest, TellWithLBF) { test_with_bufmode(_IOLBF); } in TEST_F()