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

1 2 3 4 5 6

  /external/libchrome/base/message_loop/
message_pump.h 19 // these delegate methods are used.
20 class BASE_EXPORT Delegate {
22 virtual ~Delegate() {}
52 // messages as well as for giving cycles to the delegate periodically. The
53 // message pump should take care to mix delegate callbacks with native
108 virtual void Run(Delegate* delegate) = 0;
  /external/sfntly/cpp/src/test/
platform_thread.h 45 class Delegate {
47 virtual ~Delegate() {}
56 // and |delegate|'s ThreadMain method will be executed on the newly created
60 // the Delegate object outlives the thread.
61 static bool Create(Delegate* delegate, PlatformThreadHandle* thread_handle);
  /external/pdfium/core/fxcodec/codec/
ccodec_bmpmodule.h 25 class Delegate {
35 std::unique_ptr<Context> Start(Delegate* pDelegate);
ccodec_gifmodule.h 26 class Delegate {
44 std::unique_ptr<Context> Start(Delegate* pDelegate);
ccodec_pngmodule.h 23 class Delegate {
39 std::unique_ptr<Context> Start(Delegate* pDelegate);
  /system/netd/server/
PhysicalNetwork.h 28 class Delegate {
30 virtual ~Delegate();
38 PhysicalNetwork(unsigned netId, Delegate* delegate);
55 Delegate* const mDelegate;
  /external/libmojo/mojo/edk/system/
node_channel.h 35 public Channel::Delegate
41 class Delegate {
43 virtual ~Delegate() {}
93 Delegate* delegate,
124 // Used for context in Delegate calls (via |from_node| arguments.)
170 NodeChannel(Delegate* delegate,
176 // Channel::Delegate:
191 Delegate* const delegate_
    [all...]
  /external/libchrome/base/threading/
platform_thread.h 124 class BASE_EXPORT Delegate {
129 virtual ~Delegate() {}
161 // and |delegate|'s ThreadMain method will be executed on the newly created
165 // the Delegate object outlives the thread.
167 Delegate* delegate,
169 return CreateWithPriority(stack_size, delegate, thread_handle,
175 static bool CreateWithPriority(size_t stack_size, Delegate* delegate,
182 static bool CreateNonJoinable(size_t stack_size, Delegate* delegate)
    [all...]
  /external/perfetto/include/perfetto/protozero/
scattered_stream_writer.h 43 // ContiguousMemoryRange and defers the chunk-chaining logic to the Delegate.
46 class Delegate {
48 virtual ~Delegate();
52 explicit ScatteredStreamWriter(Delegate* delegate);
84 // <= than the size of a new buffer returned by the Delegate::GetNewBuffer().
115 Delegate* const delegate_;
  /external/perfetto/src/protozero/
scattered_stream_writer.cc 25 ScatteredStreamWriter::Delegate::~Delegate() {}
27 ScatteredStreamWriter::ScatteredStreamWriter(Delegate* delegate)
28 : delegate_(delegate),
61 // Assume the reservations are always < Delegate::GetNewBuffer().size(),
  /external/perfetto/src/traced/probes/filesystem/
file_scanner.h 32 class Delegate {
39 virtual ~Delegate();
43 Delegate* delegate,
48 FileScanner(std::vector<std::string> root_directories, Delegate* delegate);
62 Delegate* delegate_;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
SymbolDeserializer.h 37 explicit SymbolDeserializer(SymbolVisitorDelegate *Delegate)
38 : Delegate(Delegate) {}
63 Delegate ? Delegate->getRecordOffset(Mapping->Reader) : 0;
69 SymbolVisitorDelegate *Delegate;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
SymbolDeserializer.h 50 explicit SymbolDeserializer(SymbolVisitorDelegate *Delegate,
52 : Delegate(Delegate), Container(Container) {}
77 Delegate ? Delegate->getRecordOffset(Mapping->Reader) : 0;
83 SymbolVisitorDelegate *Delegate;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
SymbolDeserializer.h 50 explicit SymbolDeserializer(SymbolVisitorDelegate *Delegate,
52 : Delegate(Delegate), Container(Container) {}
77 Delegate ? Delegate->getRecordOffset(Mapping->Reader) : 0;
83 SymbolVisitorDelegate *Delegate;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
SymbolDeserializer.h 56 explicit SymbolDeserializer(SymbolVisitorDelegate *Delegate,
58 : Delegate(Delegate), Container(Container) {}
87 Delegate ? Delegate->getRecordOffset(Mapping->Reader) : 0;
93 SymbolVisitorDelegate *Delegate;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
SymbolDeserializer.h 56 explicit SymbolDeserializer(SymbolVisitorDelegate *Delegate,
58 : Delegate(Delegate), Container(Container) {}
87 Delegate ? Delegate->getRecordOffset(Mapping->Reader) : 0;
93 SymbolVisitorDelegate *Delegate;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
SymbolDeserializer.h 56 explicit SymbolDeserializer(SymbolVisitorDelegate *Delegate,
58 : Delegate(Delegate), Container(Container) {}
87 Delegate ? Delegate->getRecordOffset(Mapping->Reader) : 0;
93 SymbolVisitorDelegate *Delegate;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
SymbolDeserializer.h 56 explicit SymbolDeserializer(SymbolVisitorDelegate *Delegate,
58 : Delegate(Delegate), Container(Container) {}
87 Delegate ? Delegate->getRecordOffset(Mapping->Reader) : 0;
93 SymbolVisitorDelegate *Delegate;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
SymbolDeserializer.h 37 explicit SymbolDeserializer(SymbolVisitorDelegate *Delegate)
38 : Delegate(Delegate) {}
63 Delegate ? Delegate->getRecordOffset(Mapping->Reader) : 0;
69 SymbolVisitorDelegate *Delegate;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
SymbolDeserializer.h 50 explicit SymbolDeserializer(SymbolVisitorDelegate *Delegate,
52 : Delegate(Delegate), Container(Container) {}
77 Delegate ? Delegate->getRecordOffset(Mapping->Reader) : 0;
83 SymbolVisitorDelegate *Delegate;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
SymbolDeserializer.h 50 explicit SymbolDeserializer(SymbolVisitorDelegate *Delegate,
52 : Delegate(Delegate), Container(Container) {}
77 Delegate ? Delegate->getRecordOffset(Mapping->Reader) : 0;
83 SymbolVisitorDelegate *Delegate;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
SymbolDeserializer.h 56 explicit SymbolDeserializer(SymbolVisitorDelegate *Delegate,
58 : Delegate(Delegate), Container(Container) {}
87 Delegate ? Delegate->getRecordOffset(Mapping->Reader) : 0;
93 SymbolVisitorDelegate *Delegate;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
SymbolDeserializer.h 56 explicit SymbolDeserializer(SymbolVisitorDelegate *Delegate,
58 : Delegate(Delegate), Container(Container) {}
87 Delegate ? Delegate->getRecordOffset(Mapping->Reader) : 0;
93 SymbolVisitorDelegate *Delegate;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
SymbolDeserializer.h 56 explicit SymbolDeserializer(SymbolVisitorDelegate *Delegate,
58 : Delegate(Delegate), Container(Container) {}
87 Delegate ? Delegate->getRecordOffset(Mapping->Reader) : 0;
93 SymbolVisitorDelegate *Delegate;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
SymbolDeserializer.h 56 explicit SymbolDeserializer(SymbolVisitorDelegate *Delegate,
58 : Delegate(Delegate), Container(Container) {}
87 Delegate ? Delegate->getRecordOffset(Mapping->Reader) : 0;
93 SymbolVisitorDelegate *Delegate;

Completed in 639 milliseconds

1 2 3 4 5 6