OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sound_system
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/sound/
automaticallychosensoundsystem_unittest.cc
132
ARRAY_SIZE(kSingleSystemFailingCreators)>
sound_system
;
local
133
EXPECT_FALSE(
sound_system
.Init());
143
ARRAY_SIZE(kSingleSystemSucceedingCreators)>
sound_system
;
local
144
EXPECT_TRUE(
sound_system
.Init());
156
ARRAY_SIZE(kFailedFirstSystemResultsInUsingSecondCreators)>
sound_system
;
local
157
EXPECT_TRUE(
sound_system
.Init());
168
ARRAY_SIZE(kEarlierEntriesHavePriorityCreators)>
sound_system
;
local
171
EXPECT_TRUE(
sound_system
.Init());
189
ARRAY_SIZE(kManySoundSystemsCreators)>
sound_system
;
local
190
EXPECT_TRUE(
sound_system
.Init())
203
TestSoundSystem *
sound_system
= new TestSoundSystem();
local
[
all
...]
Completed in 452 milliseconds