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

/external/lzma/C/Util/7z/
H A D7zMain.c415 int listCommand = 0, testCommand = 0, fullPaths = 0; local
417 if (strcmp(command, "l") == 0) listCommand = 1;
446 if (listCommand == 0 && isDir && !fullPaths)
472 if (listCommand)
/external/lzma/CPP/7zip/UI/Client7z/
H A DClient7z.cpp846 bool listCommand; local
849 listCommand = true;
851 listCommand = false;
889 if (listCommand)
/external/swiftshader/src/OpenGL/libGL/
H A DlibGL.cpp684 return context->listCommand(gl::newCommand(glClear, mask));
1672 context->listCommand(gl::newCommand(glCaptureAttribs));
1674 context->listCommand(gl::newCommand(glDrawArrays, mode, first, count));
1675 context->listCommand(gl::newCommand(glRestoreAttribs));
6762 return context->listCommand(gl::newCommand(glMultMatrixm, sw::Matrix(m)));
6962 return context->listCommand(gl::newCommand(glPopMatrix));
6999 return context->listCommand(gl::newCommand(glPushMatrix));
7219 return context->listCommand(gl::newCommand(glScalef, x, y, z));
7506 return context->listCommand(gl::newCommand(glTranslated, x, y, z));
7523 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 207 milliseconds