Home
last modified time | relevance | path

Searched refs:Run (Results 1 – 11 of 11) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/
DINSTALL5 1. Run |autoreconf --install| to generate configure.
6 2. Run |./configure| to configure the build.
7 3. Run |make| to build.
8 4. Run |make check| to run the test suite.
/hardware/intel/common/wrs_omxil_core/utils/src/
Dthread.cpp78 t->Run(); in Instance()
83 void Thread::Run(void) in Run() function in Thread
86 r->Run(); in Run()
Dworkqueue.cpp105 void WorkQueue::Run(void) in Run() function in WorkQueue
/hardware/intel/common/wrs_omxil_core/utils/inc/
Dthread.h29 virtual void Run(void) = 0;
46 virtual void Run(void);
Dworkqueue.h88 virtual void Run(void); /* RunnableInterface */
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/android/
DREADME16 3) Run get_files.py to download the test files:
28 5) Run tests:
/hardware/intel/common/omx-components/videocodec/libvpx_internal/
DUPDATING38 Run 'make libvpx_srcs.txt'
/hardware/intel/common/libmix/mix_common/
DINSTALL77 the `configure' script does not know about. Run `./configure --help'
133 kinds of files. Run `configure --help' for a list of the directories
286 Run the configure checks, but stop before creating any output
289 `configure' also accepts some other, not widely useful, options. Run
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dtools_common.sh336 --run-disabled-tests: Run disabled tests.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc3625 void Test::Run() { in Run() function in testing::Test
3784 void TestInfo::Run() { in Run() function in testing::TestInfo
3810 test->Run(); in Run()
3913 void TestCase::Run() { in Run() function in testing::TestCase
3928 GetMutableTestInfo(i)->Run(); in Run()
5338 int UnitTest::Run() { in Run() function in testing::UnitTest
5799 GetMutableTestCase(test_index)->Run(); in RunAllTests()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h2354 virtual void Run() = 0;
2364 static_cast<ThreadWithParamBase*>(thread)->Run();
2406 virtual void Run() {
17838 void Run();
18126 void Run();
18264 void Run();
18545 int Run() GTEST_MUST_USE_RESULT_;
20058 return ::testing::UnitTest::GetInstance()->Run();