HomeSort by relevance Sort by last modified time
    Searched refs:Consumer (Results 1 - 25 of 735) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/support/compat/src/main/java/androidx/core/util/
Consumer.java 20 * Compat version of {@link java.util.function.Consumer}
23 public interface Consumer<T> {
  /dalvik/dx/tests/139-lambda-metafactory/
Consumer.class 
  /external/clang/include/clang/Sema/
SemaConsumer.h 33 /// \brief Initialize the semantic consumer with the Sema instance
38 /// \brief Inform the semantic consumer that Sema is no longer available.
42 static bool classof(const ASTConsumer *Consumer) {
43 return Consumer->SemaConsumer;
  /external/perfetto/include/perfetto/tracing/core/
consumer.h 30 class PERFETTO_EXPORT Consumer {
32 virtual ~Consumer();
35 // the remote Service), once the Consumer <> Service connection has been
47 // - The consumer explicitly called DisableTracing()
  /external/perfetto/include/perfetto/tracing/ipc/
consumer_ipc_client.h 27 class Consumer;
31 // Consumer(s) of the tracing library.
33 // src/tracing/ipc/consumer/consumer_ipc_client_impl.cc
38 // method will be invoked asynchronously on the passed Consumer interface.
41 // callbacks invoked on the Consumer interface: no more Consumer callbacks are
45 Connect(const char* service_sock_name, Consumer*, base::TaskRunner*);
  /external/perfetto/src/tracing/core/
virtual_destructors.cc 17 #include "perfetto/tracing/core/consumer.h"
30 Consumer::~Consumer() = default;
  /frameworks/base/core/java/com/android/internal/util/function/pooled/
PooledConsumer.java 19 import java.util.function.Consumer;
22 * {@link Consumer} + {@link PooledLambda}
27 public interface PooledConsumer<T> extends PooledLambda, Consumer<T> {
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
NoOpConsumer.java 19 import com.android.quicksearchbox.util.Consumer;
22 * A Consumer that does nothing with the objects it receives.
24 public class NoOpConsumer<A> implements Consumer<A> {
Consumer.java 24 public interface Consumer<A> {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
SemaConsumer.h 33 /// \brief Initialize the semantic consumer with the Sema instance
38 /// \brief Inform the semantic consumer that Sema is no longer available.
42 static bool classof(const ASTConsumer *Consumer) {
43 return Consumer->SemaConsumer;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
SemaConsumer.h 33 /// \brief Initialize the semantic consumer with the Sema instance
38 /// \brief Inform the semantic consumer that Sema is no longer available.
42 static bool classof(const ASTConsumer *Consumer) {
43 return Consumer->SemaConsumer;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
SemaConsumer.h 33 /// \brief Initialize the semantic consumer with the Sema instance
38 /// \brief Inform the semantic consumer that Sema is no longer available.
42 static bool classof(const ASTConsumer *Consumer) {
43 return Consumer->SemaConsumer;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
SemaConsumer.h 33 /// \brief Initialize the semantic consumer with the Sema instance
38 /// \brief Inform the semantic consumer that Sema is no longer available.
42 static bool classof(const ASTConsumer *Consumer) {
43 return Consumer->SemaConsumer;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
SemaConsumer.h 33 /// \brief Initialize the semantic consumer with the Sema instance
38 /// \brief Inform the semantic consumer that Sema is no longer available.
42 static bool classof(const ASTConsumer *Consumer) {
43 return Consumer->SemaConsumer;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
SemaConsumer.h 33 /// \brief Initialize the semantic consumer with the Sema instance
38 /// \brief Inform the semantic consumer that Sema is no longer available.
42 static bool classof(const ASTConsumer *Consumer) {
43 return Consumer->SemaConsumer;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/
SemaConsumer.h 33 /// \brief Initialize the semantic consumer with the Sema instance
38 /// \brief Inform the semantic consumer that Sema is no longer available.
42 static bool classof(const ASTConsumer *Consumer) {
43 return Consumer->SemaConsumer;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
SemaConsumer.h 33 /// \brief Initialize the semantic consumer with the Sema instance
38 /// \brief Inform the semantic consumer that Sema is no longer available.
42 static bool classof(const ASTConsumer *Consumer) {
43 return Consumer->SemaConsumer;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Sema/
SemaConsumer.h 33 /// \brief Initialize the semantic consumer with the Sema instance
38 /// \brief Inform the semantic consumer that Sema is no longer available.
42 static bool classof(const ASTConsumer *Consumer) {
43 return Consumer->SemaConsumer;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Sema/
SemaConsumer.h 33 /// \brief Initialize the semantic consumer with the Sema instance
38 /// \brief Inform the semantic consumer that Sema is no longer available.
42 static bool classof(const ASTConsumer *Consumer) {
43 return Consumer->SemaConsumer;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Sema/
SemaConsumer.h 33 /// \brief Initialize the semantic consumer with the Sema instance
38 /// \brief Inform the semantic consumer that Sema is no longer available.
42 static bool classof(const ASTConsumer *Consumer) {
43 return Consumer->SemaConsumer;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Sema/
SemaConsumer.h 33 /// \brief Initialize the semantic consumer with the Sema instance
38 /// \brief Inform the semantic consumer that Sema is no longer available.
42 static bool classof(const ASTConsumer *Consumer) {
43 return Consumer->SemaConsumer;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Sema/
SemaConsumer.h 33 /// \brief Initialize the semantic consumer with the Sema instance
38 /// \brief Inform the semantic consumer that Sema is no longer available.
42 static bool classof(const ASTConsumer *Consumer) {
43 return Consumer->SemaConsumer;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Sema/
SemaConsumer.h 33 /// \brief Initialize the semantic consumer with the Sema instance
38 /// \brief Inform the semantic consumer that Sema is no longer available.
42 static bool classof(const ASTConsumer *Consumer) {
43 return Consumer->SemaConsumer;
  /art/test/916-obsolete-jit/src/
Transform.java 17 import java.util.function.Consumer;
20 private void Start(Consumer<String> reporter) {
24 private void Finish(Consumer<String> reporter) {
28 public void sayHi(Runnable r, Consumer<String> reporter) {
  /packages/apps/Dialer/java/com/android/dialer/function/
Consumer.java 20 public interface Consumer<T> {

Completed in 422 milliseconds

1 2 3 4 5 6 7 8 91011>>