/external/tesseract/training/ |
D | commontraining.cpp | 466 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 …]
|
D | mftraining.cpp | 201 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()
|
D | mergenf.cpp | 169 PROTOTYPE *Prototype) { in FindClosestExistingProto() argument 192 MakeNewFromOld (&NewProto, Prototype); in FindClosestExistingProto()
|
D | mergenf.h | 71 PROTOTYPE *Prototype);
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/ |
D | 10.1.6.js | 92 function Prototype() { class 96 this.__proto__ = new Prototype(); 100 this.__proto__ = new Prototype(); 108 this.__proto__ = new Prototype();
|
D | 10.1.8-1.js | 116 this.__proto__ = new Prototype();
|
/external/webkit/SunSpider/tests/parse-only/ |
D | prototype-1.6.0.3.js | 9 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 …]
|
D | concat-jquery-mootools-prototype.js | 4779 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 …]
|
D | mootools-1.2.2-core-nc.js | 403 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/ |
D | cluster.cpp | 479 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 …]
|
D | cluster.h | 30 unsigned Prototype:1; // TRUE if cluster represented by a proto member
|
/external/openssl/apps/ |
D | server.pem | 25 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
|
D | server2.pem | 32 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/ |
D | test-func-name-inference.cc | 181 TEST(Prototype) { in TEST() argument
|
/external/webkit/V8Binding/v8/benchmarks/ |
D | README.txt | 52 Furthermore, all the unused parts of the Prototype library were
|
/external/dbus/ |
D | ChangeLog | 3650 * 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/ |
D | CHANGES | 711 - Prototype everything and assume an ansi compiler.
|
/external/bison/ |
D | ChangeLog | 6747 * 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/ |
D | ChangeLog-2002-12-03 | 9581 * 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:
|
D | ChangeLog-2005-08-23 | 25384 * 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 …]
|
D | ChangeLog-2003-10-25 | 1583 * 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/ |
D | ChangeLog | 1073 * defs.h (ioctl_lookup): Prototype change.
|
/external/bluetooth/glib/gio/ |
D | ChangeLog | 793 * gio/gfileattribute.h: Prototype it.
|
/external/grub/ |
D | ChangeLog | 4419 * stage2/shared.h (grub_memmove): Prototype to use void *.
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2007-10-14 | 5351 * kjs/lookup.h: Append "Prototype" to ClassName in KJS_IMPLEMENT_PROTOTYPE. 15544 *PrototypeImp -> *Prototype
|