/external/llvm/lib/DebugInfo/CodeView/ |
D | ByteStream.cpp | 35 template <bool Writable> 36 Error ByteStream<Writable>::readBytes(uint32_t Offset, uint32_t Size, in readBytes() 46 template <bool Writable> 47 Error ByteStream<Writable>::readLongestContiguousChunk( in readLongestContiguousChunk() 55 template <bool Writable> 56 Error ByteStream<Writable>::writeBytes(uint32_t Offset, in writeBytes() 61 template <bool Writable> uint32_t ByteStream<Writable>::getLength() const { in getLength() 65 template <bool Writable> Error ByteStream<Writable>::commit() const { in commit() 69 template <bool Writable> StringRef ByteStream<Writable>::str() const { in str()
|
/external/crosvm/devices/src/virtio/ |
D | descriptor_utils.rs | 735 Writable, enumerator 761 if let DescriptorType::Writable = type_ { in create_descriptor_chain() 854 (Writable, 8), in writer_test_simple_chain() 855 (Writable, 16), in writer_test_simple_chain() 856 (Writable, 18), in writer_test_simple_chain() 857 (Writable, 64), in writer_test_simple_chain() 894 vec![(Writable, 8)], in reader_test_incompatible_chain() 974 vec![(Writable, 256), (Writable, 256)], in writer_failing_io() 1008 (Writable, 64), in reader_writer_shared_chain() 1009 (Writable, 1), in reader_writer_shared_chain() [all …]
|
D | block.rs | 970 (DescriptorType::Writable, 512), in read_last_sector() 972 (DescriptorType::Writable, 1), in read_last_sector() 1024 (DescriptorType::Writable, 512 * 2), in read_beyond_last_sector() 1026 (DescriptorType::Writable, 1), in read_beyond_last_sector() 1078 (DescriptorType::Writable, 20), in get_id() 1080 (DescriptorType::Writable, 1), in get_id()
|
D | block_async.rs | 1103 (DescriptorType::Writable, 512), in read_last_sector() 1105 (DescriptorType::Writable, 1), in read_last_sector() 1170 (DescriptorType::Writable, 512 * 2), in read_beyond_last_sector() 1172 (DescriptorType::Writable, 1), in read_beyond_last_sector() 1240 (DescriptorType::Writable, 20), in get_id() 1242 (DescriptorType::Writable, 1), in get_id()
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | ByteStream.h | 25 template <bool Writable = false> class ByteStream : public StreamInterface { 26 typedef typename std::conditional<Writable, MutableArrayRef<uint8_t>,
|
/external/crosvm/fuzz/ |
D | fs_server_fuzzer.rs | 34 Writable,
|
/external/tensorflow/tensorflow/lite/toco/ |
D | toco_port.cc | 89 tensorflow::Status Writable(const std::string& filename) { in Writable() function 181 tensorflow::Status Writable(const string& filename) { in Writable() function
|
D | toco_port.h | 77 tensorflow::Status Writable(const std::string& filename);
|
D | toco_convert.cc | 37 QCHECK(port::file::Writable(output_file.value()).ok()) in CheckOutputFilePermissions()
|
/external/libchrome/mojo/public/cpp/base/ |
D | shared_memory_unittest.cc | 25 TEST(SharedMemoryMojomTest, Writable) { in TEST() argument
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/ |
D | InstructionMethodItem.java | 92 private interface Writable { interface in InstructionMethodItem 100 Writable referenceWritable = null; in writeTo() 101 Writable referenceWritable2 = null; in writeTo()
|
/external/python/cpython3/Doc/library/ |
D | mmap.rst | 185 Writable :term:`bytes-like object` is now accepted. 266 Writable :term:`bytes-like object` is now accepted. 298 Writable :term:`bytes-like object` is now accepted.
|
D | ossaudiodev.rst | 159 Writable :term:`bytes-like object` is now accepted. 173 Writable :term:`bytes-like object` is now accepted.
|
D | socket.rst | 64 Writable :term:`bytes-like object` is now accepted. 966 Writable :term:`bytes-like object` is now accepted. 1008 Writable :term:`bytes-like object` is now accepted. 1735 Writable :term:`bytes-like object` is now accepted.
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_build.c | 285 di.Writable = 0; in tgsi_default_declaration_image() 306 di.Writable = writable; in tgsi_build_declaration_image() 494 full_decl->Image.Writable, in tgsi_build_full_declaration()
|
D | tgsi_dump.c | 356 if (decl->Image.Writable) in iter_declaration()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_build.c | 296 di.Writable = 0; in tgsi_default_declaration_image() 317 di.Writable = writable; in tgsi_build_declaration_image() 506 full_decl->Image.Writable, in tgsi_build_full_declaration()
|
D | tgsi_dump.c | 387 if (decl->Image.Writable) in iter_declaration()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 231 unsigned Writable : 1; member
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 217 unsigned Writable : 1; member
|
/external/llvm-project/llvm/docs/CommandGuide/ |
D | llvm-nm.rst | 45 Writable data object.
|
/external/python/cpython3/Doc/reference/ |
D | datamodel.rst | 508 | :attr:`__doc__` | The function's documentation | Writable | 513 | :attr:`~definition.\ | The function's name. | Writable | 516 | :attr:`~definition.\ | The function's | Writable | 521 | :attr:`__module__` | The name of the module the | Writable | 525 | :attr:`__defaults__` | A tuple containing default | Writable | 531 | :attr:`__code__` | The code object representing | Writable | 541 | :attr:`~object.__dict__`| The namespace supporting | Writable | 552 | :attr:`__annotations__` | A dict containing annotations | Writable | 559 | :attr:`__kwdefaults__` | A dict containing defaults | Writable | 563 Most of the attributes labelled "Writable" check the type of the assigned value.
|
/external/crosvm/ |
D | README.md | 110 >**WARNING:** Writable disks are at risk of corruption by a malicious or
|
/external/python/cpython2/Doc/reference/ |
D | datamodel.rst | 505 | :attr:`__doc__` | The function's documentation | Writable | 509 | :attr:`~definition.\ | The function's name | Writable | 513 | :attr:`__module__` | The name of the module the | Writable | 517 | :attr:`__defaults__` | A tuple containing default | Writable | 523 | :attr:`__code__` | The code object representing | Writable | 533 | :attr:`~object.\ | The namespace supporting | Writable | 542 Most of the attributes labelled "Writable" check the type of the assigned value.
|
/external/llvm-project/llvm/docs/ |
D | Extensions.rst | 175 - ``w``: Writable
|