Searched refs:type (Results 26 - 50 of 9002) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSBiquadFilterNodeCustom.cpp45 uint32_t type = value.toUInt32(exec); local
46 if (!imp->setType(type))
47 throwError(exec, createTypeError(exec, "Illegal BiquadFilterNode type"));
53 String type = value.toString(exec)->value(exec); local
54 if (type == "lowpass" || type == "highpass" || type == "bandpass" || type == "lowshelf" || type == "highshelf" || type
[all...]
H A DJSOscillatorNodeCustom.cpp45 uint32_t type = value.toUInt32(exec); local
46 if (!imp->setType(type))
47 throwError(exec, createTypeError(exec, "Illegal OscillatorNode type"));
53 String type = value.toString(exec)->value(exec); local
54 if (type == "sine" || type == "square" || type == "sawtooth" || type == "triangle") {
55 imp->setType(type);
60 throwError(exec, createTypeError(exec, "Illegal OscillatorNode type"));
[all...]
/macosx-10.9.5/tcl-102/tcl84/tcl/win/
H A DtclWinMtherr.c44 if ((xPtr->type == DOMAIN)
46 || (xPtr->type == TLOSS)
48 || (xPtr->type == SING)) {
/macosx-10.9.5/tcsh-65/tcsh/
H A Dmi.varargs.h12 #define va_arg(p,type) ( (type *) ((p)+=sizeof(type)) )[-1]
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dbpf_compat.h74 #define malloc(size, type, canwait) _MALLOC(size, type, canwait)
75 #define free(cp, type) m_free(*(struct mbuf **)(cp - 8))
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/examples/
H A Dcustomschema.pl38 <types:ProfessionalQuote id="id2" xsi:type="types:ProfessionalQuote">
39 <CompanyName xsi:type="xsd:string">EarthConnect Corporation</CompanyName>
40 <LastPrice xsi:type="xsd:decimal">66.7</LastPrice>
41 <LastPriceTime xsi:type="xsd:dateTime">2001-07-17T14:19:45.3310450-07:00</LastPriceTime>
42 <Change xsi:type="xsd:decimal">0.34</Change>
43 <Volume xsi:type="xsd:long">23456778</Volume>
44 <Tick xsi:type="types:TickDirection">Down</Tick>
45 <Bid xsi:type="xsd:decimal">88.21</Bid>
46 <Ask xsi:type="xsd:decimal">88.22</Ask>
47 <BidSize xsi:type
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/examples/
H A Dcustomschema.pl38 <types:ProfessionalQuote id="id2" xsi:type="types:ProfessionalQuote">
39 <CompanyName xsi:type="xsd:string">EarthConnect Corporation</CompanyName>
40 <LastPrice xsi:type="xsd:decimal">66.7</LastPrice>
41 <LastPriceTime xsi:type="xsd:dateTime">2001-07-17T14:19:45.3310450-07:00</LastPriceTime>
42 <Change xsi:type="xsd:decimal">0.34</Change>
43 <Volume xsi:type="xsd:long">23456778</Volume>
44 <Tick xsi:type="types:TickDirection">Down</Tick>
45 <Bid xsi:type="xsd:decimal">88.21</Bid>
46 <Ask xsi:type="xsd:decimal">88.22</Ask>
47 <BidSize xsi:type
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/examples/
H A Dcustomschema.pl38 <types:ProfessionalQuote id="id2" xsi:type="types:ProfessionalQuote">
39 <CompanyName xsi:type="xsd:string">EarthConnect Corporation</CompanyName>
40 <LastPrice xsi:type="xsd:decimal">66.7</LastPrice>
41 <LastPriceTime xsi:type="xsd:dateTime">2001-07-17T14:19:45.3310450-07:00</LastPriceTime>
42 <Change xsi:type="xsd:decimal">0.34</Change>
43 <Volume xsi:type="xsd:long">23456778</Volume>
44 <Tick xsi:type="types:TickDirection">Down</Tick>
45 <Bid xsi:type="xsd:decimal">88.21</Bid>
46 <Ask xsi:type="xsd:decimal">88.22</Ask>
47 <BidSize xsi:type
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/asn1/
H A Dgen_seq.c42 Type *type; local
46 type = s->type;
47 while(type->type == TTag)
48 type = type->subtype;
50 if (type->type != TSequenceOf && type
[all...]
/macosx-10.9.5/WebCore-7537.78.1/Modules/quota/
H A DStorageQuota.cpp39 StorageQuota::StorageQuota(Type type) argument
40 : m_type(type)
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/sfio/
H A Dsfmutex.c31 int sfmutex(Sfio_t* f, int type) argument
33 int sfmutex(f, type)
35 int type;
39 NOTUSED(f); NOTUSED(type);
59 if(type == SFMTX_LOCK)
61 else if(type == SFMTX_TRYLOCK)
63 else if(type == SFMTX_UNLOCK)
65 else if(type == SFMTX_CLRLOCK)
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/stdio/
H A D_stdvbuf.c29 _stdsetvbuf(Sfio_t* f, char* buf, int type, size_t size) argument
31 return setvbuf(f, buf, type, size);
/macosx-10.9.5/Heimdal-323.92.1/admin/
H A Dktutil-commands.in40 type = "string"
48 type = "integer"
55 type = "string"
57 help = "encryption type"
61 type = "string"
67 type = "string"
73 type = "-flag"
80 type = "flag"
86 type = "flag"
98 type
[all...]
/macosx-10.9.5/CPANInternal-140/Test-Deep/lib/Test/Deep/
H A DCache.pm26 my $type = $self->type;
28 $self->{$type}->[-1]->add(@_);
37 my $type = $self->type;
39 foreach my $cache (@{$self->{$type}})
51 foreach my $type (qw( expects normal ))
53 push(@{$self->{$type}}, Test::Deep::Cache::Simple->new);
63 foreach my $type (qw( expects normal ))
65 my $caches = $self->{$type};
73 sub type subroutine
[all...]
/macosx-10.9.5/ncurses-42/ncurses/form/
H A Dfld_type.c39 | Function : int set_field_type(FIELD *field, FIELDTYPE *type,...)
49 set_field_type(FIELD *field, FIELDTYPE *type,...) argument
55 T((T_CALLED("set_field_type(%p,%p)"), field, type));
57 va_start(ap, type);
62 field->type = type;
63 field->arg = (void *)_nc_Make_Argument(field->type, &ap, &err);
67 _nc_Free_Argument(field->type, (TypeArgument *)(field->arg));
68 field->type = (FIELDTYPE *)0;
74 if (field->type)
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/include/
H A Dapr_anylock.h28 /** Structure that may contain any APR lock type */
30 /** Indicates what type of lock is in lock */
37 } type; member in struct:apr_anylock_t
52 (((lck)->type == apr_anylock_none) \
54 : (((lck)->type == apr_anylock_threadmutex) \
56 : (((lck)->type == apr_anylock_procmutex) \
58 : (((lck)->type == apr_anylock_readlock) \
60 : (((lck)->type == apr_anylock_writelock) \
67 (((lck)->type == apr_anylock_none) \
69 : (((lck)->type
[all...]
/macosx-10.9.5/apr-30/apr-util/apr-util/include/
H A Dapr_anylock.h28 /** Structure that may contain any APR lock type */
30 /** Indicates what type of lock is in lock */
37 } type; member in struct:apr_anylock_t
52 (((lck)->type == apr_anylock_none) \
54 : (((lck)->type == apr_anylock_threadmutex) \
56 : (((lck)->type == apr_anylock_procmutex) \
58 : (((lck)->type == apr_anylock_readlock) \
60 : (((lck)->type == apr_anylock_writelock) \
67 (((lck)->type == apr_anylock_none) \
69 : (((lck)->type
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/mach/
H A Dclock_types.defs34 * Clock kernel interface type declarations
42 type clock_serv_t = mach_port_t
50 type clock_ctrl_t = mach_port_t
58 type clock_reply_t = polymorphic|MACH_MSG_TYPE_MAKE_SEND_ONCE;
60 type clock_flavor_t = int;
61 type clock_attr_t = array[*:1] of int;
62 type mach_timespec_t = struct[2] of int;
63 type time_t = int;
64 type sleep_type_t = int;
65 type alarm_type_
[all...]
/macosx-10.9.5/Heimdal-323.92.1/kadmin/
H A Dkadmin-commands.in41 type = "string"
42 help = "encryption type"
48 type = "string"
54 type = "flag"
59 type = "flag"
64 type = "-flag"
69 type = "integer"
81 type = "flag"
86 type = "string"
91 type
[all...]
/macosx-10.9.5/OpenSSH-186/openssh/
H A Ddispatch.c45 dispatch_protocol_error(int type, u_int32_t seq, void *ctxt) argument
47 logit("dispatch_protocol_error: type %d seq %u", type, seq);
56 dispatch_protocol_ignore(int type, u_int32_t seq, void *ctxt) argument
58 logit("dispatch_protocol_ignore: type %d seq %u", type, seq);
79 dispatch_set(int type, dispatch_fn *fn) argument
81 dispatch[type] = fn;
87 int type; local
91 type
[all...]
/macosx-10.9.5/WebCore-7537.78.1/bindings/cpp/
H A DWebDOMDOMWindowCustom.cpp27 void WebDOMDOMWindow::addEventListener(const WebDOMString& type, const WebDOMEventListener& listener, bool useCapture) argument
33 impl()->addEventListener(type, toWebCore(listener), useCapture);
36 void WebDOMDOMWindow::removeEventListener(const WebDOMString& type, const WebDOMEventListener& listener, bool useCapture) argument
42 impl()->removeEventListener(type, toWebCore(listener), useCapture);
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorCounters.cpp43 int InspectorCounters::counterValue(CounterType type) argument
45 return s_counters[type];
54 int ThreadLocalInspectorCounters::counterValue(CounterType type) argument
56 return m_counters[type];
/macosx-10.9.5/WebCore-7537.78.1/platform/mediastream/
H A DRTCSessionDescriptionDescriptor.cpp39 PassRefPtr<RTCSessionDescriptionDescriptor> RTCSessionDescriptionDescriptor::create(const String& type, const String& sdp) argument
41 return adoptRef(new RTCSessionDescriptionDescriptor(type, sdp));
44 RTCSessionDescriptionDescriptor::RTCSessionDescriptionDescriptor(const String& type, const String& sdp) argument
45 : m_type(type)
/macosx-10.9.5/apache-786.1/httpd/modules/database/
H A Dmod_dbd.h34 /* Create a set of DBD_DECLARE(type), DBD_DECLARE_NONSTD(type) and
38 #define DBD_DECLARE(type) type
39 #define DBD_DECLARE_NONSTD(type) type
42 #define DBD_DECLARE(type) type __stdcall
43 #define DBD_DECLARE_NONSTD(type) type
[all...]
/macosx-10.9.5/file-46/file/python/
H A Dexample.py5 type = ms.file("/path/to/some/file") variable
6 print type
12 type = ms.buffer(buffer) variable
13 print type

Completed in 190 milliseconds

1234567891011>>