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

/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/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/libvorbis/doc/
H A D04-codec.tex5 \section{Codec Setup and Packet Decode} \label{vorbis:spec:codec}
90 \subsubsection{Setup header}
H A D01-introduction.tex77 \subsubsection{Codec Setup and Probability Model}
262 \subsubsection{Decode Setup}
284 \paragraph{Setup Header}
/external/lldb/scripts/
H A Dbuildbot.py42 def Setup(self): member in class:LLDBBuildBot
129 self.Setup()
/external/lldb/examples/python/
H A Dperformance.py141 def Setup(self, args): member in class:TestCase
305 self.Setup(args)
/external/lldb/tools/lldb-perf/darwin/formatters/
H A Dformatters.cpp74 Setup (int& argc, const char**& argv) function in class:FormattersTest
/external/lldb/tools/lldb-perf/lib/
H A DTestCase.cpp58 TestCase::Setup (int& argc, const char**& argv) function in class:TestCase
323 if (test.Setup(argc, argv))
/external/gptfdisk/
H A Dattributes.cc30 Setup();
38 Setup();
47 void Attributes::Setup(void) { function in class:Attributes
65 } // Attributes::Setup()
/external/lldb/tools/lldb-perf/common/clang/
H A Dlldb_perf_clang.cpp71 Setup (int& argc, const char**& argv) function in class:ClangTest
/external/lldb/tools/lldb-perf/common/stepping/
H A Dlldb-perf-stepping.cpp31 Setup (int& argc, const char**& argv) function in class:StepTest
33 TestCase::Setup (argc, argv);
/external/lldb/tools/lldb-perf/darwin/sketch/
H A Dsketch.cpp136 Setup (int& argc, const char**& argv) function in class:SketchTest
138 TestCase::Setup(argc,argv);
/external/libnfc-nci/src/udrv/include/
H A Duusb.h94 tUUSB_SETUP_PKT Setup; member in union:__anon8866
/external/google-breakpad/src/client/mac/handler/
H A Dexception_handler.cc248 Setup(install_handler);
269 Setup(install_handler);
678 // Setup the exception ports on this task
731 bool ExceptionHandler::Setup(bool install_handler) { function in class:google_breakpad::ExceptionHandler
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di830_context.h112 GLuint Setup[I830_TEX_SETUP_SIZE]; member in struct:i830_texture_object
/external/regex-re2/re2/
H A Dcompile.cc211 void Setup(Regexp::ParseFlags, int64, RE2::Anchor);
951 void Compiler::Setup(Regexp::ParseFlags flags, int64 max_mem, function in class:re2::Compiler
994 c.Setup(re->parse_flags(), max_mem, RE2::ANCHOR_BOTH /* unused */);
1097 c.Setup(pf, options.max_mem(), anchor);
/external/google-breakpad/src/testing/gtest/include/gtest/
H A Dgtest.h443 // Often a user mis-spells SetUp() as Setup() and spends a long time
449 // will be a conflict if a user declares void Setup() in his test
458 // about it being private, you have mis-spelled SetUp() as Setup().
460 virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; } function in class:testing::Test
922 // about it being private, you have mis-spelled SetUp() as Setup().
924 virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; } function in class:testing::Environment
/external/gtest/include/gtest/
H A Dgtest.h434 // Often a user mis-spells SetUp() as Setup() and spends a long time
440 // will be a conflict if a user declares void Setup() in his test
449 // about it being private, you have mis-spelled SetUp() as Setup().
451 virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; } function in class:testing::Test
952 // about it being private, you have mis-spelled SetUp() as Setup().
954 virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; } function in class:testing::Environment
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h442 // Often a user mis-spells SetUp() as Setup() and spends a long time
448 // will be a conflict if a user declares void Setup() in his test
457 // about it being private, you have mis-spelled SetUp() as Setup().
459 virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; } function in class:testing::Test
922 // about it being private, you have mis-spelled SetUp() as Setup().
924 virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; } function in class:testing::Environment
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h442 // Often a user mis-spells SetUp() as Setup() and spends a long time
448 // will be a conflict if a user declares void Setup() in his test
457 // about it being private, you have mis-spelled SetUp() as Setup().
459 virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; } function in class:testing::Test
922 // about it being private, you have mis-spelled SetUp() as Setup().
924 virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; } function in class:testing::Environment
/external/protobuf/gtest/include/gtest/
H A Dgtest.h423 // Often a user mis-spells SetUp() as Setup() and spends a long time
429 // will be a conflict if a user declares void Setup() in his test
438 // about it being private, you have mis-spelled SetUp() as Setup().
440 virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; } function in class:testing::Test
847 // about it being private, you have mis-spelled SetUp() as Setup().
849 virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; } function in class:testing::Environment
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest.h16011 // Often a user mis-spells SetUp() as Setup() and spends a long time
16017 // will be a conflict if a user declares void Setup() in his test
16026 // about it being private, you have mis-spelled SetUp() as Setup().
16028 virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; } function in class:testing::Test
16435 // about it being private, you have mis-spelled SetUp() as Setup().
16437 virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; } function in class:testing::Environment
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h17847 // Often a user mis-spells SetUp() as Setup() and spends a long time
17853 // will be a conflict if a user declares void Setup() in his test
17862 // about it being private, you have mis-spelled SetUp() as Setup().
17864 virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; } function in class:testing::Test
18365 // about it being private, you have mis-spelled SetUp() as Setup().
18367 virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; } function in class:testing::Environment

Completed in 1243 milliseconds