HomeSort by relevance Sort by last modified time
    Searched defs:Setup (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/chromium_org/build/android/pylib/monkey/
setup.py 10 def Setup(test_options):
  /external/chromium_org/build/android/pylib/instrumentation/
setup.py 13 def Setup(test_options):
  /external/chromium_org/build/android/pylib/uiautomator/
setup.py 13 def Setup(test_options):
  /external/chromium_org/sandbox/win/src/
eat_resolver.cc 12 NTSTATUS EatResolverThunk::Setup(const void* target_module,
sidestep_resolver.cc 30 NTSTATUS SidestepResolverThunk::Setup(const void* target_module,
81 NTSTATUS SmartSidestepResolverThunk::Setup(const void* target_module,
108 ret = SidestepResolverThunk::Setup(target_module, interceptor_module,
service_resolver_64.cc 85 NTSTATUS ServiceResolverThunk::Setup(const void* target_module,
  /external/chromium_org/tools/gn/
setup.cc 5 #include "tools/gn/setup.h"
28 " same as a buildfile, but with very limited build setup-specific\n"
33 " Label of the build config file. This file will be used to setup\n"
79 Setup::Setup()
86 Setup::~Setup() {
89 bool Setup::DoSetup() {
114 bool Setup::Run() {
129 bool Setup::FillSourceDir(const CommandLine& cmdline)
    [all...]
setup.h 26 // Helper class to setup the build settings and environment for the various
28 class Setup {
30 Setup();
31 ~Setup();
68 DISALLOW_COPY_AND_ASSIGN(Setup);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
CommonTokenStream.cs 85 Setup();
113 Setup();
154 protected override void Setup() {
BufferedTokenStream.cs 147 Setup();
182 Setup();
226 Setup();
255 Setup();
274 protected virtual void Setup() {
293 Setup();
325 Setup();
335 Setup();
359 Setup();
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
CommonTokenStream.cs 96 Setup();
123 Setup();
169 protected override void Setup()
BufferedTokenStream.cs 169 Setup();
210 Setup();
259 Setup();
291 Setup();
311 protected virtual void Setup()
334 Setup();
372 Setup();
383 Setup();
411 Setup();
  /external/chromium/chrome/browser/importer/
firefox_importer_unittest_utils.h 38 bool Setup(const FilePath& nss_path);
71 bool FFUnitTestDecryptorProxy::Setup(const FilePath& nss_path) {
  /external/chromium_org/chrome/browser/chromeos/kiosk_mode/
kiosk_mode_idle_logout.cc 39 Setup();
41 KioskModeSettings::Get()->Initialize(base::Bind(&KioskModeIdleLogout::Setup,
52 void KioskModeIdleLogout::Setup() {
  /external/chromium_org/chrome/utility/importer/
firefox_importer_unittest_utils.h 41 bool Setup(const base::FilePath& nss_path);
75 bool FFUnitTestDecryptorProxy::Setup(const base::FilePath& nss_path) {
  /external/chromium_org/native_client_sdk/src/libraries/sdk_util/
thread_pool.cc 54 // Setup work parameters. This function is called from the dispatch thread,
56 void ThreadPool::Setup(int counter, WorkFunction work, void *data) {
109 Setup(num_tasks, work, data);
  /external/chromium_org/third_party/WebKit/PerformanceTests/DOM/resources/dom-perf/
clonenodes.js 41 this.Setup = function() {
81 return new Benchmark(this.name, this.Test, this.Setup);
events.js 90 this.Setup = function() {
98 // Similar to Setup, but with onclick handlers already defined in the html.
266 new Benchmark("Event Hooking (1000 nodes)", small_test.HookTest, small_test.Setup),
268 new Benchmark("Event Hooking (5000 nodes)", large_test.HookTest, large_test.Setup),
270 extra_large_test.HookTestProxy, extra_large_test.Setup, extra_large_test.ProxyCleanup),
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
DateExtension.cpp 61 " native function Setup();"
63 " Setup(Date, enableSleepDetection);"
98 if (name->Equals(v8::String::NewSymbol("Setup")))
99 return v8::FunctionTemplate::New(Setup);
106 void DateExtension::Setup(const v8::FunctionCallbackInfo<v8::Value>& args)
  /external/chromium_org/tools/grit/grit/tool/
transl2tc.py 53 def Setup(self, globopt, args):
66 args = self.Setup(globopt, args)
  /external/gtest/test/
gtest_nc.cc 59 // Setup() method in a test fixture.
65 void Setup() {}
69 // Tests that the compiler catches the typo when a user calls Setup()
76 virtual void SetUp() {
77 testing::Test::Setup(); // Tries to call SetUp() in the parent class.
83 // Setup() method in a subclass of Environment.
89 void Setup() {}
93 // Tests that the compiler catches the typo when a user calls Setup()
100 virtual void SetUp() {
    [all...]
  /external/protobuf/gtest/test/
gtest_nc.cc 59 // Setup() method in a test fixture.
65 void Setup() {}
69 // Tests that the compiler catches the typo when a user calls Setup()
76 virtual void SetUp() {
77 testing::Test::Setup(); // Tries to call SetUp() in the parent class.
83 // Setup() method in a subclass of Environment.
89 void Setup() {}
93 // Tests that the compiler catches the typo when a user calls Setup()
100 virtual void SetUp() {
    [all...]
  /external/libvorbis/doc/
04-codec.tex 5 \section{Codec Setup and Packet Decode} \label{vorbis:spec:codec}
17 \subsection{Header decode and decode setup}
21 and the setup header. All are required for decode compliance. An
37 is type 1, the comment header type 3 and the setup header type 5
40 identification, comment, setup.
90 \subsubsection{Setup header}
92 Vorbis codec setup is configurable to an extreme degree:
100 The setup header contains the bulk of the codec setup information
101 needed for decode. The setup header contains, in order, the lists o
    [all...]
  /external/chromium_org/build/android/pylib/gtest/
setup.py 260 def Setup(test_options):
  /frameworks/base/media/mca/filterfw/jni/
jni_util.h 96 static void Setup(const std::string& jclass_name,

Completed in 820 milliseconds

1 2 3