Searched refs:context (Results 151 - 175 of 343) sorted by relevance

1234567891011>>

/haiku/headers/os/package/
H A DAddRepositoryRequest.h28 AddRepositoryRequest(const BContext& context,
H A DRefreshRepositoryRequest.h31 const BContext& context,
H A DRequest.h29 BRequest(const BContext& context);
/haiku/headers/private/wmi/
H A Dwmi.h34 const char* guidString, acpi_notify_handler handler, void* context);
/haiku/src/libs/compat/freebsd_iflib/compat/sys/
H A Dgtaskqueue.h88 #define GTASK_INIT(gtask, flags, priority, func, context) do { \
92 (gtask)->ta_context = (context); \
95 #define GROUPTASK_INIT(gtask, priority, func, context) \
96 GTASK_INIT(&(gtask)->gt_task, TASK_SKIP_WAKEUP, priority, func, context)
/haiku/headers/private/netservices/
H A DNetworkRequest.h28 BUrlContext* context,
H A DFileRequest.h34 BUrlContext* context = NULL);
H A DUrlRequest.h28 BUrlContext* context,
41 status_t SetContext(BUrlContext* context);
/haiku/headers/private/kernel/
H A Duser_mutex.h19 void delete_user_mutex_context(struct user_mutex_context* context);
/haiku/headers/private/kernel/fs/
H A Dfd.h91 extern void close_fd(struct io_context *context,
93 extern status_t close_fd_index(struct io_context *context, int fd);
103 extern bool fd_close_on_exec(struct io_context *context, int fd);
104 extern void fd_set_close_on_exec(struct io_context *context, int fd,
/haiku/src/tests/system/kernel/device_manager/
H A Ddma_resource_test.cpp110 TestSuite(TestSuiteContext& context, const char* name, argument
113 fContext(context)
699 run_tests_no_restrictions(TestSuiteContext& context) argument
712 TestSuite suite(context, "no restrictions", restrictions, 512);
766 run_tests_address_restrictions(TestSuiteContext& context) argument
769 context.PhysicalDataBase() + 512, // low
779 TestSuite suite(context, "address", restrictions, 512);
792 run_tests_alignment_restrictions(TestSuiteContext& context) argument
805 TestSuite suite(context, "alignment", restrictions, 512);
836 run_tests_boundary_restrictions(TestSuiteContext& context) argument
863 run_tests_segment_restrictions(TestSuiteContext& context) argument
905 run_tests_transfer_restrictions(TestSuiteContext& context) argument
937 run_tests_interesting_restrictions(TestSuiteContext& context) argument
1000 run_tests_mean_restrictions(TestSuiteContext& context) argument
1034 run_tests_non_contiguous_no_restrictions(TestSuiteContext& context) argument
1063 TestSuiteContext context; local
[all...]
/haiku/src/kits/interface/
H A DTwoDimensionalLayout.cpp79 BLayoutContext* context);
84 BLayoutContext* context);
117 BLayoutContext* context,
124 BLayoutContext* context);
136 BLayoutContext* context);
139 virtual void LayoutContextLeft(BLayoutContext* context);
179 // interface for the compound layout context
199 BLayoutContext* context);
216 // active layout context when doing last horizontal layout
222 BLayoutContext* context, floa
763 Layout(float size, LocalLayouter* localLayouter, BLayoutContext* context) argument
777 DoLayout(float size, LocalLayouter* localLayouter, BLayoutContext* context) argument
896 InternalGetHeightForWidth( LocalLayouter* localLayouter, BLayoutContext* context, bool realLayout, float* minHeight, float* maxHeight, float* preferredHeight) argument
952 DoLayout(float size, LocalLayouter* localLayouter, BLayoutContext* context) argument
985 _SetHeightForWidthLayoutContext(BLayoutContext* context) argument
1013 LayoutContextLeft( BLayoutContext* context) argument
1128 BLayoutContext* context = fLayout->LayoutContext(); local
1313 AddHeightForWidthConstraints( VerticalCompoundLayouter* compoundLayouter, Layouter* layouter, BLayoutContext* context) argument
1398 _SetHorizontalLayoutContext( BLayoutContext* context, float width) argument
1416 LayoutContextLeft(BLayoutContext* context) argument
[all...]
/haiku/headers/os/drivers/
H A DACPI.h160 typedef uint32 (*acpi_event_handler)(void *context);
162 void *context);
172 void *context);
175 void* context);
178 void *context, void** returnValue);
198 void *context);
249 acpi_walk_callback ascendingCallback, void* context,
284 void* context);
334 void *context);
355 void* context, voi
[all...]
/haiku/src/kits/package/
H A DRemoveRepositoryJob.cpp25 RemoveRepositoryJob::RemoveRepositoryJob(const BContext& context, argument
28 inherited(context, title),
H A DRequest.cpp25 BRequest::BRequest(const BContext& context) argument
27 fContext(context),
H A DDownloadFileRequest.cpp24 DownloadFileRequest::DownloadFileRequest(const BContext& context, argument
27 inherited(context),
/haiku/src/system/kernel/arch/x86/32/
H A Dsignals.cpp41 &frameData->context, frameData->user_data);
52 &frameData->context.uc_mcontext);
/haiku/src/kits/media/
H A DTimedEventQueuePrivate.h40 void *context,
46 void SetCleanupHook(BTimedEventQueue::cleanup_hook hook, void *context);
/haiku/src/bin/pkgman/
H A Dcommand_refresh.cpp89 BContext context(decisionProvider, listener);
103 BRefreshRepositoryRequest refreshRequest(context, repoConfig);
/haiku/src/tools/locale/
H A DCatalog.cpp38 BCatalog::GetString(const char *string, const char *context, const char *comment) argument
45 translated = cat->GetString(string, context, comment);
/haiku/src/add-ons/translators/rtf/
H A Dconvert.cpp91 write_text(conversion_context &context, const char *text, size_t length, argument
95 if (context.new_line) {
96 prefix = context.first_line_indent;
97 context.new_line = false;
104 write_text(context, " ", 1, target);
118 write_text(conversion_context &context, const char *text, argument
121 return write_text(context, text, strlen(text), target);
126 next_line(conversion_context &context, const char *prefix, argument
130 context.new_line = true;
145 write_unicode_char(conversion_context &context, uint3 argument
175 process_command(conversion_context &context, RTF::Command *command, BDataIO *target) argument
[all...]
/haiku/src/system/kernel/arch/x86/64/
H A Dsignals.cpp26 handler(data->info.si_signo, &data->info, &data->context, data->user_data);
29 handler(data->info.si_signo, data->user_data, &data->context.uc_mcontext);
/haiku/src/system/kernel/arch/riscv64/
H A Darch_commpage.cpp27 handler(data->info.si_signo, &data->info, &data->context, data->user_data);
30 handler(data->info.si_signo, data->user_data, &data->context.uc_mcontext);
/haiku/src/system/kernel/arch/arm/
H A Darch_commpage.cpp31 handler(data->info.si_signo, &data->info, &data->context, data->user_data);
34 handler(data->info.si_signo, data->user_data, &data->context.uc_mcontext);
/haiku/headers/private/kernel/arch/arm/
H A Darch_thread_types.h76 void arm_save_fpu(struct arch_fpu_context* context);
77 void arm_restore_fpu(struct arch_fpu_context* context);

Completed in 122 milliseconds

1234567891011>>