/external/perfetto/ui/src/common/ |
D | actions_unittest.ts | 15 import {produce} from 'immer'; 39 const after = produce(createEmptyState(), draft => { 46 const once = produce(createEmptyState(), draft => { 55 const twice = produce(once, draft => { 73 const afterGroup = produce(state, draft => { 83 const afterTrackAdd = produce(afterGroup, draft => { 98 const once = produce(createEmptyState(), draft => { 116 const twice = produce(once, draft => { 136 const after = produce(state, draft => { 156 const after = produce(state, draft => { [all …]
|
/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/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/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/perfetto/ui/src/frontend/ |
D | record_widgets.ts | 15 import {Draft, produce} from 'immer'; 44 const traceCfg = produce(globals.state.recordConfig, draft => { 80 const traceCfg = produce(globals.state.recordConfig, draft => { 164 const traceCfg = produce(globals.state.recordConfig, draft => { 210 const traceCfg = produce(globals.state.recordConfig, draft => {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/ |
D | lower-extract-subvector.ll | 15 br i1 undef, label %"produce processed", label %"for matrix.s0.y" 17 "produce processed": ; preds = %"for matrix.s0.y" 20 "for processed.s0.ty.ty.preheader": ; preds = %"produce processed" 39 "consume processed": ; preds = %"produce processed"
|
/external/tensorflow/tensorflow/contrib/layers/ |
D | README.md | 5 Functions that produce variable initializer functions with signature: 13 Functions that produce layer operations and associated weight & bias variables. Signatures will var… 36 Functions that produce weight regularization functions with signature
|
/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/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
|
/external/llvm/test/MC/MachO/AArch64/ |
D | classrefs.s | 3 ; Test that we produce an external relocation with Lbar. We could also produce
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/MachO/AArch64/ |
D | classrefs.s | 3 ; Test that we produce an external relocation with Lbar. We could also produce
|
/external/mockito/src/test/java/org/mockitousage/misuse/ |
D | SpyStubbingMisuseTest.java | 23 when(out.produce()).thenReturn(mpoo); in nestedWhenTest() 50 Sampler produce() { in produce() method in SpyStubbingMisuseTest.Producer
|
/external/clang/test/Sema/ |
D | uninit-variables.c | 446 int produce(void); in uninit_in_loop() 451 k = produce(); in uninit_in_loop() 456 int produce(void); in uninit_in_loop_goto() 466 k = produce(); in uninit_in_loop_goto()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | loh.mir | 67 ; Cannot produce a LOH for multiple users 101 ; produce an LOH. 129 ; This sequence should just produce an AdrpAdd (not AdrpAddStr) 134 ; This sequence should just produce an AdrpAdd (not AdrpAddStr) 150 ; Should just produce a MCLOH_AdrpLdr (not MCLOH_AdrpLdrGotLdr) 166 ; Should just produce a MCLOH_AdrpLdr (not MCLOH_AdrpLdrGotStr) 183 ; Cannot produce a LOH for multiple users
|
D | bitfield.ll | 13 ; N.b. this doesn't actually produce a bitfield instruction at the 29 ; N.b. this doesn't actually produce a bitfield instruction at the 45 ; N.b. this doesn't actually produce a bitfield instruction at the 61 ; N.b. this doesn't actually produce a bitfield instruction at the 129 ; LLVM can produce in-register extensions taking place entirely with
|
/external/llvm/test/DebugInfo/X86/ |
D | c-type-units.ll | 8 ; no known LLVM frontends produce appropriate unique identifiers for C types, 9 ; so we don't produce type units for them
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | c-type-units.ll | 8 ; no known LLVM frontends produce appropriate unique identifiers for C types, 9 ; so we don't produce type units for them
|
/external/llvm/test/CodeGen/X86/ |
D | pr14088.ll | 28 ; We can't produce the above sequence without special SD-level 29 ; heuristics. Now we produce this:
|
D | isel-optnone.ll | 16 ; 'optnone' should use fast-isel which will not produce 'lea'. 35 ; Normal ISel will produce 'lea'.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | isel-optnone.ll | 16 ; 'optnone' should use fast-isel which will not produce 'lea'. 35 ; Normal ISel will produce 'lea'.
|
/external/perfetto/ui/src/controller/ |
D | globals.ts | 15 import {Patch, produce} from 'immer'; 124 this._state = produce(
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.shaders.builtin_functions.precision.txt | 25 These tests check that the GLSL built-in numerical functions produce 43 lowp operations are expected to produce either an infinity or the 52 that they are required to produce only results that their expansions 53 could produce, given the precision requirements for the constituent 146 The operations that don't do any arithmetic are required to produce
|
/external/llvm/test/CodeGen/AArch64/ |
D | bitfield.ll | 13 ; N.b. this doesn't actually produce a bitfield instruction at the 29 ; N.b. this doesn't actually produce a bitfield instruction at the 45 ; N.b. this doesn't actually produce a bitfield instruction at the 61 ; N.b. this doesn't actually produce a bitfield instruction at the 129 ; LLVM can produce in-register extensions taking place entirely with
|