/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
H A D | CommonTokenStream.cs | 85 Setup(); 113 Setup(); 154 protected override void Setup() { method in class:Antlr.Runtime.CommonTokenStream
|
H A D | BufferedTokenStream.cs | 147 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 D | CommonTokenStream.cs | 96 Setup(); 123 Setup(); 169 protected override void Setup() method in class:Antlr.Runtime.CommonTokenStream
|
H A D | BufferedTokenStream.cs | 169 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 D | 04-codec.tex | 5 \section{Codec Setup and Packet Decode} \label{vorbis:spec:codec} 90 \subsubsection{Setup header}
|
H A D | 01-introduction.tex | 77 \subsubsection{Codec Setup and Probability Model} 262 \subsubsection{Decode Setup} 284 \paragraph{Setup Header}
|
/external/lldb/scripts/ |
H A D | buildbot.py | 42 def Setup(self): member in class:LLDBBuildBot 129 self.Setup()
|
/external/lldb/examples/python/ |
H A D | performance.py | 141 def Setup(self, args): member in class:TestCase 305 self.Setup(args)
|
/external/lldb/tools/lldb-perf/darwin/formatters/ |
H A D | formatters.cpp | 74 Setup (int& argc, const char**& argv) function in class:FormattersTest
|
/external/lldb/tools/lldb-perf/lib/ |
H A D | TestCase.cpp | 58 TestCase::Setup (int& argc, const char**& argv) function in class:TestCase 323 if (test.Setup(argc, argv))
|
/external/gptfdisk/ |
H A D | attributes.cc | 30 Setup(); 38 Setup(); 47 void Attributes::Setup(void) { function in class:Attributes 65 } // Attributes::Setup()
|
/external/lldb/tools/lldb-perf/common/clang/ |
H A D | lldb_perf_clang.cpp | 71 Setup (int& argc, const char**& argv) function in class:ClangTest
|
/external/lldb/tools/lldb-perf/common/stepping/ |
H A D | lldb-perf-stepping.cpp | 31 Setup (int& argc, const char**& argv) function in class:StepTest 33 TestCase::Setup (argc, argv);
|
/external/lldb/tools/lldb-perf/darwin/sketch/ |
H A D | sketch.cpp | 136 Setup (int& argc, const char**& argv) function in class:SketchTest 138 TestCase::Setup(argc,argv);
|
/external/libnfc-nci/src/udrv/include/ |
H A D | uusb.h | 94 tUUSB_SETUP_PKT Setup; member in union:__anon8866
|
/external/google-breakpad/src/client/mac/handler/ |
H A D | exception_handler.cc | 248 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 D | i830_context.h | 112 GLuint Setup[I830_TEX_SETUP_SIZE]; member in struct:i830_texture_object
|
/external/regex-re2/re2/ |
H A D | compile.cc | 211 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 D | gtest.h | 443 // 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 D | gtest.h | 434 // 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 D | gtest.h | 442 // 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 D | gtest.h | 442 // 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 D | gtest.h | 423 // 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 D | gtest.h | 16011 // 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 D | gtest.h | 17847 // 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
|