/external/chromium_org/third_party/cython/src/Cython/Compiler/ |
D | Scanning.py | 317 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/ |
D | rdfseg.asm | 3 ;; [1] should produce segment base ref 4 ;; [2] should produce standard relocation
|
/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/CodeGen/X86/ |
D | vec_shift6.ll | 8 ; 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.
|
D | isel-optnone.ll | 16 ; 'optnone' should use fast-isel which will not produce 'lea'. 35 ; Normal ISel will produce 'lea'.
|
D | pr14088.ll | 28 ; We can't produce the above sequence without special SD-level 29 ; heuristics. Now we produce this:
|
D | movntdq-no-avx.ll | 3 ; Test that we produce a movntdq, not a vmovntdq
|
D | iabs.ll | 3 ;; Integer absolute value, should produce something at least as good as:
|
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+paddq+pshufd. 153 ; single paddb instruction. At the moment we produce the sequence
|
/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/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/chromium_org/ppapi/native_client/tests/breakpad_crash_test/ |
D | nacl.scons | 28 # 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/ |
D | howto_oprofile.txt | 18 # produce a flat profile 23 # produce a profile w/ callgraph
|
/external/chromium_org/third_party/cython/src/Cython/Plex/ |
D | Scanners.py | 119 self.produce(None) 124 self.produce(value) 313 def produce(self, value, text = None): member in Scanner
|
/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/fdlibm/ |
D | configure.in | 1 dnl Process this file with autoconf to produce a configure script
|
/external/chromium_org/build/toolchain/android/ |
D | BUILD.gn | 52 # 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/ |
D | iabs.ll | 5 ;; Integer absolute value, should produce something as good as:
|
/external/clang/test/SemaObjC/ |
D | alias-test-2.m | 3 // Note: GCC doesn't produce any of the following errors.
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | a64-ignored-fields.txt | 5 # with 0s. This is what we should produce even if the input bit-pattern had
|
/external/zlib/src/contrib/minizip/ |
D | configure.ac | 2 # Process this file with autoconf to produce a configure script.
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | enc.test | 49 # 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/ |
D | 2004-09-20-BadLoadCombine.ll | 6 ; so could produce incorrect results!
|
/external/llvm/test/CodeGen/Mips/ |
D | 2008-07-31-fcopysign.ll | 5 ; FIXME: Should not emit abs.s or neg.s since these instructions produce
|