Searched refs:context (Results 51 - 75 of 343) sorted by relevance

1234567891011>>

/haiku/src/kits/interface/
H A DPicturePlayer.cpp48 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
49 ((void (*)(void*, BPoint))context->function_table[1])(context->user_data,
57 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
58 ((void (*)(void*, BPoint, BPoint))context->function_table[2])(
59 context->user_data, start, end);
66 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
67 ((void (*)(void*, BRect))context->function_table[fill ? 4 : 3])(
68 context->user_data, rect);
76 adapter_context* context local
85 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
99 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
109 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
122 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
139 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
149 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
165 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
183 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
192 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
210 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
219 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
227 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
235 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
243 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
251 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
259 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
267 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
276 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
285 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
295 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
304 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
313 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
322 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
331 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
340 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
349 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
362 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
375 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
384 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
393 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
402 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
411 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
420 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
429 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
439 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
449 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
458 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
467 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
476 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
485 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
494 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
504 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
515 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
529 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
539 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
548 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
562 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
572 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
585 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
602 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
611 adapter_context* context = reinterpret_cast<adapter_context*>(_context); local
[all...]
/haiku/src/apps/debugger/user_interface/cli/commands/
H A DCliStopCommand.cpp31 CliContext& context)
39 AutoLocker<Team> teamLocker(context.GetTeam());
42 thread = context.CurrentThread();
57 Team* team = context.GetTeam();
71 context.GetUserInterfaceListener()->ThreadActionRequested(thread->ID(),
30 Execute(int argc, const char* const* argv, CliContext& context) argument
H A DCliPrintVariableCommand.cpp37 CliContext& context)
44 ValueNodeManager* manager = context.GetValueNodeManager();
86 _ResolveValueIfNeeded(child->Node(), context, depth);
103 CliContext& context, int32 maxDepth)
105 StackFrame* frame = context.GetStackTrace()->FrameAt(
106 context.CurrentStackFrameIndex());
111 ValueNodeManager* manager = context.GetValueNodeManager();
115 context.GetUserInterfaceListener()->ValueNodeValueRequested(
116 context.CurrentThread()->GetCpuState(), container, node);
122 context
36 Execute(int argc, const char* const* argv, CliContext& context) argument
102 _ResolveValueIfNeeded(ValueNode* node, CliContext& context, int32 maxDepth) argument
[all...]
H A DCliDebugReportCommand.cpp29 CliDebugReportCommand::Execute(int argc, const char* const* argv, CliContext& context) argument
40 UiUtils::ReportNameForTeam(context.GetTeam(), buffer, sizeof(buffer));
48 context.GetUserInterfaceListener()->DebugReportRequested(&ref);
H A DCliWriteCoreFileCommand.cpp29 CliWriteCoreFileCommand::Execute(int argc, const char* const* argv, CliContext& context) argument
40 UiUtils::CoreFileNameForTeam(context.GetTeam(), buffer,
49 context.GetUserInterfaceListener()->WriteCoreFileRequested(&ref);
H A DCliStackFrameCommand.cpp32 CliContext& context)
39 StackTrace* stackTrace = context.GetStackTrace();
41 int32 currentFrameIndex = context.CurrentStackFrameIndex();
63 context.SetCurrentStackFrameIndex(frameNumber);
31 Execute(int argc, const char* const* argv, CliContext& context) argument
/haiku/src/tests/kits/app/broster/
H A DRosterWatchingTester.cpp111 check_watching_message(LaunchContext &context, team_id team, int32 &cookie, argument
115 CHK(context.WaitForMessage(team, MSG_MESSAGE_RECEIVED, false,
117 BMessage *container = context.NextMessageFrom(team, cookie);
231 LaunchContext context; local
237 CHK(context(caller1, appType1, &team1) == B_OK);
238 context.WaitForMessage(team1, MSG_READY_TO_RUN);
245 CHK(context.CheckNextMessage(caller1, team1, cookie1, MSG_STARTED));
246 CHK(context.CheckMainArgsMessage(caller1, team1, cookie1, &ref1, false));
247 CHK(context.CheckNextMessage(caller1, team1, cookie1, MSG_READY_TO_RUN));
253 CHK(context(caller
366 LaunchContext context; local
[all...]
/haiku/src/apps/cortex/RouteApp/
H A DRouteAppNodeManager.h52 // 5) Export UI state data via export-context hook
64 // 4) Import UI state data via import-context hook
164 ExportContext& context) const;
167 ExportContext& context) const;
170 ExportContext& context) const; //nyi
173 ExportContext& context) const;
178 ImportContext& context); //nyi
183 ImportContext& context); //nyi
188 ImportContext& context); //nyi
192 ImportContext& context); //ny
[all...]
/haiku/src/servers/launch/
H A DConditions.cpp30 virtual bool IsConstant(ConditionContext& context) const;
45 virtual bool Test(ConditionContext& context) const;
54 virtual bool Test(ConditionContext& context) const;
55 virtual bool IsConstant(ConditionContext& context) const;
66 virtual bool Test(ConditionContext& context) const;
73 virtual bool Test(ConditionContext& context) const;
74 virtual bool IsConstant(ConditionContext& context) const;
84 virtual bool Test(ConditionContext& context) const;
85 virtual bool IsConstant(ConditionContext& context) const;
100 virtual bool Test(ConditionContext& context) cons
[all...]
H A DConditions.h27 virtual bool Test(ConditionContext& context) const = 0;
32 virtual bool IsConstant(ConditionContext& context) const;
/haiku/src/apps/haikudepot/edits_generic/
H A DCompoundEdit.cpp33 CompoundEdit::Perform(EditContext& context) argument
40 status = fEdits[i]->Perform(context);
49 fEdits[i]->Undo(context);
58 CompoundEdit::Undo(EditContext& context) argument
65 status = fEdits[i]->Undo(context);
74 fEdits[i]->Redo(context);
83 CompoundEdit::Redo(EditContext& context) argument
90 status = fEdits[i]->Redo(context);
99 fEdits[i]->Undo(context);
H A DCompoundEdit.h23 virtual status_t Perform(EditContext& context);
24 virtual status_t Undo(EditContext& context);
25 virtual status_t Redo(EditContext& context);
H A DEditManager.h32 EditContext& context);
34 EditContext& context);
36 status_t Undo(EditContext& context);
37 status_t Redo(EditContext& context);
/haiku/src/system/libroot/posix/
H A Dsyslog.cpp40 syslog_context *context = (syslog_context *)malloc(sizeof(syslog_context)); local
41 if (context == NULL)
44 // inherit the attributes of the team context
45 memcpy(context, &sTeamContext, sizeof(syslog_context));
46 return context;
50 /*! This function returns the current syslog context structure.
52 that inherits the context attributes from the team and put it
54 If it could not allocate a thread context, it will return the
55 team context; this function is guaranteed to return a valid
56 syslog context
81 syslog_context *context = (syslog_context *)tls_get(sThreadContextSlot); local
97 message_to_console(syslog_context *context, const char *text, va_list args) argument
131 send_syslog_message(syslog_context *context, int priority, const char *text, va_list args) argument
282 syslog_context *context = get_context(); local
295 syslog_context *context = get_context(); local
[all...]
/haiku/src/bin/debug/strace/
H A Dexec.cpp22 string GetParameterValue(Context &context, Parameter *param, argument
33 if (!context.GetContents(Context::COMPLEX_STRUCTS))
36 param = context.GetNextSibling(param);
39 flatArgsSize = context.ReadValue<size_t>(param);
41 param = context.GetNextSibling(param);
44 argCount = context.ReadValue<int32>(param);
46 param = context.GetNextSibling(param);
49 envCount = context.ReadValue<int32>(param);
61 err = context.Reader().Read(*(void **)address, flatArgs, flatArgsSize,
96 return context
99 GetReturnValue(Context &context, uint64 value) argument
[all...]
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js481 RemoteRect.prototype.applyAsEllipse = function(context, which)
483 context.beginPath();
484 context.ellipse(this.centerX(), this.centerY(), this.width() / 2,
486 which.call(context);
624 RemoteTransform.prototype.apply = function(context)
626 context.transform(this.sx, this.shy, this.shx, this.sy, this.tx,
664 var context = this.canvas.getContext('2d');
665 var imageData = context.createImageData(this.width, this.height);
773 context.putImageData(imageData, 0, 0);
812 RemotePattern.prototype.toPattern = function(context, lowColo
[all...]
/haiku/src/libs/libtelnet/
H A Dkerberos5.c100 static krb5_context context; variable
139 ret = krb5_init_context(&context);
146 ret = krb5_kt_default(context, &kt);
150 ret = krb5_kt_start_seq_get (context, kt, &cursor);
152 krb5_kt_close (context, kt);
155 krb5_kt_end_seq_get (context, kt, &cursor);
156 krb5_kt_close (context, kt);
182 ret = krb5_cc_default(context, &ccache);
186 krb5_get_err_text (context, ret));
197 ret = krb5_auth_con_init (context,
[all...]
/haiku/src/kits/debug/
H A Ddebug_support.cpp45 init_debug_context(debug_context *context, team_id team, port_id nubPort) argument
47 if (!context || team < 0 || nubPort < 0)
50 context->team = team;
51 context->nub_port = nubPort;
54 context->reply_port = create_port(1, "debug reply port");
55 if (context->reply_port < 0)
56 return context->reply_port;
63 destroy_debug_context(debug_context *context) argument
65 if (context) {
66 if (context
77 send_debug_message(debug_context *context, int32 messageCode, const void *message, int32 messageSize, void *reply, int32 replySize) argument
110 debug_read_memory_partial(debug_context *context, const void *address, void *buffer, size_t size) argument
144 debug_read_memory(debug_context *context, const void *_address, void *_buffer, size_t size) argument
178 debug_read_string(debug_context *context, const void *_address, char *buffer, size_t size) argument
222 debug_write_memory_partial(debug_context *context, const void *address, void *buffer, size_t size) argument
255 debug_write_memory(debug_context *context, const void *_address, void *_buffer, size_t size) argument
288 debug_get_cpu_state(debug_context *context, thread_id thread, debug_debugger_message *messageCode, debug_cpu_state *cpuState) argument
321 debug_get_instruction_pointer(debug_context *context, thread_id thread, void **ip, void **stackFrameAddress) argument
333 debug_get_stack_frame(debug_context *context, void *stackFrameAddress, debug_stack_frame_info *stackFrameInfo) argument
[all...]
/haiku/headers/private/kernel/arch/ppc/
H A Darch_int.h38 struct ppc_cpu_exception_context *context);
/haiku/src/kits/debug/arch/x86/
H A Darch_debug_support.cpp19 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread, argument
24 status_t error = debug_get_cpu_state(context, thread, NULL, &cpuState);
36 arch_debug_get_stack_frame(debug_context *context, void *stackFrameAddress, argument
40 ssize_t bytesRead = debug_read_memory(context, stackFrameAddress, &stackFrame,
/haiku/src/kits/debug/arch/x86_64/
H A Darch_debug_support.cpp20 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread, argument
25 status_t error = debug_get_cpu_state(context, thread, NULL, &cpuState);
37 arch_debug_get_stack_frame(debug_context *context, void *stackFrameAddress, argument
41 ssize_t bytesRead = debug_read_memory(context, stackFrameAddress,
/haiku/src/kits/debug/arch/sparc/
H A Darch_debug_support.cpp20 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread, argument
25 status_t error = debug_get_cpu_state(context, thread, NULL, &cpuState);
37 arch_debug_get_stack_frame(debug_context *context, void *stackFrameAddress, argument
41 ssize_t bytesRead = debug_read_memory(context, stackFrameAddress,
/haiku/src/kits/debug/arch/riscv64/
H A Darch_debug_support.cpp20 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread, argument
25 status_t error = debug_get_cpu_state(context, thread, NULL, &cpuState);
37 arch_debug_get_stack_frame(debug_context *context, void *stackFrameAddress, argument
41 ssize_t bytesRead = debug_read_memory(context,
/haiku/headers/private/debug/
H A Ddebug_support.h23 status_t init_debug_context(debug_context *context, team_id team,
25 void destroy_debug_context(debug_context *context);
27 status_t send_debug_message(debug_context *context, int32 messageCode,
31 ssize_t debug_read_memory_partial(debug_context *context, const void *address,
33 ssize_t debug_read_memory(debug_context *context, const void *address,
35 ssize_t debug_read_string(debug_context *context, const void *_address,
37 ssize_t debug_write_memory_partial(debug_context *context, const void *address,
39 ssize_t debug_write_memory(debug_context *context, const void *address,
42 status_t debug_get_cpu_state(debug_context *context, thread_id thread,
54 status_t debug_get_instruction_pointer(debug_context *context, thread_i
[all...]
/haiku/src/tests/system/kernel/unit/
H A DTestManager.cpp72 TestContext context(&globalContext);
74 context.Print("Running tests:\n");
77 Run(context);
80 bool result = Run(context, tests[i]);
81 if (!result && context.Options().quitAfterFailure)
86 context.Print("run tests: %ld, failed tests: %ld\n",

Completed in 130 milliseconds

1234567891011>>