Home
last modified time | relevance | path

Searched refs:produce (Results 1 – 25 of 692) sorted by relevance

12345678910>>...28

/external/snakeyaml/src/main/java/org/yaml/snakeyaml/parser/
DParserImpl.java157 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 …]
DProduction.java27 Event produce(); in produce() method
/external/llvm/test/CodeGen/PowerPC/
Dvec_mergeow.ll8 ; 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/
Dicmpa.ll27 ; 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/
Dclassrefs.s3 ; Test that we produce an external relocation with Lbar. We could also produce
Dreloc-crash.s3 ; Test tha we produce an external relocation. There is no apparent need for it, but
/external/owasp/sanitizer/src/main/org/owasp/html/
DHtmlLexer.java83 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/
DSpyStubbingMisuseTest.java23 when(out.produce()).thenReturn(mpoo); in nestedWhenTest()
50 Sampler produce() { in produce() method in SpyStubbingMisuseTest.Producer
/external/clang/test/Sema/
Duninit-variables.c446 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/
Dc-type-units.ll8 ; 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/
Dpr14088.ll28 ; We can't produce the above sequence without special SD-level
29 ; heuristics. Now we produce this:
Disel-optnone.ll16 ; 'optnone' should use fast-isel which will not produce 'lea'.
35 ; Normal ISel will produce 'lea'.
Dvec_shift6.ll8 ; 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.
Dmovntdq-no-avx.ll3 ; Test that we produce a movntdq, not a vmovntdq
Dlower-bitcast.ll12 ; 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/
Dfunctional.shaders.builtin_functions.precision.txt25 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/
Dbitfield.ll13 ; 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/
Dhowto_oprofile.txt18 # produce a flat profile
23 # produce a profile w/ callgraph
/external/vixl/test/aarch32/config/
Dtemplate-macro-assembler-aarch32.cc.in64 // 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/
Dbug338606.vgtest1 # This test used to produce a most bizarre message:
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_init/
Dcoverage.txt8 4 NO * Looking for a way to produce the error conditions
/external/compiler-rt/lib/dfsan/
Ddone_abilist.txt66 # 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/
Des_FONIPA_es_419_FONIPA.txt8 # Conflate sounds of Castilian Spanish to produce Latin American Spanish.
/external/fdlibm/
Dconfigure.in1 dnl Process this file with autoconf to produce a configure script
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dmovntdq-no-avx.ll3 ; Test that we produce a movntdq, not a vmovntdq

12345678910>>...28