Home
last modified time | relevance | path

Searched refs:fake_source (Results 1 – 4 of 4) sorted by relevance

/external/angle/third_party/vulkan-deps/spirv-tools/src/test/
Dtext_to_binary.debug_test.cpp94 std::string fake_source = "To be or not to be"; in TEST_F() local
96 "OpSource GLSL 450 %file_id \"" + fake_source + "\""; in TEST_F()
99 MakeVector(fake_source)))); in TEST_F()
/external/swiftshader/third_party/SPIRV-Tools/test/
Dtext_to_binary.debug_test.cpp94 std::string fake_source = "To be or not to be"; in TEST_F() local
96 "OpSource GLSL 450 %file_id \"" + fake_source + "\""; in TEST_F()
99 MakeVector(fake_source)))); in TEST_F()
/external/deqp-deps/SPIRV-Tools/test/
Dtext_to_binary.debug_test.cpp94 std::string fake_source = "To be or not to be"; in TEST_F() local
96 "OpSource GLSL 450 %file_id \"" + fake_source + "\""; in TEST_F()
99 MakeVector(fake_source)))); in TEST_F()
/external/webrtc/audio/
Daudio_state_unittest.cc253 FakeAudioSource fake_source; in TEST() local
254 helper.mixer()->AddSource(&fake_source); in TEST()
256 EXPECT_CALL(fake_source, GetAudioFrameWithInfo(_, _)) in TEST()