/external/perfetto/ui/src/common/ |
D | actions_unittest.ts | 15 import {produce} from 'immer'; 41 return produce(state, draft => { 58 return produce(state, draft => { 77 state = produce(state, draft => { 85 const after = produce(createEmptyState(), draft => { 92 const once = produce(createEmptyState(), draft => { 102 const twice = produce(once, draft => { 121 const afterGroup = produce(state, draft => { 131 const afterTrackAdd = produce(afterGroup, draft => { 148 const once = produce(createEmptyState(), draft => { [all …]
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/ |
D | ProduceExceptionsTest.kt | 17 val producer = produce<Int>(Job()) { in <lambda>() 37 val produce = produce<Int>(Job()) { in <lambda>() constant 49 produce.cancel() in <lambda>() 54 val produce = produce<Int>(NonCancellable) { in <lambda>() constant 65 produce.receive() in <lambda>() 75 channel = produce { in <lambda>() 99 channel = produce(NonCancellable) { in <lambda>() 124 val channel = produce(job) { in <lambda>() 148 val channel = produce(job) { in <lambda>()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/channels/ |
D | ProduceTest.kt | 15 val c = produce { in <lambda>() 33 val c = produce(NonCancellable) { in <lambda>() 60 val c = produce(NonCancellable) { in <lambda>() 101 val channel = produce<Int>(parent) { in <lambda>() 117 produce<Int>(parent) { in <lambda>() 121 this@produce.cancel() in <lambda>() 134 produce<Int>(parent) { in <lambda>() 147 val channel = produce<Int> { } in <lambda>() 166 … val produced = produce<Int>(coroutineContext, onCompletion = { source.cancelConsumed(it) }) { in <lambda>()
|
D | BroadcastTest.kt | 45 val a = produce { in <lambda>() 63 val a = produce { in <lambda>() 81 val a = produce<Unit> { in <lambda>() 99 val a = produce<Unit> { in <lambda>()
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/parser/ |
D | ParserImpl.java | 157 currentEvent = state.produce(); in peekEvent() 181 public Event produce() { in produce() method in ParserImpl.ParseStreamStart 192 public Event produce() { in produce() method in ParserImpl.ParseImplicitDocumentStart 206 return p.produce(); in produce() 212 public Event produce() { in produce() method in ParserImpl.ParseDocumentStart 250 public Event produce() { in produce() method in ParserImpl.ParseDocumentEnd 269 public Event produce() { in produce() method in ParserImpl.ParseDocumentContent 278 return p.produce(); in produce() 357 public Event produce() { in produce() method in ParserImpl.ParseBlockNode 492 public Event produce() { in produce() method in ParserImpl.ParseBlockSequenceFirstEntry [all …]
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/channels/ |
D | ChannelBuildersFlowTest.kt | 14 val channel = produce { in <lambda>() 26 val channel = produce { in <lambda>() 38 val channel = produce(NonCancellable) { // otherwise failure will cancel scope as well in <lambda>() 53 val channel = produce(NonCancellable) { // otherwise failure will cancel scope as well in <lambda>() 67 val channel = produce(NonCancellable) { // otherwise failure will cancel scope as well in <lambda>() 80 val channel = produce(NonCancellable) { // otherwise failure will cancel scope as well in <lambda>() 93 val channel = produce { send("OK") } in <lambda>() 102 val channel = produce { send("OK") } in <lambda>() 112 val channel = produce { in <lambda>()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/ |
D | Produce.kt | 94 public fun <E> CoroutineScope.produce( in produce() method 99 …produce(context, capacity, BufferOverflow.SUSPEND, CoroutineStart.DEFAULT, onCompletion = null, bl… in produce() 114 public fun <E> CoroutineScope.produce( in produce() method 121 produce(context, capacity, BufferOverflow.SUSPEND, start, onCompletion, block) in produce() 124 internal fun <E> CoroutineScope.produce( in produce() method
|
/external/llvm/test/CodeGen/PowerPC/ |
D | vec_mergeow.ll | 8 ; ordering. If run on a big endian machine, this should produce the vmrgew 9 ; instruction. If run on a little endian machine, this should produce the 33 ; ordering. If run on a big endian machine, this should produce the vmrgew 34 ; instruction. If run on a little endian machine, this should produce the 56 ; ordering. If run on a big endian machine, this should produce the vmrgow 57 ; instruction. If run on a little endian machine, this should produce the 81 ; ordering. If run on a big endian machine, this should produce the vmrgow 82 ; instruction. If run on a little endian machine, this should produce the
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | vec_mergeow.ll | 8 ; ordering. If run on a big endian machine, this should produce the vmrgew 9 ; instruction. If run on a little endian machine, this should produce the 33 ; ordering. If run on a big endian machine, this should produce the vmrgew 34 ; instruction. If run on a little endian machine, this should produce the 56 ; ordering. If run on a big endian machine, this should produce the vmrgow 57 ; instruction. If run on a little endian machine, this should produce the 81 ; ordering. If run on a big endian machine, this should produce the vmrgow 82 ; instruction. If run on a little endian machine, this should produce the
|
/external/llvm-project/llvm/test/CodeGen/Mips/Fast-ISel/ |
D | icmpa.ll | 27 ; FIXME: This instruction is redundant. The sltiu can only produce 0 and 1. 48 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1. 68 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1. 88 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1. 108 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1. 128 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1. 147 ; FIXME: This instruction is redundant. The slt can only produce 0 and 1. 166 ; FIXME: This instruction is redundant. The slt can only produce 0 and 1. 187 ; FIXME: This instruction is redundant. The slt can only produce 0 and 1. 206 ; FIXME: This instruction is redundant. The slt can only produce 0 and 1.
|
/external/llvm/test/CodeGen/Mips/Fast-ISel/ |
D | icmpa.ll | 27 ; FIXME: This instruction is redundant. The sltiu can only produce 0 and 1. 48 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1. 68 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1. 88 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1. 108 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1. 128 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1. 147 ; FIXME: This instruction is redundant. The slt can only produce 0 and 1. 166 ; FIXME: This instruction is redundant. The slt can only produce 0 and 1. 187 ; FIXME: This instruction is redundant. The slt can only produce 0 and 1. 206 ; FIXME: This instruction is redundant. The slt can only produce 0 and 1.
|
/external/google-breakpad/docs/ |
D | linux_starter_guide.md | 9 the Breakpad source directory will produce 11 necessary to produce minidumps from an application. 42 Compiling and running this example should produce a minidump file in /tmp, and 69 To produce useful stack traces, Breakpad requires you to convert the debugging 73 your binaries to produce the text-format symbols. For example, if your main 84 file contains the information you need to produce this directory structure, for 97 ## Processing the minidump to produce a stack trace 100 plus its corresponding text-format symbols and produce a symbolized stacktrace.
|
/external/llvm-project/lld/test/ELF/ |
D | unresolved-symbols.s | 20 ## Ignore all should not produce error for symbols from object except 29 ## Also ignore all should not produce error for symbols from DSOs. 33 ## Ignoring undefines in objects should not produce error for symbol from object. 41 ## Ignoring undefines in shared should produce error for symbol from object. 44 ## And should not produce errors for symbols from DSO. 48 ## Ignoring undefines in shared libs should not produce error for symbol from object
|
/external/perfetto/ui/src/frontend/ |
D | record_widgets.ts | 15 import {Draft, produce} from 'immer'; 62 const traceCfg = produce(globals.state.recordConfig, draft => { 103 const traceCfg = produce(globals.state.recordConfig, draft => { 145 const traceCfg = produce(globals.state.recordConfig, draft => { 244 const traceCfg = produce(globals.state.recordConfig, draft => { 294 const traceCfg = produce(globals.state.recordConfig, draft => {
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_BatchToSpaceND.pbtxt | 32 2. Permute dimensions of `reshaped` to produce `permuted` of shape 41 3. Reshape `permuted` to produce `reshaped_permuted` of shape 53 `reshaped_permuted` according to `crops` to produce the output of shape: 136 optionally cropped according to `crops` to produce the output. This is the
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/guide/ |
D | example-channel-04.kt | 21 fun CoroutineScope.produceNumbers() = produce<Int> { in <lambda>() 26 fun CoroutineScope.square(numbers: ReceiveChannel<Int>): ReceiveChannel<Int> = produce { in <lambda>()
|
D | example-channel-05.kt | 21 fun CoroutineScope.numbersFrom(start: Int) = produce<Int> { in <lambda>() 26 fun CoroutineScope.filter(numbers: ReceiveChannel<Int>, prime: Int) = produce<Int> { in filter()
|
D | example-select-02.kt | 29 val a = produce<String> { in <lambda>() 32 val b = produce<String> { in <lambda>()
|
D | example-select-01.kt | 12 fun CoroutineScope.fizz() = produce<String> { in <lambda>() 19 fun CoroutineScope.buzz() = produce<String> { in <lambda>()
|
/external/llvm-project/llvm/include/llvm/XRay/ |
D | FDRRecordProducer.h | 23 virtual Expected<std::unique_ptr<Record>> produce() = 0; 44 Expected<std::unique_ptr<Record>> produce() override;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
D | FDRRecordProducer.h | 23 virtual Expected<std::unique_ptr<Record>> produce() = 0; 44 Expected<std::unique_ptr<Record>> produce() override;
|
/external/llvm-project/llvm/test/MC/MachO/AArch64/ |
D | classrefs.s | 3 ; Test that we produce an external relocation with Lbar. We could also produce
|
/external/llvm/test/MC/MachO/AArch64/ |
D | classrefs.s | 3 ; Test that we produce an external relocation with Lbar. We could also produce
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/operators/ |
D | Delay.kt | 213 val values = produce<Any?> { in debounceInternal() 281 val values = produce<Any?>(capacity = Channel.CONFLATED) { in sample() 315 return produce(capacity = 0) { in fixedPeriodTicker()
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
D | HtmlLexer.java | 83 protected HtmlToken produce() { in produce() method in HtmlLexer 108 return produce(); in produce() 134 return produce(); in produce() 294 protected HtmlToken produce() { in produce() method in HtmlInputSplitter 719 if (tok == null) { tok = produce(); } in hasNext() 724 if (this.tok == null) { this.tok = produce(); } in next() 731 protected abstract HtmlToken produce(); in produce() method in AbstractTokenStream
|