/external/valgrind/none/tests/ |
D | ioctl_moans.stderr.exp | 3 See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper. 6 See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper. 9 See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper. 12 See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper. 15 See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper. 18 See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper. 21 See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper. 24 See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper. 27 See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper. 30 See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper.
|
/external/opencv/cvaux/src/ |
D | extendededges.cpp | 131 int writing = 0; in icvCutContourRaster() local 164 if(!writing) in icvCutContourRaster() 167 writing = 1 ; in icvCutContourRaster() 179 if( writing ) in icvCutContourRaster() 182 writing = 0; in icvCutContourRaster() 199 if( writing ) //if were not self intersections in icvCutContourRaster() 202 writing = 0; in icvCutContourRaster()
|
/external/valgrind/gdbserver_tests/ |
D | mcwatchpoints.stderr.exp | 7 before writing 0 8 before writing 4 9 before writing 8 10 after writing 8
|
/external/proguard/src/proguard/optimize/info/ |
D | ReadWriteFieldMarker.java | 45 private boolean writing = true; field in ReadWriteFieldMarker 64 writing = true; in visitConstantInstruction() 72 writing = false; in visitConstantInstruction() 80 writing = true; in visitConstantInstruction() 120 if (writing) in visitProgramField()
|
/external/emma/core/res/com/vladium/emma/ |
D | exceptions.properties | 43 exception occurred while writing report file(s): 54 exception occurred while writing instrumented file(s): 57 exception occurred while writing output file [{0}]:
|
/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_jcmainct.c | 176 boolean writing = (main->pass_mode != JBUF_CRANK_DEST); in process_data_buffer_main() local 186 (JDIMENSION) (compptr->v_samp_factor * DCTSIZE), writing); in process_data_buffer_main() 189 if (! writing) { in process_data_buffer_main() 197 if (writing) { in process_data_buffer_main()
|
/external/objenesis/tck/test/org/objenesis/tck/ |
D | CandidateLoaderTest-sample.properties | 10 # Unless required by applicable law or agreed to in writing, software 22 # Unless required by applicable law or agreed to in writing, software 34 # Unless required by applicable law or agreed to in writing, software 46 # Unless required by applicable law or agreed to in writing, software
|
/external/llvm/docs/ |
D | WritingAnLLVMPass.rst | 21 <writing-an-llvm-pass-ModulePass>` , :ref:`CallGraphSCCPass 22 <writing-an-llvm-pass-CallGraphSCCPass>`, :ref:`FunctionPass 23 <writing-an-llvm-pass-FunctionPass>` , or :ref:`LoopPass 24 <writing-an-llvm-pass-LoopPass>`, or :ref:`RegionPass 25 <writing-an-llvm-pass-RegionPass>`, or :ref:`BasicBlockPass 26 <writing-an-llvm-pass-BasicBlockPass>` classes, which gives the system more 99 Which are needed because we are writing a `Pass 132 <writing-an-llvm-pass-FunctionPass>`. The different builtin pass subclasses 133 are described in detail :ref:`later <writing-an-llvm-pass-pass-classes>`, but 154 We declare a :ref:`runOnFunction <writing-an-llvm-pass-runOnFunction>` method, [all …]
|
D | README.txt | 21 If you are interested in writing new documentation, you will want to read 22 `SphinxQuickstartTemplate.rst` which will get you writing documentation
|
D | YamlIO.rst | 74 The YAML I/O library structures and simplifies reading and writing YAML 79 writing example YAML for your data structures. You may find after looking at 88 your existing native data structures. Therefore, when writing out YAML 111 both reading and writing YAML. That is, the mapping between in-memory enum 113 This assures that the code for writing and parsing of YAML stays in sync. 308 To support reading and writing of this enumeration, you can define a 337 When writing YAML, if the value being written does not match any of the values 359 To support reading and writing of MyFlags, you specialize ScalarBitSetTraits<> 391 With the above, YAML I/O (when writing) will test mask each value in the 418 To support reading and writing such fields, you need to use the maskedBitSet() [all …]
|
/external/objenesis/tck/src/org/objenesis/tck/candidates/ |
D | serializable-candidates.properties | 10 # Unless required by applicable law or agreed to in writing, software 22 # Unless required by applicable law or agreed to in writing, software 34 # Unless required by applicable law or agreed to in writing, software 46 # Unless required by applicable law or agreed to in writing, software
|
D | candidates.properties | 10 # Unless required by applicable law or agreed to in writing, software 22 # Unless required by applicable law or agreed to in writing, software 34 # Unless required by applicable law or agreed to in writing, software 46 # Unless required by applicable law or agreed to in writing, software
|
/external/autotest/client/tests/aiostress/ |
D | control | 14 file2, then file3 etc. As each file finishes writing, it is switched 19 This test takes less than a minute. It ends up writing and reading less
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.fbo.srgb.txt | 13 Unless required by applicable law or agreed to in writing, software 25 + sRGB conversion when writing to framebuffer
|
D | functional.buffers.txt | 13 Unless required by applicable law or agreed to in writing, software 27 - Reading and writing to buffers
|
/external/llvm/test/MC/Mips/ |
D | set-at-directive-explicit-at.s | 7 # Note that writing $at is always the same as writing $1.
|
/external/bzip2/ |
D | bzlib.c | 897 Bool writing; member 945 bzf->writing = True; in BZ_API() 976 if (!(bzf->writing)) in BZ_API() 1035 if (!(bzf->writing)) in BZ_API() 1119 bzf->writing = False; in BZ_API() 1151 if (bzf->writing) in BZ_API() 1175 if (bzf->writing) in BZ_API() 1392 int writing = 0; in bzopen_or_bzdopen() local 1405 writing = 0; break; in bzopen_or_bzdopen() 1407 writing = 1; break; in bzopen_or_bzdopen() [all …]
|
/external/objenesis/tck/test/ |
D | log4j.properties | 10 # Unless required by applicable law or agreed to in writing, software 22 # Unless required by applicable law or agreed to in writing, software
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.shaders.sample_variables.txt | 13 Unless required by applicable law or agreed to in writing, software 103 sample_mask.discard_half tests discard half of the samples by writing 0xAAAA... 104 to gl_SampleMask output variable. With single sample targets, writing to 111 With single sample render targets, writing to gl_SampleMask should have no
|
D | functional.compute.basic.txt | 13 Unless required by applicable law or agreed to in writing, software 28 + Reading from and writing to SSBO
|
/external/ImageMagick/PerlMagick/default/ |
D | Magick.pm.in | 11 # Unless required by applicable law or agreed to in writing, software 44 This Perl extension allows the reading, manipulation and writing of
|
/external/freetype/src/autofit/ |
D | afblue.hin | 99 /* Properties are specific to a writing system. We assume that a given */ 100 /* blue string can't be used in more than a single writing system, which */
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/ |
D | afblue.hin | 96 /* Properties are specific to a writing system. We assume that a given */ 97 /* blue string can't be used in more than a single writing system, which */
|
/external/libdaemon/pkgconfig/ |
D | libdaemon-uninstalled.pc.in | 5 Description: a lightweight C library that eases the writing of UNIX daemons
|
D | libdaemon.pc.in | 7 Description: a lightweight C library that eases the writing of UNIX daemons
|