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

123456

/haiku-fatelf/src/bin/unzip/
H A Dunreduce.c33 #error This dummy-module does not support the unreduce method!
/haiku-fatelf/src/bin/gdb/gdb/
H A Dobjc-lang.h48 extern char *parse_selector (char *method, char **selector);
50 extern char *parse_method (char *method, char *type,
55 char *method, struct symbol **syms,
/haiku-fatelf/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-fatelf/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-fatelf/src/add-ons/mail_daemon/inbound_filters/notifier/
H A DConfigView.cpp74 int32 method = archive->FindInt32("notification_method"); local
75 if (method < 0)
76 method = 1;
85 item->SetMarked((method & (1L << i)) != 0);
136 int32 method = 0; local
145 method |= 1L << i;
149 if (into->ReplaceInt32("notification_method",method) != B_OK)
150 into->AddInt32("notification_method",method);
/haiku-fatelf/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-fatelf/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-fatelf/src/bin/gzip/
H A Dunzip.c29 #define LOCHOW 8 /* offset of compression method */
67 method = h[LOCHOW];
68 if (method != STORED && method != DEFLATED) {
118 if (method == DEFLATED) {
128 } else if (pkzip && method == STORED) {
146 error("internal error, invalid method");
H A Dzip.c46 method = DEFLATED;
49 put_byte(DEFLATED); /* compression method */
61 ct_init(&attr, &method);
H A Dgzip.c216 int method = DEFLATED;/* compression method */ variable
291 local void do_list OF((int ifd, int method));
662 method = get_method(ifd);
663 if (method < 0) {
668 do_list(ifd, method);
680 method = get_method(ifd);
681 if (method < 0) return; /* error message already emitted */
760 /* Open the input file and determine compression method. The mode
776 method
[all...]
/haiku-fatelf/src/libs/compat/freebsd_network/
H A Dcompat.c92 device_method_signature_t method = NULL; local
95 for (i = 0; method == NULL && driver->methods[i].name != NULL; i++) {
97 method = driver->methods[i].method;
100 return method;
270 device_method_signature_t method = NULL; local
280 for (i = 0; method == NULL && driver->methods[i].name != NULL; i++) {
284 dev->methods.probe = (void *)mth->method;
286 dev->methods.attach = (void *)mth->method;
288 dev->methods.detach = (void *)mth->method;
[all...]
H A Ddevice.h50 __unimplemented(const char *method) argument
53 snprintf(msg, sizeof(msg), "fbsd compat, unimplemented: %s", method);
/haiku-fatelf/src/add-ons/translators/webp/libwebp/enc/
H A Dconfig.c29 config->method = 4;
82 if (config->method < 0 || config->method > 6)
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/
H A DSmallResourceData.h41 acpi_device acpiCookie, const char* method);
/haiku-fatelf/headers/os/net/
H A DHttpAuthentication.h12 // HTTP authentication method
17 // Basic base64 authentication method (unsecure)
58 const BString& method) const;
69 const BString& method) const;
/haiku-fatelf/headers/private/kernel/platform/openfirmware/
H A Dopenfirmware.h72 extern int of_call_client_function(const char *method, int numArgs,
75 extern int of_call_method(int handle, const char *method, int numArgs,
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dnanohttp.h33 const char *method,
40 const char *method,
/haiku-fatelf/src/kits/network/libnetapi/
H A DHttpAuthentication.cpp57 BHttpAuthentication::SetMethod(BHttpAuthenticationMethod method) argument
59 fAuthenticationMethod = method;
179 BHttpAuthentication::Authorization(const BUrl& url, const BString& method) const
227 << _DigestResponse(url.Path(), method) << "\"";
314 BHttpAuthentication::_DigestResponse(const BString& uri, const BString& method) const
324 PRINT(("HttpAuth: > method = %s\n", method.String()));
339 A2 << method << ':' << uri;
/haiku-fatelf/src/libs/pdflib/libs/tiff/
H A Dtif_compress.c35 TIFFNoEncode(TIFF* tif, char* method) argument
43 c->name, method);
46 c->name, method);
52 tif->tif_dir.td_compression, method);
79 TIFFNoDecode(TIFF* tif, char* method) argument
85 c->name, method);
89 tif->tif_dir.td_compression, method);
/haiku-fatelf/src/add-ons/input_server/methods/canna/
H A DCannaLooper.h28 CannaLooper(CannaMethod* method);
/haiku-fatelf/src/add-ons/input_server/methods/pen/
H A DPenInputLooper.h42 PenInputLooper(PenInputServerMethod *method);
/haiku-fatelf/src/libs/pdflib/libs/pdcore/
H A Dpc_geom.c143 pdc_place_element(pdc_fitmethod method, pdc_scalar minfscale, argument
159 switch (method)
167 if (method != pdc_entire)
170 xscaling = (method == pdc_slice && det <= 0) ||
171 ((method == pdc_meet || method == pdc_tauto) &&
179 if (method == pdc_tauto)
183 method = pdc_nofit;
187 method = pdc_meet;
193 method
[all...]

Completed in 136 milliseconds

123456