Searched refs:listCommand (Results 1 - 6 of 6) sorted by relevance

/external/lzma/C/Util/7z/
H A D7zMain.c371 int listCommand = 0, testCommand = 0, fullPaths = 0; local
372 if (strcmp(command, "l") == 0) listCommand = 1;
401 if (listCommand == 0 && isDir && !fullPaths)
427 if (listCommand)
/external/lzma/CPP/7zip/UI/Client7z/
H A DClient7z.cpp836 bool listCommand; local
838 listCommand = true;
840 listCommand = false;
877 if (listCommand)
/external/swiftshader/src/OpenGL/libGL/
H A DlibGL.cpp684 return context->listCommand(gl::newCommand(glClear, mask));
1687 context->listCommand(gl::newCommand(glCaptureAttribs));
1689 context->listCommand(gl::newCommand(glDrawArrays, mode, first, count));
1690 context->listCommand(gl::newCommand(glRestoreAttribs));
6788 return context->listCommand(gl::newCommand(glMultMatrixm, sw::Matrix(m)));
6988 return context->listCommand(gl::newCommand(glPopMatrix));
7025 return context->listCommand(gl::newCommand(glPushMatrix));
7245 return context->listCommand(gl::newCommand(glScalef, x, y, z));
7532 return context->listCommand(gl::newCommand(glTranslated, x, y, z));
7549 return context->listCommand(g
[all...]
H A DContext.h713 void listCommand(Command *command);
H A DContext.cpp3329 void Context::listCommand(Command *command) function in class:gl::Context
3383 listCommand(gl::newCommand(glVertexAttribArray, i, size, type, normalized, stride, (const void*)buffer));
3387 listCommand(gl::newCommand(glVertexAttribArray, i, size, type, normalized, stride, (const void*)0));
/external/testng/ant/
H A Divy-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE fr/ fr/ ...

Completed in 180 milliseconds