/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 …]
|
D | Production.java | 27 Event 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/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/MC/MachO/AArch64/ |
D | classrefs.s | 3 ; Test that we produce an external relocation with Lbar. We could also produce
|
D | reloc-crash.s | 3 ; Test tha we produce an external relocation. There is no apparent need for it, but
|
/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/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/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'.
|
D | vec_shift6.ll | 8 ; Check that we produce a SSE2 packed integer multiply (pmullw) instead. 91 ; into two pmullw instructions. With AVX2, the test case below would produce 116 ; into two pmulld instructions. With AVX2, the test case below would produce 140 ; With AVX2 and AVX512, the test case below should produce a sequence of 172 ; we only produce a single vpsllvd/vpsllvq instead of a pair of vpsllvd/vpsllvq.
|
D | movntdq-no-avx.ll | 3 ; Test that we produce a movntdq, not a vmovntdq
|
D | lower-bitcast.ll | 12 ; single paddd instruction. At the moment we produce the sequence 71 ; FIXME: At the moment we still produce the sequence pshufd+paddd+pshufd. 153 ; single paddb instruction. At the moment we produce the sequence
|
/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
|
/external/valgrind/docs/internals/ |
D | howto_oprofile.txt | 18 # produce a flat profile 23 # produce a profile w/ callgraph
|
/external/vixl/test/aarch32/config/ |
D | template-macro-assembler-aarch32.cc.in | 64 // Values to be passed to the assembler to produce the instruction under test. 73 // produce the instruction. 81 // Each element of this array produce one instruction encoding. 134 // For now, these test don't currently produce (or check) any trace; we just
|
/external/valgrind/none/tests/scripts/ |
D | bug338606.vgtest | 1 # This test used to produce a most bizarre message:
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_init/ |
D | coverage.txt | 8 4 NO * Looking for a way to produce the error conditions
|
/external/compiler-rt/lib/dfsan/ |
D | done_abilist.txt | 66 # Functions that produce an output that does not depend on the input (shadow is 148 # Functions that produce output does not depend on the input (need to zero the 167 # Functions that produce an output that depend on the input (propagate the 183 # Functions that produce an output that is computed from the input, but is not
|
/external/icu/icu4c/source/data/translit/ |
D | es_FONIPA_es_419_FONIPA.txt | 8 # Conflate sounds of Castilian Spanish to produce Latin American Spanish.
|
/external/fdlibm/ |
D | configure.in | 1 dnl Process this file with autoconf to produce a configure script
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | movntdq-no-avx.ll | 3 ; Test that we produce a movntdq, not a vmovntdq
|