HomeSort by relevance Sort by last modified time
    Searched defs:Attrib (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglmode.c 179 * Return value of given mode attribute, or -1 if bad attrib.
182 getModeAttrib(const _EGLMode *m, EGLint attrib)
184 switch (attrib) {
207 EGLint Attrib;
235 for (i = 0; SortInfo[i].Attrib; i++) {
236 const EGLint aVal = getModeAttrib(aMode, SortInfo[i].Attrib);
237 const EGLint bVal = getModeAttrib(bMode, SortInfo[i].Attrib);
  /external/lzma/CPP/7zip/UI/Common/
DirItem.h 17 UInt32 Attrib;
22 bool IsDir() const { return (Attrib & FILE_ATTRIBUTE_DIRECTORY) != 0 ; }
ArchiveExtractCallback.h 56 UInt32 Attrib;
  /external/mesa3d/src/egl/main/
eglmode.c 179 * Return value of given mode attribute, or -1 if bad attrib.
182 getModeAttrib(const _EGLMode *m, EGLint attrib)
184 switch (attrib) {
207 EGLint Attrib;
235 for (i = 0; SortInfo[i].Attrib; i++) {
236 const EGLint aVal = getModeAttrib(aMode, SortInfo[i].Attrib);
237 const EGLint bVal = getModeAttrib(bMode, SortInfo[i].Attrib);
  /external/lzma/CPP/7zip/Archive/7z/
7zUpdate.h 27 UInt32 Attrib;
50 void SetDirStatusFromAttrib() { IsDir = ((Attrib & FILE_ATTRIBUTE_DIRECTORY) != 0); };
7zItem.h 145 UInt32 Attrib;
161 void SetAttrib(UInt32 attrib)
164 Attrib = attrib;
  /external/lzma/CPP/Windows/
FileIO.h 16 DWORD Attrib;
FileFind.h 17 inline bool IsReadOnly(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_READONLY) != 0; }
18 inline bool IsHidden(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_HIDDEN) != 0; }
19 inline bool IsSystem(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_SYSTEM) != 0; }
20 inline bool IsDir(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_DIRECTORY) != 0; }
21 inline bool IsArchived(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_ARCHIVE) != 0; }
    [all...]
  /external/deqp/modules/gles31/functional/
es31fMultisampleShaderRenderCase.hpp 101 struct Attrib
131 std::map<std::string, Attrib> m_renderAttribs;
  /external/chromium_org/third_party/lzma_sdk/
7z.h 99 UInt32 Attrib;
  /external/lzma/C/
7z.h 99 UInt32 Attrib;
  /external/lzma/CPP/7zip/UI/Client7z/
Client7z.cpp 191 UInt32 Attrib;
255 // Get Attrib
260 _processedFileInfo.Attrib = 0;
267 _processedFileInfo.Attrib = prop.ulVal;
395 NFile::NDirectory::MySetFileAttributes(_diskFilePath, _processedFileInfo.Attrib);
427 UInt32 Attrib;
429 bool isDir() const { return (Attrib & FILE_ATTRIBUTE_DIRECTORY) != 0 ; }
533 case kpidAttrib: prop = dirItem.Attrib; break;
710 di.Attrib = fi.Attrib;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h 637 GLfloat Attrib[MAT_ATTRIB_MAX][4];
812 GLfloat Attrib[VERT_ATTRIB_MAX][4]; /**< Position, color, texcoords, etc */
1050 /* Note: actual pixel maps are not part of this attrib group */
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 637 GLfloat Attrib[MAT_ATTRIB_MAX][4];
812 GLfloat Attrib[VERT_ATTRIB_MAX][4]; /**< Position, color, texcoords, etc */
1050 /* Note: actual pixel maps are not part of this attrib group */
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 350 milliseconds