Searched refs:Setup (Results 1 - 25 of 141) sorted by relevance

123456

/external/chromium_org/mojo/views/
H A Dviews_init_internal.cc18 class Setup { class in namespace:mojo::__anon8873
20 Setup() { function in class:mojo::__anon8873::Setup
34 ~Setup() {
38 DISALLOW_COPY_AND_ASSIGN(Setup);
41 static base::LazyInstance<Setup>::Leaky setup = LAZY_INSTANCE_INITIALIZER;
/external/chromium_org/build/android/pylib/junit/
H A Dsetup.py7 def Setup(options): function
/external/dhcpcd/mk/
H A Dos-BSD.mk0 # Setup OS specific variables
H A Dos-Darwin.mk0 # Setup OS specific variables
H A Dos-Linux.mk0 # Setup OS specific variables
H A Dos.mk0 # Setup OS specific variables
/external/chromium_org/build/android/pylib/monkey/
H A Dsetup.py10 def Setup(test_options): function
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A DPacketLossTest.cc27 void ReceiverWithPacketLoss::Setup(AudioCodingModule *acm, function in class:webrtc::ReceiverWithPacketLoss
38 Receiver::Setup(acm, rtpStream, ss.str(), channels);
89 void SenderWithFEC::Setup(AudioCodingModule *acm, RTPStream *rtpStream, function in class:webrtc::SenderWithFEC
92 Sender::Setup(acm, rtpStream, in_file_name, sample_rate, channels);
143 sender_->Setup(acm.get(), &rtpFile, in_file_name_, sample_rate_hz_, channels_,
159 receiver_->Setup(acm.get(), &rtpFile, "packetLoss_out", channels_,
H A DPacketLossTest.h23 void Setup(AudioCodingModule *acm, RTPStream *rtpStream,
39 void Setup(AudioCodingModule *acm, RTPStream *rtpStream,
H A DSpatialAudio.h32 int16_t Setup();
/external/chromium_org/sandbox/win/src/
H A Dsidestep_resolver.h20 // Implementation of Resolver::Setup.
21 virtual NTSTATUS Setup(const void* target_module,
46 // Implementation of Resolver::Setup.
47 virtual NTSTATUS Setup(const void* target_module,
H A Deat_resolver.h20 // Implementation of Resolver::Setup.
21 virtual NTSTATUS Setup(const void* target_module,
/external/chromium_org/build/android/pylib/uiautomator/
H A Dsetup.py13 def Setup(test_options): function
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DCommonTokenStream.cs96 Setup();
123 Setup();
169 protected override void Setup() method in class:Antlr.Runtime.CommonTokenStream
/external/chromium_org/chrome/browser/chromeos/kiosk_mode/
H A Dkiosk_mode_idle_logout.cc37 Setup();
39 KioskModeSettings::Get()->Initialize(base::Bind(&KioskModeIdleLogout::Setup,
50 void KioskModeIdleLogout::Setup() { function in class:chromeos::KioskModeIdleLogout
H A Dkiosk_mode_idle_logout.h29 void Setup();
/external/chromium_org/tools/gn/
H A Dsetup.h32 // Base class for code shared between Setup and DependentSetup.
90 class Setup : public CommonSetup { class in inherits:CommonSetup
92 Setup();
93 virtual ~Setup();
186 DISALLOW_COPY_AND_ASSIGN(Setup);
203 DependentSetup(Setup* derive_from);
H A Dsetup.cc209 // Setup -----------------------------------------------------------------------
211 Setup::Setup() function in class:Setup
225 Setup::~Setup() {
228 bool Setup::DoSetup(const std::string& build_dir, bool force_create) {
258 bool Setup::Run() {
265 Scheduler* Setup::GetScheduler() {
269 SourceFile Setup::GetBuildArgFile() const {
273 bool Setup
[all...]
H A Dcommands.h15 class Setup;
87 Setup* setup,
98 Setup* setup,
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DCommonTokenStream.cs85 Setup();
113 Setup();
154 protected override void Setup() { method in class:Antlr.Runtime.CommonTokenStream
/external/chromium_org/build/android/pylib/instrumentation/
H A Dsetup.py14 def Setup(test_options): function
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_mode_idle_app_name_notification.h30 void Setup();
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dcodec_database_test.h35 void Setup(CmdArgs& args);
/external/chromium_org/third_party/webrtc/modules/video_render/ios/
H A Dopen_gles20.h28 bool Setup(int32_t width, int32_t height);
/external/protobuf/gtest/test/
H A Dgtest_nc.cc59 // Setup() method in a test fixture.
65 void Setup() {} function in class:MyTest
69 // Tests that the compiler catches the typo when a user calls Setup()
77 testing::Test::Setup(); // Tries to call SetUp() in the parent class.
83 // Setup() method in a subclass of Environment.
89 void Setup() {} function in class:MyEnvironment
93 // Tests that the compiler catches the typo when a user calls Setup()
102 testing::Environment::Setup();

Completed in 583 milliseconds

123456