Searched refs:method (Results 1 - 25 of 77) sorted by relevance

1234

/haiku/src/bin/unzip/
H A Dunreduce.c33 #error This dummy-module does not support the unreduce method!
/haiku/src/tests/system/kernel/unit/
H A DTestThread.h18 void (ObjectType::*method)(TestContext&, ParameterType*),
22 fMethod(method),
53 void (ObjectType::*method)(TestContext&, ParameterType*), const char* name,
58 method, arg);
H A DTestSuite.h52 #define ADD_STANDARD_TEST(suite, type, method) \
59 #method, object, &type::method); \
H A DTest.h55 bool (TestClass::*method)(TestContext&));
70 bool (TestClass::*method)(TestContext&))
74 fMethod(method)
/haiku/src/add-ons/mail_daemon/inbound_filters/notifier/
H A DNotifierConfigView.cpp60 int32 method = archive->FindInt32("notification_method"); local
61 if (method < 0)
62 method = 1;
70 item->SetMarked((method & (1L << i)) != 0);
79 int32 method = 0; local
86 method |= 1L << i;
90 return settings.SetInt32("notification_method", method);
/haiku/src/system/kernel/fs/
H A Dvfs_net_boot.h17 NetBootMethod(const KMessage& bootVolume, int32 method);
H A Dvfs_boot.h15 BootMethod(const KMessage& bootVolume, int32 method);
/haiku/src/apps/cortex/support/
H A Dfunctional_tools.h39 // method in a given object to a set of instances of another class.
60 // 27jul99: functor adaptor "call a given method of a given object with argument"
65 // the bound instance on which the method will be called
67 // the method
79 // 27jul99: functor adaptor "call a given method of a given object with argument"
84 // the bound instance on which the method will be called
86 // the method
102 // the bound instance on which the method will be called
104 // the method
120 // the bound instance on which the method wil
218 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/src/system/libroot/posix/
H A Dtermios.c28 int method; local
33 method = TCSETA;
37 method = TCSETAW;
40 method = TCSETAF;
49 return ioctl(fd, method, termios);
/haiku/src/add-ons/kernel/drivers/wmi/
H A DWMIACPI.cpp149 char method[5] = "WQ"; local
150 strncat(method, info->guid.oid, 2);
163 TRACE("GetBlock calling %s\n", method);
164 status = acpi->evaluate_method(acpi_cookie, method, &objects, out);
189 char method[5] = "WS"; local
190 strncat(method, info->guid.oid, 2);
201 TRACE("SetBlock calling %s\n", method);
202 return acpi->evaluate_method(acpi_cookie, method, &objects, NULL);
217 char method[5] = "WM"; local
218 strncat(method, inf
314 char method[5]; local
326 _EvaluateMethodSimple(const char* method, uint64 integer) argument
[all...]
/haiku/src/libs/compat/freebsd_network/
H A Ddevice.c88 device_method_signature_t method = NULL; local
91 for (i = 0; method == NULL && driver->methods[i].name != NULL; i++) {
93 method = driver->methods[i].method;
96 if (method == NULL)
97 panic("resolve_method: method%s not found\n", name);
99 return method;
309 dev->methods.device_register = (void *)mth->method;
311 dev->methods.probe = (void *)mth->method;
313 dev->methods.attach = (void *)mth->method;
[all...]
H A Ddevice.h61 __unimplemented(const char *method) argument
64 snprintf(msg, sizeof(msg), "fbsd compat, unimplemented: %s", method);
/haiku/src/libs/compat/freebsd_iflib/
H A Dkobj.c45 if (ret == NULL || ret->method == NULL)
47 if (ret == NULL || ret->method == NULL)
/haiku/headers/private/netservices/
H A DHttpAuthentication.h19 // HTTP authentication method
24 // Basic base64 authentication method (unsecure)
73 const BString& method) const;
84 const BString& method) const;
/haiku/src/add-ons/input_server/methods/pen/
H A DPenInputLooper.h42 PenInputLooper(PenInputServerMethod *method);
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DDevice.cpp72 acpi_evaluate_method(acpi_device device, const char *method, argument
75 return evaluate_method(device->handle, method, args, returnValue);
80 acpi_walk_resources(acpi_device device, char *method, argument
83 return walk_resources(device->handle, method, callback, context);
/haiku/headers/tools/cppunit/
H A DThreadManager.h20 BThreadManager(std::string threadName, TestClass *object, ThreadMethod method, sem_id &threadSem);
49 ThreadMethod method,
54 , fMethod(method)
46 BThreadManager( std::string threadName, TestClass *object, ThreadMethod method, sem_id &threadSem ) argument
/haiku/headers/private/screen_saver/
H A DScreenSaverSettings.h88 void SetLockMethod(const char* method) argument
89 { fLockMethod = method; }
/haiku/headers/private/kernel/platform/openfirmware/
H A Dopenfirmware.h77 extern intptr_t of_call_client_function(const char *method, intptr_t numArgs,
81 extern intptr_t of_call_method(uint32_t handle, const char *method,
/haiku/src/libs/compat/freebsd_iflib/compat/sys/
H A Dkobj.h47 _m = _ce->method; \
/haiku/src/system/kernel/arch/arm/paging/32bit/
H A DARMPagingMethod32Bit.cpp529 ARMPagingMethod32Bit* method = ARMPagingMethod32Bit::Method(); local
542 page_directory_entry* entry = method->KernelVirtualPageDirectory()
556 ARMPagingMethod32Bit* method = ARMPagingMethod32Bit::Method(); local
558 if ((method->KernelVirtualPageDirectory()[index] & ARM_PDE_TYPE_MASK) == 0) {
563 phys_addr_t ptEntryPhys = method->KernelVirtualPageDirectory()[index] & ARM_PDE_ADDRESS_MASK;
565 (uint32_t)method->KernelPhysicalPageDirectory() +
566 (uint32_t)method->KernelVirtualPageDirectory();
/haiku/src/system/libnetwork/netresolv/net/
H A Dnsdispatch.c556 _nsmethod(const char *source, const char *database, const char *method, argument
577 mtabkey.name = method;
582 return (mtab->method);
593 const char *method, const ns_src defaults[], ...)
611 assert(method != NULL);
613 if (database == NULL || method == NULL || defaults == NULL)
670 cb = _nsmethod(srclist[i].name, database, method,
592 nsdispatch(void *retval, const ns_dtab disp_tab[], const char *database, const char *method, const ns_src defaults[], ...) argument
/haiku/src/kits/network/libnetservices/
H A DHttpAuthentication.cpp128 BHttpAuthentication::SetMethod(BHttpAuthenticationMethod method) argument
131 fAuthenticationMethod = method;
261 BHttpAuthentication::Authorization(const BUrl& url, const BString& method) const
314 << _DigestResponse(url.Path(), method) << "\"";
401 BHttpAuthentication::_DigestResponse(const BString& uri, const BString& method) const
412 PRINT(("HttpAuth: > method = %s\n", method.String()));
427 A2 << method << ':' << uri;
/haiku/src/servers/input/
H A DAddOnManager.cpp350 BInputServerMethod* method = instantiate_add_on<BInputServerMethod>( local
351 image, path.Path(), "method");
352 if (method != NULL)
353 status = _RegisterMethod(method, ref, image);
401 BInputServerMethod* method = NULL; local
408 method = info->add_on;
417 // we remove the method replicant
420 } else if (method != NULL) {
422 msg.AddInt32("cookie", method->fOwner->Cookie());
515 //! Takes over ownership of the \a method, regardles
517 _RegisterMethod(BInputServerMethod* method, const entry_ref& ref, image_id addOnImage) argument
904 BInputServerMethod* method local
[all...]
/haiku/src/kits/network/libnetservices2/
H A DHttpRequest.cpp44 return "The HTTP method cannot be empty";
46 return "Unsupported characters in the HTTP method";
166 BHttpMethod method = kDefaultMethod; member in struct:BHttpRequest::Data
258 return fData->method;
341 BHttpRequest::SetMethod(const BHttpMethod& method) argument
345 fData->method = method;
360 // TODO: review if there should be complex validation between the method and whether or not
444 \brief Private method used by BHttpSession::Request to rewind the content in case of redirect
462 \brief Private method use
[all...]

Completed in 132 milliseconds

1234