Searched refs:stage (Results 1 - 13 of 13) sorted by relevance

/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DScanHandler.java106 public void stage(char[] buff, int offset, int length) throws SAXException; method in interface:ScanHandler
H A DPYXWriter.java137 public void stage(char[] buff, int offset, int length) throws SAXException { method in class:PYXWriter
H A DHTMLScanner.java573 h.stage(theOutputBuffer, 0, theSize);
/external/webkit/WebKitTools/Scripts/
H A Dresolve-ChangeLogs196 my ($mode, $hash, $stage, $fileName) = split(' ', $line);
198 if ($stage == 1) {
201 } elsif ($stage == 2) {
204 } elsif ($stage == 3) {
208 die "Unknown file stage: $stage";
210 system("$GIT cat-file blob :${stage}:${gitPrefix}${file} > $outputFile");
/external/netcat/
H A Dnetcat.c158 unsigned char * stage = NULL; /* hexdump line buffer */ variable
1005 int soc; /* stage write count */
1017 op = stage;
1029 stage[59] = '#'; /* preload separator */
1030 stage[60] = ' ';
1038 op = &stage[x];
1050 sprintf (&stage[2], "%8.8x ", obc); /* xxx: still slow? */
1052 op = &stage[11]; /* where hex starts */
1053 a = &stage[61]; /* where ascii starts */
1073 x = write (ofd, stage, so
[all...]
/external/quake/quake/src/QW/client/
H A Dgl_warp.c802 void ClipSkyPolygon (int nump, vec3_t vecs, int stage) argument
816 if (stage == 6)
823 norm = skyclip[stage];
844 ClipSkyPolygon (nump, vecs, stage+1);
889 ClipSkyPolygon (newc[0], newv[0][0], stage+1);
890 ClipSkyPolygon (newc[1], newv[1][0], stage+1);
/external/quake/quake/src/WinQuake/
H A Dgl_warp.cpp851 void ClipSkyPolygon (int nump, vec3_t vecs, int stage) argument
865 if (stage == 6)
872 norm = skyclip[stage];
893 ClipSkyPolygon (nump, vecs, stage+1);
938 ClipSkyPolygon (newc[0], newv[0][0], stage+1);
939 ClipSkyPolygon (newc[1], newv[1][0], stage+1);
/external/qemu/hw/
H A Dhw.h234 typedef int SaveLiveStateHandler(QEMUFile *f, int stage, void *opaque);
/external/qemu/
H A Dvl-android.c3353 static int ram_save_live(QEMUFile *f, int stage, void *opaque) argument
3362 if (stage == 1) {
3397 if (stage == 3) {
3410 return (stage == 2) && (expected_time <= migrate_max_downtime());
H A Dvl.c3221 static int ram_save_live(QEMUFile *f, int stage, void *opaque) argument
3233 if (stage == 1) {
3268 if (stage == 3) {
3281 return (stage == 2) && (expected_time <= migrate_max_downtime());
/external/qemu/distrib/sdl-1.2.12/include/
H A DSDL_opengl.h5362 typedef void (APIENTRYP PFNGLCOMBINERINPUTNVPROC) (GLenum stage, GLenum portion, GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage);
5363 typedef void (APIENTRYP PFNGLCOMBINEROUTPUTNVPROC) (GLenum stage, GLenum portion, GLenum abOutput, GLenum cdOutput, GLenum sumOutput, GLenum scale, GLenum bias, GLboolean abDotProduct, GLboolean cdDotProduct, GLboolean muxSum);
5365 typedef void (APIENTRYP PFNGLGETCOMBINERINPUTPARAMETERFVNVPROC) (GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLfloat *params);
5366 typedef void (APIENTRYP PFNGLGETCOMBINERINPUTPARAMETERIVNVPROC) (GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLint *params);
5367 typedef void (APIENTRYP PFNGLGETCOMBINEROUTPUTPARAMETERFVNVPROC) (GLenum stage, GLenum portion, GLenum pname, GLfloat *params);
5368 typedef void (APIENTRYP PFNGLGETCOMBINEROUTPUTPARAMETERIVNVPROC) (GLenum stage, GLenum portion, GLenum pname, GLint *params);
5623 typedef void (APIENTRYP PFNGLCOMBINERSTAGEPARAMETERFVNVPROC) (GLenum stage, GLenum pname, const GLfloat *params);
5624 typedef void (APIENTRYP PFNGLGETCOMBINERSTAGEPARAMETERFVNVPROC) (GLenum stage, GLenum pname, GLfloat *params);
/external/e2fsprogs/lib/et/
H A Dtexinfo.tex854 {\indexdummies % Must do this here, since \bf, etc expand at this stage
875 {\indexdummies % Must do this here, since \bf, etc expand at this stage
/external/grub/docs/
H A Dtexinfo.tex3424 \indexdummies % Must do this here, since \bf, etc expand at this stage

Completed in 496 milliseconds