Home
last modified time | relevance | path

Searched defs:writers (Results 1 – 25 of 32) sorted by relevance

12

/external/python/cpython2/Lib/bsddb/test/
Dtest_thread.py72 writers = 0 variable in ConcurrentDataStoreBase
179 writers = 2 variable in BTreeConcurrentDataStore
186 writers = 2 variable in HashConcurrentDataStore
197 writers = 2 variable in SimpleThreadedBase
321 writers = 0 variable in ThreadedTransactionsBase
470 writers = 2 variable in BTreeThreadedTransactions
476 writers = 2 variable in HashThreadedTransactions
482 writers = 2 variable in BTreeThreadedNoWaitTransactions
489 writers = 2 variable in HashThreadedNoWaitTransactions
/external/apache-commons-io/src/main/java/org/apache/commons/io/output/
DFilterCollectionWriter.java57 protected final Collection<Writer> writers; field in FilterCollectionWriter
64 protected FilterCollectionWriter(final Collection<Writer> writers) { in FilterCollectionWriter()
73 protected FilterCollectionWriter(final Writer... writers) { in FilterCollectionWriter()
165 private Stream<Writer> writers() { in writers() method in FilterCollectionWriter
DTeeWriter.java39 public TeeWriter(final Collection<Writer> writers) { in TeeWriter()
48 public TeeWriter(final Writer... writers) { in TeeWriter()
DProxyCollectionWriter.java43 public ProxyCollectionWriter(final Collection<Writer> writers) { in ProxyCollectionWriter()
52 public ProxyCollectionWriter(final Writer... writers) { in ProxyCollectionWriter()
/external/libchrome/base/memory/
Dprotected_memory.cc11 PROTECTED_MEMORY_SECTION int AutoWritableMemory::writers = 0; member in base::AutoWritableMemory
/external/perfetto/src/traced/service/
Dbuiltin_producer.h65 std::map<DataSourceInstanceID, MetatraceWriter> writers; member
/external/llvm/include/llvm/Support/
DRWMutex.h92 unsigned readers, writers; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DRWMutex.h109 unsigned writers = 0; variable
/external/wpa_supplicant_8/src/utils/
Deloop.c102 struct eloop_sock_table writers; member
444 struct eloop_sock_table *writers, in eloop_sock_table_set_fds()
553 struct eloop_sock_table *writers, in eloop_sock_table_dispatch()
/external/libchrome/mojo/public/c/system/tests/
Dcore_perftest.cc168 std::vector<MessagePipeWriterThread*> writers; in DoMessagePipeThreadedTest() local
/external/perfetto/src/tracing/test/
Dmock_producer.cc196 std::vector<TraceWriter*> writers; in WaitForFlush() local
Dtracing_integration_test.cc208 auto writers = GetWriters(producer_id); in WaitForTraceWritersChanged() local
/external/igt-gpu-tools/tests/i915/
Dgem_fence_upload.c170 struct thread_performance writers[count]; in thread_performance() local
/external/cronet/net/http/
Dhttp_cache.h387 std::unique_ptr<Writers> writers; member
Dhttp_cache.cc1265 Writers* writers = i->second->writers.get(); in GetLoadStateForPendingTransaction() local
/external/python/pyserial/examples/
Dport_publisher.py557 readers, writers, errors = select.select( variable
/external/tensorflow/tensorflow/core/util/
Ddebug_events_writer_test.cc105 std::vector<DebugEventsWriter*> writers; in TEST_F() local
131 std::vector<DebugEventsWriter*> writers; in TEST_F() local
/external/perfetto/src/tracing/core/
Dshared_memory_arbiter_impl_unittest.cc228 std::map<WriterID, std::unique_ptr<TraceWriter>> writers; in TEST_P() local
Dtracing_service_impl_unittest.cc240 auto writers = GetWriters(producer_id); in WaitForTraceWritersChanged() local
4536 std::unique_ptr<TraceWriter> writers[] = { in TEST_F() local
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/
Dares-test.cc64 fd_set readers, writers; in ProcessWork() local
/external/google-breakpad/src/client/solaris/handler/
Dminidump_generator.cc677 const WriteStreamFN writers[] = { variable
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dio_ops.cc133 writers; in WriteData() local
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc224 WriteStreamFN writers[] = { in Write() local
/external/curl/lib/
Dmulti.c228 unsigned int writers; /* this many transfers want to write */ member
/external/armnn/src/profiling/test/
DProfilingTests.cpp724 std::vector<std::thread> writers; variable

12