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

  /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/Archive/Common/
HandlerOut.cpp 125 HRESULT CSingleMethodProps::SetProperties(const wchar_t * const *names, const PROPVARIANT *values, UInt32 numProps)
  /external/lzma/CPP/7zip/UI/Common/
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/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,
  /art/runtime/gc/
allocation_record.cc 43 void AllocRecordObjectMap::SetProperties() {
231 records->SetProperties();
  /external/lzma/CPP/7zip/Archive/7z/
7zHandler.cpp 714 STDMETHODIMP CHandler::SetProperties(const wchar_t * const *names, const PROPVARIANT *values, UInt32 numProps)
7zHandlerOut.cpp 842 STDMETHODIMP CHandler::SetProperties(const wchar_t * const *names, const PROPVARIANT *values, UInt32 numProps)
  /external/lzma/CPP/7zip/Archive/
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)
  /external/v8/src/debug/
liveedit.cc 637 void SharedInfoWrapper::SetProperties(Handle<String> name,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
oledb.h     [all...]

Completed in 689 milliseconds