HomeSort by relevance Sort by last modified time
    Searched refs:SetProperties (Results 1 - 25 of 33) sorted by null

1 2

  /external/lzma/CPP/7zip/UI/Common/
SetProperties.h 0 // SetProperties.h
8 HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties);
SetProperties.cpp 0 // SetProperties.cpp
13 #include "SetProperties.h"
30 HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties)
34 CMyComPtr<ISetProperties> setProperties;
35 unknown->QueryInterface(IID_ISetProperties, (void **)&setProperties);
36 if (!setProperties)
71 RINOK(setProperties->SetProperties(&names.Front(), values, names.Size()));
  /external/llvm/include/llvm/CodeGen/
MachineFunctionPass.h 37 SetProperties = getSetProperties();
69 MachineFunctionProperties SetProperties;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFunctionPass.h 37 SetProperties = getSetProperties();
69 MachineFunctionProperties SetProperties;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFunctionPass.h 37 SetProperties = getSetProperties();
69 MachineFunctionProperties SetProperties;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFunctionPass.h 37 SetProperties = getSetProperties();
69 MachineFunctionProperties SetProperties;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFunctionPass.h 37 SetProperties = getSetProperties();
69 MachineFunctionProperties SetProperties;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFunctionPass.h 37 SetProperties = getSetProperties();
69 MachineFunctionProperties SetProperties;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFunctionPass.h 37 SetProperties = getSetProperties();
69 MachineFunctionProperties SetProperties;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFunctionPass.h 37 SetProperties = getSetProperties();
69 MachineFunctionProperties SetProperties;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFunctionPass.h 37 SetProperties = getSetProperties();
69 MachineFunctionProperties SetProperties;
  /external/lzma/CPP/7zip/UI/Console/
Console.mak 27 $O\SetProperties.obj \
  /external/lzma/CPP/7zip/Archive/Common/
HandlerOut.h 62 HRESULT SetProperties(const wchar_t * const *names, const PROPVARIANT *values, UInt32 numProps);
HandlerOut.cpp 125 HRESULT CSingleMethodProps::SetProperties(const wchar_t * const *names, const PROPVARIANT *values, UInt32 numProps)
  /external/llvm/lib/CodeGen/
MachineFunctionPass.cpp 62 MFProps.set(SetProperties);
  /external/lzma/CPP/7zip/Archive/7z/
7zHandler.h 113 STDMETHOD(SetProperties)(const wchar_t * const *names, const PROPVARIANT *values, UInt32 numProps);
  /art/runtime/gc/
allocation_record.cc 43 void AllocRecordObjectMap::SetProperties() {
231 records->SetProperties();
allocation_record.h 307 void SetProperties() REQUIRES(Locks::alloc_tracker_lock_);
  /external/v8/src/debug/
liveedit.h 301 void SetProperties(Handle<String> name,
  /external/chromium-trace/catapult/devil/devil/android/tools/
provision_devices.py 110 lambda d: SetProperties(d, enable_java_debug, disable_location,
310 def SetProperties(device, enable_java_debug, disable_location,
  /external/autotest/client/site_tests/network_ProxyResolver/
network_ProxyResolver.py 255 service.SetProperties({'ProxyConfig': proxy_config})
  /external/v8/src/runtime/
runtime-liveedit.cc 48 info_wrapper.SetProperties(name, shared->start_position(),
  /external/lzma/CPP/7zip/Archive/
IArchive.h 474 "rsfx" property is set with SetProperties
493 STDMETHOD(SetProperties)(const wchar_t * const *names, const PROPVARIANT *values, UInt32 numProps) PURE;
XzHandler.cpp 130 STDMETHOD(SetProperties)(const wchar_t * const *names, const PROPVARIANT *values, UInt32 numProps);
904 STDMETHODIMP CHandler::SetProperties(const wchar_t * const *names, const PROPVARIANT *values, UInt32 numProps)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sensorsapi.h 509 virtual HRESULT STDMETHODCALLTYPE SetProperties(
589 HRESULT (STDMETHODCALLTYPE *SetProperties)(
646 #define ISensor_SetProperties(This,pProperties,ppResults) (This)->lpVtbl->SetProperties(This,pProperties,ppResults)
688 return This->lpVtbl->SetProperties(This,pProperties,ppResults);
    [all...]

Completed in 1591 milliseconds

1 2