Searched defs:Setup (Results 1 - 25 of 68) sorted by relevance

123

/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/chromium_org/build/android/pylib/monkey/
H A Dsetup.py10 def Setup(test_options): function
/external/chromium_org/build/android/pylib/uiautomator/
H A Dsetup.py13 def Setup(test_options): function
/external/chromium_org/build/android/pylib/instrumentation/
H A Dsetup.py14 def Setup(test_options): function
/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/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/build/android/pylib/linker/
H A Dsetup.py5 """Setup for linker tests."""
19 def Setup(options, _devices): function
/external/chromium_org/build/android/pylib/perf/
H A Dsetup.py58 def Setup(test_options): function
/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
/external/chromium_org/tools/grit/grit/tool/
H A Dtransl2tc.py53 def Setup(self, globopt, args): member in class:TranslationToTc
66 args = self.Setup(globopt, args)
/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();
/external/chromium_org/mojo/shell/
H A Dcontext.cc53 class Setup { class in namespace:mojo::shell::__anon8834
55 Setup() { function in class:mojo::shell::__anon8834::Setup
60 ~Setup() {
64 DISALLOW_COPY_AND_ASSIGN(Setup);
67 static base::LazyInstance<Setup>::Leaky setup = LAZY_INSTANCE_INITIALIZER;
/external/libvorbis/doc/
H A D04-codec.tex5 \section{Codec Setup and Packet Decode} \label{vorbis:spec:codec}
90 \subsubsection{Setup header}
/external/chromium_org/sandbox/win/src/
H A Deat_resolver.cc12 NTSTATUS EatResolverThunk::Setup(const void* target_module, function in class:sandbox::EatResolverThunk
H A Dsidestep_resolver.cc30 NTSTATUS SidestepResolverThunk::Setup(const void* target_module, function in class:sandbox::SidestepResolverThunk
81 NTSTATUS SmartSidestepResolverThunk::Setup(const void* target_module, function in class:sandbox::SmartSidestepResolverThunk
108 ret = SidestepResolverThunk::Setup(target_module, interceptor_module,
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_mode_idle_app_name_notification.cc56 Setup();
70 void KioskModeIdleAppNameNotification::Setup() { function in class:chromeos::KioskModeIdleAppNameNotification
/external/chromium_org/chrome/utility/importer/
H A Dfirefox_importer_unittest_utils.h43 bool Setup(const base::FilePath& nss_path);
79 bool FFUnitTestDecryptorProxy::Setup(const base::FilePath& nss_path) { function in class:FFUnitTestDecryptorProxy
/external/chromium_org/native_client_sdk/src/libraries/sdk_util/
H A Dthread_pool.cc54 // Setup work parameters. This function is called from the dispatch thread,
56 void ThreadPool::Setup(int counter, WorkFunction work, void *data) { function in class:sdk_util::ThreadPool
109 Setup(num_tasks, work, data);
/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 DSpatialAudio.cc39 int16_t SpatialAudio::Setup() { function in class:webrtc::SpatialAudio
94 Setup();
H A DiSACTest.cc96 void ISACTest::Setup() { function in class:webrtc::ISACTest
156 Setup();
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A Dnormal_test.cc53 NormalTest::Setup() function in class:NormalTest
55 CodecTest::Setup();
120 Setup();
/external/lldb/scripts/
H A Dbuildbot.py42 def Setup(self): member in class:LLDBBuildBot
129 self.Setup()
/external/chromium_org/build/android/pylib/gtest/
H A Dsetup.py293 def Setup(test_options, devices): function

Completed in 1418 milliseconds

123