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

1 2 3

  /system/update_engine/payload_generator/
tarjan.cc 34 void TarjanAlgorithm::Execute(Vertex::Index vertex,
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/
inspector_runtime.py 20 def Execute(self, expr, context_id, timeout):
  /external/v8/tools/
android-run.py 49 def Execute(cmdline):
104 error_code = Execute(command)
nacl-run.py 45 def Execute(cmdline):
143 error_code = Execute(command)
run-deopt-fuzzer.py 329 code = Execute(arch, mode, args, options, suites, workspace)
347 def Execute(arch, mode, args, options, suites, workspace):
  /external/v8/tools/testrunner/local/
commands.py 113 def Execute(args, verbose=False, timeout=None):
  /external/v8/tools/testrunner/network/
endpoint.py 89 def Execute(workspace, ctx, tests, sock, server):
  /external/clang/examples/clang-interpreter/
main.cpp 53 static int Execute(std::unique_ptr<llvm::Module> Mod, char *const *envp) {
161 // Create and execute the frontend to generate an LLVM bitcode module.
168 Res = Execute(std::move(Module), envp);
  /external/webrtc/webrtc/base/
asyncinvoker-inl.h 34 virtual void Execute() = 0;
45 virtual void Execute() {
91 virtual void Execute() {
119 virtual void 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/clang/lib/Driver/
Job.cpp 1 //===--- Job.cpp - Command to Execute -------------------------------------===//
218 int Command::Execute(const StringRef **Redirects, std::string *ErrMsg,
281 int FallbackCommand::Execute(const StringRef **Redirects, std::string *ErrMsg,
283 int PrimaryStatus = Command::Execute(Redirects, ErrMsg, ExecutionFailed);
296 int SecondaryStatus = Fallback->Execute(Redirects, ErrMsg, ExecutionFailed);
  /external/lzma/CPP/7zip/Archive/Common/
CoderMixer2MT.cpp 16 void CCoder2::Execute() { Code(NULL); }
  /external/webp/src/utils/
thread.h 70 void (*Execute)(WebPWorker* const worker);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
TokenRewriteStream.cs 70 * Then in the rules, you can execute
117 * Execute the rewrite operation by possibly adding to the buffer.
121 public virtual int Execute(StringBuilder buf) {
137 public override int Execute(StringBuilder buf) {
156 public override int Execute(StringBuilder buf) {
402 return ToOriginalString(start, end); // no instructions to execute
427 i = op.Execute(buf); // execute operation and skip
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
TokenRewriteStream.cs 73 * Then in the rules, you can execute
130 * Execute the rewrite operation by possibly adding to the buffer.
134 public virtual int Execute( StringBuilder buf )
155 public override int Execute( StringBuilder buf )
178 public override int Execute( StringBuilder buf )
466 return ToOriginalString( start, end ); // no instructions to execute
496 i = op.Execute( buf ); // execute operation and skip
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
aclhelpers.py 224 def Execute(self, storage_url, current_acl, command_name, logger):
311 def Execute(self, storage_url, current_acl, command_name, logger):
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
batch.py 167 def Execute(self, http, sleep_between_polls=5, max_retries=5):
168 """Execute all of the requests in the batch.
194 batch_http_request.Execute(http)
435 def Execute(self, http):
436 """Execute all the requests as a single batched HTTP request.
  /external/clang/lib/StaticAnalyzer/Checkers/
VirtualCallChecker.cpp 87 void Execute() {
230 walker.Execute();
238 walker.Execute();
  /external/clang/test/CodeGenCXX/
static-local-in-local-class.cpp 35 static void Execute() {
39 Helper::Execute();
  /external/libvpx/libvpx/test/
vp9_thread_test.cc 41 vpx_get_worker_interface()->execute(worker);
145 case 4: winterface.execute = NULL; break;
209 void Execute(VPxWorker *const worker) {
213 void Launch(VPxWorker *const worker) { Execute(worker); }
220 impl::Init, impl::Reset, impl::Sync, impl::Launch, impl::Execute, impl::End
  /external/pdfium/tools/drmemory/scripts/
valgrind_test.py 169 def Execute(self):
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"""
  /frameworks/base/media/tests/audiotests/
shared_mem_test.cpp 55 void AudioTrackTest::Execute(void) {
196 test->Execute();
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/gs/
test_resumable_uploads.py 404 def Execute():
453 if Execute():
  /external/clang/lib/Frontend/
FrontendAction.cpp 432 bool FrontendAction::Execute() {
  /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

Completed in 626 milliseconds

1 2 3