Searched refs:value1 (Results 1 - 25 of 81) sorted by relevance

1234

/macosx-10.10/ruby-106/ruby/test/cgi/
H A Dtest_cgi_session.rb27 value1="value1"
33 session["key1"]=value1
35 assert_equal(value1,session["key1"])
52 assert_equal(value1,session["key1"])
65 value1="value1"
71 session["key1"]=value1
73 assert_equal(value1,session["key1"])
90 assert_equal(value1,sessio
[all...]
/macosx-10.10/bootp-298/bootplib/
H A DNICache.h43 void * value1; member in struct:PLCacheEntry
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/examples/controlwidget/
H A Ddemo-voltmeter.tcl15 ::controlwidget::voltmeter .t1 -variable value1 -labels { 0 50 100 } -title "Voltmeter (V)"
16 scale .s1 -command "set ::value1" -variable value1
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DTimelineDataGrid.js325 var value1 = node1.data[sortColumnIdentifier]; variable
328 if (typeof value1 === "number" && typeof value2 === "number") {
329 if (isNaN(value1) && isNaN(value2))
331 if (isNaN(value1))
335 return (value1 - value2) * sortDirection;
338 if (typeof value1 === "string" && typeof value2 === "string")
339 return value1.localeCompare(value2) * sortDirection;
341 if (value1 instanceof WebInspector.CallFrame || value2 instanceof WebInspector.CallFrame) {
343 value1 = value1
[all...]
/macosx-10.10/WebCore-7600.1.25/Modules/webaudio/
H A DBiquadDSPKernel.cpp47 double value1; local
53 value1 = biquadProcessor()->parameter1()->finalValue();
58 value1 = biquadProcessor()->parameter1()->smoothedValue();
63 value1 = biquadProcessor()->parameter1()->value();
71 double normalizedFrequency = value1 / nyquist;
H A DAudioParamTimeline.cpp200 float value1 = event.value();
202 float value2 = nextEvent ? nextEvent->value() : value1;
219 value = (1 - x) * value1 + x * value2;
224 if (value1 <= 0 || value2 <= 0) {
230 // The value goes exponentially from value1 to value2 in a duration of deltaTime seconds (corresponding to numSampleFrames).
232 float multiplier = powf(value2 / value1, 1 / numSampleFrames);
237 value = value1 * powf(value2 / value1,
H A DWaveShaperDSPKernel.cpp118 double value1 = curveData[index1]; local
121 double output = (1.0 - interpolationFactor) * value1 + interpolationFactor * value2;
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSBasicShapes.h92 void updateShapeSize1Value(CSSPrimitiveValue* value1) argument
94 updateShapeSize4Values(value1, value1, value1, value1);
97 void updateShapeSize2Values(CSSPrimitiveValue* value1, CSSPrimitiveValue* value2) argument
99 updateShapeSize4Values(value1, value2, value1, value2);
102 void updateShapeSize3Values(CSSPrimitiveValue* value1, CSSPrimitiveValue* value2, CSSPrimitiveValue* value3) argument
104 updateShapeSize4Values(value1, value
[all...]
/macosx-10.10/OpenAL-54/Source/OpenAL/al/
H A Dal.h432 AL_API void AL_APIENTRY alListener3f( ALenum param, ALfloat value1, ALfloat value2, ALfloat value3 );
438 AL_API void AL_APIENTRY alListener3i( ALenum param, ALint value1, ALint value2, ALint value3 );
447 AL_API void AL_APIENTRY alGetListener3f( ALenum param, ALfloat *value1, ALfloat *value2, ALfloat *value3 );
453 AL_API void AL_APIENTRY alGetListener3i( ALenum param, ALint *value1, ALint *value2, ALint *value3 );
505 AL_API void AL_APIENTRY alSource3f( ALuint sid, ALenum param, ALfloat value1, ALfloat value2, ALfloat value3 );
511 AL_API void AL_APIENTRY alSource3i( ALuint sid, ALenum param, ALint value1, ALint value2, ALint value3 );
520 AL_API void AL_APIENTRY alGetSource3f( ALuint sid, ALenum param, ALfloat* value1, ALfloat* value2, ALfloat* value3);
526 AL_API void AL_APIENTRY alGetSource3i( ALuint sid, ALenum param, ALint* value1, ALint* value2, ALint* value3);
602 AL_API void AL_APIENTRY alBuffer3f( ALuint bid, ALenum param, ALfloat value1, ALfloat value2, ALfloat value3 );
608 AL_API void AL_APIENTRY alBuffer3i( ALuint bid, ALenum param, ALint value1, ALin
[all...]
/macosx-10.10/WebCore-7600.1.25/svg/properties/
H A DSVGAnimatedPropertyMacros.h44 SVGSynchronizableAnimatedProperty(const ConstructorParameter1& value1) argument
45 : value(value1)
52 SVGSynchronizableAnimatedProperty(const ConstructorParameter1& value1, const ConstructorParameter2& value2) argument
53 : value(value1, value2)
/macosx-10.10/WebCore-7600.1.25/html/
H A DMediaFragmentURIParser.cpp272 int value1 = digits1.toInt(); local
274 time = value1;
284 time = value1 + fraction;
316 value2 = value1;
317 value1 = 0;
323 time = (value1 * secondsPerHour) + (value2 * secondsPerMinute) + value3 + fraction;
/macosx-10.10/IOKitUser-1050.1.21/IOServiceAuthorizeAgent/storage/
H A Dstorage.m119 CFTypeRef value1;
123 value1 = CFDictionaryGetValue( identifier1, kDADiskDescriptionVolumeUUIDKey );
126 if ( value1 && value2 == 0 )
130 else if ( value1 == 0 && value2 )
136 value1 = CFDictionaryGetValue( identifier1, kDADiskDescriptionVolumeNameKey );
139 if ( value1 && value2 == 0 )
143 else if ( value1 == 0 && value2 )
149 value1 = CFDictionaryGetValue( identifier1, kDADiskDescriptionMediaSizeKey );
152 compare = CFNumberCompare( value2, value1, 0 );
156 value1
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_filedb/
H A DMetaAttribute.h68 virtual bool evaluate(const DbValue *value1, const DbValue *value2, CSSM_DB_OPERATOR op) const = 0;
149 bool evaluate(const DbValue *value1, const DbValue *value2, CSSM_DB_OPERATOR op) const argument
151 return (dynamic_cast<const T *>(value1))->evaluate(*dynamic_cast<const T *>(value2), op);
H A DDbIndex.cpp67 auto_ptr<DbValue> value1(metaAttribute.createValue(*key1, valueOffset1));
70 if (metaAttribute.evaluate(value1.get(), value2.get(), CSSM_DB_LESS_THAN))
73 else if (metaAttribute.evaluate(value2.get(), value1.get(), CSSM_DB_LESS_THAN))
95 auto_ptr<DbValue> value1(metaAttribute.createValue(mKeySection.subsection(mKeyRange),
100 if (metaAttribute.evaluate(value1.get(), value2.get(), CSSM_DB_LESS_THAN))
103 else if (metaAttribute.evaluate(value2.get(), value1.get(), CSSM_DB_LESS_THAN))
/macosx-10.10/Security-57031.1.35/Security/libsecurity_filedb/lib/
H A DMetaAttribute.h68 virtual bool evaluate(const DbValue *value1, const DbValue *value2, CSSM_DB_OPERATOR op) const = 0;
149 bool evaluate(const DbValue *value1, const DbValue *value2, CSSM_DB_OPERATOR op) const argument
151 return (dynamic_cast<const T *>(value1))->evaluate(*dynamic_cast<const T *>(value2), op);
H A DDbIndex.cpp67 auto_ptr<DbValue> value1(metaAttribute.createValue(*key1, valueOffset1));
70 if (metaAttribute.evaluate(value1.get(), value2.get(), CSSM_DB_LESS_THAN))
73 else if (metaAttribute.evaluate(value2.get(), value1.get(), CSSM_DB_LESS_THAN))
95 auto_ptr<DbValue> value1(metaAttribute.createValue(mKeySection.subsection(mKeyRange),
100 if (metaAttribute.evaluate(value1.get(), value2.get(), CSSM_DB_LESS_THAN))
103 else if (metaAttribute.evaluate(value2.get(), value1.get(), CSSM_DB_LESS_THAN))
/macosx-10.10/ruby-106/ruby/test/openssl/
H A Dtest_pkcs5.rb92 value1 = OpenSSL::PKCS5.pbkdf2_hmac(p, s, c, dk_len, digest)
94 assert_equal(value1, value2)
/macosx-10.10/vim-55/runtime/syntax/
H A Dapachestyle.vim15 " Option value1 value2
16 " Option = value1 value2 #not apache but also allowed
/macosx-10.10/WebCore-7600.1.25/html/track/
H A DWebVTTParser.cpp486 int value1; local
487 unsigned value1Digits = input.scanDigits(value1);
490 if (value1Digits != 2 || value1 > 59)
505 value2 = value1;
506 value1 = 0;
517 timeStamp = (value1 * secondsPerHour) + (value2 * secondsPerMinute) + value3 + (value4 * secondsPerMillisecond);
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsfont.py10 def matrixEquals(self, value1, value2):
11 self.assertEquals(len(value1), len(value2))
12 for v1, v2 in zip(value1, value2):
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsfont.py10 def matrixEquals(self, value1, value2):
11 self.assertEqual(len(value1), len(value2))
12 for v1, v2 in zip(value1, value2):
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_nsfont.py21 def matrixEquals(self, value1, value2):
22 self.assertEqual(len(value1), len(value2))
23 for v1, v2 in zip(value1, value2):
/macosx-10.10/ruby-106/ruby/lib/
H A Dprime.rb222 while (value1, mod = value.divmod(prime)
224 value = value1
230 break if value1 <= prime
/macosx-10.10/WebCore-7600.1.25/dom/
H A DViewportArguments.cpp43 static const float& compareIgnoringAuto(const float& value1, const float& value2, const float& (*compare) (const float&, const float&)) argument
45 ASSERT(value1 != ViewportArguments::ValueAuto || value2 != ViewportArguments::ValueAuto);
47 if (value1 == ViewportArguments::ValueAuto)
51 return value1;
53 return compare(value1, value2);
/macosx-10.10/JavaScriptCore-7600.1.17/ftl/
H A DFTLAbbreviations.h167 static inline void addIncoming(LValue phi, ValueFromBlock value1) argument
169 LValue value = value1.value();
170 LBasicBlock block = value1.block();
173 static inline void addIncoming(LValue phi, ValueFromBlock value1, ValueFromBlock value2) argument
175 LValue values[] = { value1.value(), value2.value() };
176 LBasicBlock blocks[] = { value1.block(), value2.block() };
179 static inline LValue buildPhi(LBuilder builder, LType type, ValueFromBlock value1) argument
182 addIncoming(result, value1);
186 LBuilder builder, LType type, ValueFromBlock value1, ValueFromBlock value2)
189 addIncoming(result, value1, value
185 buildPhi( LBuilder builder, LType type, ValueFromBlock value1, ValueFromBlock value2) argument
[all...]

Completed in 336 milliseconds

1234