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

  /external/openssh/
sftp-common.h 31 typedef struct Attrib Attrib;
34 struct Attrib {
44 void attrib_clear(Attrib *);
45 void stat_to_attrib(const struct stat *, Attrib *);
46 void attrib_to_stat(const Attrib *, struct stat *);
47 Attrib *decode_attrib(Buffer *);
48 void encode_attrib(Buffer *, const Attrib *);
  /frameworks/rs/driver/
rsdVertexArray.cpp 31 RsdVertexArray::RsdVertexArray(const Attrib *attribs, uint32_t numAttribs) {
39 RsdVertexArray::Attrib::Attrib() {
43 void RsdVertexArray::Attrib::clear() {
54 void RsdVertexArray::Attrib::set(uint32_t type, uint32_t size, uint32_t stride,
rsdVertexArray.h 33 class Attrib {
44 Attrib();
49 RsdVertexArray(const Attrib *attribs, uint32_t numAttribs);
61 const Attrib *mAttribs;
  /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/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 

Completed in 310 milliseconds