/external/tesseract/classify/ |
D | intfx.cpp | 75 EDGEPT *Loop, *LoopStart, *Segment; in ExtractIntFeat() local 107 Loop = LoopStart; in ExtractIntFeat() 108 LastX = Loop->pos.x; in ExtractIntFeat() 109 LastY = Loop->pos.y; in ExtractIntFeat() 111 if ((Loop == NULL) || (Loop->next == NULL) || (Loop->next == LoopStart)) in ExtractIntFeat() 114 Segment = Loop; in ExtractIntFeat() 115 Loop = Loop->next; in ExtractIntFeat() 116 NormX = Loop->pos.x; in ExtractIntFeat() 117 NormY = Loop->pos.y; in ExtractIntFeat() 136 while (Loop != LoopStart); in ExtractIntFeat() [all …]
|
/external/clearsilver/cs/ |
D | test_iter.cs | 3 <?cs set:Loop[foo] = foo ?> 9 <?cs each:foo = Loop ?>
|
/external/webkit/SunSpider/tests/ |
D | 3d-cube.js | 232 function Loop() { class 248 Loop(); 323 Loop();
|
/external/webkit/JavaScriptCore/bytecompiler/ |
D | LabelScope.h | 41 enum Type { Loop, Switch, NamedLabel }; enumerator
|
D | BytecodeGenerator.cpp | 524 …LabelScope scope(type, name, scopeDepth(), newLabel(), type == LabelScope::Loop ? newLabel() : Pas… in newLabelScope() 1678 if (scope->type() == LabelScope::Loop) { in continueTarget() 1691 if (scope->type() == LabelScope::Loop) { in continueTarget()
|
/external/webkit/V8Binding/v8/test/cctest/ |
D | test-thread-termination.cc | 54 v8::Handle<v8::Value> Loop(const v8::Arguments& args) { in Loop() function 91 global->Set(v8::String::New("loop"), v8::FunctionTemplate::New(Loop)); in CreateGlobalTemplate()
|
/external/libpng/contrib/gregbook/ |
D | makevms.com | 103 $Loop:
|
/external/libpng/contrib/pngminus/ |
D | makevms.com | 82 $ If arg .Le. 8 Then Goto Loop
|
/external/libpng/scripts/ |
D | makevms.com | 132 $ If arg .Le. 8 Then Goto Loop
|
/external/openssl/crypto/0.9.9-dev/sha/ |
D | sha512-armv4.s | 63 .Loop: label 407 bne .Loop
|
D | sha256-armv4.s | 34 .Loop: label 1102 bne .Loop
|
/external/zlib/ |
D | make_vms.com | 168 $ If arg .Le. 8 Then Goto Loop
|
/external/openssl/apps/ |
D | makeapps.com | 162 $! Top Of The File Loop.
|
/external/webkit/JavaScriptCore/parser/ |
D | Nodes.cpp | 1331 RefPtr<LabelScope> scope = generator.newLabelScope(LabelScope::Loop); in emitBytecode() 1353 RefPtr<LabelScope> scope = generator.newLabelScope(LabelScope::Loop); in emitBytecode() 1377 RefPtr<LabelScope> scope = generator.newLabelScope(LabelScope::Loop); in emitBytecode() 1412 RefPtr<LabelScope> scope = generator.newLabelScope(LabelScope::Loop); in emitBytecode()
|
/external/webkit/WebKit/mac/Misc/ |
D | WebNSDataExtras.m | 318 // Loop over lines until we're past the header, or we can't find any more end-of-lines
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/MVS/ |
D | MVS.uudecode | 124 X /* Loop through file, searching for headers. Decode anything with a
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-sections.txt | 403 <TITLE>The Main Event Loop</TITLE>
|
/external/bison/djgpp/ |
D | config.bat | 51 Rem Loop over all arguments.
|
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
D | SDL_QuartzEvents.m | 206 /* Loop over all 127 possible scan codes */
|
/external/strace/ |
D | aclocal.m4 | 827 # Loop over all known methods to create a tar archive until one works.
|
/external/genext2fs/ |
D | aclocal.m4 | 786 # Loop over all known methods to create a tar archive until one works.
|
/external/bison/ |
D | aclocal.m4 | 809 # Loop over all known methods to create a tar archive until one works.
|
/external/tesseract/ |
D | aclocal.m4 | 845 # Loop over all known methods to create a tar archive until one works.
|
/external/elfutils/ |
D | aclocal.m4 | 989 # Loop over all known methods to create a tar archive until one works.
|
/external/grub/ |
D | aclocal.m4 | 996 # Loop over all known methods to create a tar archive until one works.
|