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

123

/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/
H A Dinspector_runtime.py20 def Execute(self, expr, context_id, timeout): member in class:InspectorRuntime
/external/v8/tools/
H A Dandroid-run.py49 def Execute(cmdline): function
104 error_code = Execute(command)
H A Dnacl-run.py45 def Execute(cmdline): function
143 error_code = Execute(command)
H A Drun-deopt-fuzzer.py335 code = Execute(arch, mode, args, options, suites, BASE_DIR)
353 def Execute(arch, mode, args, options, suites, workspace): function
/external/v8/tools/testrunner/local/
H A Dcommands.py120 def Execute(args, verbose=False, timeout=None): function
/external/v8/tools/testrunner/network/
H A Dendpoint.py89 def Execute(workspace, ctx, tests, sock, server): function
/external/clang/examples/clang-interpreter/
H A Dmain.cpp53 static int Execute(std::unique_ptr<llvm::Module> Mod, char *const *envp) { function
168 Res = Execute(std::move(Module), envp);
/external/lldb/source/Core/
H A DRegularExpression.cpp86 // expression matches. Execute() can be called after the regular
121 // Execute a regular expression match using the compiled regular
129 RegularExpression::Execute(const char* s, Match *match, int execute_flags) const function in class:RegularExpression
/external/webp/src/utils/
H A Dthread.h70 void (*Execute)(WebPWorker* const worker); member in struct:__anon19917
/external/webrtc/webrtc/base/
H A Dasyncinvoker-inl.h34 virtual void Execute() = 0;
45 virtual void Execute() { function in class:rtc::FireAndForgetAsyncClosure
91 virtual void Execute() { function in class:rtc::NotifyingAsyncClosure
119 virtual void Execute() { function in class:rtc::NotifyingAsyncClosure
/external/chromium-trace/catapult/third_party/gsutil/gslib/
H A Daclhelpers.py224 def Execute(self, storage_url, current_acl, command_name, logger): member in class:AclChange
311 def Execute(self, storage_url, current_acl, command_name, logger): member in class:AclDel
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
H A Dbatch.py167 def Execute(self, http, sleep_between_polls=5, max_retries=5): member in class:BatchApiRequest
168 """Execute all of the requests in the batch.
194 batch_http_request.Execute(http)
435 def Execute(self, http): member in class:BatchHttpRequest
436 """Execute all the requests as a single batched HTTP request.
/external/clang/test/CodeGenCXX/
H A Dstatic-local-in-local-class.cpp35 static void Execute() { function in struct:pr7101::Helper
39 Helper::Execute();
/external/libvpx/libvpx/test/
H A Dvp9_thread_test.cc209 void Execute(VPxWorker *const worker) { function in namespace:__anon11147::impl
213 void Launch(VPxWorker *const worker) { Execute(worker); }
220 impl::Init, impl::Reset, impl::Sync, impl::Launch, impl::Execute, impl::End
/external/lzma/CPP/7zip/Archive/Common/
H A DCoderMixer2MT.cpp16 void CCoder2::Execute() { Code(NULL); } function in class:NCoderMixer::CCoder2
/external/pdfium/tools/drmemory/scripts/
H A Dvalgrind_test.py169 def Execute(self): member in class:BaseTool
170 """ Execute the app to be tested after successful instrumentation.
179 exec_retcode = self.Execute()
202 """Call this to run through the whole process: Setup, Execute, Analyze"""
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DTokenRewriteStream.cs117 * Execute the rewrite operation by possibly adding to the buffer.
121 public virtual int Execute(StringBuilder buf) { method in class:Antlr.Runtime.TokenRewriteStream.RewriteOperation
137 public override int Execute(StringBuilder buf) { method in class:Antlr.Runtime.TokenRewriteStream.InsertBeforeOp
156 public override int Execute(StringBuilder buf) { method in class:Antlr.Runtime.TokenRewriteStream.ReplaceOp
427 i = op.Execute(buf); // execute operation and skip
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DTokenRewriteStream.cs130 * Execute the rewrite operation by possibly adding to the buffer.
134 public virtual int Execute( StringBuilder buf ) method in class:Antlr.Runtime.TokenRewriteStream.RewriteOperation
155 public override int Execute( StringBuilder buf ) method in class:Antlr.Runtime.TokenRewriteStream.InsertBeforeOp
178 public override int Execute( StringBuilder buf ) method in class:Antlr.Runtime.TokenRewriteStream.ReplaceOp
496 i = op.Execute( buf ); // execute operation and skip
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/gs/
H A Dtest_resumable_uploads.py404 def Execute(): function in function:ResumableUploadTests.test_upload_with_file_content_change_during_upload
453 if Execute():
/external/clang/lib/Driver/
H A DJob.cpp1 //===--- Job.cpp - Command to Execute -------------------------------------===//
218 int Command::Execute(const StringRef **Redirects, std::string *ErrMsg, function in class:Command
281 int FallbackCommand::Execute(const StringRef **Redirects, std::string *ErrMsg, function in class:FallbackCommand
283 int PrimaryStatus = Command::Execute(Redirects, ErrMsg, ExecutionFailed);
296 int SecondaryStatus = Fallback->Execute(Redirects, ErrMsg, ExecutionFailed);
/external/clang/lib/Frontend/
H A DFrontendAction.cpp432 bool FrontendAction::Execute() { function in class:FrontendAction
/external/clang/lib/StaticAnalyzer/Checkers/
H A DVirtualCallChecker.cpp87 void Execute() { function in class:__anon1733::WalkAST
230 walker.Execute();
238 walker.Execute();
/external/compiler-rt/lib/asan/
H A Dasan_win_dll_thunk.cc50 // FunctionInterceptor<LINE>::Execute() method intercepting the hook.
52 // the Execute() method corresponding to the previous line.
55 static void Execute() { FunctionInterceptor<LINE-1>::Execute(); } function in struct:FunctionInterceptor
61 static void Execute() {} function in struct:FunctionInterceptor
66 static void Execute() { \
70 FunctionInterceptor<__LINE__ - 1>::Execute(); \
84 #define INTERCEPT_HOOKS FunctionInterceptor<__LINE__>::Execute
/external/libchrome/base/files/
H A Dfile_path_watcher_unittest.cc834 Execute enumerator in enum:base::__anon9159::Permission
852 case Execute:
900 ASSERT_TRUE(ChangeFilePermissions(test_dir1, Execute, false));
902 ASSERT_TRUE(ChangeFilePermissions(test_dir1, Execute, true));
/external/lldb/source/Commands/
H A DCommandObjectMultiword.cpp112 CommandObjectMultiword::Execute(const char *args_string, CommandReturnObject &result) function in class:CommandObjectMultiword
136 // Now call CommandObject::Execute to process and options in 'rest_of_line'. From there
137 // the command-specific version of Execute will be called, with the processed arguments.
141 sub_cmd_obj->Execute (args_string, result);
509 CommandObjectProxy::Execute (const char *args_string, function in class:CommandObjectProxy
514 return proxy_command->Execute (args_string, result);

Completed in 1365 milliseconds

123