Home
last modified time | relevance | path

Searched defs:Producer (Results 1 – 25 of 176) sorted by relevance

12345678

/aosp_15_r20/external/deqp/framework/delibs/decpp/
H A DdeBlockBuffer.cpp127 class Producer : public Thread class
130 Producer(MessageBuffer &buffer, uint16_t threadId, int numMessages) in Producer() function in de::BlockBufferBasicTest::Producer
233 class Producer : public Thread class
236 Producer(BlockBuffer<uint8_t> *buffer, uint32_t seed) : m_buffer(buffer), m_seed(seed) in Producer() function in de::BlockBufferCancelTest::Producer
H A DdeThreadSafeRingBuffer.cpp100 class Producer : public Thread class
103 Producer(ThreadSafeRingBuffer<Message> &buffer, uint16_t threadId, int dataSize) in Producer() function in de::__anon331c95750111::Producer
/aosp_15_r20/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
H A DAltsFraming.java117 static final class Producer { class in AltsFraming
121 Producer(int maxFrameSize) { in Producer() method in AltsFraming.Producer
127 Producer() { in Producer() method in AltsFraming.Producer
/aosp_15_r20/external/rust/android-crates-io/crates/rayon/src/iter/plumbing/
Dmod.rs59 pub trait Producer: Send + Sized { trait
391 pub fn bridge_producer_consumer<P, C>(len: usize, producer: P, consumer: C) -> C::Result in bridge_producer_consumer()
407 P: Producer, in bridge_producer_consumer()
/aosp_15_r20/external/mockito/src/test/java/org/mockitousage/misuse/
H A DSpyStubbingMisuseTest.java45 public class Producer { class in SpyStubbingMisuseTest
47 Producer(Strategy f) { in Producer() method in SpyStubbingMisuseTest.Producer
/aosp_15_r20/tools/trebuchet/core/common/src/main/kotlin/trebuchet/io/
H A DPipe.kt21 interface Producer<in T> { interface
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/
H A DQueuesTest.java298 private static class Producer implements Callable<@Nullable Void> { class in QueuesTest
304 Producer(BlockingQueue<Object> q, int elements) { in Producer() method in QueuesTest.Producer
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/
H A DQueuesTest.java298 private static class Producer implements Callable<@Nullable Void> { class in QueuesTest
304 Producer(BlockingQueue<Object> q, int elements) { in Producer() method in QueuesTest.Producer
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/tracing/internal/
H A Dsystem_tracing_backend.h30 class Producer; variable
H A Din_process_tracing_backend.h29 class Producer; variable
/aosp_15_r20/external/perfetto/include/perfetto/tracing/internal/
H A Dsystem_tracing_backend.h30 class Producer; variable
H A Din_process_tracing_backend.h29 class Producer; variable
/aosp_15_r20/external/dagger2/java/dagger/producers/
H A DProducer.java95 public interface Producer<T> { interface
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/ext/tracing/ipc/
H A Dproducer_ipc_client.h32 class Producer; variable
/aosp_15_r20/external/perfetto/include/perfetto/ext/tracing/ipc/
H A Dproducer_ipc_client.h32 class Producer; variable
/aosp_15_r20/frameworks/base/core/java/android/tracing/perfetto/
H A DProducer.java22 public class Producer { class
/aosp_15_r20/external/perfetto/docs/concepts/
H A Dservice-model.md18 ## Producer section in Service-based model
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp490 unsigned Producer = SubregBit ? in getSingleInstruction() local
496 unsigned Producer = in getSingleInstruction() local
/aosp_15_r20/external/perfetto/include/perfetto/tracing/
H A Dtracing_backend.h45 class Producer; variable
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/tracing/
H A Dtracing_backend.h45 class Producer; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp502 unsigned Producer = SubregBit ? in getSingleInstruction() local
508 unsigned Producer = in getSingleInstruction() local
/aosp_15_r20/external/perfetto/src/tracing/ipc/producer/
H A Dproducer_ipc_client_impl.h42 class Producer; variable
/aosp_15_r20/external/perfetto/protos/perfetto/common/
H A Dtracing_service_state.proto28 message Producer { message
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/ext/tracing/core/
H A Dtracing_service.h44 class Producer; variable
/aosp_15_r20/external/tensorflow/tensorflow/go/
H A Doperation.go187 func (p Consumer) Producer() Output { func

12345678