Searched refs:newValue (Results 101 - 125 of 243) sorted by relevance

12345678910

/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/controlwidget/
H A Drdial.tcl167 method set {newValue} {
169 set ::$options(-variable) $newValue ;#! This updates the dial too
171 set options(-value) $newValue
H A Dtachometer.tcl211 method set {newValue} {
213 set ::$options(-variable) $newValue ;#! This updates the dial too
215 set options(-value) $newValue
H A Dvoltmeter.tcl180 method set {newValue} {
182 set ::$options(-variable) $newValue ;#! This updates the dial too
184 set options(-value) $newValue
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDLib/
H A DIOHIDEventServiceClass.cpp605 CFTypeRef newValue = NULL; local
615 value = newValue = CFNumberCreate(kCFAllocatorDefault, kCFNumberSInt32Type, &fixedValue);
620 if ( newValue )
621 CFRelease(newValue);
H A DIOHIDUPSClass.cpp63 static bool ShouldReplaceElement(UPSHIDElement * oldValue, UPSHIDElement * newValue) argument
66 if ( newValue->isCommand )
69 if ( oldValue && newValue &&
70 ((!oldValue->isDesiredCollection && newValue->isDesiredCollection) ||
71 ((newValue->isDesiredCollection == oldValue->isDesiredCollection) &&
72 (!oldValue->isDesiredType && newValue->isDesiredType))))
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DFontCache.cpp318 pair<RefPtr<SimpleFontData>, unsigned> newValue(SimpleFontData::create(*platformData), shouldRetain == Retain ? 1 : 0);
319 gFontDataCache->set(*platformData, newValue);
321 gInactiveFontData->add(newValue.first);
322 return newValue.first.release();
/macosx-10.9.5/tcl-102/tk/tk/generic/ttk/
H A DttkButton.c526 Tcl_Obj *newValue; local
539 newValue = checkPtr->checkbutton.offValueObj;
541 newValue = checkPtr->checkbutton.onValueObj;
544 checkPtr->checkbutton.variableObj, NULL, newValue,
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Dcontext.h181 void replace(CSSM_ATTRIBUTE_TYPE type, const T &newValue) const
184 *attr = Attr(type, newValue);
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecPolicy.cpp137 const CssmData newValue(value->Data, value->Length);
138 Policy::required(policyRef)->setValue(newValue);
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Dcontext.h181 void replace(CSSM_ATTRIBUTE_TYPE type, const T &newValue) const
184 *attr = Attr(type, newValue);
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecPolicy.cpp137 const CssmData newValue(value->Data, value->Length);
138 Policy::required(policyRef)->setValue(newValue);
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecPolicy.cpp137 const CssmData newValue(value->Data, value->Length);
138 Policy::required(policyRef)->setValue(newValue);
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DElement.cpp977 inline void Element::setAttributeInternal(unsigned index, const QualifiedName& name, const AtomicString& newValue, SynchronizationOfLazyAttribute inSynchronizationOfLazyAttribute) argument
979 if (newValue.isNull()) {
986 addAttributeInternal(name, newValue, inSynchronizationOfLazyAttribute);
991 willModifyAttribute(name, attributeItem(index)->value(), newValue);
993 if (newValue != attributeItem(index)->value()) {
998 attrNode->setValue(newValue);
1000 ensureUniqueElementData()->attributeItem(index)->setValue(newValue);
1004 didModifyAttribute(name, newValue);
1024 void Element::attributeChanged(const QualifiedName& name, const AtomicString& newValue, AttributeModificationReason) argument
1026 parseAttribute(name, newValue);
1061 attributeChangedFromParserOrByCloning(const QualifiedName& name, const AtomicString& newValue, AttributeModificationReason reason) argument
[all...]
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DLinkConfiguration.c289 CFTypeRef newValue)
323 if ((newValue != NULL) && !isA_CFNumber(newValue)) {
350 if ((newValue != NULL)) {
351 CFDictionarySetValue(newConfiguration, capability, newValue);
287 SCNetworkInterfaceSetCapability(SCNetworkInterfaceRef interface, CFStringRef capability, CFTypeRef newValue) argument
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v7.6/
H A DtclIO.c4091 Tcl_SetChannelOption(interp, chan, optionName, newValue)
4095 char *newValue; /* New value for option. */
4123 if (Tcl_GetBoolean(interp, newValue, &newMode) == TCL_ERROR) {
4158 len = strlen(newValue);
4159 if ((newValue[0] == 'f') && (strncmp(newValue, "full", len) == 0)) {
4162 } else if ((newValue[0] == 'l') &&
4163 (strncmp(newValue, "line", len) == 0)) {
4166 } else if ((newValue[0] == 'n') &&
4167 (strncmp(newValue, "non
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v7.6p2/
H A DtclIO.c4105 Tcl_SetChannelOption(interp, chan, optionName, newValue)
4109 char *newValue; /* New value for option. */
4137 if (Tcl_GetBoolean(interp, newValue, &newMode) == TCL_ERROR) {
4172 len = strlen(newValue);
4173 if ((newValue[0] == 'f') && (strncmp(newValue, "full", len) == 0)) {
4176 } else if ((newValue[0] == 'l') &&
4177 (strncmp(newValue, "line", len) == 0)) {
4180 } else if ((newValue[0] == 'n') &&
4181 (strncmp(newValue, "non
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.0/
H A DtclIO.c4508 Tcl_SetChannelOption(interp, chan, optionName, newValue)
4512 char *newValue; /* New value for option. */
4549 if (Tcl_GetBoolean(interp, newValue, &newMode) == TCL_ERROR) {
4562 len = strlen(newValue);
4563 if ((newValue[0] == 'f') && (strncmp(newValue, "full", len) == 0)) {
4566 } else if ((newValue[0] == 'l') &&
4567 (strncmp(newValue, "line", len) == 0)) {
4570 } else if ((newValue[0] == 'n') &&
4571 (strncmp(newValue, "non
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.0.4/
H A DtclIO.c4599 Tcl_SetChannelOption(interp, chan, optionName, newValue)
4603 char *newValue; /* New value for option. */
4640 if (Tcl_GetBoolean(interp, newValue, &newMode) == TCL_ERROR) {
4653 len = strlen(newValue);
4654 if ((newValue[0] == 'f') && (strncmp(newValue, "full", len) == 0)) {
4657 } else if ((newValue[0] == 'l') &&
4658 (strncmp(newValue, "line", len) == 0)) {
4661 } else if ((newValue[0] == 'n') &&
4662 (strncmp(newValue, "non
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.0.5/
H A DtclIO.c4599 Tcl_SetChannelOption(interp, chan, optionName, newValue)
4603 char *newValue; /* New value for option. */
4640 if (Tcl_GetBoolean(interp, newValue, &newMode) == TCL_ERROR) {
4653 len = strlen(newValue);
4654 if ((newValue[0] == 'f') && (strncmp(newValue, "full", len) == 0)) {
4657 } else if ((newValue[0] == 'l') &&
4658 (strncmp(newValue, "line", len) == 0)) {
4661 } else if ((newValue[0] == 'n') &&
4662 (strncmp(newValue, "non
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.0a1/
H A DtclIO.c4208 Tcl_SetChannelOption(interp, chan, optionName, newValue)
4212 char *newValue; /* New value for option. */
4240 if (Tcl_GetBoolean(interp, newValue, &newMode) == TCL_ERROR) {
4275 len = strlen(newValue);
4276 if ((newValue[0] == 'f') && (strncmp(newValue, "full", len) == 0)) {
4279 } else if ((newValue[0] == 'l') &&
4280 (strncmp(newValue, "line", len) == 0)) {
4283 } else if ((newValue[0] == 'n') &&
4284 (strncmp(newValue, "non
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.0a2/
H A DtclIO.c4208 Tcl_SetChannelOption(interp, chan, optionName, newValue)
4212 char *newValue; /* New value for option. */
4240 if (Tcl_GetBoolean(interp, newValue, &newMode) == TCL_ERROR) {
4275 len = strlen(newValue);
4276 if ((newValue[0] == 'f') && (strncmp(newValue, "full", len) == 0)) {
4279 } else if ((newValue[0] == 'l') &&
4280 (strncmp(newValue, "line", len) == 0)) {
4283 } else if ((newValue[0] == 'n') &&
4284 (strncmp(newValue, "non
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.0b1/
H A DtclIO.c4440 Tcl_SetChannelOption(interp, chan, optionName, newValue)
4444 char *newValue; /* New value for option. */
4488 if (Tcl_GetBoolean(interp, newValue, &newMode) == TCL_ERROR) {
4501 len = strlen(newValue);
4502 if ((newValue[0] == 'f') && (strncmp(newValue, "full", len) == 0)) {
4505 } else if ((newValue[0] == 'l') &&
4506 (strncmp(newValue, "line", len) == 0)) {
4509 } else if ((newValue[0] == 'n') &&
4510 (strncmp(newValue, "non
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.0b2/
H A DtclIO.c4504 Tcl_SetChannelOption(interp, chan, optionName, newValue)
4508 char *newValue; /* New value for option. */
4545 if (Tcl_GetBoolean(interp, newValue, &newMode) == TCL_ERROR) {
4558 len = strlen(newValue);
4559 if ((newValue[0] == 'f') && (strncmp(newValue, "full", len) == 0)) {
4562 } else if ((newValue[0] == 'l') &&
4563 (strncmp(newValue, "line", len) == 0)) {
4566 } else if ((newValue[0] == 'n') &&
4567 (strncmp(newValue, "non
[all...]
/macosx-10.9.5/CF-855.17/
H A DCFXMLPreferencesDomain.c437 CFTypeRef newValue = CFPropertyListCreateDeepCopy(__CFPreferencesAllocator(), value, kCFPropertyListImmutable); local
438 CFDictionarySetValue(domain->_domainDict, key, newValue);
439 CFRelease(newValue);
/macosx-10.9.5/dyld-239.4/launch-cache/
H A DObjCModernAbstraction.hpp780 pint_t newValue = mVisitor.visit(oldValue); local
781 mlist->get(m).setName(newValue);
801 pint_t newValue = mVisitor.visit(oldValue); local
802 selrefs.set(i, newValue);
811 pint_t newValue = mVisitor.visit(oldValue); local
812 msg.setName(newValue);

Completed in 263 milliseconds

12345678910