Searched defs:Execute (Results 1 - 25 of 37) sorted by last modified time

12

/external/webp/src/utils/
H A Dthread.c156 static void Execute(WebPWorker* const worker); // Forward declaration.
167 Execute(worker);
257 static void Execute(WebPWorker* const worker) { function
267 Execute(worker);
291 Init, Reset, Sync, Launch, Execute, End
298 winterface->Execute == NULL || winterface->End == NULL) {
H A Dthread.h70 void (*Execute)(WebPWorker* const worker); member in struct:__anon16996
/external/valgrind/drd/tests/
H A Dtsan_thread_wrappers_pthread.h443 void Execute() { function in struct:Closure
547 closure->Execute();
/external/v8/tools/
H A Dandroid-run.py49 def Execute(cmdline): function
104 error_code = Execute(command)
H A Dnacl-run.py44 def Execute(cmdline): function
147 error_code = Execute(command)
H A Drun-deopt-fuzzer.py323 code = Execute(arch, mode, args, options, suites, workspace)
341 def Execute(arch, mode, args, options, suites, workspace): function
H A Drun-tests.py439 code = Execute(arch, mode, args, options, suites, workspace)
446 def Execute(arch, mode, args, options, suites, workspace): function
/external/v8/tools/profviz/
H A Dcomposer.js97 'V8.Execute':
/external/v8/tools/testrunner/local/
H A Dcommands.py130 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/v8/test/cctest/
H A Dtest-regexp.cc518 static void Execute(const char* input, bool multiline, bool is_one_byte, function
713 static ArchRegExpMacroAssembler::Result Execute(Code* code, function
719 return NativeRegExpMacroAssembler::Execute(
753 Execute(*code,
806 Execute(*code,
823 result = Execute(*code,
875 Execute(*code,
895 result = Execute(*code,
935 Execute(*code,
980 Execute(*cod
[all...]
/external/v8/src/arm/
H A Dsimulator-arm.cc290 // Execute the one instruction we broke at with breakpoints disabled.
3664 void Simulator::Execute() { function in class:v8::internal::Simulator
3729 Execute();
/external/v8/src/
H A Dd8.cc1183 void SourceGroup::Execute(Isolate* isolate) { function in class:v8::SourceGroup
1188 // Execute argument given to -e option directly.
1254 Execute(isolate);
1443 options.isolate_sources[0].Execute(isolate);
H A Dregexp-macro-assembler.cc114 Result res = Execute(*regexp_code,
126 NativeRegExpMacroAssembler::Result NativeRegExpMacroAssembler::Execute( function in class:v8::internal::NativeRegExpMacroAssembler
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_func.cpp29 FX_BOOL Execute(CPDF_PSEngine* pEngine);
39 FX_BOOL Execute() function in class:CPDF_PSEngine
41 return m_MainProc.Execute(this);
76 FX_BOOL CPDF_PSProc::Execute(CPDF_PSEngine* pEngine) function in class:CPDF_PSProc
91 ((CPDF_PSProc*)m_Operators[i - 1])->Execute(pEngine);
99 ((CPDF_PSProc*)m_Operators[i - 3])->Execute(pEngine);
101 ((CPDF_PSProc*)m_Operators[i - 1])->Execute(pEngine);
622 PS.Execute();
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/mesa3d/src/mesa/main/
H A Ddlist.c92 void (*Execute)( struct gl_context *ctx, void *data ); member in struct:gl_list_instruction
613 /** Execute an extended opcode instruction */
619 ctx->ListExt->Opcode[i].Execute(ctx, &node[1]);
1059 ctx->ListExt->Opcode[i].Execute = execute;
7659 * Execute a display list. Note that the ListBase offset must have already
9149 * Execute glCallLists: call multiple display lists.
/external/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp604 virtual void Execute();
607 void CThreadDecoder::Execute() function in class:NArchive::N7z::CThreadDecoder
/external/lzma/CPP/7zip/Archive/Common/
H A DCoderMixer2MT.cpp18 void CCoder2::Execute() { Code(NULL); } function in class:NCoderMixer::CCoder2
/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);
/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/lldb/source/Expression/
H A DClangUserExpression.cpp786 ClangUserExpression::Execute (Stream &error_stream, function in class:ClangUserExpression
882 log->Printf("-- [ClangUserExpression::Execute] Execution of expression begins --");
900 log->Printf("-- [ClangUserExpression::Execute] Execution of expression completed --");
1048 execution_results = user_expression_sp->Execute (error_stream,
/external/lldb/source/Interpreter/
H A DCommandObject.cpp1013 CommandObjectParsed::Execute (const char *args_string, CommandReturnObject &result) function in class:CommandObjectParsed
1037 // Call the command-specific version of 'Execute', passing it the already processed arguments.
1048 CommandObjectRaw::Execute (const char *args_string, CommandReturnObject &result) function in class:CommandObjectRaw
/external/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.cpp205 /// ProcessMonitor must perform via the single virtual function Execute, thus
211 virtual void Execute(ProcessMonitor *monitor) = 0;
226 void Execute(ProcessMonitor *monitor);
237 ReadOperation::Execute(ProcessMonitor *monitor) function in class:ReadOperation
256 void Execute(ProcessMonitor *monitor);
267 WriteOperation::Execute(ProcessMonitor *monitor) function in class:WriteOperation
286 void Execute(ProcessMonitor *monitor);
297 ReadRegOperation::Execute(ProcessMonitor *monitor) function in class:ReadRegOperation
325 void Execute(ProcessMonitor *monitor);
335 WriteRegOperation::Execute(ProcessMonito function in class:WriteRegOperation
369 ReadGPROperation::Execute(ProcessMonitor *monitor) function in class:ReadGPROperation
400 ReadFPROperation::Execute(ProcessMonitor *monitor) function in class:ReadFPROperation
427 WriteGPROperation::Execute(ProcessMonitor *monitor) function in class:WriteGPROperation
454 WriteFPROperation::Execute(ProcessMonitor *monitor) function in class:WriteFPROperation
480 ResumeOperation::Execute(ProcessMonitor *monitor) function in class:ResumeOperation
517 SingleStepOperation::Execute(ProcessMonitor *monitor) function in class:SingleStepOperation
549 LwpInfoOperation::Execute(ProcessMonitor *monitor) function in class:LwpInfoOperation
580 EventMessageOperation::Execute(ProcessMonitor *monitor) function in class:EventMessageOperation
610 KillOperation::Execute(ProcessMonitor *monitor) function in class:KillOperation
635 DetachOperation::Execute(ProcessMonitor *monitor) function in class:DetachOperation
[all...]
/external/lldb/source/Plugins/Process/Linux/
H A DProcessMonitor.cpp382 /// ProcessMonitor must perform via the single virtual function Execute, thus
388 virtual void Execute(ProcessMonitor *monitor) = 0;
403 void Execute(ProcessMonitor *monitor);
414 ReadOperation::Execute(ProcessMonitor *monitor) function in class:ReadOperation
433 void Execute(ProcessMonitor *monitor);
444 WriteOperation::Execute(ProcessMonitor *monitor) function in class:WriteOperation
464 void Execute(ProcessMonitor *monitor);
475 ReadRegOperation::Execute(ProcessMonitor *monitor) function in class:ReadRegOperation
506 void Execute(ProcessMonitor *monitor);
517 WriteRegOperation::Execute(ProcessMonito function in class:WriteRegOperation
556 ReadGPROperation::Execute(ProcessMonitor *monitor) function in class:ReadGPROperation
584 ReadFPROperation::Execute(ProcessMonitor *monitor) function in class:ReadFPROperation
613 ReadRegisterSetOperation::Execute(ProcessMonitor *monitor) function in class:ReadRegisterSetOperation
641 WriteGPROperation::Execute(ProcessMonitor *monitor) function in class:WriteGPROperation
669 WriteFPROperation::Execute(ProcessMonitor *monitor) function in class:WriteFPROperation
698 WriteRegisterSetOperation::Execute(ProcessMonitor *monitor) function in class:WriteRegisterSetOperation
724 ResumeOperation::Execute(ProcessMonitor *monitor) function in class:ResumeOperation
761 SingleStepOperation::Execute(ProcessMonitor *monitor) function in class:SingleStepOperation
793 SiginfoOperation::Execute(ProcessMonitor *monitor) function in class:SiginfoOperation
821 EventMessageOperation::Execute(ProcessMonitor *monitor) function in class:EventMessageOperation
844 KillOperation::Execute(ProcessMonitor *monitor) function in class:KillOperation
870 DetachOperation::Execute(ProcessMonitor *monitor) function in class:DetachOperation
[all...]

Completed in 567 milliseconds

12