/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/ |
H A D | inspector_runtime.py | 20 def Execute(self, expr, context_id, timeout): member in class:InspectorRuntime
|
/external/v8/tools/ |
H A D | android-run.py | 49 def Execute(cmdline): function 104 error_code = Execute(command)
|
H A D | nacl-run.py | 45 def Execute(cmdline): function 143 error_code = Execute(command)
|
H A D | run-deopt-fuzzer.py | 335 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 D | commands.py | 120 def Execute(args, verbose=False, timeout=None): function
|
/external/v8/tools/testrunner/network/ |
H A D | endpoint.py | 89 def Execute(workspace, ctx, tests, sock, server): function
|
/external/clang/examples/clang-interpreter/ |
H A D | main.cpp | 53 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 D | RegularExpression.cpp | 86 // 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 D | thread.h | 70 void (*Execute)(WebPWorker* const worker); member in struct:__anon19917
|
/external/webrtc/webrtc/base/ |
H A D | asyncinvoker-inl.h | 34 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 D | aclhelpers.py | 224 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 D | batch.py | 167 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 D | static-local-in-local-class.cpp | 35 static void Execute() { function in struct:pr7101::Helper 39 Helper::Execute();
|
/external/libvpx/libvpx/test/ |
H A D | vp9_thread_test.cc | 209 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 D | CoderMixer2MT.cpp | 16 void CCoder2::Execute() { Code(NULL); }
function in class:NCoderMixer::CCoder2
|
/external/pdfium/tools/drmemory/scripts/ |
H A D | valgrind_test.py | 169 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 D | TokenRewriteStream.cs | 117 * 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 D | TokenRewriteStream.cs | 130 * 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 D | test_resumable_uploads.py | 404 def Execute(): function in function:ResumableUploadTests.test_upload_with_file_content_change_during_upload 453 if Execute():
|
/external/clang/lib/Driver/ |
H A D | Job.cpp | 1 //===--- 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 D | FrontendAction.cpp | 432 bool FrontendAction::Execute() { function in class:FrontendAction
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
H A D | VirtualCallChecker.cpp | 87 void Execute() { function in class:__anon1733::WalkAST 230 walker.Execute(); 238 walker.Execute();
|
/external/compiler-rt/lib/asan/ |
H A D | 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(); } 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 D | file_path_watcher_unittest.cc | 834 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 D | CommandObjectMultiword.cpp | 112 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);
|