Searched refs:methods (Results 126 - 150 of 507) sorted by relevance

1234567891011>>

/macosx-10.10/bind9-45.101/bind9/lib/isc/include/isc/
H A Dtask.h103 /*% Task and task manager methods */
144 isc_taskmgrmethods_t *methods; member in struct:isc_taskmgr
158 isc_taskmethods_t *methods; member in struct:isc_task
H A Dapp.h103 * app module methods. Only app driver implementations use this structure.
134 isc_appmethods_t *methods; member in struct:isc_appctx
/macosx-10.10/ruby-106/ruby/test/
H A Dtest_delegate.rb116 assert_equal([], s.methods(false))
118 assert_equal([:bar], s.methods(false))
/macosx-10.10/swig-12/Lib/tcl/
H A Dtclapi.swg47 swig_method *methods;
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/yaml/
H A Dhuddle.tcl24 variable methods
30 variable huddle::methods
31 if {[info exists huddle::methods($command)]} {
32 return [eval $huddle::methods($command) $command $args]
42 variable huddle::methods
43 if {[info exists huddle::methods($command)]} {
44 return [$huddle::methods($command) $command {*}$args]
55 variable methods
61 set methods($m) $procedure
281 # method: add methods t
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dtaskdata.vim34 " The default methods for highlighting. Can be overridden later.
H A Dtaskedit.vim26 " The default methods for highlighting. Can be overridden later.
/macosx-10.10/bind9-45.101/bind9/bin/named/
H A Dxfrout.c189 rrstream_methods_t *methods; member in struct:rrstream
251 s->common.methods = &ixfr_rrstream_methods;
339 s->common.methods = &axfr_rrstream_methods;
459 s->common.methods = &soa_rrstream_methods;
565 s->common.methods = &compound_rrstream_methods;
584 s->result = curstream->methods->first(curstream);
593 s->result = curstream->methods->next(curstream);
599 curstream->methods->pause(curstream);
604 s->result = curstream->methods->first(curstream);
618 curstream->methods
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dwrstabs.c81 /* String defining class methods. */
82 char *methods; member in struct:stab_type_stack
411 s->methods = NULL;
1625 if (info->type_stack->methods == NULL)
1632 m = (char *) xrealloc (info->type_stack->methods,
1633 (strlen (info->type_stack->methods)
1640 info->type_stack->methods = m;
1668 assert (info->type_stack != NULL && info->type_stack->methods != NULL);
1710 info->type_stack->methods =
1711 (char *) xrealloc (info->type_stack->methods,
[all...]
/macosx-10.10/BerkeleyDB-21/db/test/
H A Dsiutils.tcl13 # list of methods is passed into the secondary index tests.
26 # access methods, at least not in the current test framework (the
276 # The secondary index tests take a list of the access methods that
279 proc convert_argses { methods largs } {
281 foreach m $methods {
286 proc convert_methods { methods } {
288 foreach m $methods {
H A Dsdbutils.tcl7 proc build_all_subdb { dbname methods psize dups {nentries 100} {dbargs ""}} {
9 set mlen [llength $methods]
12 set m [lindex $methods [expr $i % $mlen]]
/macosx-10.10/bind9-45.101/bind9/lib/dns/include/dns/
H A Dsdb.h102 dns_sdb_register(const char *drivername, const dns_sdbmethods_t *methods,
107 * implemented by the functions in '*methods'.
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dformal-protocol.m7 * - deal with optional methods (new in ObjC 2.0)
223 struct objc_method_description * methods;
227 methods = protocol_copyMethodDescriptionList(protocol, isRequired, isInstance, &method_count);
228 if (!methods) {
234 PyObjCRT_SimplifySignature(methods[i].types, buf, sizeof(buf));
241 "selector", sel_getName(methods[i].name),
245 free(methods);
250 free(methods);
256 free(methods);
470 "List of instance methods i
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_cparam_config_critcl.tcl179 ## Functions implementing the object methods, and helper.
275 static CONST char* methods [] = {
278 enum methods {
285 } else if (Tcl_GetIndexFromObj (interp, objv [1], methods, "option",
290 /* Dispatch to methods. They check the #args in
/macosx-10.10/xnu-2782.1.97/osfmk/pmc/
H A Dpmc.h57 * only used as arguments in the registered driver methods.
118 * @discussion This structure is the set of driver-implemented callback methods to be used when
294 * @abstract Performance Counter Registration methods.
295 * @discussion This structure represents a set of driver-implemented methods to be used by the kernel
298 * its own set of callback methods.
303 // All methods are required.
326 * These methods would be exported to apple-internal kexts, but not to 3rd-party kexts, and
329 * All Performance Monitor and Performance Counter registration (accomplished via the following methods)
331 * methods to apple-private KPI so that IOProfileFamily can call these methods whe
419 perf_monitor_methods_t methods; member in struct:perf_monitor
446 pmc_methods_t methods; member in struct:pmc
[all...]
/macosx-10.10/zlib-55/zlib/contrib/dotzlib/DotZLib/
H A DCodecBase.cs160 #region Helper methods
/macosx-10.10/CPANInternal-159.1/Data-UUID-1.219/
H A DUUID.pm70 This modules provides several methods to create a UUID. In all methods, C<<
96 Binary UUIDs can be converted to printable strings using following methods:
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.80/examples/
H A DMySQL.pm126 This class offers the following methods. All of the parsing methods
149 Given a C<DateTime> object, this methods returns an appropriately
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.80/lib/DateTime/Format/
H A DBuilder.pm22 # Developer oriented methods
54 of the methods.
72 my $target = $args{class}; # where we're writing our methods and such.
99 # Write all our parser methods, creating parsers as we go.
166 This creates the end methods. Coderefs die on bad parses,
215 # User oriented methods
220 These methods don't need explaining. They're pretty much
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.81/examples/
H A DMySQL.pm128 This class offers the following methods. All of the parsing methods
151 Given a C<DateTime> object, this methods returns an appropriately
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.81/lib/DateTime/Format/Builder/Parser/
H A Dgeneric.pm118 in the hash. This is useful for storing information between methods.
154 These are methods you should define when writing your own subclass.
156 B<Note>: these methods do not exist in this class. There is no point
/macosx-10.10/ruby-106/ruby/lib/rdoc/
H A Dstats.rb105 # constants, attributes and methods.
117 methods = []
118 ucm.each { |cm| methods.concat cm.method_list }
126 @num_methods, @undoc_methods = doc_stats methods
152 # 0:: Classes, modules, constants, attributes, methods
334 # Returns a report on undocumented methods in ClassModule +cm+
421 # total parameter count and an Array of undocumented methods.
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Dprotection.test57 test protect-1.3a {public methods can be accessed from outside} {
61 test protect-1.3b {public methods can be accessed from inside} {
65 test protect-1.4a {protected methods are blocked from outside} {
75 test protect-1.4b {protected methods can be accessed from inside} {
79 test protect-1.5a {private methods are blocked from outside} {
89 test protect-1.5b {private methods can be accessed from inside} {
179 test protect-2.3 {public methods can be accessed from inside} {
183 test protect-2.4 {protected methods can be accessed from inside} {
187 test protect-2.5 {private methods are blocked} {
/macosx-10.10/Heimdal-398.1.2/lib/hdb/
H A Dhdb.c66 static struct hdb_method methods[] = { variable in typeref:struct:hdb_method
377 for (h = methods; h->prefix != NULL; ++h) {
403 for (h = methods; h->prefix != NULL; ++h) {
417 for (h = methods; h->prefix != NULL; ++h) {
418 if (h != methods)
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_struct.rb154 methods = klass.instance_methods(false)
155 assert_equal([:@a, :"@a="].inspect, methods.inspect, '[Bug #8756]')
156 assert_include(methods, :@a)
157 assert_include(methods, :"@a=")
314 assert_include(klass.new.methods.inspect, ':a?', bug9248)

Completed in 321 milliseconds

1234567891011>>