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

12

/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
H A Dcc.mk3 # Setup some good default CFLAGS
/external/bluetooth/bluedroid/
H A DAndroid.mk3 # Setup bdroid local make variables for handling configuration
/external/chromium/chrome/browser/importer/
H A Dfirefox_importer_unittest_utils.h38 bool Setup(const FilePath& nss_path);
71 bool FFUnitTestDecryptorProxy::Setup(const FilePath& nss_path) { function in class:FFUnitTestDecryptorProxy
H A Dfirefox_importer_unittest.cc34 ASSERT_TRUE(decryptor_proxy.Setup(nss_path));
59 ASSERT_TRUE(decryptor_proxy.Setup(nss_path));
H A Dfirefox_importer_unittest_utils_mac.cc125 bool FFUnitTestDecryptorProxy::Setup(const FilePath& nss_path) { function in class:FFUnitTestDecryptorProxy
/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
H A DBufferedTokenStream.cs169 Setup();
210 Setup();
259 Setup();
291 Setup();
311 protected virtual void Setup() method in class:Antlr.Runtime.BufferedTokenStream
334 Setup();
372 Setup();
383 Setup();
411 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
H A DBufferedTokenStream.cs147 Setup();
182 Setup();
226 Setup();
255 Setup();
274 protected virtual void Setup() { method in class:Antlr.Runtime.BufferedTokenStream
293 Setup();
325 Setup();
335 Setup();
359 Setup();
/external/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/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/webkit/Source/WebCore/bindings/v8/
H A DDateExtension.h47 static v8::Handle<v8::Value> Setup(const v8::Arguments&);
H A DDateExtension.cpp60 " native function Setup();"
62 " Setup(Date, enableSleepDetection);"
97 if (name->Equals(v8::String::New("Setup")))
98 return v8::FunctionTemplate::New(Setup);
105 v8::Handle<v8::Value> DateExtension::Setup(const v8::Arguments& args) function in class:WebCore::DateExtension
/external/v8/benchmarks/
H A Dbase.js41 this.Setup = setup ? setup : function() { };
250 suite.benchmarks[index].Setup();
/external/libnfc-nci/src/udrv/include/
H A Duusb.h94 tUUSB_SETUP_PKT Setup; member in union:__anon7948
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/
H A Druntests.bat64 REM Setup up the test (target) GEF SDK
/external/qemu/distrib/sdl-1.2.15/src/cpuinfo/
H A DSDL_cpuinfo.c237 " movl $0x80000001,%%eax # Setup extended function 800000001h\n"
255 " movl $0x80000001,%%eax # Setup extended function 800000001h\n"
273 mov eax,80000001h ; Setup extended function 800000001h
/external/regex-re2/re2/
H A Dcompile.cc210 void Setup(Regexp::ParseFlags, int64, RE2::Anchor);
950 void Compiler::Setup(Regexp::ParseFlags flags, int64 max_mem, function in class:re2::Compiler
993 c.Setup(re->parse_flags(), max_mem, RE2::ANCHOR_BOTH /* unused */);
1096 c.Setup(pf, options.max_mem(), anchor);
/external/sonivox/arm-hybrid-22k/lib_src/
H A DARM-E_filter_gnu.s64 @ Setup passed parameters in their destination registers
/external/sonivox/arm-wt-22k/lib_src/
H A DARM-E_filter_gnu.s64 @ Setup passed parameters in their destination registers
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.h289 // Often a user mis-spells SetUp() as Setup() and spends a long time
295 // will be a conflict if a user declares void Setup() in his test
304 // about it being private, you have mis-spelled SetUp() as Setup().
306 virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; } function in class:testing::Test
434 // about it being private, you have mis-spelled SetUp() as Setup().
436 virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; } function in class:testing::Environment

Completed in 2264 milliseconds

12