Home
last modified time | relevance | path

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

12345678910>>...24

/external/chromium_org/third_party/cython/src/Cython/Compiler/
DScanning.py317 self.produce('commentline', text)
333 self.produce('NEWLINE', '')
346 self.produce('BEGIN_STRING')
350 self.produce('END_STRING')
382 self.produce('INDENT', '')
387 self.produce('DEDENT', '')
394 self.produce('DEDENT', '')
396 self.produce('EOF', '')
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
Drdfseg.asm3 ;; [1] should produce segment base ref
4 ;; [2] should produce standard relocation
/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/llvm/test/CodeGen/X86/
Dvec_shift6.ll8 ; Check that we produce a SSE2 packed integer multiply (pmullw) instead.
55 ; into two pmullw instructions. With AVX2, the test case below would produce
71 ; into two pmulld instructions. With AVX2, the test case below would produce
85 ; With AVX2 and AVX512, the test case below should produce a sequence of
104 ; we only produce a single vpsllvd/vpsllvq instead of a pair of vpsllvd/vpsllvq.
Disel-optnone.ll16 ; 'optnone' should use fast-isel which will not produce 'lea'.
35 ; Normal ISel will produce 'lea'.
Dpr14088.ll28 ; We can't produce the above sequence without special SD-level
29 ; heuristics. Now we produce this:
Dmovntdq-no-avx.ll3 ; Test that we produce a movntdq, not a vmovntdq
Diabs.ll3 ;; Integer absolute value, should produce something at least as good as:
Dlower-bitcast.ll12 ; single paddd instruction. At the moment we produce the sequence
71 ; FIXME: At the moment we still produce the sequence pshufd+paddq+pshufd.
153 ; single paddb instruction. At the moment we produce the sequence
/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/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/chromium_org/ppapi/native_client/tests/breakpad_crash_test/
Dnacl.scons28 # produce crash dumps via Breakpad.
51 # This crash in trusted code should produce a crash dump.
91 # Crashes in untrusted code should not produce crash dumps.
/external/valgrind/main/docs/internals/
Dhowto_oprofile.txt18 # produce a flat profile
23 # produce a profile w/ callgraph
/external/chromium_org/third_party/cython/src/Cython/Plex/
DScanners.py119 self.produce(None)
124 self.produce(value)
313 def produce(self, value, text = None): member in Scanner
/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/fdlibm/
Dconfigure.in1 dnl Process this file with autoconf to produce a configure script
/external/chromium_org/build/toolchain/android/
DBUILD.gn52 # We make the assumption that the gcc_toolchain will produce a soname with
67 # We make the assumption that the gcc_toolchain will produce an exe with
/external/llvm/test/CodeGen/PowerPC/
Diabs.ll5 ;; Integer absolute value, should produce something as good as:
/external/clang/test/SemaObjC/
Dalias-test-2.m3 // Note: GCC doesn't produce any of the following errors.
/external/llvm/test/MC/Disassembler/AArch64/
Da64-ignored-fields.txt5 # with 0s. This is what we should produce even if the input bit-pattern had
/external/zlib/src/contrib/minizip/
Dconfigure.ac2 # Process this file with autoconf to produce a configure script.
/external/chromium_org/third_party/sqlite/src/test/
Denc.test49 # produce the same results as their TCL counterparts.
56 # SQLite routines produce the same results.
59 # SQLite routines produce the same results.
/external/llvm/test/Transforms/InstCombine/
D2004-09-20-BadLoadCombine.ll6 ; so could produce incorrect results!
/external/llvm/test/CodeGen/Mips/
D2008-07-31-fcopysign.ll5 ; FIXME: Should not emit abs.s or neg.s since these instructions produce

12345678910>>...24