Searched refs:from (Results 151 - 175 of 3428) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGAnimateColorElement.h36 virtual void determinePropertyValueTypes(const String& from, const String& to);
H A DSVGAnimatedAngle.cpp82 void SVGAnimatedAngleAnimator::addAnimatedTypes(SVGAnimatedType* from, SVGAnimatedType* to) argument
84 ASSERT(from->type() == AnimatedAngle);
85 ASSERT(from->type() == to->type());
87 const pair<SVGAngle, unsigned>& fromAngleAndEnumeration = from->angleAndEnumeration();
89 // Only respect by animations, if from and by are both specified in angles (and not eg. 'auto').
97 void SVGAnimatedAngleAnimator::calculateAnimatedValue(float percentage, unsigned repeatCount, SVGAnimatedType* from, SVGAnimatedType* to, SVGAnimatedType* toAtEndOfDuration, SVGAnimatedType* animated) argument
102 const pair<SVGAngle, unsigned>& fromAngleAndEnumeration = m_animationElement->animationMode() == ToAnimation ? animated->angleAndEnumeration() : from->angleAndEnumeration();
108 // Animating from eg. auto to 90deg, or auto to 90deg.
110 // Animating from an angle value to eg. 'auto' - this disabled additive as 'auto' is a keyword..
141 // Regular from angl
153 SVGAngle from = SVGAngle(); local
[all...]
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebAssertions.h27 * which have yet to move away from it: <rdar://problem/5141290>.
30 #warning <WebKit/WebAssertions.h> is deprecated. Please move away from this SPI as soon as is possible.
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/include/idn/
H A Dconverter.h10 * license is obtained from Japan Network Information Center ("JPNIC"),
28 * derived from this Software without specific prior written approval of
54 * This module provides conversions from some local codeset to UCS4
135 const unsigned long *from, char *to, size_t tolen);
139 const char *from, unsigned long *to, size_t tolen);
142 * Get the name of local codeset. The returned name may be different from
208 * resolve real encoding name from alias information.
228 const unsigned long *from,
233 const char *from,
/macosx-10.9.5/procmail-14/procmail/src/
H A Dfrom.c11 "$Id: from.c,v 1.2 2000/10/27 20:03:58 guenther Exp $";
19 #include "from.h"
69 void makeFrom(from,invoker)const char*from,*const invoker;
73 { tstamp=from&&*from==REFRESH_TIME&&!from[1];
74 fwhom=from;
78 fwhom= *from?from
[all...]
/macosx-10.9.5/smb-697.95.1/lib/smbclient/
H A Dntstatus.inc13 * add the extra status codes from section 2.2.17.
17 * Added extra Win7 status codes from
/macosx-10.9.5/swig-10/Lib/octave/
H A Dstd_deque.i15 static octave_value from(const std::deque<T> & vec) {
16 return traits_from_stdseq<std::deque<T> >::from(vec);
H A Dstd_vector.i15 static octave_value from(const std::vector<T>& vec) {
16 return traits_from_stdseq<std::vector<T> >::from(vec);
/macosx-10.9.5/swig-10/Lib/python/
H A Dstd_deque.i17 static PyObject *from(const std::deque<T> & vec) {
18 return traits_from_stdseq<std::deque<T> >::from(vec);
H A Dstd_list.i17 static PyObject *from(const std::list<T> & vec) {
18 return traits_from_stdseq<std::list<T> >::from(vec);
H A Dstd_vector.i17 static PyObject *from(const std::vector<T>& vec) {
18 return traits_from_stdseq<std::vector<T> >::from(vec);
/macosx-10.9.5/swig-10/Lib/ruby/
H A Dstd_deque.i17 static VALUE from(const std::deque<T> & vec) {
18 return traits_from_stdseq<std::deque<T> >::from(vec);
/macosx-10.9.5/CPANInternal-140/DBIx-Class/t/search/
H A Dsubquery.t66 from => [
82 from => [
99 from => [
104 from => [
143 from => [
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/antlr2/antlr/
H A DTokenStreamRewriteEngine.hpp29 /** This token stream tracks the *entire* token stream coming from
35 * augmentation or other manipulations. Tokens are index from 0..n-1
66 * rewrites from a single pass over the input. Just name the instruction
68 * useful for generating a C file and also its header file--all from the
161 ReplaceOp(size_t from, size_t to, ANTLR_USE_NAMESPACE(std)string text) argument
162 : RewriteOperation(from,text)
180 DeleteOp(size_t from, size_t to) argument
181 : ReplaceOp(from,to,"")
270 void replace( size_t from, size_t to, argument
273 replace(DEFAULT_PROGRAM_NAME, from, t
282 replace( RefTokenWithIndex from, RefTokenWithIndex to, const ANTLR_USE_NAMESPACE(std)string& text ) argument
290 size_t from, size_t to, variable
297 RefTokenWithIndex from, variable
311 remove(size_t from, size_t to) argument
319 remove(RefTokenWithIndex from, RefTokenWithIndex to) argument
324 size_t from, size_t to) variable
330 RefTokenWithIndex from, RefTokenWithIndex to ) variable
[all...]
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DWebAnimation.cpp38 WebAnimation WebAnimation::fadeAnimation(const BlackBerry::Platform::String& name, float from, float to, double duration) argument
45 tmp.d->keyframes.insert(new FloatAnimationValue(0, from));
51 WebAnimation WebAnimation::shrinkAnimation(const BlackBerry::Platform::String& name, float from, float to, double duration) argument
60 startOperation.operations().append(ScaleTransformOperation::create(from, from, TransformOperation::SCALE));
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/network_io/os2/
H A Dsendrecv_udp.c66 APR_DECLARE(apr_status_t) apr_socket_recvfrom(apr_sockaddr_t *from,
76 (struct sockaddr*)&from->sa, &from->salen);
88 (struct sockaddr*)&from->sa, &from->salen);
/macosx-10.9.5/apr-30/apr/apr/network_io/os2/
H A Dsendrecv_udp.c66 APR_DECLARE(apr_status_t) apr_socket_recvfrom(apr_sockaddr_t *from,
76 (struct sockaddr*)&from->sa, &from->salen);
88 (struct sockaddr*)&from->sa, &from->salen);
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/vu/
H A Ddial_demo.rb15 volume = Tk::Vu::Dial.new(:label=>"Volume", :from=>-0.1, :to=>0.1,
20 speed = Tk::Vu::Dial.new(:label=>"Speed", :from=>2000, :to=>100,
27 fwd = Tk::Vu::Dial.new(:from=>-10.0, :to=>-20.0, :resolution=>0.1,
31 rev = Tk::Vu::Dial.new(:from=>-20.0, :to=>-10.0, :resolution=>0.1,
35 small = Tk::Vu::Dial.new(:font=>"Helvetica -10", :from=>0, :to=>10,
41 large = Tk::Vu::Dial.new(:font=>"Helvetica -8", :from=>0, :to=>10,
52 d1 = Tk::Vu::Dial.new(:resolution=>0.0001, :from=>-0.1, :to=>0.1,
58 d2 = Tk::Vu::Dial.new(:resolution=>0.01, :from=>-0.1, :to=>0.1,
65 d3 = Tk::Vu::Dial.new(:resolution=>0.001, :from=>-0.1, :to=>0.1,
81 v_volume.numeric = volume[:from]
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/i386/
H A Dstubs.c54 * copy a null terminated string from the kernel address space into
64 copyoutstr(const void *from, user_addr_t to, size_t maxlen, size_t *lencopied) argument
70 slen = strlen(from) + 1;
75 if (copyout(from, to, len))
84 * copy a null terminated string from one point to another in
93 /* from ppc/fault_copy.c -Titan1T4 VERSION */
98 char const *from = (char const *) vfrom; local
102 if ((*to++ = *from++) == '\0') {
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSCell.h170 inline To jsCast(From* from) argument
172 ASSERT(!from || from->JSCell::inherits(&WTF::RemovePointer<To>::Type::s_info));
173 return static_cast<To>(from);
177 inline To jsCast(JSValue from) argument
179 ASSERT(from.isCell() && from.asCell()->JSCell::inherits(&WTF::RemovePointer<To>::Type::s_info));
180 return static_cast<To>(from.asCell());
184 inline To jsDynamicCast(From* from) argument
186 return from
190 jsDynamicCast(JSValue from) argument
[all...]
/macosx-10.9.5/libxml2-26/libxml2/
H A DtestAutomata.c80 int from, to; local
82 from = scanNumber(&ptr);
88 if (states[from] == NULL)
89 states[from] = xmlAutomataNewState(am);
100 xmlAutomataNewTransition(am, states[from], states[to],
104 int from, to; local
106 from = scanNumber(&ptr);
112 if (states[from] == NULL)
113 states[from] = xmlAutomataNewState(am);
118 xmlAutomataNewEpsilon(am, states[from], state
132 int from, to; local
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A DtestAutomata.c80 int from, to; local
82 from = scanNumber(&ptr);
88 if (states[from] == NULL)
89 states[from] = xmlAutomataNewState(am);
100 xmlAutomataNewTransition(am, states[from], states[to],
104 int from, to; local
106 from = scanNumber(&ptr);
112 if (states[from] == NULL)
113 states[from] = xmlAutomataNewState(am);
118 xmlAutomataNewEpsilon(am, states[from], state
132 int from, to; local
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Dhpet.c242 * base-2 fixed point number. To convert from HPET to nanoseconds,
270 /* Calculate conversion from TSC to HPET */
275 /* Calculate conversion from HPET to TSC */
280 /* Calculate conversion from BUS to HPET */
285 /* Calculate conversion from HPET to BUS */
409 hpetReg_t *from = (hpetReg_t *) hpetArea; local
412 to->GEN_CONF = from->GEN_CONF;
413 to->TIM0_CONF = from->TIM0_CONF;
414 to->TIM0_COMP = from->TIM0_COMP;
415 to->TIM1_CONF = from
425 hpetReg_t *from = &saved_hpet; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/library/xml/TclExpat-1.1/
H A Dxmltok.c204 const char *from; local
211 for (to = *toP, from = *fromP; from != fromLim; from++, to++)
212 *to = *from;
213 *fromP = from;
223 const char *from = *fromP; local
224 while (from != fromLim && to != toLim) {
225 switch (((struct normal_encoding *)enc)->type[(unsigned char)*from]) {
227 *to++ = ((from[
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGSlowPathGenerator.h76 JumpingSlowPathGenerator(JumpType from, SpeculativeJIT* jit) argument
78 , m_from(from)
102 JumpType from, SpeculativeJIT* jit, FunctionType function,
104 : JumpingSlowPathGenerator<JumpType>(from, jit)
155 JumpType from, SpeculativeJIT* jit, FunctionType function,
158 from, jit, function, spillMode, result)
178 JumpType from, SpeculativeJIT* jit, FunctionType function,
181 from, jit, function, spillMode, result)
204 JumpType from, SpeculativeJIT* jit, FunctionType function,
208 from, ji
101 CallSlowPathGenerator( JumpType from, SpeculativeJIT* jit, FunctionType function, SpillRegistersMode spillMode, ResultType result) argument
154 CallResultAndNoArgumentsSlowPathGenerator( JumpType from, SpeculativeJIT* jit, FunctionType function, SpillRegistersMode spillMode, ResultType result) argument
177 CallResultAndOneArgumentSlowPathGenerator( JumpType from, SpeculativeJIT* jit, FunctionType function, SpillRegistersMode spillMode, ResultType result, ArgumentType1 argument1) argument
203 CallResultAndTwoArgumentsSlowPathGenerator( JumpType from, SpeculativeJIT* jit, FunctionType function, SpillRegistersMode spillMode, ResultType result, ArgumentType1 argument1, ArgumentType2 argument2) argument
232 CallResultAndThreeArgumentsSlowPathGenerator( JumpType from, SpeculativeJIT* jit, FunctionType function, SpillRegistersMode spillMode, ResultType result, ArgumentType1 argument1, ArgumentType2 argument2, ArgumentType3 argument3) argument
267 CallResultAndFourArgumentsSlowPathGenerator( JumpType from, SpeculativeJIT* jit, FunctionType function, SpillRegistersMode spillMode, ResultType result, ArgumentType1 argument1, ArgumentType2 argument2, ArgumentType3 argument3, ArgumentType4 argument4) argument
304 CallResultAndFiveArgumentsSlowPathGenerator( JumpType from, SpeculativeJIT* jit, FunctionType function, SpillRegistersMode spillMode, ResultType result, ArgumentType1 argument1, ArgumentType2 argument2, ArgumentType3 argument3, ArgumentType4 argument4, ArgumentType5 argument5) argument
338 slowPathCall( JumpType from, SpeculativeJIT* jit, FunctionType function, ResultType result, SpillRegistersMode spillMode = NeedToSpill) argument
351 slowPathCall( JumpType from, SpeculativeJIT* jit, FunctionType function, ResultType result, ArgumentType1 argument1, SpillRegistersMode spillMode = NeedToSpill) argument
365 slowPathCall( JumpType from, SpeculativeJIT* jit, FunctionType function, ResultType result, ArgumentType1 argument1, ArgumentType2 argument2, SpillRegistersMode spillMode = NeedToSpill) argument
379 slowPathCall( JumpType from, SpeculativeJIT* jit, FunctionType function, ResultType result, ArgumentType1 argument1, ArgumentType2 argument2, ArgumentType3 argument3, SpillRegistersMode spillMode = NeedToSpill) argument
396 slowPathCall( JumpType from, SpeculativeJIT* jit, FunctionType function, ResultType result, ArgumentType1 argument1, ArgumentType2 argument2, ArgumentType3 argument3, ArgumentType4 argument4, SpillRegistersMode spillMode = NeedToSpill) argument
414 slowPathCall( JumpType from, SpeculativeJIT* jit, FunctionType function, ResultType result, ArgumentType1 argument1, ArgumentType2 argument2, ArgumentType3 argument3, ArgumentType4 argument4, ArgumentType5 argument5, SpillRegistersMode spillMode = NeedToSpill) argument
431 AssigningSlowPathGenerator( JumpType from, SpeculativeJIT* jit, DestinationType destination[numberOfAssignments], SourceType source[numberOfAssignments]) argument
458 slowPathMove( JumpType from, SpeculativeJIT* jit, SourceType source[numberOfAssignments], DestinationType destination[numberOfAssignments]) argument
468 slowPathMove( JumpType from, SpeculativeJIT* jit, SourceType source, DestinationType destination) argument
480 slowPathMove( JumpType from, SpeculativeJIT* jit, SourceType source1, DestinationType destination1, SourceType source2, DestinationType destination2) argument
[all...]

Completed in 375 milliseconds

1234567891011>>