HomeSort by relevance Sort by last modified time
    Searched refs:Self (Results 1 - 10 of 10) sorted by null

  /external/expat/amiga/include/interfaces/
expat.h 27 uint32 APICALL (*Obtain)(struct ExpatIFace *Self);
28 uint32 APICALL (*Release)(struct ExpatIFace *Self);
29 void APICALL (*Expunge)(struct ExpatIFace *Self);
30 struct Interface * APICALL (*Clone)(struct ExpatIFace *Self);
31 XML_Parser APICALL (*XML_ParserCreate)(struct ExpatIFace *Self, const XML_Char * encodingName);
32 XML_Parser APICALL (*XML_ParserCreateNS)(struct ExpatIFace *Self, const XML_Char * encodingName, XML_Char nsSep);
33 XML_Parser APICALL (*XML_ParserCreate_MM)(struct ExpatIFace *Self, const XML_Char * encoding, const XML_Memory_Handling_Suite * memsuite, const XML_Char * namespaceSeparator);
34 XML_Parser APICALL (*XML_ExternalEntityParserCreate)(struct ExpatIFace *Self, XML_Parser parser, const XML_Char * context, const XML_Char * encoding);
35 void APICALL (*XML_ParserFree)(struct ExpatIFace *Self, XML_Parser parser);
36 enum XML_Status APICALL (*XML_Parse)(struct ExpatIFace *Self, XML_Parser parser, const char * s, int len, int isFinal)
    [all...]
  /external/expat/amiga/
expat_lib.c 45 uint32 libObtain (struct LibraryManagerInterface *Self);
46 uint32 libRelease (struct LibraryManagerInterface *Self);
47 struct ExpatBase *libOpen (struct LibraryManagerInterface *Self, uint32 version);
48 BPTR libClose (struct LibraryManagerInterface *Self);
49 BPTR libExpunge (struct LibraryManagerInterface *Self);
162 uint32 libObtain( struct LibraryManagerInterface *Self )
164 ++Self->Data.RefCount;
165 return Self->Data.RefCount;
169 uint32 libRelease( struct LibraryManagerInterface *Self )
171 --Self->Data.RefCount
    [all...]
expat_vectors.c 172 uint32 _Expat_Obtain(struct ExpatIFace *Self)
174 return ++Self->Data.RefCount;
177 uint32 _Expat_Release(struct ExpatIFace *Self)
179 return --Self->Data.RefCount;
182 XML_Parser _Expat_XML_ParserCreate(struct ExpatIFace * Self, const XML_Char *encoding)
187 XML_Parser _Expat_XML_ParserCreateNS(struct ExpatIFace * Self, const XML_Char *encoding, XML_Char nsSep)
192 XML_Parser _Expat_XML_ParserCreate_MM(struct ExpatIFace * Self, const XML_Char *encoding, const XML_Memory_Handling_Suite *memsuite, const XML_Char *namespaceSeparator)
197 XML_Parser _Expat_XML_ExternalEntityParserCreate(struct ExpatIFace * Self, XML_Parser parser, const XML_Char *context, const XML_Char *encoding)
202 void _Expat_XML_ParserFree(struct ExpatIFace *Self, XML_Parser parser)
207 enum XML_Status _Expat_XML_Parse(struct ExpatIFace * Self, XML_Parser parser, const char * s, int len, int isFinal
    [all...]
  /external/webkit/WebCore/svg/
SVGAnimatedProperty.h 40 typedef SVGAnimatedPropertyTearOff<AnimatedType> Self;
43 static PassRefPtr<Self> create(Creator& creator, SVGElement* contextElement)
45 return adoptRef(new Self(creator, contextElement));
  /external/v8/tools/
splaytree.py 32 def __init__(self, key, value):
33 self.key = key
34 self.value = value
35 self.left = None
36 self.right = None
42 def __init__(self, key):
43 self.key = key
49 def __init__(self):
51 self.root = None
53 def IsEmpty(self)
    [all...]
splaytree.js 36 * Constructs a Splay tree. A splay tree is a self-balancing binary
214 * "Self-adjusting Binary Search Trees" by Sleator and Tarjan
  /external/zlib/contrib/delphi/
ZLib.pas 458 Progress(Self);
515 Progress(Self);
  /external/v8/benchmarks/
splay.js 123 * Constructs a Splay tree. A splay tree is a self-balancing binary
272 * "Self-adjusting Binary Search Trees" by Sleator and Tarjan
  /external/webkit/SunSpider/tests/v8-v4/
v8-splay.js 118 * Constructs a Splay tree. A splay tree is a self-balancing binary
267 * "Self-adjusting Binary Search Trees" by Sleator and Tarjan
  /external/dropbear/libtomcrypt/
crypt.tex 124 (and helper API functions) are able to use the new designs automatically. There exists self-check functions for each
448 call the following self-test function.
450 \subsection{Self--Testing}
644 and tables. The decryption and self--test function pointers of both \textit{encrypt only} descriptors are set to \textbf{NULL} and
    [all...]

Completed in 294 milliseconds