/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/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/valgrind/gdbserver_tests/ |
D | mcwatchpoints.stderr.exp | 7 before writing 0 8 before writing 4 9 before writing 8 10 after writing 8
|
/external/ltp/testcases/kernel/device-drivers/tbio/tbio_kernel/ |
D | ltp_tbio.c | 79 int writing) in send_request() argument 123 int reading = 0, writing = 0; in tbio_io() local 143 writing = 1; in tbio_io() 170 send_request(q, bio, bdev, &inter, writing); in tbio_io() 290 int reading = 0, writing = 0; in test_bio_split() local 317 writing = 1; in test_bio_split() 351 send_request(q, &(bio_pairp->bio1), bdev, &inter, writing); in test_bio_split() 353 send_request(q, &(bio_pairp->bio2), bdev, &inter, writing); in test_bio_split()
|
/external/python/cpython2/Demo/threads/ |
D | sync.py | 432 self.writing = 0 # 1 iff some thread is writing 458 while self.writing or self.nr: 460 self.writing = 1 465 if not self.writing: 468 self.writing = 0 478 if not self.writing: 481 self.writing = 0
|
/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 | 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/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/python/cpython2/Modules/_io/ |
D | _iomodule.c | 299 int reading = 0, writing = 0, appending = 0, updating = 0; in io_open() local 336 writing = 1; in io_open() 369 if (writing) *(m++) = 'w'; in io_open() 376 if (writing || appending) { in io_open() 390 if (reading + writing + appending > 1) { in io_open() 487 else if (writing || appending) in io_open()
|
/external/python/cpython3/Modules/_io/ |
D | _iomodule.c | 239 int creating = 0, reading = 0, writing = 0, appending = 0, updating = 0; in _io_open_impl() local 284 writing = 1; in _io_open_impl() 318 if (writing) *(m++) = 'w'; in _io_open_impl() 325 if (creating || writing || appending || updating) { in _io_open_impl() 342 if (creating + reading + writing + appending > 1) { in _io_open_impl() 442 else if (creating || writing || appending) in _io_open_impl()
|
/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/python/cpython3/Lib/ |
D | socket.py | 228 writing = "w" in mode 229 reading = "r" in mode or not writing 230 assert reading or writing 235 if writing: 247 if reading and writing: 252 assert writing
|
/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/python/cpython2/Doc/library/ |
D | dbm.rst | 54 | | writing | 56 | ``'c'`` | Open database for reading and writing, | 60 | | for reading and writing |
|
D | dbhash.rst | 41 | | writing | 43 | ``'c'`` | Open database for reading and writing, | 47 | | for reading and writing |
|
D | anydbm.rst | 43 | | writing | 45 | ``'c'`` | Open database for reading and writing, | 49 | | for reading and writing |
|
D | gdbm.rst | 48 | | writing | 50 | ``'c'`` | Open database for reading and writing, | 54 | | for reading and writing |
|
/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/perfetto/docs/ |
D | benchmarks.md | 10 tracing bandwidth for both writing (producer->service) and reading 29 Producer-to-service CPU overhead when writing ~3 MB/s: 0.01 - 0.03
|
/external/python/cpython3/Doc/library/ |
D | dbm.rst | 54 | | writing | 56 | ``'c'`` | Open database for reading and writing, | 60 | | for reading and writing | 166 | | writing | 168 | ``'c'`` | Open database for reading and writing, | 172 | | for reading and writing | 281 | | writing | 283 | ``'c'`` | Open database for reading and writing, | 287 | | for reading and writing |
|
/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/perfetto/protos/perfetto/trace/ |
D | trace_stats.proto | 10 * Unless required by applicable law or agreed to in writing, software 51 // (because the producer is still writing it while we read). The read will 55 // Num. of violations of the SharedMemoryABI found while writing or reading
|
/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
|
/external/icu/icu4c/source/data/translit/ |
D | ia_ia_FONIPA.txt | 10 # http://www.omniglot.com/writing/interlingua.htm 21 # http://www.omniglot.com/writing/interlingua.htm
|