HomeSort by relevance Sort by last modified time
    Searched defs:impl_ (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/libchrome/base/files/
file_path_watcher_mac.cc 23 DCHECK(!impl_.get());
28 impl_ = new FilePathWatcherFSEvents();
31 impl_ = new FilePathWatcherKQueue();
33 DCHECK(impl_.get());
34 return impl_->Watch(path, recursive, callback);
38 if (impl_.get())
39 impl_->Cancel();
44 if (impl_.get())
45 impl_->Cancel();
52 scoped_refptr<PlatformDelegate> impl_; member in class:base::__anon22492::FilePathWatcherImpl
    [all...]
file_path_watcher.h 104 scoped_refptr<PlatformDelegate> impl_; member in class:base::FilePathWatcher
  /system/core/gatekeeperd/
SoftGateKeeperDevice.h 34 impl_.reset(new SoftGateKeeper());
71 UniquePtr<SoftGateKeeper> impl_; member in class:android::SoftGateKeeperDevice
  /external/libbrillo/brillo/streams/
tls_stream.h 78 std::unique_ptr<TlsStreamImpl> impl_; member in class:brillo::TlsStream
  /system/connectivity/wificond/
ap_interface_binder.h 34 // Called by |impl_| its destruction.
35 // This informs the binder proxy that no future manipulations of |impl_|
37 void NotifyImplDead() { impl_ = nullptr; }
52 ApInterfaceImpl* impl_; member in class:android::wificond::ApInterfaceBinder
client_interface_binder.h 35 // Called by |impl_| its destruction.
36 // This informs the binder proxy that no future manipulations of |impl_|
38 void NotifyImplDead() { impl_ = nullptr; }
57 ClientInterfaceImpl* impl_; member in class:android::wificond::ClientInterfaceBinder
  /system/connectivity/wificond/rtt/
rtt_controller_binder.h 35 // Called by |impl_| its destruction.
36 // This informs the binder proxy that no future manipulations of |impl_|
38 void NotifyImplDead() { impl_ = nullptr; }
41 RttControllerImpl* impl_; member in class:android::wificond::RttControllerBinder
  /system/core/libmemunreachable/
ThreadCapture.h 51 Allocator<ThreadCaptureImpl>::unique_ptr impl_; member in class:ThreadCapture
Allocator.h 45 // Copy constructor that does not take ownership of impl_
46 Heap(const Heap& other) : impl_(other.impl_), owns_impl_(false) {}
69 return impl_ == other.impl_;
82 HeapImpl* impl = impl_;
99 HeapImpl* impl_; variable
  /external/google-breakpad/src/testing/include/gmock/
gmock-cardinalities.h 90 explicit Cardinality(const CardinalityInterface* impl) : impl_(impl) {}
94 int ConservativeLowerBound() const { return impl_->ConservativeLowerBound(); }
95 int ConservativeUpperBound() const { return impl_->ConservativeUpperBound(); }
99 return impl_->IsSatisfiedByCallCount(call_count);
104 return impl_->IsSaturatedByCallCount(call_count);
110 return impl_->IsSaturatedByCallCount(call_count) &&
111 !impl_->IsSatisfiedByCallCount(call_count);
115 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); }
122 internal::linked_ptr<const CardinalityInterface> impl_; member in class:testing::Cardinality
  /external/googletest/googlemock/include/gmock/
gmock-cardinalities.h 90 explicit Cardinality(const CardinalityInterface* impl) : impl_(impl) {}
94 int ConservativeLowerBound() const { return impl_->ConservativeLowerBound(); }
95 int ConservativeUpperBound() const { return impl_->ConservativeUpperBound(); }
99 return impl_->IsSatisfiedByCallCount(call_count);
104 return impl_->IsSaturatedByCallCount(call_count);
110 return impl_->IsSaturatedByCallCount(call_count) &&
111 !impl_->IsSatisfiedByCallCount(call_count);
115 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); }
122 internal::linked_ptr<const CardinalityInterface> impl_; member in class:testing::Cardinality
  /external/v8/testing/gmock/include/gmock/
gmock-cardinalities.h 90 explicit Cardinality(const CardinalityInterface* impl) : impl_(impl) {}
94 int ConservativeLowerBound() const { return impl_->ConservativeLowerBound(); }
95 int ConservativeUpperBound() const { return impl_->ConservativeUpperBound(); }
99 return impl_->IsSatisfiedByCallCount(call_count);
104 return impl_->IsSaturatedByCallCount(call_count);
110 return impl_->IsSaturatedByCallCount(call_count) &&
111 !impl_->IsSatisfiedByCallCount(call_count);
115 void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); }
122 internal::linked_ptr<const CardinalityInterface> impl_; member in class:testing::Cardinality
  /frameworks/base/tools/aapt2/compile/
Pseudolocalizer.h 49 std::string Start() { return impl_->Start(); }
50 std::string End() { return impl_->End(); }
54 std::unique_ptr<PseudoMethodImpl> impl_; member in class:aapt::Pseudolocalizer
  /external/libmojo/mojo/public/cpp/bindings/
associated_binding.h 43 explicit AssociatedBinding(Interface* impl) : impl_(impl) {
44 stub_.set_sink(impl_);
147 Interface* impl() { return impl_; }
167 Interface* impl_; member in class:mojo::AssociatedBinding
  /system/keymaster/include/keymaster/
soft_keymaster_device.h 78 impl_->GetVersion(req, rsp);
247 UniquePtr<AndroidKeymaster> impl_; member in class:keymaster::SoftKeymasterDevice
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util.h 118 Impl *impl_; member in class:ScopedThread
  /external/libmojo/mojo/public/cpp/bindings/lib/
binding_state.h 44 explicit BindingState(Interface* impl) : impl_(impl) {
45 stub_.set_sink(impl_);
103 Interface* impl() { return impl_; }
134 Interface* impl_; member in class:mojo::internal::BindingState
145 explicit BindingState(Interface* impl) : impl_(impl) {
146 stub_.set_sink(impl_);
212 Interface* impl() { return impl_; }
240 Interface* impl_; member in class:mojo::internal::BindingState
  /external/parameter-framework/asio-1.10.6/include/asio/
io_service.hpp 592 impl_type& impl_; member in class:asio::io_service
  /external/parameter-framework/asio-1.10.6/include/asio/ip/
basic_endpoint.hpp 50 : impl_()
72 : impl_(internet_protocol.family(), port_num)
80 : impl_(addr, port_num)
86 : impl_(other.impl_)
92 : impl_(other.impl_)
99 impl_ = other.impl_;
106 impl_ = other.impl_
218 asio::ip::detail::endpoint impl_; member in class:asio::ip::basic_endpoint
    [all...]
  /external/webp/src/utils/
thread_utils.h 43 WebPWorkerImpl* impl_; member in struct:__anon36829
  /external/google-breakpad/src/third_party/linux/include/gflags/
gflags.h 281 class FlagSaverImpl* impl_; // we use pimpl here to keep API steady member in class:google::FlagSaver
  /external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
gflags.h 283 class FlagSaverImpl* impl_; // we use pimpl here to keep API steady member in class:GFLAGS_NAMESPACE::FlagSaver
  /external/libyuv/files/third_party/gflags/gen/win/include/gflags/
gflags.h 283 class FlagSaverImpl* impl_; // we use pimpl here to keep API steady member in class:GFLAGS_NAMESPACE::FlagSaver
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.h 127 CopyingInputStreamAdaptor impl_; member in class:google::protobuf::io::FileInputStream
204 CopyingOutputStreamAdaptor impl_; member in class:google::protobuf::io::FileOutputStream
248 CopyingInputStreamAdaptor impl_; member in class:google::protobuf::io::IstreamInputStream
290 CopyingOutputStreamAdaptor impl_; member in class:google::protobuf::io::OstreamOutputStream
  /external/v8/src/compiler/
code-assembler.h 214 Impl* impl_; member in class:v8::internal::compiler::CodeAssembler::Variable

Completed in 1861 milliseconds

1 2 3 4