Searched refs:newValue (Results 201 - 225 of 252) sorted by relevance

1234567891011

/macosx-10.10/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCTargetSpace.cpp2495 UInt32 newValue)
2524 newValue,
2540 newValue,
2493 pcrModified(IOFWAVCPlugTypes plugType, UInt32 plugNum, UInt32 newValue) argument
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.0/
H A Dtcl.h1402 char *optionName, char *newValue));
1436 char *varName, char *newValue, int flags));
1438 char *part1, char *part2, char *newValue,
H A Dtcl.h.orig1384 char *optionName, char *newValue));
1418 char *varName, char *newValue, int flags));
1420 char *part1, char *part2, char *newValue,
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.0.4/
H A Dtcl.h1465 char *optionName, char *newValue));
1499 char *varName, char *newValue, int flags));
1501 char *part1, char *part2, char *newValue,
H A Dtcl.h.orig1447 char *optionName, char *newValue));
1481 char *varName, char *newValue, int flags));
1483 char *part1, char *part2, char *newValue,
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.0.5/
H A Dtcl.h1479 char *optionName, char *newValue));
1513 char *varName, char *newValue, int flags));
1515 char *part1, char *part2, char *newValue,
H A Dtcl.h.orig1461 char *optionName, char *newValue));
1495 char *varName, char *newValue, int flags));
1497 char *part1, char *part2, char *newValue,
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1a2/
H A Dtcl.h1654 char *optionName, char *newValue));
1693 char *varName, char *newValue, int flags));
1695 char *part1, char *part2, char *newValue,
H A Dtcl.h.orig1647 char *optionName, char *newValue));
1686 char *varName, char *newValue, int flags));
1688 char *part1, char *part2, char *newValue,
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1b1/
H A Dtcl.h1715 char *optionName, char *newValue));
1754 char *varName, char *newValue, int flags));
1756 char *part1, char *part2, char *newValue,
H A Dtcl.h.orig1708 char *optionName, char *newValue));
1747 char *varName, char *newValue, int flags));
1749 char *part1, char *part2, char *newValue,
/macosx-10.10/tcl-105/tk/tk/generic/ttk/
H A DttkEntry.c572 const char *newValue, /* Potential new value of entry string */
594 newValue, index, count, reason);
612 newValue, index, count, reason);
570 EntryValidateChange( Entry *entryPtr, const char *newValue, int index, int count, VREASON reason) argument
/macosx-10.10/WebCore-7600.1.25/bindings/objc/
H A DPublicDOMInterfaces.h1078 @property (readonly, copy) NSString *newValue; variable
1081 - (void)initMutationEvent:(NSString *)type canBubble:(BOOL)canBubble cancelable:(BOOL)cancelable relatedNode:(DOMNode *)relatedNode prevValue:(NSString *)prevValue newValue:(NSString *)newValue attrName:(NSString *)attrName attrChange:(unsigned short)attrChange WEBKIT_AVAILABLE_MAC(10_5);
1082 - (void)initMutationEvent:(NSString *)type :(BOOL)canBubble :(BOOL)cancelable :(DOMNode *)relatedNode :(NSString *)prevValue :(NSString *)newValue :(NSString *)attrName :(unsigned short)attrChange;
/macosx-10.10/WebKit-7600.1.25/win/
H A DDOMEventsClasses.cpp585 HRESULT STDMETHODCALLTYPE DOMMutationEvent::newValue( function in class:DOMMutationEvent
609 /* [in] */ BSTR /*newValue*/,
H A DDOMEventsClasses.h700 virtual HRESULT STDMETHODCALLTYPE newValue(
715 /* [in] */ BSTR newValue,
/macosx-10.10/tcl-105/tcl_ext/tclxml/tcldom/examples/
H A Ddomtree.tcl844 -label [dom::event cget $evid -newValue]
/macosx-10.10/WebCore-7600.1.25/plugins/
H A DPluginView.cpp1093 String newValue(line, lineLength);
1095 headerFields.set(lastKey, currentValue + newValue);
/macosx-10.10/tcl-105/tcl_ext/tclxml/tcldom/src-libxml2/
H A Dtcldom-libxml2.c88 Tcl_Obj *newValue; member in struct:TclDOMEvent
704 "-newValue",
4708 if (newValuePtr && eventPtr->newValue != newValuePtr) {
4709 Tcl_DecrRefCount(eventPtr->newValue);
4710 eventPtr->newValue = newValuePtr;
4711 Tcl_IncrRefCount(eventPtr->newValue);
4978 Tcl_SetObjResult(interp, eventPtr->newValue);
5161 Tcl_WrongNumArgs(interp, 2, objv, "type bubbles cancelable relatedNode prevValue newValue attrName attrChange");
5626 eventPtr->newValue = Tcl_NewObj();
5627 Tcl_IncrRefCount(eventPtr->newValue);
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/test/
H A Dtestbndl.m1827 id newValue = [change objectForKey:NSKeyValueChangeNewKey];
1828 [newValue retain];
1830 value = newValue;
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/test/
H A Dtestbndl.m1827 id newValue = [change objectForKey:NSKeyValueChangeNewKey];
1828 [newValue retain];
1830 value = newValue;
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/test/
H A Dtestbndl.m1794 id newValue = [change objectForKey:NSKeyValueChangeNewKey];
1795 [newValue retain];
1797 value = newValue;
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclVar.c1306 Tcl_WrongNumArgs(interp, 1, objv, "varName ?newValue?");
1325 * returned string may not be the same as newValue; this is because
1330 * its value is changed to newValue. If varName isn't currently
1337 Tcl_SetVar(interp, varName, newValue, flags)
1341 CONST char *newValue; /* New value for varName. */
1347 return Tcl_SetVar2(interp, varName, (char *) NULL, newValue, flags);
1368 * string may not be the same as newValue; this is because variable
1379 Tcl_SetVar2(interp, part1, part2, newValue, flags)
1387 CONST char *newValue; /* New value for variable. */
1401 valuePtr = Tcl_NewStringObj(newValue,
[all...]
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.0b1/
H A Dtcl.h.orig1361 char *optionName, char *newValue));
1393 char *varName, char *newValue, int flags));
1395 char *part1, char *part2, char *newValue,
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.0b2/
H A Dtcl.h.orig1362 char *optionName, char *newValue));
1396 char *varName, char *newValue, int flags));
1398 char *part1, char *part2, char *newValue,
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1/
H A DtclDecls.h703 char * optionName, char * newValue));
735 char * varName, char * newValue, int flags));
738 char * part1, char * part2, char * newValue,
1392 int (*tcl_SetChannelOption) _ANSI_ARGS_((Tcl_Interp * interp, Tcl_Channel chan, char * optionName, char * newValue)); /* 225 */
1404 char * (*tcl_SetVar) _ANSI_ARGS_((Tcl_Interp * interp, char * varName, char * newValue, int flags)); /* 237 */
1405 char * (*tcl_SetVar2) _ANSI_ARGS_((Tcl_Interp * interp, char * part1, char * part2, char * newValue, int flags)); /* 238 */

Completed in 419 milliseconds

1234567891011