Searched defs:method (Results 1 - 25 of 40) sorted by relevance

12

/haiku/src/add-ons/mail_daemon/inbound_filters/notifier/
H A DNotifierConfigView.cpp60 int32 method = archive->FindInt32("notification_method"); local
79 int32 method = 0; local
/haiku/src/libs/compat/freebsd_network/
H A Ddevice.h61 __unimplemented(const char *method) argument
H A Ddevice.c88 device_method_signature_t method = NULL; local
[all...]
/haiku/src/apps/cortex/support/
H A Dfunctional_tools.h218 bound_method( _subjectT& subject, _retT (_subjectT::* method)(_objectT*)) argument
230 bound_method( _subjectT& subject, _retT (_subjectT::* method)(_objectT&)) argument
244 bound_method( _subjectT& subject, _retT (_subjectT::* method)(_objectT*,_arg1T)) argument
256 bound_method( _subjectT& subject, _retT (_subjectT::* method)(_objectT&,_arg1T)) argument
[all...]
/haiku/headers/tools/cppunit/
H A DThreadManager.h46 BThreadManager( std::string threadName, TestClass *object, ThreadMethod method, sem_id &threadSem ) argument
H A DThreadedTestCaller.h90 BThreadedTestCaller<TestClass, ExpectedException>::addThread(std::string threadName, ThreadMethod method) { argument
/haiku/src/add-ons/input_server/methods/pen/
H A DPenInputLooper.cpp39 PenInputLooper::PenInputLooper(PenInputServerMethod *method) argument
/haiku/src/servers/input/
H A DInputServerMethod.cpp159 _BMethodAddOn_::_BMethodAddOn_(BInputServerMethod *method, const char *name, argument
H A DAddOnManager.cpp350 BInputServerMethod* method = instantiate_add_on<BInputServerMethod>( local
401 BInputServerMethod* method = NULL; local
517 _RegisterMethod(BInputServerMethod* method, const entry_ref& ref, image_id addOnImage) argument
904 BInputServerMethod* method local
[all...]
/haiku/src/system/libroot/posix/
H A Dtermios.c28 int method; local
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DDevice.cpp72 acpi_evaluate_method(acpi_device device, const char *method, argument
80 acpi_walk_resources(acpi_device device, char *method, argument
/haiku/src/bin/unzip/
H A Dfunzip.c304 unsigned method = 0; /* initialized here to shut up gcc warning */ local
H A Dlist.c115 static ZCONST char Far method[NUM_METHODS+1][8] = local
/haiku/src/system/kernel/fs/
H A Dvfs_net_boot.cpp304 NetBootMethod::NetBootMethod(const KMessage& bootVolume, int32 method) argument
H A Dvfs_boot.cpp152 BootMethod::BootMethod(const KMessage& bootVolume, int32 method) argument
177 DiskBootMethod(const KMessage& bootVolume, int32 method) argument
/haiku/src/add-ons/print/transports/ipp/
H A DHttpURLConnection.cpp90 void HttpURLConnection::setRequestMethod(const char *method) argument
/haiku/src/kits/network/libnetservices2/
H A DHttpRequest.cpp166 BHttpMethod method = kDefaultMethod; member in struct:BHttpRequest::Data
341 BHttpRequest::SetMethod(const BHttpMethod& method) argument
[all...]
/haiku/src/add-ons/kernel/drivers/display/
H A Ddisplay_adapter.cpp136 acpi_handle handle, method; local
/haiku/src/kits/device/
H A DSerialPort.cpp348 BSerialPort::SetFlowControl(uint32 method) argument
/haiku/src/kits/network/libnetservices/
H A DHttpAuthentication.cpp128 BHttpAuthentication::SetMethod(BHttpAuthenticationMethod method) argument
/haiku/src/system/kernel/arch/x86/paging/32bit/
H A DX86PagingMethod32Bit.cpp578 X86PagingMethod32Bit* method = X86PagingMethod32Bit::Method(); local
/haiku/headers/private/screen_saver/
H A DScreenSaverSettings.h88 void SetLockMethod(const char* method) argument
/haiku/src/system/libnetwork/netresolv/include/
H A Dnsswitch.h169 nss_method method; member in struct:__anon1964
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dhaiku-module.h54 device_method_signature_t method; member in struct:device_method
/haiku/src/tests/kits/net/netservices2/
H A DHttpProtocolTest.cpp253 auto method = BHttpMethod("PATCH"sv); local
262 auto method = BHttpMethod(""); local
270 auto method = BHttpMethod("������"); local

Completed in 158 milliseconds

12