Searched refs:context (Results 1 - 25 of 343) sorted by path

1234567891011>>

/haiku/headers/libs/alm/
H A DALMLayout.h186 BLayoutContext* context) = 0;
195 BLayoutContext* context);
237 void UpdateConstraints(BLayoutContext* context);
/haiku/headers/os/interface/
H A DLayout.h117 BLayoutContext* context);
H A DLayoutContext.h18 virtual void LayoutContextLeft(BLayoutContext* context) = 0;
/haiku/headers/os/locale/
H A DCatalogData.h35 const char* context = NULL,
52 const char* context = NULL,
H A DLocaleRoster.h107 BString& signature, BString& context,
/haiku/headers/os/locale/tools/
H A DCollectingCatalog.h15 #define B_TRANSLATE_CONTEXT(string, context) \
16 B_CATKEY((string), (context))
23 #define B_TRANSLATE_ALL(string, context, comment) \
24 B_CATKEY((string), (context), (comment))
39 #define B_TRANSLATE_MARK_CONTEXT(string, context) \
40 B_CATKEY((string), (context))
47 #define B_TRANSLATE_MARK_ALL(string, context, comment) \
48 B_CATKEY((string), (context), (comment))
63 #define B_TRANSLATE_MARK_CONTEXT_VOID(string, context) \
64 B_CATKEY((string), (context))
[all...]
/haiku/headers/os/media/
H A DMediaEventLooper.h107 void* context);
/haiku/headers/os/package/
H A DAddRepositoryRequest.h28 AddRepositoryRequest(const BContext& context,
H A DDownloadFileRequest.h23 DownloadFileRequest(const BContext& context,
H A DDropRepositoryRequest.h22 DropRepositoryRequest(const BContext& context,
H A DJob.h25 BJob(const BContext& context,
H A DRefreshRepositoryRequest.h31 const BContext& context,
H A DRequest.h29 BRequest(const BContext& context);
/haiku/headers/os/support/
H A DObjectList.h62 static int _unary_predicate_glue(const void *item, void *context);
70 UnaryPredicate<T>::_unary_predicate_glue(const void *item, void *context) argument
72 return ((UnaryPredicate<T> *)context)->operator()((const T *)item);
/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/headers/private/debugger/arch/
H A DArchitecture.h72 virtual status_t InitRegisterRules(CfaContext& context) const;
/haiku/headers/private/kernel/arch/mipsel/
H A Darch_int.h40 struct mipsel_cpu_exception_context *context);
/haiku/headers/private/kernel/arch/ppc/
H A Darch_int.h38 struct ppc_cpu_exception_context *context);
/haiku/headers/private/kernel/fs/
H A Dnode_monitor.h29 extern status_t remove_node_monitors(struct io_context *context);
/haiku/headers/private/kernel/
H A Dksignal.h52 ucontext_t context; member in struct:signal_frame_data
/haiku/headers/private/locale/
H A DEditableCatalog.h28 const char* context = NULL,
H A DHashMapCatalog.h37 // The context of the string's usage
76 const char *GetString(const char *string, const char *context = NULL,
82 const char *context = NULL, const char *comment = NULL);
/haiku/headers/private/package/
H A DActivateRepositoryCacheJob.h26 const BContext& context,
H A DActivateRepositoryConfigJob.h26 const BContext& context,
H A DRemoveRepositoryJob.h24 const BContext& context,

Completed in 113 milliseconds

1234567891011>>