Home
last modified time | relevance | path

Searched refs:writing (Results 1 – 25 of 1802) sorted by relevance

12345678910>>...73

/external/valgrind/none/tests/
Dioctl_moans.stderr.exp3 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/
Dextendededges.cpp131 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/
Dmcwatchpoints.stderr.exp7 before writing 0
8 before writing 4
9 before writing 8
10 after writing 8
/external/proguard/src/proguard/optimize/info/
DReadWriteFieldMarker.java45 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/
Dexceptions.properties43 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/
Dfpdfapi_jcmainct.c176 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/
DCandidateLoaderTest-sample.properties10 # 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/
DWritingAnLLVMPass.rst21 <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 …]
DREADME.txt21 If you are interested in writing new documentation, you will want to read
22 `SphinxQuickstartTemplate.rst` which will get you writing documentation
DYamlIO.rst74 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/
Dserializable-candidates.properties10 # 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
Dcandidates.properties10 # 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/
Dcontrol14 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/
Dfunctional.fbo.srgb.txt13 Unless required by applicable law or agreed to in writing, software
25 + sRGB conversion when writing to framebuffer
Dfunctional.buffers.txt13 Unless required by applicable law or agreed to in writing, software
27 - Reading and writing to buffers
/external/llvm/test/MC/Mips/
Dset-at-directive-explicit-at.s7 # Note that writing $at is always the same as writing $1.
/external/bzip2/
Dbzlib.c897 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/
Dlog4j.properties10 # 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/
Dfunctional.shaders.sample_variables.txt13 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
Dfunctional.compute.basic.txt13 Unless required by applicable law or agreed to in writing, software
28 + Reading from and writing to SSBO
/external/ImageMagick/PerlMagick/default/
DMagick.pm.in11 # 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/
Dafblue.hin99 /* 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/
Dafblue.hin96 /* 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/
Dlibdaemon-uninstalled.pc.in5 Description: a lightweight C library that eases the writing of UNIX daemons
Dlibdaemon.pc.in7 Description: a lightweight C library that eases the writing of UNIX daemons

12345678910>>...73