Searched refs:consumers (Results 1 – 20 of 20) sorted by relevance
/external/deqp/framework/delibs/decpp/ |
D | deThreadSafeRingBuffer.cpp | 135 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()
|
D | deBlockBuffer.cpp | 172 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/ |
D | cxx11_eventcount.cpp | 106 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/ |
D | MarkedUpDisassembly.rst | 11 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
|
D | SourceLevelDebugging.rst | 58 Debug information consumers 66 Currently, there are two backend consumers of debug info: DwarfDebug and 1376 CodeView consumers and do not require type records.
|
D | GetElementPtr.rst | 286 dereference it. IR producers (front-ends) must follow this rule, and consumers
|
D | ProgrammersManual.rst | 2738 This is because LLVM rarely encourages library consumers to extend its core
|
/external/valgrind/drd/tests/ |
D | circular_buffer.c | 185 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/ |
D | API-CONVENTIONS.md | 5 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
|
D | INCORPORATING.md | 103 `BORINGSSL_SHARED_LIBRARY` in both BoringSSL and consumers. BoringSSL's own 104 source files (but *not* consumers' source files) must also build with
|
D | README.md | 29 …* [API-CONVENTIONS.md](/API-CONVENTIONS.md): general API conventions for BoringSSL consumers and d…
|
D | PORTING.md | 22 consumers. It is not suitable for, say, a system library in a traditional Linux 44 Some external consumers increment reference counts directly by calling 158 compatible with OpenSSL consumers. In general, consult the BoringSSL
|
/external/spirv-llvm/lib/SPIRV/runtime/ |
D | README.txt | 3 converter. The SPIR-V consumers need to add these builtin
|
/external/clang/examples/PrintFunctionNames/ |
D | README.txt | 2 providing AST consumers using a plugin.
|
/external/parameter-framework/upstream/cmake/ |
D | FindLibXml2.cmake | 30 # This has the advantage of propagating Transitive Usage Requirements to consumers.
|
/external/llvm/test/DebugInfo/Inputs/ |
D | gmlt.ll | 48 ; FIXME: We don't really need DW_AT_inline, consumers can ignore this due to
|
/external/protobuf/docs/swift/ |
D | DesignDoc.md | 396 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/syslinux/memdisk/ |
D | memdisk.inc | 143 ; future consumers, such as OS drivers.
|
/external/openssh/ |
D | ChangeLog | 5596 forward-declare struct sshbuf so consumers don't need to include sshbuf.h
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|