Searched refs:serialize (Results 151 - 175 of 178) sorted by relevance

12345678

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIKeyboardMapper.cpp363 bool IOHIKeyboardMapper::serialize(OSSerialize *s) const function in class:IOHIKeyboardMapper
372 ok = data->serialize(s);
H A DIOHIDSystem.cpp6535 retValue = number->serialize( s );
6603 retValue = mainDict->serialize( s );
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/menubar/
H A Dtree.tcl179 # serialize the children
730 # recursivly serialize the children of the node.
732 method serialize { name } {
/macosx-10.10/AppleRAID-4.0.6/
H A DAppleRAIDMember.cpp612 // serialize header to on-disk format
617 if (!copy->serialize(s)) return kIOReturnInternalError;
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSCryptoKeySerializationJWK.cpp680 String JSCryptoKeySerializationJWK::serialize(ExecState* exec, const CryptoKey& key) function in class:WebCore::JSCryptoKeySerializationJWK
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebViewPrivate.h797 + (void)_setLoadResourcesSerially:(BOOL)serialize;
H A DWebView.mm4437 + (void)_setLoadResourcesSerially:(BOOL)serialize
4440 resourceLoadScheduler()->setSerialLoadingEnabled(serialize);
/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSMetaClass.cpp1142 OSMetaClass::serialize(__unused OSSerialize * s) const function in class:OSMetaClass
1144 panic("OSMetaClass::serialize(): Obsoleted\n");
H A DOSKext.cpp3084 if (!logInfoArray->serialize(serializer)) {
3088 "Failed to serialize log info for request from user space.");
7605 if (!responseObject->serialize(serializer)) {
7608 "Failed to serialize response to request from user space.");
7646 * serialize; it has no bearing on the operation at hand even if we
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/page/
H A Dcompiler_peg_mecpu.tcl1627 write asm/[format %02d $gnext]_${file}.sgr [$g serialize]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/
H A Dtree_tcl.tcl245 _deserialize $name [$source serialize]
1309 "wrong # args: should be \"[list $name] serialize ?node?\""
2276 # 'node' is the root of the tree to serialize. The precondition
H A Dgraph_tcl.tcl223 _deserialize $name [$source serialize]
H A Dmatrix.tcl200 _deserialize $name [$source serialize]
1702 return -code error "$name: wrong # args: serialize ?column_tl row_tl column_br row_br?"
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIONVRAM.cpp288 result = dict->serialize(s);
H A DIOService.cpp3882 matching->serialize(s);
3995 current->serialize(s1);
3996 _current->serialize(s2);
5165 root->serialize(s);
H A DIOMemoryDescriptor.cpp4358 bool IOGeneralMemoryDescriptor::serialize(OSSerialize * s) const function in class:IOGeneralMemoryDescriptor
4435 result = array->serialize(s);
H A DIOPMrootDomain.cpp434 virtual bool serialize(OSSerialize *s) const;
7175 bool PMTraceWorker::serialize(OSSerialize *s) const function in class:PMTraceWorker
7181 ok = pciDeviceBitMappings->serialize(s);
H A DIOServicePM.cpp8318 // serialize
8432 ok = dict->serialize(s);
8439 bool IOServicePM::serialize( OSSerialize * s ) const function in class:IOServicePM
/macosx-10.10/ICU-531.30/icuSources/common/
H A Duniset.cpp1471 int32_t UnicodeSet::serialize(uint16_t *dest, int32_t destCapacity, UErrorCode& ec) const {
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireUserClient.cpp336 IOFWUserDebugInfo::serialize ( function in class:IOFWUserDebugInfo
358 bool result = dict->serialize( s ) ;
/macosx-10.10/IOPCIFamily-239.1.2/
H A DIOPCIBridge.cpp2659 bool IOPCI2PCIBridge::serializeProperties( OSSerialize * serialize ) const
2661 return (super::serializeProperties(serialize));
/macosx-10.10/tcl-105/tcl_ext/tclxml/tcldom/src-libxml2/
H A Dtcldom-libxml2.c463 "serialize",
903 implPtr->serialize = TclDOMSerializeCommand;
917 implPtr->serialize = TclDOMSerializeCommand;
937 Tcl_CreateObjCommand(interp, "dom::libxml2::serialize", TclDOMSerializeCommand, NULL, NULL);
938 Tcl_CreateObjCommand(interp, "dom::serialize", TclDOMSerializeCommand, NULL, NULL);
1015 if (Tcl_RegExpMatchObj(interp, objv[1], Tcl_NewStringObj("create|destroy|parse|query|serialize|trim|Events|UIEvents|isNode", -1)) == 1) {
1587 * Implements dom::libxml2::serialize command
1619 Tcl_SetResult(interp, "not yet implemented - serialize whole document", NULL);
/macosx-10.10/vim-55/runtime/syntax/
H A Dphp.vim251 syn keyword phpFunctions doubleval empty floatval get_defined_vars get_resource_type gettype import_request_variables intval is_array is_bool is_callable is_double is_float is_int is_integer is_long is_null is_numeric is_object is_real is_resource is_scalar is_string isset print_r serialize settype strval unserialize unset var_dump var_export contained
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dusettest.cpp635 //UnicodeSet::serialize(unsigned short *,long,enum UErrorCode &)
694 int32_t slen = set.serialize(buf, sizeof(buf)/sizeof(buf[0]), status);
695 if (U_FAILURE(status)) { errln("FAIL: serialize"); return; }
697 errln("FAIL: serialize");
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp2711 ok = ((OSObject *) target)->serialize(s);
8311 ok &= infoDict->serialize( s );

Completed in 774 milliseconds

12345678