Home
last modified time | relevance | path

Searched refs:consumers (Results 1 – 25 of 27) sorted by relevance

12

/external/deqp/framework/delibs/decpp/
DdeThreadSafeRingBuffer.cpp135 vector<Consumer*> consumers; in ThreadSafeRingBuffer_selfTest() local
141 consumers.push_back(new Consumer(buffer, numProducers)); in ThreadSafeRingBuffer_selfTest()
144 for (vector<Consumer*>::iterator i = consumers.begin(); i != consumers.end(); i++) in ThreadSafeRingBuffer_selfTest()
160 for (vector<Consumer*>::iterator i = consumers.begin(); i != consumers.end(); i++) in ThreadSafeRingBuffer_selfTest()
172 cmpSum += consumers[j]->getPayloadSum((deUint16)i); in ThreadSafeRingBuffer_selfTest()
179 for (vector<Consumer*>::iterator i = consumers.begin(); i != consumers.end(); i++) in ThreadSafeRingBuffer_selfTest()
DdeBlockBuffer.cpp172 vector<Consumer*> consumers; in runTest() local
178 consumers.push_back(new Consumer(buffer, numProducers)); in runTest()
181 for (vector<Consumer*>::iterator i = consumers.begin(); i != consumers.end(); i++) in runTest()
199 for (vector<Consumer*>::iterator i = consumers.begin(); i != consumers.end(); i++) in runTest()
211 cmpSum += consumers[j]->getPayloadSum((deUint16)i); in runTest()
218 for (vector<Consumer*>::iterator i = consumers.begin(); i != consumers.end(); i++) in runTest()
/external/eigen/unsupported/test/
Dcxx11_eventcount.cpp106 std::vector<std::unique_ptr<std::thread>> consumers; in test_stress_eventcount() local
108 consumers.emplace_back(new std::thread([&ec, &queues, &waiters, i]() { in test_stress_eventcount()
134 consumers[i]->join(); in test_stress_eventcount()
/external/llvm/docs/
DMarkedUpDisassembly.rst11 LLVM's default disassembly output is raw text. To allow consumers more ability
22 mismatches between consumers and producers. That is, the syntax generally does
23 not carry semantics beyond "this text has an annotation," so consumers can
83 The intended consumers of this information use the C API, therefore the new C
DSourceLevelDebugging.rst58 Debug information consumers
66 Currently, there are two backend consumers of debug info: DwarfDebug and
1376 CodeView consumers and do not require type records.
DGetElementPtr.rst286 dereference it. IR producers (front-ends) must follow this rule, and consumers
DProgrammersManual.rst2738 This is because LLVM rarely encourages library consumers to extend its core
/external/valgrind/drd/tests/
Dcircular_buffer.c185 pthread_t consumers[THREADS]; in main() local
215 pthread_create(consumers + i, NULL, in main()
221 pthread_join(consumers[i], NULL); in main()
/external/boringssl/src/
DAPI-CONVENTIONS.md5 both API consumers and developers.
17 compatibility with existing OpenSSL consumers.
23 types. Including `openssl/base.h` (or `openssl/ossl_typ.h` for consumers who
96 C++ consumers are recommended to use `bssl::UniquePtr` to manage heap-allocated
165 C++ consumers are recommended to use the wrappers named like
DINCORPORATING.md103 `BORINGSSL_SHARED_LIBRARY` in both BoringSSL and consumers. BoringSSL's own
104 source files (but *not* consumers' source files) must also build with
DREADME.md29 …* [API-CONVENTIONS.md](/API-CONVENTIONS.md): general API conventions for BoringSSL consumers and d…
DPORTING.md22 consumers. It is not suitable for, say, a system library in a traditional Linux
44 Some external consumers increment reference counts directly by calling
169 compatible with OpenSSL consumers. In general, consult the BoringSSL
/external/spirv-llvm/lib/SPIRV/runtime/
DREADME.txt3 converter. The SPIR-V consumers need to add these builtin
/external/clang/examples/PrintFunctionNames/
DREADME.txt2 providing AST consumers using a plugin.
/external/parameter-framework/upstream/cmake/
DFindLibXml2.cmake30 # This has the advantage of propagating Transitive Usage Requirements to consumers.
/external/llvm/test/DebugInfo/Inputs/
Dgmlt.ll48 ; FIXME: We don't really need DW_AT_inline, consumers can ignore this due to
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Dbool-folding.ll1 ; This tests the optimization where producers and consumers of i1 (bool)
/external/protobuf/docs/swift/
DDesignDoc.md396 Using this approach, proto3 consumers must always have a default case or handle
526 This approach fulfills the needs of proto consumers by providing a
/external/python/cpython2/Doc/c-api/
Dbuffer.rst160 may need to raise errors to signal to some consumers that something is
/external/syslinux/memdisk/
Dmemdisk.inc143 ; future consumers, such as OS drivers.
/external/python/cpython2/Doc/howto/
Dfunctional.rst610 producers of information into both producers and consumers.
/external/swiftshader/third_party/subzero/
DDESIGN.rst954 consumers include branch, select (the ternary operator from the C language), and
/external/swiftshader/third_party/subzero/docs/
DDESIGN.rst954 consumers include branch, select (the ternary operator from the C language), and
/external/python/cpython2/Doc/library/
Dmultiprocessing.rst507 processes) or a queue (which allows multiple producers and consumers).
/external/python/cpython2/Doc/whatsnew/
D2.5.rst515 producers of information into both producers and consumers.

12