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

  /external/lzma/CPP/7zip/Crypto/
MyAes.cpp 42 STDMETHODIMP CAesCbcCoder::SetKey(const Byte *data, UInt32 size)
  /system/update_engine/common/
prefs.cc 37 TEST_AND_RETURN_FALSE(storage_->SetKey(key, value));
128 bool Prefs::FileStorage::SetKey(const string& key, const string& value) {
178 bool MemoryPrefs::MemoryStorage::SetKey(const string& key,
  /external/vixl/test/
test-invalset.cc 89 kReclaimFactor>::SetKey(Obj* obj, KeyType key) {
  /external/lzma/CPP/7zip/Common/
FilterCoder.cpp 388 STDMETHODIMP CFilterCoder::SetKey(const Byte *data, UInt32 size)
389 { return _CryptoProperties->SetKey(data, size); }
  /external/webrtc/talk/session/media/
srtpfilter.cc 517 return SetKey(ssrc_any_outbound, cs, key, len);
521 return SetKey(ssrc_any_inbound, cs, key, len);
667 bool SrtpSession::SetKey(int type, int cs, const uint8_t* key, int len) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
PassManager.h 84 /// Windows. Otherwise, the address of SetKey will not be stable.
87 static AnalysisSetKey *ID() { return &SetKey; }
90 static AnalysisSetKey SetKey;
93 template <typename IRUnitT> AnalysisSetKey AllAnalysesOn<IRUnitT>::SetKey;
110 static AnalysisSetKey *ID() { return &SetKey; }
113 static AnalysisSetKey SetKey;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
PassManager.h 84 /// Windows. Otherwise, the address of SetKey will not be stable.
87 static AnalysisSetKey *ID() { return &SetKey; }
90 static AnalysisSetKey SetKey;
93 template <typename IRUnitT> AnalysisSetKey AllAnalysesOn<IRUnitT>::SetKey;
110 static AnalysisSetKey *ID() { return &SetKey; }
113 static AnalysisSetKey SetKey;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
PassManager.h 84 /// Windows. Otherwise, the address of SetKey will not be stable.
87 static AnalysisSetKey *ID() { return &SetKey; }
90 static AnalysisSetKey SetKey;
93 template <typename IRUnitT> AnalysisSetKey AllAnalysesOn<IRUnitT>::SetKey;
110 static AnalysisSetKey *ID() { return &SetKey; }
113 static AnalysisSetKey SetKey;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
PassManager.h 84 /// Windows. Otherwise, the address of SetKey will not be stable.
87 static AnalysisSetKey *ID() { return &SetKey; }
90 static AnalysisSetKey SetKey;
93 template <typename IRUnitT> AnalysisSetKey AllAnalysesOn<IRUnitT>::SetKey;
110 static AnalysisSetKey *ID() { return &SetKey; }
113 static AnalysisSetKey SetKey;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
PassManager.h 84 /// Windows. Otherwise, the address of SetKey will not be stable.
87 static AnalysisSetKey *ID() { return &SetKey; }
90 static AnalysisSetKey SetKey;
93 template <typename IRUnitT> AnalysisSetKey AllAnalysesOn<IRUnitT>::SetKey;
110 static AnalysisSetKey *ID() { return &SetKey; }
113 static AnalysisSetKey SetKey;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
PassManager.h 84 /// Windows. Otherwise, the address of SetKey will not be stable.
87 static AnalysisSetKey *ID() { return &SetKey; }
90 static AnalysisSetKey SetKey;
93 template <typename IRUnitT> AnalysisSetKey AllAnalysesOn<IRUnitT>::SetKey;
110 static AnalysisSetKey *ID() { return &SetKey; }
113 static AnalysisSetKey SetKey;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
PassManager.h 84 /// Windows. Otherwise, the address of SetKey will not be stable.
87 static AnalysisSetKey *ID() { return &SetKey; }
90 static AnalysisSetKey SetKey;
93 template <typename IRUnitT> AnalysisSetKey AllAnalysesOn<IRUnitT>::SetKey;
110 static AnalysisSetKey *ID() { return &SetKey; }
113 static AnalysisSetKey SetKey;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
PassManager.h 84 /// Windows. Otherwise, the address of SetKey will not be stable.
87 static AnalysisSetKey *ID() { return &SetKey; }
90 static AnalysisSetKey SetKey;
93 template <typename IRUnitT> AnalysisSetKey AllAnalysesOn<IRUnitT>::SetKey;
110 static AnalysisSetKey *ID() { return &SetKey; }
113 static AnalysisSetKey SetKey;
    [all...]
  /external/vixl/src/aarch64/
assembler-aarch64.h     [all...]
macro-assembler-aarch64.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wmiutils.h 109 virtual HRESULT WINAPI SetKey(LPCWSTR wszName,ULONG uFlags,ULONG uCimType,LPVOID pKeyVal) = 0;
126 HRESULT (WINAPI *SetKey)(IWbemPathKeyList *This,LPCWSTR wszName,ULONG uFlags,ULONG uCimType,LPVOID pKeyVal);
145 #define IWbemPathKeyList_SetKey(This,wszName,uFlags,uCimType,pKeyVal) (This)->lpVtbl->SetKey(This,wszName,uFlags,uCimType,pKeyVal)
    [all...]

Completed in 515 milliseconds