HomeSort by relevance Sort by last modified time
    Searched refs:Execute (Results 1 - 25 of 417) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/none/tests/scripts/
shell.stdout.exp 0 Execute a directory
2 Execute a non-executable file
3 Execute a script with a bad interpreter name
4 Execute a binary file
5 Execute a non-existent file
6 Execute a non-existent file (2)
7 Execute a valid script with a #! line
8 Execute a valid script without a #! line
10 Execute a valid script with #! but no interpname
12 Execute a zero-length fil
    [all...]
  /external/lzma/CPP/7zip/Common/
VirtThread.h 20 virtual void Execute() = 0;
VirtThread.cpp 15 t->Execute();
  /frameworks/base/media/tests/audiotests/
shared_mem_test.h 13 void Execute(void);
  /system/extras/memory_replay/
Action.h 29 virtual uint64_t Execute(Pointers* pointers) = 0;
Action.cpp 45 uint64_t Execute(Pointers*) override { return 0; }
65 uint64_t Execute(Pointers* pointers) override {
85 uint64_t Execute(Pointers* pointers) override {
110 uint64_t Execute(Pointers* pointers) override {
138 uint64_t Execute(Pointers* pointers) override {
160 uint64_t Execute(Pointers* pointers) override {
  /external/webrtc/webrtc/base/
asyncinvoker-inl.h 34 virtual void Execute() = 0;
45 virtual void Execute() {
91 virtual void Execute() {
119 virtual void Execute() {
  /external/llvm/lib/Support/
Program.cpp 26 static bool Execute(ProcessInfo &PI, StringRef Program, const char **args,
35 if (Execute(PI, Program, args, envp, redirects, memoryLimit, ErrMsg)) {
56 if (!Execute(PI, Program, args, envp, redirects, memoryLimit, ErrMsg))
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest-spi.h 142 static void Execute() { statement; }\
151 GTestExpectFatalFailureHelper::Execute();\
159 static void Execute() { statement; }\
168 GTestExpectFatalFailureHelper::Execute();\
  /external/gtest/include/gtest/
gtest-spi.h 142 static void Execute() { statement; }\
151 GTestExpectFatalFailureHelper::Execute();\
159 static void Execute() { statement; }\
168 GTestExpectFatalFailureHelper::Execute();\
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-spi.h 143 static void Execute() { statement; }\
152 GTestExpectFatalFailureHelper::Execute();\
160 static void Execute() { statement; }\
169 GTestExpectFatalFailureHelper::Execute();\
  /external/mesa3d/src/gtest/include/gtest/
gtest-spi.h 142 static void Execute() { statement; }\
151 GTestExpectFatalFailureHelper::Execute();\
159 static void Execute() { statement; }\
168 GTestExpectFatalFailureHelper::Execute();\
  /external/protobuf/gtest/include/gtest/
gtest-spi.h 142 static void Execute() { statement; }\
151 GTestExpectFatalFailureHelper::Execute();\
159 static void Execute() { statement; }\
168 GTestExpectFatalFailureHelper::Execute();\
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest-spi.h 142 static void Execute() { statement; }\
151 GTestExpectFatalFailureHelper::Execute();\
159 static void Execute() { statement; }\
168 GTestExpectFatalFailureHelper::Execute();\
  /external/webp/src/utils/
thread.h 70 void (*Execute)(WebPWorker* const worker);
thread.c 205 static void Execute(WebPWorker* const worker); // Forward declaration.
216 Execute(worker);
306 static void Execute(WebPWorker* const worker) {
316 Execute(worker);
340 Init, Reset, Sync, Launch, Execute, End
347 winterface->Execute == NULL || winterface->End == NULL) {
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-spi.h 142 static void Execute() { statement; }\
151 GTestExpectFatalFailureHelper::Execute();\
159 static void Execute() { statement; }\
168 GTestExpectFatalFailureHelper::Execute();\
  /system/update_engine/payload_generator/
tarjan.h 38 void Execute(Vertex::Index vertex,
tarjan_unittest.cc 66 tarjan.Execute(i, &graph, &vertex_indexes);
78 tarjan.Execute(n_f, &graph, &vertex_indexes);
86 tarjan.Execute(i, &graph, &vertex_indexes);
  /external/clang/test/CodeGenCXX/
static-local-in-local-class.cpp 35 static void Execute() {
39 Helper::Execute();
  /system/extras/memory_replay/tests/
ActionTest.cpp 33 action->Execute(&pointers);
56 action->Execute(&pointers);
68 action->Execute(&pointers);
82 action->Execute(nullptr);
106 action->Execute(&pointers);
116 action->Execute(&pointers);
142 action->Execute(&pointers);
167 action->Execute(nullptr);
  /external/clang/lib/StaticAnalyzer/Checkers/
VirtualCallChecker.cpp 87 void Execute() {
230 walker.Execute();
238 walker.Execute();
  /system/core/libmemunreachable/
Tarjan.h 68 void Execute(Graph<T>& graph, SCCList<T>& out);
79 void TarjanAlgorithm<T>::Execute(Graph<T>& graph, SCCList<T>& out) {
128 tarjan.Execute(graph, out);
  /external/compiler-rt/lib/asan/
asan_win_dll_thunk.cc 50 // FunctionInterceptor<LINE>::Execute() method intercepting the hook.
52 // the Execute() method corresponding to the previous line.
55 static void Execute() { FunctionInterceptor<LINE-1>::Execute(); }
61 static void Execute() {}
66 static void Execute() { \
70 FunctionInterceptor<__LINE__ - 1>::Execute(); \
84 #define INTERCEPT_HOOKS FunctionInterceptor<__LINE__>::Execute
  /external/clang/include/clang/Driver/
Job.h 1 //===--- Job.h - Commands to Execute ----------------------------*- C++ -*-===//
42 /// execute.
96 virtual int Execute(const StringRef **Redirects, std::string *ErrMsg,
134 int Execute(const StringRef **Redirects, std::string *ErrMsg,

Completed in 572 milliseconds

1 2 3 4 5 6 7 8 91011>>