Searched refs:setValue (Results 1 - 25 of 175) sorted by relevance

1234567

/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/bundle-multi-link/
H A Dbundle.c31 void setValue(int v) function
/macosx-10.10.1/WebKit-7600.1.25/mac/Misc/
H A DWebNSURLRequestExtras.m66 [self setValue:contentType forHTTPHeaderField:WebContentType];
80 [self setValue:referrer forHTTPHeaderField:WebReferrer];
85 [self setValue:userAgent forHTTPHeaderField:WebUserAgent];
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Lib/objc/
H A D_pycoder.py10 object itself, which is why we need a 'setValue' callback for the
208 def load_none(coder, setValue):
212 def load_bool(coder, setValue):
216 def load_int(coder, setValue):
220 def load_long(coder, setValue):
224 def load_float(coder, setValue):
228 def load_float_str(coder, setValue):
232 def load_tuple(coder, setValue):
236 def load_list(coder, setValue):
240 def load_dict(coder, setValue)
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DValueSymbolTable.cpp61 NewName.setValue(V);
82 Entry.setValue(V);
100 NewName.setValue(V);
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/collections/
H A DStoredMapEntry.java29 public Object setValue(Object newValue) { method in class:StoredMapEntry
H A DMapEntryParameter.java17 * changing this object does not change the map, the {@link #setValue} method
25 * restrictions see {@link #getValue} and {@link #setValue}.</p>
91 * passed to the constructor or the last value passed to {@link #setValue}.
105 public Object setValue(Object newValue) { method in class:MapEntryParameter
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/Cocoa/
H A DWKWebProcessBundleParameters.mm56 [_parameters setValue:parameter forKey:key];
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/keySizePref/
H A DkeySizePref.cpp84 prefs->setValue(kRSAMaxKeySizePref, cfVal);
85 prefs->setValue(kRSAMacPublicExponentPref, cfVal);
95 prefs->setValue(which, cfVal);
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A DOC_PythonObject.h86 - (void)setValue: value forKey: (NSString*) key;
87 - (void)setValue: value forKeyPath: (NSString*) key;
95 - (void)setValue: value forUndefinedKey: (NSString*) key;
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A DOC_PythonObject.h86 - (void)setValue: value forKey: (NSString*) key;
87 - (void)setValue: value forKeyPath: (NSString*) key;
95 - (void)setValue: value forUndefinedKey: (NSString*) key;
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A DOC_PythonObject.h86 - (void)setValue: value forKey: (NSString*) key;
87 - (void)setValue: value forKeyPath: (NSString*) key;
95 - (void)setValue: value forUndefinedKey: (NSString*) key;
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Lib/objc/
H A D_pycoder.py10 object itself, which is why we need a 'setValue' callback for the
302 def load_none(coder, setValue):
306 def load_bool(coder, setValue):
314 def load_int(coder, setValue):
321 def load_long(coder, setValue):
328 def load_float(coder, setValue):
335 def load_float_str(coder, setValue):
342 def load_tuple(coder, setValue):
350 def load_list(coder, setValue):
357 def load_dict(coder, setValue)
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Lib/objc/
H A D_pycoder.py10 object itself, which is why we need a 'setValue' callback for the
323 def load_none(coder, setValue): #pragma: no cover
329 def load_bool(coder, setValue): # pragma: no cover
339 def load_int(coder, setValue):
346 def load_long(coder, setValue):
353 def load_float(coder, setValue): # pragma: no cover
362 def load_float_str(coder, setValue):
369 def load_tuple(coder, setValue): # pragma: no cover
378 def load_list(coder, setValue): # pragma: no cover
386 def load_dict(coder, setValue)
[all...]
/macosx-10.10.1/Chess-310.6/Sources/
H A DMBCController.h76 - (void) setValue:(float)value forAchievement:(NSString *)ident;
H A DMBCBoardWin.mm303 [controller setValue:100.0 forAchievement:@"AppleChess_Merciful"];
306 [controller setValue:100.0 forAchievement:@"AppleChess_Cry_me_a_River"];
331 [controller setValue:100.0 forAchievement:@"AppleChess_Not_So_Fast"];
449 [doc setValue:[NSNumber numberWithBool:!currentlyShowing] forKey:kMBCShowGameLog];
471 [document setValue:[NSNumber numberWithBool:![logContainer isHidden]] forKey:kMBCShowGameLog];
492 [controller setValue:100.0 forAchievement:@"AppleChess_Luddite"];
494 [controller setValue:100.0 forAchievement:@"AppleChess_King_of_the_Cloud"];
507 [controller setValue:100.0 forAchievement:@"AppleChess_Battle_Royal"];
511 [controller setValue:100.0 forAchievement:@"AppleChess_Lightning_Loser"];
532 [controller setValue
[all...]
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DThreadSpecificWin.cpp64 void setValue(void* data) { TlsSetValue(m_tlsKey, data); } function in class:WTF::PlatformThreadSpecificKey
112 key->setValue(data);
/macosx-10.10.1/WebKit-7600.1.25/win/Interfaces/
H A DIWebMutableURLRequest.idl94 - (void)setValue:(NSString *)value forHTTPHeaderField:(NSString *)field
96 HRESULT setValue([in] BSTR value, [in] BSTR field);
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A DPackedVector.h37 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { function in class:llvm::PackedVectorBase
56 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { function in class:llvm::PackedVectorBase
91 Vec.setValue(Vec.Bits, Idx, val);
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DRawAccessor.java98 setValue(o, priKeyField, val);
201 setValue(o, fld, value);
212 private void setValue(Object o, FieldInfo field, Object val) { method in class:RawAccessor
234 setValue(o, field, val);
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DLookup.cpp75 slot.setValue(thisObj, attributes, thisObj->getDirect(offset), offset);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DPolicies.h66 void setValue(const CssmData &value);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DPolicies.h66 void setValue(const CssmData &value);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DPolicies.h66 void setValue(const CssmData &value);
/macosx-10.10.1/Security-57031.1.35/SecurityTool/
H A Duser_trust_enable.cpp103 prefsDict->setValue(kSecTrustSettingsDisableUserTrustSettings, disabledBool);
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Plugins/PDF/
H A DPDFPluginTextAnnotation.mm108 toHTMLTextAreaElement(styledElement)->setValue(textAnnotation.stringValue);
110 toHTMLInputElement(styledElement)->setValue(textAnnotation.stringValue);

Completed in 298 milliseconds

1234567