/external/chromium/crypto/ |
hmac_nss.cc | 19 ScopedPK11Slot slot_; member in struct:crypto::HMACPlatformData 45 if (plat_->slot_.get()) { 51 plat_->slot_.reset(PK11_GetBestSlot(plat_->mechanism_, NULL)); 52 if (!plat_->slot_.get()) { 62 plat_->sym_key_.reset(PK11_ImportSymKey(plat_->slot_.get(),
|
encryptor_nss.cc | 35 slot_.reset(PK11_GetBestSlot(CKM_AES_CBC_PAD, NULL)); 36 if (!slot_.get())
|
encryptor.h | 53 ScopedPK11Slot slot_; member in class:crypto::Encryptor
|
/external/chromium/base/threading/ |
thread_local.h | 82 ThreadLocalPointer() : slot_() { 83 internal::ThreadLocalPlatform::AllocateSlot(slot_); 87 internal::ThreadLocalPlatform::FreeSlot(slot_); 92 internal::ThreadLocalPlatform::GetValueFromSlot(slot_)); 96 internal::ThreadLocalPlatform::SetValueInSlot(slot_, ptr); 102 SlotType slot_; member in class:base::ThreadLocalPointer
|
thread_local_storage_win.cc | 61 slot_(0) { 70 slot_ = InterlockedIncrement(&tls_max_) - 1; 71 if (slot_ >= kThreadLocalStorageSize) { 77 tls_destructors_[slot_] = destructor; 85 tls_destructors_[slot_] = NULL; 93 DCHECK(slot_ >= 0 && slot_ < kThreadLocalStorageSize); 94 return tls_data[slot_]; 101 DCHECK(slot_ >= 0 && slot_ < kThreadLocalStorageSize) [all...] |
thread_local_storage.h | 63 int slot_; member in class:base::ThreadLocalStorage::Slot
|
/external/chromium/net/base/ |
cert_database_nss_unittest.cc | 115 slot_ = cert_db_.GetPublicModule(); 118 EXPECT_EQ(0U, ListCertsInSlot(slot_->os_module_handle()).size()); 122 ASSERT_TRUE(slot_->os_module_handle()); 124 EXPECT_TRUE(CleanupSlotContents(slot_->os_module_handle())); 125 EXPECT_EQ(0U, ListCertsInSlot(slot_->os_module_handle()).size()); 129 scoped_refptr<CryptoModule> slot_; member in class:net::CertDatabaseNSSTest 156 cert_db_.ImportFromPKCS12(slot_, 161 EXPECT_EQ(0U, ListCertsInSlot(slot_->os_module_handle()).size()); 167 EXPECT_EQ(OK, cert_db_.ImportFromPKCS12(slot_, 171 CertificateList cert_list = ListCertsInSlot(slot_->os_module_handle()) [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
vec.h | 652 T *slot_; \ 655 slot_ = &vec_->vec[vec_->num++]; \ 656 *slot_ = obj_; \ 658 return slot_; \ 694 T *slot_; \ 698 slot_ = &vec_->vec[ix_]; \ 699 memmove (slot_ + 1, slot_, (vec_->num++ - ix_) * sizeof (T)); \ 700 *slot_ = obj_; \ 702 return slot_; \ [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
vec.h | 652 T *slot_; \ 655 slot_ = &vec_->vec[vec_->num++]; \ 656 *slot_ = obj_; \ 658 return slot_; \ 694 T *slot_; \ 698 slot_ = &vec_->vec[ix_]; \ 699 memmove (slot_ + 1, slot_, (vec_->num++ - ix_) * sizeof (T)); \ 700 *slot_ = obj_; \ 702 return slot_; \ [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
vec.h | 652 T *slot_; \ 655 slot_ = &vec_->vec[vec_->num++]; \ 656 *slot_ = obj_; \ 658 return slot_; \ 694 T *slot_; \ 698 slot_ = &vec_->vec[ix_]; \ 699 memmove (slot_ + 1, slot_, (vec_->num++ - ix_) * sizeof (T)); \ 700 *slot_ = obj_; \ 702 return slot_; \ [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
vec.h | 652 T *slot_; \ 655 slot_ = &vec_->vec[vec_->num++]; \ 656 *slot_ = obj_; \ 658 return slot_; \ 694 T *slot_; \ 698 slot_ = &vec_->vec[ix_]; \ 699 memmove (slot_ + 1, slot_, (vec_->num++ - ix_) * sizeof (T)); \ 700 *slot_ = obj_; \ 702 return slot_; \ [all...] |
/external/chromium/chrome/browser/ui/views/ |
first_run_search_engine_view.h | 57 void set_slot(int slot) { slot_ = slot; } 58 int slot() const { return slot_; } 72 int slot_; member in class:SearchEngineChoice
|
first_run_search_engine_view.cc | 91 slot_(0) {
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/bin/ |
c++ | |
g++ | |
gcc | |