HomeSort by relevance Sort by last modified time
    Searched full:get_guid (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/tools/gyp/pylib/gyp/
MSVSNew.py 65 return cmp((self.name, self.get_guid()), (other.name, other.get_guid()))
99 def get_guid(self): member in class:MSVSFolder
152 def get_guid(self): member in class:MSVSProject
257 e.get_guid(), # Entry GUID
278 f.write('\t\t%s = %s\r\n' % (d.get_guid(), d.get_guid()))
297 config_guids.append(e.get_guid())
298 config_guids_overrides[e.get_guid()] = e.config_platform_overrides
335 f.write('\t\t%s = %s\r\n' % (subentry.get_guid(), e.get_guid())
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iiisext.h 164 HRESULT (WINAPI *get_GUID)(IISApplicationPool *This,BSTR *retval);
194 #define IISApplicationPool_get_GUID(This,retval) (This)->lpVtbl->get_GUID(This,retval)
239 HRESULT (WINAPI *get_GUID)(IISApplicationPools *This,BSTR *retval);
265 #define IISApplicationPools_get_GUID(This,retval) (This)->lpVtbl->get_GUID(This,retval)
315 HRESULT (WINAPI *get_GUID)(IISWebService *This,BSTR *retval);
357 #define IISWebService_get_GUID(This,retval) (This)->lpVtbl->get_GUID(This,retval)
446 HRESULT (WINAPI *get_GUID)(IISDsCrMap *This,BSTR *retval);
    [all...]
iads.h 1055 virtual HRESULT WINAPI get_GUID(BSTR *retval) = 0
    [all...]
netcon.h     [all...]
agtctl.h     [all...]

Completed in 621 milliseconds