HomeSort by relevance Sort by last modified time
    Searched refs:handles_ (Results 1 - 10 of 10) sorted by null

  /external/webrtc/src/modules/audio_processing/
processing_component.cc 30 while (!handles_.empty()) {
31 DestroyHandle(handles_.back());
32 handles_.pop_back();
61 return handles_[index];
74 if (num_handles_ > static_cast<int>(handles_.size())) {
75 handles_.resize(num_handles_, NULL);
78 assert(static_cast<int>(handles_.size()) >= num_handles_);
80 if (handles_[i] == NULL) {
81 handles_[i] = CreateHandle();
82 if (handles_[i] == NULL)
    [all...]
processing_component.h 47 std::vector<void*> handles_; member in class:webrtc::ProcessingComponent
  /external/chromium_org/chrome/browser/usb/
usb_device.cc 39 for (HandlesVector::iterator it = handles_.begin();
40 it != handles_.end();
44 STLClearObject(&handles_);
55 handles_.push_back(device_handle);
64 for (HandlesVector::iterator it = handles_.begin();
65 it != handles_.end();
69 handles_.erase(it);
91 swap(handles, handles_);
usb_device.h 74 HandlesVector handles_; member in class:UsbDevice
  /external/chromium/chrome/browser/password_manager/
password_store_default.cc 54 Handles handles_; member in class:PasswordStoreDefault::MigrateHelper
60 for (Handles::const_iterator i = handles_.begin(); i != handles_.end(); ++i)
62 handles_.clear();
66 handles_.insert(web_data_service_->GetAutofillableLogins(this));
67 handles_.insert(web_data_service_->GetBlacklistLogins(this));
75 DCHECK(handles_.end() != handles_.find(handle));
78 handles_.erase(handle);
95 if (handles_.empty())
    [all...]
  /external/chromium_org/ppapi/proxy/
resource_message_params.cc 30 handles_(new SerializedHandles()) {
37 handles_(new SerializedHandles()) {
60 handles_->data());
65 DCHECK(handles_->data().empty());
66 handles_->set_should_close(true);
74 msg, iter, &handles_->data());
81 handles_->set_should_close(false);
88 std::vector<SerializedHandle>& data = handles_->data();
131 for (size_t i = 0; i < handles_->data().size(); ++i) {
139 handles_->data().push_back(handle)
    [all...]
resource_message_params.h 29 return handles_->data();
133 mutable scoped_refptr<SerializedHandles> handles_; member in class:ppapi::proxy::ResourceMessageParams
  /external/chromium_org/device/media_transfer_protocol/
media_transfer_protocol_manager.cc 132 if (!ContainsKey(handles_, storage_handle) || !mtp_client_) {
151 if (!ContainsKey(handles_, storage_handle) || !mtp_client_) {
171 if (!ContainsKey(handles_, storage_handle) || !mtp_client_) {
192 if (!ContainsKey(handles_, storage_handle) || !mtp_client_) {
212 if (!ContainsKey(handles_, storage_handle) || !mtp_client_) {
229 if (!ContainsKey(handles_, storage_handle) || !mtp_client_) {
247 if (!ContainsKey(handles_, storage_handle) || !mtp_client_) {
334 if (!ContainsKey(handles_, handle)) {
335 handles_.insert(handle);
352 if (ContainsKey(handles_, handle))
464 std::set<std::string> handles_; member in class:device::__anon10614::MediaTransferProtocolManagerImpl
    [all...]
  /external/chromium_org/v8/test/cctest/
test-declarative-accessors.cc 44 if (handles_[i].IsEmpty()) continue;
45 handles_[i].Dispose(isolate);
46 handles_[i].Clear();
49 v8::Persistent<v8::Value> handles_[kArraySize]; member in class:HandleArray
298 array->handles_[index].Reset(helper.isolate_, expected);
  /external/chromium/net/base/
dnsrr_resolver.cc 663 handles_.push_back(handle);
674 handles_.swap(handles);
683 std::vector<RRResolverHandle*> handles_; member in class:net::RRResolverJob

Completed in 459 milliseconds