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

123456789

/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIORegistryEntry.cpp98 virtual bool serialize(OSSerialize *s) const;
261 bool IORegistryPlane::serialize(OSSerialize *s) const function in class:IORegistryPlane
263 return( nameKey->serialize(s) );
476 bool ok = snapshotProperties->serialize( s );
H A DIOServicePMPrivate.h386 virtual bool serialize( OSSerialize * s ) const;
H A DIOUserClient.cpp2301 if( obj->serialize( s )) {
2343 if( obj->serialize( s )) {
2946 OSSerialize * serialize; local
2950 if ((serialize = OSDynamicCast(OSSerialize, structureVariableOutputData)))
2952 len = serialize->getLength();
2954 ret = copyoutkdata(serialize->text(), len, var_output);
H A DIOService.cpp3611 matching->serialize(s);
3724 current->serialize(s1);
3725 _current->serialize(s2);
4894 root->serialize(s);
/macosx-10.9.5/CPANInternal-140/XML-LibXML/
H A DLibXML.pm1019 sub serialize { subroutine
1086 *serialize = \&toString;
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFWUserIsochPort.cpp196 IOFWUserLocalIsochPort::serialize( OSSerialize * s ) const function in class:IOFWUserLocalIsochPort
213 bool result = dict->serialize( s ) ;
H A DIOFireWireUserClient.h184 virtual bool serialize( OSSerialize * s ) const ;
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/regex/
H A Dregcomp.c34 #define serialize re_serialize /* hp.ia64 <unistd.h>! */ macro
272 serialize(Cenv_t* env, Rex_t* e, int n) function
282 n = serialize(env, e->re.group.expr.binary.left, n);
285 n = serialize(env, e->re.group.expr.binary.right, n);
288 n = serialize(env, e->re.group.expr.binary.left, n);
289 n = serialize(env, e->re.group.expr.binary.right, n);
299 n = serialize(env, e->re.group.expr.rex, n);
3368 serialize(&env, p->env->rex, 1);
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_proc.c2390 int serialize = flags & PGRP_BLOCKITERATE;
2392 int serialize = 0; local
2405 if (serialize != 0) {
2428 if ((serialize == 0) && (dropref != 0))
2463 if (serialize != 0) {
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/
H A DChanges365 of the set of encoding styles that the toolkit can [de]serialize
395 so that toolkits can serialize them according to the schema
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/
H A DChanges281 of the set of encoding styles that the toolkit can [de]serialize
311 so that toolkits can serialize them according to the schema
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Duset.cpp16 * There are functions to efficiently serialize a USet into an array of uint16_t
337 return ((const UnicodeSet*) set)->UnicodeSet::serialize(dest, destCapacity,* ec);
/macosx-10.9.5/WebCore-7537.78.1/Modules/indexeddb/
H A DIDBObjectStore.cpp172 RefPtr<SerializedScriptValue> serializedValue = value.serialize(state, 0, 0, didThrow);
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebViewPrivate.h551 + (void)_setLoadResourcesSerially:(BOOL)serialize;
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tcldom/library/
H A Ddomimpl.tcl36 namespace export createNode destroy isNode parse selectNode serialize
145 if {[regexp {create|destroy|parse|query|serialize|trim|Events|UIEvents|isNode} [lindex $args 0]]} {
473 serialize {
510 foreach method {hasFeature createDocument create createDocumentType createNode destroy isNode parse selectNode serialize trim} {
2677 # BUG #525505: Want to serialize all children including the
/macosx-10.9.5/tcl-102/tcl_ext/thread/thread/lib/
H A Dttrace.tcl910 ttrace::addentry xotcl \$entry [\$ss serialize \$entry]
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIOMemoryDescriptor.h1012 virtual bool serialize(OSSerialize *s) const;
/macosx-10.9.5/xnu-2422.115.4/iokit/bsddev/
H A DIOKitBSDInit.cpp479 if( matching->serialize( s )) {
/macosx-10.9.5/libxml2-26/libxml2/doc/
H A Dapibuild.py1771 print("Failed to serialize struct %s" % (name))
2064 def serialize(self): member in class:docBuilder
2130 builder.serialize()
2135 extra.serialize()
/macosx-10.9.5/libxslt-13/libxslt/doc/
H A Dapibuild.py1566 print "Failed to serialize struct %s" % (name)
1831 def serialize(self, outdir): member in class:docBuilder
1897 builder.serialize("./")
1902 extra.serialize("EXSLT/")
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDElementPrivate.cpp782 bool IOHIDElementPrivate::serialize( OSSerialize * s ) const function in class:IOHIDElementPrivate
790 ret = properties->serialize(s);
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/
H A DIOHIKeyboardMapper.cpp362 bool IOHIKeyboardMapper::serialize(OSSerialize *s) const function in class:IOHIKeyboardMapper
371 ok = data->serialize(s);
/macosx-10.9.5/tcl-102/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.9.5/AppleRAID-4.0.6/
H A DAppleRAIDMember.cpp612 // serialize header to on-disk format
617 if (!copy->serialize(s)) return kIOReturnInternalError;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DMediaPlayerPrivateBlackBerry.cpp175 // WebCore::SecurityOrigin and serialize it to build the last
179 WTF::String secOrigin(bbOrigin.serialize('_'));

Completed in 263 milliseconds

123456789