Home
last modified time | relevance | path

Searched refs:Prototype (Results 1 – 25 of 31) sorted by relevance

12

/external/tesseract/training/
Dcommontraining.cpp466 PROTOTYPE *Prototype; in MergeInsignificantProtos() local
471 Prototype = (PROTOTYPE *) first_node (pProtoList); in MergeInsignificantProtos()
472 if (Prototype->Significant || Prototype->Merged) in MergeInsignificantProtos()
480 if (test_p != Prototype && !test_p->Merged) { in MergeInsignificantProtos()
483 Prototype->Mean, test_p->Mean); in MergeInsignificantProtos()
493 best_match->NumSamples, Prototype->NumSamples, in MergeInsignificantProtos()
495 Prototype->Mean[0], Prototype->Mean[1]); in MergeInsignificantProtos()
499 Prototype->NumSamples, in MergeInsignificantProtos()
501 best_match->Mean, Prototype->Mean); in MergeInsignificantProtos()
502 Prototype->NumSamples = 0; in MergeInsignificantProtos()
[all …]
Dmftraining.cpp201 PROTOTYPE *Prototype; in main() local
327 Prototype = (PROTOTYPE *) first_node (pProtoList); in main()
331 MergeClass->NumMerged, Prototype); in main()
335 MakeNewFromOld (Proto, Prototype); in main()
339 MakeNewFromOld (&DummyProto, Prototype); in main()
Dmergenf.cpp169 PROTOTYPE *Prototype) { in FindClosestExistingProto() argument
192 MakeNewFromOld (&NewProto, Prototype); in FindClosestExistingProto()
Dmergenf.h71 PROTOTYPE *Prototype);
/external/webkit/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/
D10.1.6.js92 function Prototype() { class
96 this.__proto__ = new Prototype();
100 this.__proto__ = new Prototype();
108 this.__proto__ = new Prototype();
D10.1.8-1.js116 this.__proto__ = new Prototype();
/external/webkit/SunSpider/tests/parse-only/
Dprototype-1.6.0.3.js9 var Prototype = { variable
39 if (Prototype.Browser.MobileSafari)
40 Prototype.BrowserFeatures.SpecificElementExtensions = false;
69 klass.prototype.initialize = Prototype.emptyFunction;
390 return this.replace(new RegExp(Prototype.ScriptFragment, 'img'), '');
394 var matchAll = new RegExp(Prototype.ScriptFragment, 'img');
395 var matchOne = new RegExp(Prototype.ScriptFragment, 'im');
492 return this.sub(filter || Prototype.JSONFilter, '#{1}');
536 if (Prototype.Browser.WebKit || Prototype.Browser.IE) Object.extend(String.prototype, {
619 iterator = iterator || Prototype.K;
[all …]
Dconcat-jquery-mootools-prototype.js4779 return $extend(win, Window.Prototype);
4783 window[property] = Window.Prototype[property] = value;
4788 Window.Prototype = {$family: {name: 'window'}};
4809 return $extend(doc, Document.Prototype);
4813 document[property] = Document.Prototype[property] = value;
4818 Document.Prototype = {$family: {name: 'document'}};
5692 Element.Prototype[key] = value;
5707 Element.Prototype = {$family: {name: 'element'}};
5732 $extend(win.Element.prototype, Element.Prototype);
5843 var proto = Element.Prototype;
[all …]
Dmootools-1.2.2-core-nc.js403 return $extend(win, Window.Prototype);
407 window[property] = Window.Prototype[property] = value;
412 Window.Prototype = {$family: {name: 'window'}};
433 return $extend(doc, Document.Prototype);
437 document[property] = Document.Prototype[property] = value;
442 Document.Prototype = {$family: {name: 'document'}};
1316 Element.Prototype[key] = value;
1331 Element.Prototype = {$family: {name: 'element'}};
1356 $extend(win.Element.prototype, Element.Prototype);
1467 var proto = Element.Prototype;
/external/tesseract/classify/
Dcluster.cpp479 Sample->Prototype = FALSE; in MakeSample()
590 PROTOTYPE *Prototype = (PROTOTYPE *) arg; in FreePrototype() local
593 if (Prototype->Cluster != NULL) in FreePrototype()
594 Prototype->Cluster->Prototype = FALSE; in FreePrototype()
597 if (Prototype->Distrib != NULL) in FreePrototype()
598 memfree (Prototype->Distrib); in FreePrototype()
599 if (Prototype->Mean != NULL) in FreePrototype()
600 memfree (Prototype->Mean); in FreePrototype()
601 if (Prototype->Style != spherical) { in FreePrototype()
602 if (Prototype->Variance.Elliptical != NULL) in FreePrototype()
[all …]
Dcluster.h30 unsigned Prototype:1; // TRUE if cluster represented by a proto member
/external/openssl/apps/
Dserver.pem25 subject=/C=US/O=AT&T Bell Laboratories/OU=Prototype Research CA
26 issuer= /C=US/O=AT&T Bell Laboratories/OU=Prototype Research CA
Dserver2.pem32 subject=/C=US/O=AT&T Bell Laboratories/OU=Prototype Research CA
33 issuer= /C=US/O=AT&T Bell Laboratories/OU=Prototype Research CA
/external/webkit/V8Binding/v8/test/cctest/
Dtest-func-name-inference.cc181 TEST(Prototype) { in TEST() argument
/external/webkit/V8Binding/v8/benchmarks/
DREADME.txt52 Furthermore, all the unused parts of the Prototype library were
/external/dbus/
DChangeLog3650 * bus/selinux.h: Prototype.
3813 * glib/dbus-gvalue-utils.h: Prototype them.
3881 * glib/dbus-gidl.h: Prototype them.
3941 * glib/dbus-gtest.h: Prototype it.
4032 (dbus_g_type_specialized_collection_end_append): Prototype.
4045 * glib/dbus-gtest.h: Prototype it.
4079 (dbus_g_proxy_cancel_call): Prototype.
4222 (dbus_g_error_domain_register): Prototype.
4490 (dbus_g_object_register_marshaller_array): Prototype.
4774 Prototype.
[all …]
/external/tcpdump/
DCHANGES711 - Prototype everything and assume an ansi compiler.
/external/bison/
DChangeLog6747 * tests/glr-regr1.at (Badly Collapsed GLR States): Prototype yylex
7031 * src/vmsgetargs.c (getargs, cli_present, cli_get_value): Prototype.
7053 * data/yacc.c (yyparse): Prototype and define thanks to these.
7137 Prototype support of %lex-param and %parse-param.
8401 Prototype yylex and yyerror.
8828 Prototype only when __STDC__ or C++.
9510 * tests/regression.at (Token definitions): Prototype yylex and
10808 (token_definitions_output): Prototype them.
13866 * tests/calc.at (_AT_DATA_CALC_Y): Prototype all the functions.
14603 * src/lex.h: Prototype `lex.c' exported functions.
/external/webkit/WebCore/
DChangeLog-2002-12-039581 * kwq/WebCoreBridge.h: Prototype setIcon: and setIcon:withType: methods.
9582 * kwq/khtml/khtml_ext.h: Prototype new methods.
9656 * kwq/KWQKHTMLPartImpl.h: Prototype overURL method.
9661 * kwq/WebCoreBridge.h: Prototype modifierTrackingEnabled method.
10133 * kwq/WebCoreBridge.h: Prototype new bridge method.
10176 * kwq/KWQKHTMLPartImpl.h: Prototype new PartImpl methods.
10177 * kwq/WebCoreBridge.h: Prototype new bridge methods.
13727 * src/kwq/external.h: Prototype IFWebDataSource's frameExists:
DChangeLog-2005-08-2325384 * khtml/editing/htmlediting.h: Prototype new methods.
25399 * khtml/html/html_elementimpl.h: Prototype new stuff.
30933 * khtml/xml/dom_nodeimpl.h: Prototype new stuff.
30963 * khtml/dom/dom_node.h: Prototype it.
39054 * kwq/WebCoreBridge.h: Prototype new methods.
39060 * kwq/KWQKHTMLPart.h: Prototype new methods.
39067 * khtml/rendering/render_text.h: Prototype new method.
44127 * khtml/html/html_elementimpl.h: Prototype new methods.
44131 * khtml/dom/html_element.h: Prototype new methods.
44599 * khtml/dom/html_element.h: Prototype new methods.
[all …]
DChangeLog-2003-10-251583 * khtml/html/htmlparser.h: Prototype setCurrent.
10077 * kwq/WebCoreBridge.h: Prototype new methods.
10383 * kwq/WebCoreBridge.h: Prototype focusWindow method.
13720 (KJS::checkNodeSecurity): Prototype new method used to check whether a document
15777 * kwq/WebCoreBridge.h: Prototype new methods.
/external/strace/
DChangeLog1073 * defs.h (ioctl_lookup): Prototype change.
/external/bluetooth/glib/gio/
DChangeLog793 * gio/gfileattribute.h: Prototype it.
/external/grub/
DChangeLog4419 * stage2/shared.h (grub_memmove): Prototype to use void *.
/external/webkit/JavaScriptCore/
DChangeLog-2007-10-145351 * kjs/lookup.h: Append "Prototype" to ClassName in KJS_IMPLEMENT_PROTOTYPE.
15544 *PrototypeImp -> *Prototype

12