HomeSort by relevance Sort by last modified time
    Searched refs:propid (Results 1 - 9 of 9) sorted by null

  /external/libkmsxx/py/pykms/
__init__.py 56 for propid,propval in map.items():
57 if self.set_prop_value(propid, propval) != 0:
  /external/lzma/CPP/7zip/Common/
MethodProps.h 24 PROPID Id;
44 void AddProp32(PROPID propid, UInt32 val);
46 void AddPropBool(PROPID propid, bool val);
48 void AddProp_Ascii(PROPID propid, const char *s)
52 prop.Id = propid;
86 int FindProp(PROPID id) const;
148 UInt64 GetProp_BlockSize(PROPID id) const
    [all...]
MethodProps.cpp 164 void CProps::AddProp32(PROPID propid, UInt32 val)
168 prop.Id = propid;
172 void CProps::AddPropBool(PROPID propid, bool val)
176 prop.Id = propid;
182 PROPID *_propIDs;
191 _propIDs = new PROPID[numPropsMax];
231 int CMethodProps::FindProp(PROPID id) const
364 static bool IsLogSizeProp(PROPID propid)
    [all...]
  /external/freetype/src/bdf/
bdflib.c 887 size_t* propid; local
893 if ( ( propid = ft_hash_str_lookup( name, &(font->proptbl) ) ) == NULL )
896 if ( *propid >= _num_bdf_properties )
897 return font->user_props + ( *propid - _num_bdf_properties );
899 return (bdf_property_t*)_bdf_properties + *propid;
1107 size_t* propid; local
1116 if ( ( propid = ft_hash_str_lookup( name,
1121 fp = font->props + *propid;
2444 size_t* propid; local
    [all...]
  /external/lzma/CPP/Common/
MyWindows.h 84 typedef ULONG PROPID;
205 PROPID propid; member in struct:tagSTATPROPSTG
  /external/lzma/CPP/7zip/UI/Common/
OpenArchive.cpp 322 STDMETHODIMP CHandler::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value)
329 switch (propID)
448 HRESULT Archive_GetItemBoolProp(IInArchive *arc, UInt32 index, PROPID propID, bool &result) throw()
452 RINOK(arc->GetProperty(index, propID, &prop));
480 static HRESULT Archive_GetArcBoolProp(IInArchive *arc, PROPID propid, bool &result) throw()
484 RINOK(arc->GetArchiveProperty(propid, &prop));
492 static HRESULT Archive_GetArcProp_UInt(IInArchive *arc, PROPID propid, UInt64 &result, bool &defined)
    [all...]
  /external/libmtp/src/
ptp-pack.c     [all...]
ptp.h 1321 uint16_t propid; member in union:_PTPCanon_changes_entry::__anon29036
    [all...]
ptp.c     [all...]

Completed in 642 milliseconds