Searched refs:value (Results 276 - 300 of 8718) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DFontFeatureValue.h36 static PassRefPtr<FontFeatureValue> create(const String& tag, int value) argument
38 return adoptRef(new FontFeatureValue(tag, value));
42 int value() const { return m_value; } function in class:WebCore::FontFeatureValue
/macosx-10.9.5/WebKit2-7537.78.2/Shared/mac/
H A DCommandLineMac.cpp47 String value = String::fromUTF8(argv[i + 1]);
48 if (value.isEmpty())
51 if (!m_args.add(key, value).isNewEntry)
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/include/dns/
H A Dtime.h55 dns_time64_totext(isc_int64_t value, isc_buffer_t *target);
62 dns_time32_totext(isc_uint32_t value, isc_buffer_t *target);
64 * Like dns_time64_totext, but for a 32-bit cyclic time value.
66 * are congruent with 'value' modulo 2^32, the one closest to the
71 dns_time64_from32(isc_uint32_t value);
73 * Covert a 32-bit cyclic time value into a 64 bit time stamp.
/macosx-10.9.5/llvmCore-3425.0.33/bindings/ocaml/executionengine/
H A Dexecutionengine_ocaml.c34 CAMLprim value llvm_initialize_native_target(value Unit) {
40 static value llvm_ee_error_exn;
42 CAMLprim value llvm_register_ee_exns(value Error) {
48 static void llvm_raise(value Prototype, char *Message) {
67 static void llvm_finalize_generic_value(value GenVal) {
83 static value alloc_generic_value(LLVMGenericValueRef Ref) {
84 value Val = alloc_custom(&generic_value_ops, sizeof(LLVMGenericValueRef), 0, 1);
90 CAMLprim value llvm_genericvalue_of_floa
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Lib/objc/
H A D_locking.py18 def __init__(self, value):
19 self.__value = value
24 def __exit__(self, type, value, tp):
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Modules/objc/
H A DOC_PythonDate.h6 PyObject* value; variable
11 + newWithPythonObject:(PyObject*)value;
12 - initWithPythonObject:(PyObject*)value;
H A DOC_PythonUnicode.h19 PyObject* value; variable
28 * @param value A python unicode
29 * @result Returns an autoreleased instance representing value
33 + newWithPythonObject:(PyObject*)value;
38 * @param value A python unicode
43 - initWithPythonObject:(PyObject*)value;
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Lib/objc/
H A D_locking.py18 def __init__(self, value):
19 self.__value = value
24 def __exit__(self, type, value, tp):
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Modules/objc/
H A DOC_PythonDate.h6 PyObject* value; variable
11 + dateWithPythonObject:(PyObject*)value;
12 - initWithPythonObject:(PyObject*)value;
H A DOC_PythonUnicode.h19 PyObject* value; variable
28 * @param value A python unicode
29 * @result Returns an autoreleased instance representing value
33 + unicodeWithPythonObject:(PyObject*)value;
38 * @param value A python unicode
43 - initWithPythonObject:(PyObject*)value;
/macosx-10.9.5/dyld-239.4/launch-cache/
H A DMachOFileAbstraction.hpp120 void set_cmd(uint32_t value) INLINE { E::set32(command.cmd, value); }
123 void set_cmdsize(uint32_t value) INLINE { E::set32(command.cmdsize, value); }
144 void set_cmd(uint32_t value) INLINE { E::set32(segment.fields.cmd, value); }
147 void set_cmdsize(uint32_t value) INLINE { E::set32(segment.fields.cmdsize, value); }
150 void set_segname(const char* value) INLINE { strncpy(segment.fields.segname, value, 1
742 uint32_t value; member in class:macho_scattered_relocation_info
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/mac/
H A DPlatformCAAnimationMac.mm40 // This value must be the same as in PlatformCALayerMac.mm
48 static void setNonZeroBeginTimeFlag(PlatformCAAnimation* animation, bool value)
50 [animation->platformAnimation() setValue:[NSNumber numberWithBool:value] forKey:WKNonZeroBeginTimeFlag];
242 void PlatformCAAnimation::setBeginTime(CFTimeInterval value)
244 [m_animation.get() setBeginTime:value];
246 // Also set a flag to tell us if we've passed in a 0 value.
250 if (value)
259 void PlatformCAAnimation::setDuration(CFTimeInterval value)
261 [m_animation.get() setDuration:value];
269 void PlatformCAAnimation::setSpeed(float value)
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/win/
H A DPlatformCAAnimationWin.cpp235 void PlatformCAAnimation::setBeginTime(CFTimeInterval value) argument
237 CACFAnimationSetBeginTime(m_animation.get(), value);
245 void PlatformCAAnimation::setDuration(CFTimeInterval value) argument
247 CACFAnimationSetDuration(m_animation.get(), value);
255 void PlatformCAAnimation::setSpeed(float value) argument
257 CACFAnimationSetSpeed(m_animation.get(), value);
265 void PlatformCAAnimation::setTimeOffset(CFTimeInterval value) argument
267 CACFAnimationSetTimeOffset(m_animation.get(), value);
275 void PlatformCAAnimation::setRepeatCount(float value) argument
277 CACFAnimationSetRepeatCount(m_animation.get(), value);
285 setAutoreverses(bool value) argument
295 setFillMode(FillModeType value) argument
300 setTimingFunction(const TimingFunction* value, bool reverse) argument
306 copyTimingFunctionFrom(const PlatformCAAnimation* value) argument
318 setRemovedOnCompletion(bool value) argument
328 setAdditive(bool value) argument
339 setValueFunction(ValueFunctionType value) argument
345 setFromValue(float value) argument
354 setFromValue(const WebCore::TransformationMatrix& value) argument
363 setFromValue(const FloatPoint3D& value) argument
373 setFromValue(const WebCore::Color& value) argument
390 copyFromValueFrom(const PlatformCAAnimation* value) argument
398 setToValue(float value) argument
407 setToValue(const WebCore::TransformationMatrix& value) argument
416 setToValue(const FloatPoint3D& value) argument
426 setToValue(const WebCore::Color& value) argument
443 copyToValueFrom(const PlatformCAAnimation* value) argument
453 setValues(const Vector<float>& value) argument
467 setValues(const Vector<WebCore::TransformationMatrix>& value) argument
481 setValues(const Vector<FloatPoint3D>& value) argument
496 setValues(const Vector<WebCore::Color>& value) argument
518 copyValuesFrom(const PlatformCAAnimation* value) argument
526 setKeyTimes(const Vector<float>& value) argument
540 copyKeyTimesFrom(const PlatformCAAnimation* value) argument
548 setTimingFunctions(const Vector<const TimingFunction*>& value, bool reverse) argument
563 copyTimingFunctionsFrom(const PlatformCAAnimation* value) argument
[all...]
/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDADebugLog/
H A DLogItem.h17 - (void)setTime:(NSNumber *)value;
19 - (void)setFirst:(NSNumber *)value;
21 - (void)setSecond:(NSNumber *)value;
23 - (void)setMessage:(NSString *)value;
/macosx-10.9.5/CPANInternal-140/DBIx-Class/t/lib/DBICTest/Schema/
H A DEncoded.pm25 my ($self, $col, $value) = @_;
27 $value = reverse split '', $value;
29 $self->next::method($col, $value);
/macosx-10.9.5/JavaScriptCore-7537.78.1/interpreter/
H A DCallFrameClosure.h41 void setThis(JSValue value) argument
43 newCallFrame->setThisValue(value);
46 void setArgument(int argument, JSValue value) argument
48 newCallFrame->setArgument(argument, value);
55 // argument after the 'this' value. Since both argumentCountIncludingThis
56 // and parameterCountIncludingThis includes the 'this' value, we need to
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma_2/Statements/
H A Dtry-006.js54 function TryObject( value, fun, exception ) {
55 this.value = value;
58 this.valueOf = new Function ( "return this.value" );
66 * property is true, we expect the result to be the exception value.
67 * If exception is false, then we expect the result to be the value of
81 "TryWith( " + object.value +" )",
/macosx-10.9.5/Libc-997.90.3/stdlib/
H A Da64l.c17 int value, digit, shift; local
25 value = 0;
41 value |= digit << shift;
45 return(value);
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSCanvasRenderingContext2DCustom.cpp50 static CanvasStyle toHTMLCanvasStyle(ExecState*, JSValue value) argument
52 if (!value.isObject())
54 JSObject* object = asObject(value);
68 void JSCanvasRenderingContext2D::setStrokeStyle(ExecState* exec, JSValue value) argument
71 if (value.isString()) {
72 context->setStrokeColor(asString(value)->value(exec));
75 context->setStrokeStyle(toHTMLCanvasStyle(exec, value));
84 void JSCanvasRenderingContext2D::setFillStyle(ExecState* exec, JSValue value) argument
87 if (value
106 setWebkitLineDash(ExecState* exec, JSValue value) argument
[all...]
H A DJSHTMLFrameElementCustom.cpp44 static inline bool allowSettingJavascriptURL(ExecState* exec, HTMLFrameElement* imp, const String& value) argument
46 if (protocolIsJavaScript(stripLeadingAndTrailingHTMLSpaces(value))) {
54 void JSHTMLFrameElement::setLocation(ExecState* exec, JSValue value) argument
57 String locationValue = valueToStringWithNullCheck(exec, value);
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DBaseTextInputType.cpp40 bool BaseTextInputType::patternMismatch(const String& value) const
43 if (rawPattern.isNull() || value.isEmpty() || !RegularExpression(rawPattern, TextCaseSensitive).isValid())
47 int valueLength = value.length();
48 int matchOffset = RegularExpression(pattern, TextCaseSensitive).match(value, 0, &matchLength);
H A DHTMLFontElement.cpp111 int value;
114 value = charactersToIntStrict(digits.characters8(), digits.length());
116 value = charactersToIntStrict(digits.characters16(), digits.length());
120 value += 3;
122 value = 3 - value;
125 if (value > 7)
126 value = 7;
129 if (value < 1)
130 value
[all...]
H A DHTMLTableCaptionElement.cpp54 void HTMLTableCaptionElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) argument
57 if (!value.isEmpty())
58 addPropertyToPresentationAttributeStyle(style, CSSPropertyCaptionSide, value);
60 HTMLElement::collectStyleForPresentationAttribute(name, value, style);
H A DURLInputType.cpp58 bool URLInputType::typeMismatchFor(const String& value) const
60 return !value.isEmpty() && !KURL(KURL(), value).isValid();
65 return typeMismatchFor(element()->value());
/macosx-10.9.5/WebCore-7537.78.1/html/canvas/
H A DWebGLGetInfo.h74 explicit WebGLGetInfo(bool value);
75 WebGLGetInfo(const bool* value, int size);
76 explicit WebGLGetInfo(float value);
77 explicit WebGLGetInfo(int value);
78 // Represents the null value and type.
80 explicit WebGLGetInfo(const String& value);
81 explicit WebGLGetInfo(unsigned int value);
82 explicit WebGLGetInfo(PassRefPtr<WebGLBuffer> value);
83 explicit WebGLGetInfo(PassRefPtr<Float32Array> value);
84 explicit WebGLGetInfo(PassRefPtr<WebGLFramebuffer> value);
[all...]

Completed in 220 milliseconds

<<11121314151617181920>>