Searched refs:newValue (Results 226 - 250 of 252) sorted by relevance

1234567891011

/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1b3/
H A DtclDecls.h703 char * optionName, char * newValue));
735 char * varName, char * newValue, int flags));
738 char * part1, char * part2, char * newValue,
1387 int (*tcl_SetChannelOption) _ANSI_ARGS_((Tcl_Interp * interp, Tcl_Channel chan, char * optionName, char * newValue)); /* 225 */
1399 char * (*tcl_SetVar) _ANSI_ARGS_((Tcl_Interp * interp, char * varName, char * newValue, int flags)); /* 237 */
1400 char * (*tcl_SetVar2) _ANSI_ARGS_((Tcl_Interp * interp, char * part1, char * part2, char * newValue, int flags)); /* 238 */
H A DtclDecls.h.orig703 char * optionName, char * newValue));
735 char * varName, char * newValue, int flags));
738 char * part1, char * part2, char * newValue,
1381 int (*tcl_SetChannelOption) _ANSI_ARGS_((Tcl_Interp * interp, Tcl_Channel chan, char * optionName, char * newValue)); /* 225 */
1393 char * (*tcl_SetVar) _ANSI_ARGS_((Tcl_Interp * interp, char * varName, char * newValue, int flags)); /* 237 */
1394 char * (*tcl_SetVar2) _ANSI_ARGS_((Tcl_Interp * interp, char * part1, char * part2, char * newValue, int flags)); /* 238 */
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1/
H A DtclDecls.h.orig703 char * optionName, char * newValue));
735 char * varName, char * newValue, int flags));
738 char * part1, char * part2, char * newValue,
1386 int (*tcl_SetChannelOption) _ANSI_ARGS_((Tcl_Interp * interp, Tcl_Channel chan, char * optionName, char * newValue)); /* 225 */
1398 char * (*tcl_SetVar) _ANSI_ARGS_((Tcl_Interp * interp, char * varName, char * newValue, int flags)); /* 237 */
1399 char * (*tcl_SetVar2) _ANSI_ARGS_((Tcl_Interp * interp, char * part1, char * part2, char * newValue, int flags)); /* 238 */
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclDecls.h1357 CONST char *newValue);
1423 CONST char *varName, CONST char *newValue,
1431 CONST char *newValue, int flags);
3673 int (*tcl_SetChannelOption) (Tcl_Interp *interp, Tcl_Channel chan, CONST char *optionName, CONST char *newValue); /* 225 */
3685 CONST84_RETURN char * (*tcl_SetVar) (Tcl_Interp *interp, CONST char *varName, CONST char *newValue, int flags); /* 237 */
3686 CONST84_RETURN char * (*tcl_SetVar2) (Tcl_Interp *interp, CONST char *part1, CONST char *part2, CONST char *newValue, int flags); /* 238 */
H A DtclVar.c1510 Tcl_WrongNumArgs(interp, 1, objv, "varName ?newValue?");
1529 * string may not be the same as newValue; this is because variable
1534 * value is changed to newValue. If varName isn't currently defined, then
1545 const char *newValue, /* New value for varName. */
1551 return Tcl_SetVar2(interp, varName, NULL, newValue, flags);
1571 * the same as newValue; this is because variable traces may modify the
1590 const char *newValue, /* New value for variable. */
1604 valuePtr = Tcl_NewStringObj(newValue, -1);
1528 Tcl_SetVar( Tcl_Interp *interp, const char *varName, const char *newValue, int flags) argument
1568 Tcl_SetVar2( Tcl_Interp *interp, const char *part1, const char *part2, const char *newValue, int flags) argument
H A DtclInt.h2747 Tcl_Obj *newValue, Tcl_Encoding encoding);
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclDecls.h742 CONST char * newValue));
775 CONST char * varName, CONST char * newValue,
780 CONST char * newValue, int flags));
1937 int (*tcl_SetChannelOption) _ANSI_ARGS_((Tcl_Interp * interp, Tcl_Channel chan, CONST char * optionName, CONST char * newValue)); /* 225 */
1949 CONST84_RETURN char * (*tcl_SetVar) _ANSI_ARGS_((Tcl_Interp * interp, CONST char * varName, CONST char * newValue, int flags)); /* 237 */
1950 CONST84_RETURN char * (*tcl_SetVar2) _ANSI_ARGS_((Tcl_Interp * interp, CONST char * part1, CONST char * part2, CONST char * newValue, int flags)); /* 238 */
/macosx-10.10/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebuffer.cpp3083 uintptr_t newValue, uintptr_t * currentValue )
3114 else if (configRec.csConfigValue != newValue)
3117 configRec.csConfigValue = newValue;
3121 FEAT(feature), newValue);
3082 ndrvGetSetFeature( UInt32 feature, uintptr_t newValue, uintptr_t * currentValue ) argument
/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DCodeBlock.h123 void setNumParameters(int newValue);
H A DCodeBlock.cpp1849 void CodeBlock::setNumParameters(int newValue) argument
1851 m_numParameters = newValue;
1853 m_argumentValueProfiles.resizeToFit(newValue);
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DJSObject.cpp2500 JSValue newValue = jsUndefined(); local
2502 newValue = descriptor.value();
2504 newValue = oldDescriptor.value();
2505 target->putDirect(vm, propertyName, newValue, attributes & ~Accessor);
/macosx-10.10/WebCore-7600.1.25/bindings/scripts/
H A DCodeGeneratorJS.pm292 my %newValue = ();
293 $newValue{$conditional} = 1;
295 $newValue{$condition} = 1;
297 $implIncludes{$header} = join("|", sort keys %newValue);
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebPDFView.mm670 - (void)setMarkedTextMatchesAreHighlighted:(BOOL)newValue
675 if (newValue)
H A DWebPreferences.mm1630 - (void)_setUseSiteSpecificSpoofing:(BOOL)newValue
1632 [self _setBoolValue:newValue forKey:WebKitUseSiteSpecificSpoofingPreferenceKey];
H A DWebViewPrivate.h755 - (void)setValidationMessageTimerMagnification:(int)newValue;
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorDOMAgent.cpp1821 void InspectorDOMAgent::willModifyDOMAttr(Element*, const AtomicString& oldValue, const AtomicString& newValue) argument
1823 m_suppressAttributeModifiedEvent = (oldValue == newValue);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKPage.cpp674 void WKPageSetMaintainsInactiveSelection(WKPageRef pageRef, bool newValue) argument
676 return toImpl(pageRef)->setMaintainsInactiveSelection(newValue);
/macosx-10.10/tcl-105/tcl_ext/tclxml/tcldom/examples/
H A Ddomtext.tcl769 $path.text insert [lindex $ranges 0] [dom::event cget $evid -newValue] $tags
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DRenderStyle.h304 void updateValue(uint8_t newValue, uint64_t positionIndependentMask, uint64_t offset)
306 ASSERT(!(newValue & ~positionIndependentMask));
308 m_flags = (m_flags & ~positionDependentMask) | (static_cast<uint64_t>(newValue) << offset);
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecItem.cpp3749 CFTypeRef newValue = CFDictionaryGetValue(changes, kSecAttrSynchronizable); local
3750 if (!newValue)
3753 Boolean new_sync = readNumber(newValue);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecItem.cpp3749 CFTypeRef newValue = CFDictionaryGetValue(changes, kSecAttrSynchronizable); local
3750 if (!newValue)
3753 Boolean new_sync = readNumber(newValue);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecItem.cpp3749 CFTypeRef newValue = CFDictionaryGetValue(changes, kSecAttrSynchronizable); local
3750 if (!newValue)
3753 Boolean new_sync = readNumber(newValue);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DWebPageProxy.cpp1301 void WebPageProxy::setMaintainsInactiveSelection(bool newValue) argument
1303 m_maintainsInactiveSelection = newValue;
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSParser.cpp6568 double newValue = localValue * 10 + *current++ - '0'; local
6569 if (newValue >= 255) {
6576 localValue = newValue;
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebView.cpp6014 static bool setWindowStyle(HWND window, int index, LONG_PTR newValue)
6021 return ::SetWindowLongPtr(window, index, newValue) || !::GetLastError();

Completed in 596 milliseconds

1234567891011