Searched refs:value (Results 101 - 125 of 8641) sorted by relevance

1234567891011>>

/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma_2/Statements/
H A Dtry-001.js25 var INVALID_JAVA_INTEGER_VALUE = "Invalid value for java.lang.Integer constructor";
44 value = Number( v );
45 if ( Math.floor(value) != value || isNaN(value) ) {
48 return value;
53 * Call newJavaInteger( value ) from within a try block. Catch any
55 * return value from newJavaInteger in cases in which we do not expect
59 function TryNewJavaInteger( value, expect ) {
63 result = newJavaInteger( value );
[all...]
/macosx-10.10/ncurses-44/ncurses/menu/
H A Dm_item_val.c44 | Function : int set_item_value(ITEM *item, int value)
46 | Description : Programmatically set the item's selection value. This is
56 set_item_value(ITEM * item, bool value) argument
60 T((T_CALLED("set_item_value(%p,%d)"), item, value));
69 if (item->value ^ value)
71 item->value = value ? TRUE : FALSE;
83 _nc_Default_Item.value = value;
[all...]
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/
H A Dtype_utils.hpp87 value = is_const<T>::value && is_pointer<T>::value enumerator in enum:pb_ds::detail::is_const_pointer::__anon9750
96 value = is_const<T>::value && is_reference<T>::value enumerator in enum:pb_ds::detail::is_const_reference::__anon9751
105 value = is_fundamental<typename remove_const<T>::type>::value enumerator in enum:pb_ds::detail::is_simple::__anon9752
106 || is_pointer<typename remove_const<T>::type>::value
107 || is_member_pointer<T>::value
120 value = 0 enumerator in enum:pb_ds::detail::is_pair::is_pair_imp::__anon9753
129 value = 1 enumerator in enum:pb_ds::detail::is_pair::is_pair_imp::__anon9754
136 value = is_pair_imp<T>::value enumerator in enum:pb_ds::detail::is_pair::__anon9755
[all...]
/macosx-10.10/llvmCore-3425.0.34/bindings/python/llvm/
H A Dcore.py32 def __init__(self, name, value):
34 self.value = value
40 def from_value(value):
41 """Obtain an OpCode instance from a numeric value."""
42 result = OpCode._value_map.get(value, None)
45 raise ValueError('Unknown OpCode: %d' % value)
50 def register(name, value):
56 if value in OpCode._value_map:
57 raise ValueError('OpCode value alread
[all...]
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSCSSValueCustom.cpp71 JSValue toJS(ExecState*, JSDOMGlobalObject* globalObject, CSSValue* value) argument
73 if (!value)
77 ASSERT(value->isCSSOMSafe());
79 // If we're here under erroneous circumstances, prefer returning null over a potentially insecure value.
80 if (!value->isCSSOMSafe())
83 JSObject* wrapper = getCachedWrapper(globalObject->world(), value);
88 if (value->isWebKitCSSTransformValue())
89 wrapper = CREATE_DOM_WRAPPER(globalObject, WebKitCSSTransformValue, value);
91 else if (value->isWebKitCSSFilterValue())
92 wrapper = CREATE_DOM_WRAPPER(globalObject, WebKitCSSFilterValue, value);
[all...]
H A DJSDOMStringListCustom.cpp28 PassRefPtr<DOMStringList> toDOMStringList(ExecState* exec, JSValue value) argument
30 if (value.inherits(JSDOMStringList::info()))
31 return &jsCast<JSDOMStringList*>(asObject(value))->impl();
33 if (!isJSArray(value))
36 JSArray* array = asArray(value);
39 stringList->append(array->getIndex(exec, i).toString(exec)->value(exec));
H A DJSDictionary.cpp86 void JSDictionary::convertValue(ExecState* exec, JSValue value, bool& result) argument
88 result = value.toBoolean(exec);
91 void JSDictionary::convertValue(ExecState* exec, JSValue value, int& result) argument
93 result = value.toInt32(exec);
96 void JSDictionary::convertValue(ExecState* exec, JSValue value, unsigned& result) argument
98 result = value.toUInt32(exec);
101 void JSDictionary::convertValue(ExecState* exec, JSValue value, unsigned short& result) argument
103 result = static_cast<unsigned short>(value.toUInt32(exec));
106 void JSDictionary::convertValue(ExecState* exec, JSValue value, unsigned long& result) argument
108 result = static_cast<unsigned long>(value
111 convertValue(ExecState* exec, JSValue value, unsigned long long& result) argument
117 convertValue(ExecState* exec, JSValue value, double& result) argument
122 convertValue(JSC::ExecState* exec, JSC::JSValue value, Dictionary& result) argument
127 convertValue(ExecState* exec, JSValue value, String& result) argument
132 convertValue(ExecState* exec, JSValue value, Vector<String>& result) argument
150 convertValue(ExecState* exec, JSValue value, Deprecated::ScriptValue& result) argument
155 convertValue(ExecState* exec, JSValue value, RefPtr<SerializedScriptValue>& result) argument
160 convertValue(ExecState*, JSValue value, RefPtr<DOMWindow>& result) argument
165 convertValue(ExecState*, JSValue value, RefPtr<EventTarget>& result) argument
170 convertValue(ExecState*, JSValue value, RefPtr<Node>& result) argument
175 convertValue(ExecState*, JSValue value, RefPtr<Storage>& result) argument
180 convertValue(ExecState* exec, JSValue value, MessagePortArray& result) argument
187 convertValue(ExecState*, JSValue value, RefPtr<TrackBase>& result) argument
193 convertValue(ExecState* exec, JSValue value, HashSet<AtomicString>& result) argument
213 convertValue(ExecState* exec, JSValue value, ArrayValue& result) argument
221 convertValue(JSC::ExecState*, JSC::JSValue value, RefPtr<Uint8Array>& result) argument
227 convertValue(JSC::ExecState*, JSC::JSValue value, RefPtr<MediaKeyError>& result) argument
234 convertValue(JSC::ExecState*, JSC::JSValue value, RefPtr<MediaStream>& result) argument
239 convertValue(JSC::ExecState*, JSC::JSValue value, RefPtr<MediaStreamTrack>& result) argument
246 convertValue(JSC::ExecState*, JSC::JSValue value, RefPtr<CSSFontFaceRule>& result) argument
251 convertValue(JSC::ExecState*, JSC::JSValue value, RefPtr<DOMError>& result) argument
256 convertValue(JSC::ExecState* exec, JSC::JSValue value, RefPtr<VoidCallback>& result) argument
266 convertValue(JSC::ExecState*, JSC::JSValue value, RefPtr<SpeechRecognitionResultList>& result) argument
273 convertValue(JSC::ExecState*, JSC::JSValue value, RefPtr<Gamepad>& result) argument
282 JSValue value; local
[all...]
/macosx-10.10/llvmCore-3425.0.34/bindings/ocaml/target/
H A Dtarget_ocaml.c22 CAMLprim LLVMTargetDataRef llvm_targetdata_create(value StringRep) {
27 CAMLprim value llvm_targetdata_add(LLVMTargetDataRef TD, LLVMPassManagerRef PM){
33 CAMLprim value llvm_targetdata_as_string(LLVMTargetDataRef TD) {
35 value Copy = copy_string(StringRep);
41 CAMLprim value llvm_targetdata_dispose(LLVMTargetDataRef TD) {
47 CAMLprim value llvm_byte_order(LLVMTargetDataRef TD) {
52 CAMLprim value llvm_pointer_size(LLVMTargetDataRef TD) {
57 CAMLprim value llvm_size_in_bits(LLVMTargetDataRef TD, LLVMTypeRef Ty) {
62 CAMLprim value llvm_store_size(LLVMTargetDataRef TD, LLVMTypeRef Ty) {
67 CAMLprim value llvm_abi_siz
[all...]
/macosx-10.10/ruby-106/ruby/lib/xmlrpc/
H A Ddatetime.rb16 # XMLRPC::DateTime is able to store a XMLRPC +dateTime.iso8601+ value correctly.
19 # Return the value of the specified date/time component.
22 # Set +value+ as the new date/time component.
24 # Raises ArgumentError if the given +value+ is out of range, or in the case
25 # of XMLRPC::DateTime#year= if +value+ is not of type Integer.
26 def year= (value)
27 raise ArgumentError, "date/time out of range" unless value.is_a? Integer
28 @year = value
31 # Set +value+ as the new date/time component.
33 # Raises an ArgumentError if the given +value
[all...]
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DWebPreferencesStore.cpp84 String value; local
85 if (!decoder.decode(value))
87 result = Value(value);
91 bool value; local
92 if (!decoder.decode(value))
94 result = Value(value);
98 uint32_t value; local
99 if (!decoder.decode(value))
101 result = Value(value);
105 double value; local
137 overrideBoolValueForKey(const String& key, bool value) argument
149 template<> struct ToType<String> { static const auto value = WebPreferencesStore::Value::Type::String; }; member in struct:WebKit::ToType
150 template<> struct ToType<bool> { static const auto value = WebPreferencesStore::Value::Type::Bool; }; member in struct:WebKit::ToType
151 template<> struct ToType<uint32_t> { static const auto value = WebPreferencesStore::Value::Type::UInt32; }; member in struct:WebKit::ToType
152 template<> struct ToType<double> { static const auto value = WebPreferencesStore::Value::Type::Double; }; member in struct:WebKit::ToType
157 as(const WebPreferencesStore::Value& value) argument
158 as(const WebPreferencesStore::Value& value) argument
159 as(const WebPreferencesStore::Value& value) argument
160 as(const WebPreferencesStore::Value& value) argument
196 setValueForKey(WebPreferencesStore::ValueMap& map, const WebPreferencesStore::ValueMap& overridenDefaults, const String& key, const MappedType& value) argument
206 setStringValueForKey(const String& key, const String& value) argument
216 setBoolValueForKey(const String& key, bool value) argument
231 setUInt32ValueForKey(const String& key, uint32_t value) argument
241 setDoubleValueForKey(const String& key, double value) argument
253 setOverrideDefaultsStringValueForKey(const String& key, String value) argument
258 setOverrideDefaultsBoolValueForKey(const String& key, bool value) argument
263 setOverrideDefaultsUInt32ValueForKey(const String& key, uint32_t value) argument
268 setOverrideDefaultsDoubleValueForKey(const String& key, double value) argument
[all...]
/macosx-10.10/ruby-106/ruby/test/openssl/
H A Dtest_asn1.rb21 assert_equal(3, asn1.value.size)
22 tbs_cert, sig_alg, sig_val = *asn1.value
25 assert_equal(8, tbs_cert.value.size)
27 version = tbs_cert.value[0]
30 assert_equal(1, version.value.size)
31 assert_equal(OpenSSL::ASN1::Integer, version.value[0].class)
32 assert_equal(2, version.value[0].value)
34 serial = tbs_cert.value[1]
36 assert_equal(0xdeadbeafdeadbeafdeadbeafdeadbeaf, serial.value)
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma_2/Exceptions/
H A Dexpression-003.js7 Try to access properties of an object whose value is undefined.
31 result = OBJECT.value.toString();
40 "Get the toString value of an object whose value is undefined "+
47 function Property( object, value, string, number ) {
49 this.string = String(value);
50 this.number = Number(value);
51 this.value = value;
H A Dexpression-004.js26 result = OBJECT.value.toString();
34 "Get the toString value of an object whose value is null "+
41 function Property( object, value, string, number ) {
43 this.string = String(value);
44 this.number = Number(value);
45 this.value = value;
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DWebInjectedScriptHost.cpp40 JSValue WebInjectedScriptHost::type(JSC::ExecState* exec, JSC::JSValue value) argument
42 if (value.inherits(JSNode::info()))
44 if (value.inherits(JSNodeList::info()))
46 if (value.inherits(JSHTMLCollection::info()))
52 bool WebInjectedScriptHost::isHTMLAllCollection(JSC::JSValue value) argument
54 return value.inherits(JSHTMLAllCollection::info());
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/TemperatureTransformer/
H A DTransformerAppDelegate.py26 def transformedValue_(self, value):
27 if value is None:
29 # the forward value is coming from an ivar that's
32 fahrenheitInputValue = float(value)
33 # calculate Celsius value
37 def reverseTransformedValue_(self, value):
38 if value is None:
40 # the reverse value comes from the text field, so it's
42 celsiusInputValue = float(value)
43 # calculate Fahrenheit value
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/TemperatureTransformer/
H A DTransformerAppDelegate.py26 def transformedValue_(self, value):
27 if value is None:
29 # the forward value is coming from an ivar that's
32 fahrenheitInputValue = float(value)
33 # calculate Celsius value
37 def reverseTransformedValue_(self, value):
38 if value is None:
40 # the reverse value comes from the text field, so it's
42 celsiusInputValue = float(value)
43 # calculate Fahrenheit value
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/CocoaBindings/TemperatureTransformer/
H A DTransformerAppDelegate.py26 def transformedValue_(self, value):
27 if value is None:
29 # the forward value is coming from an ivar that's
32 fahrenheitInputValue = float(value)
33 # calculate Celsius value
37 def reverseTransformedValue_(self, value):
38 if value is None:
40 # the reverse value comes from the text field, so it's
42 celsiusInputValue = float(value)
43 # calculate Fahrenheit value
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Dmt-ibld.c82 unsigned long value,
99 x = (x & ~(mask << shift)) | ((value & mask) << shift);
109 WORD_OFFSET is the offset in bits from the start of the insn of the value.
110 WORD_LENGTH is the length of the word in bits in which the value resides.
124 long value,
137 /* If LENGTH is zero, this operand doesn't contribute to the value. */
159 if ((value > 0 && (unsigned long) value > maxval)
160 || value < minval)
165 value, minva
80 insert_1(CGEN_CPU_DESC cd, unsigned long value, int start, int length, int word_length, unsigned char *bufp) argument
122 insert_normal(CGEN_CPU_DESC cd, long value, unsigned int attrs, unsigned int word_offset, unsigned int start, unsigned int length, unsigned int word_length, unsigned int total_length, CGEN_INSN_BYTES_PTR buffer) argument
239 unsigned long value; local
287 put_insn_int_value(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, CGEN_INSN_BYTES_PTR buf, int length, int insn_length, CGEN_INSN_INT value) argument
426 long value, mask; local
647 long value = fields->f_imm16s; local
657 long value = fields->f_imm16s; local
676 long value = fields->f_loopo; local
864 long value; local
875 long value; local
895 long value; local
989 int value; local
1171 bfd_vma value; local
1357 mt_cgen_set_int_operand(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, int opindex, CGEN_FIELDS * fields, int value) argument
1536 mt_cgen_set_vma_operand(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, int opindex, CGEN_FIELDS * fields, bfd_vma value) argument
[all...]
H A Dfrv-ibld.c82 unsigned long value,
99 x = (x & ~(mask << shift)) | ((value & mask) << shift);
109 WORD_OFFSET is the offset in bits from the start of the insn of the value.
110 WORD_LENGTH is the length of the word in bits in which the value resides.
124 long value,
137 /* If LENGTH is zero, this operand doesn't contribute to the value. */
159 if ((value > 0 && (unsigned long) value > maxval)
160 || value < minval)
165 value, minva
80 insert_1(CGEN_CPU_DESC cd, unsigned long value, int start, int length, int word_length, unsigned char *bufp) argument
122 insert_normal(CGEN_CPU_DESC cd, long value, unsigned int attrs, unsigned int word_offset, unsigned int start, unsigned int length, unsigned int word_length, unsigned int total_length, CGEN_INSN_BYTES_PTR buffer) argument
247 unsigned long value; local
295 put_insn_int_value(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, CGEN_INSN_BYTES_PTR buf, int length, int insn_length, CGEN_INSN_INT value) argument
434 long value, mask; local
618 long value = fields->f_CRj_int; local
757 long value = fields->f_label16; local
942 long value; local
1082 long value; local
1200 int value; local
1460 bfd_vma value; local
1724 frv_cgen_set_int_operand(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, int opindex, CGEN_FIELDS * fields, int value) argument
1981 frv_cgen_set_vma_operand(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, int opindex, CGEN_FIELDS * fields, bfd_vma value) argument
[all...]
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOFixed64.h42 value = 0;
46 return value / 65536LL;
50 return value;
54 return value / 256LL;
59 if( value < 0LL )
60 result = value | ~0xffffLL;
62 result = value & 0xffffLL;
79 if (value > INT_MAX)
82 if (value < INT_MIN)
85 return IOFixed(value);
[all...]
/macosx-10.10/cups-408/cups/ppdc/
H A Dgenstrings.cxx72 catalog->add_message(size->text->value);
88 write_cstring(message->id->value);
107 catalog->add_message(d->manufacturer->value);
108 catalog->add_message(d->model_name->value);
122 if (_cups_strcasecmp(g->name->value, "General"))
123 catalog->add_message(g->text->value);
132 if (o->text->value && strcmp(o->name->value, o->text->value))
133 catalog->add_message(o->text->value);
[all...]
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLOutputElement.cpp65 void HTMLOutputElement::parseAttribute(const QualifiedName& name, const AtomicString& value) argument
68 setFor(value);
70 HTMLFormControlElement::parseAttribute(name, value);
78 void HTMLOutputElement::setFor(const String& value) argument
80 m_tokens->setValue(value);
99 // value mode flag to "default" and then to set the element's textContent
100 // attribute to the default value.
102 if (m_defaultValue == value())
107 String HTMLOutputElement::value() const function in class:WebCore::HTMLOutputElement
112 void HTMLOutputElement::setValue(const String& value) argument
126 setDefaultValue(const String& value) argument
137 setTextContentInternal(const String& value) argument
[all...]
H A DHTMLTablePartElement.cpp49 void HTMLTablePartElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStyleProperties& style) argument
52 addHTMLColorToStyle(style, CSSPropertyBackgroundColor, value);
54 String url = stripLeadingAndTrailingHTMLSpaces(value);
58 if (equalIgnoringCase(value, "top"))
60 else if (equalIgnoringCase(value, "middle"))
62 else if (equalIgnoringCase(value, "bottom"))
64 else if (equalIgnoringCase(value, "baseline"))
67 addPropertyToPresentationAttributeStyle(style, CSSPropertyVerticalAlign, value);
69 if (equalIgnoringCase(value, "middle") || equalIgnoringCase(value, "cente
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/cpu/
H A Diq2000.opc48 #define CGEN_DIS_HASH(buf,value) (((* (unsigned char*) (buf)) >> 6) % CGEN_DIS_HASH_SIZE)
116 errmsg = _("immediate value cannot be register");
119 long value;
121 errmsg = cgen_parse_signed_integer (cd, strp, opindex, & value);
124 long x = (-value) & 0xFFFF0000;
127 errmsg = _("immediate value out of range");
129 *valuep = (-value & 0xFFFF);
146 errmsg = _("immediate value cannot be register");
149 long value;
151 errmsg = cgen_parse_signed_integer (cd, strp, opindex, & value);
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DWriteBarrierInlines.h35 inline void WriteBarrierBase<T>::set(VM& vm, const JSCell* owner, T* value) argument
37 ASSERT(value);
39 validateCell(value);
40 setEarlyValue(vm, owner, value);
44 inline void WriteBarrierBase<T>::setMayBeNull(VM& vm, const JSCell* owner, T* value) argument
46 if (value)
47 validateCell(value);
48 setEarlyValue(vm, owner, value);
52 inline void WriteBarrierBase<T>::setEarlyValue(VM& vm, const JSCell* owner, T* value) argument
54 this->m_cell = reinterpret_cast<JSCell*>(value);
58 set(VM& vm, const JSCell* owner, JSValue value) argument
[all...]

Completed in 257 milliseconds

1234567891011>>