/frameworks/base/services/core/java/com/android/server/power/batterysaver/ |
D | FileUpdater.java | 192 final ArrayMap<String, String> writes; in handleWriteOnHandler() local 203 writes = cloneMap(mPendingWrites); in handleWriteOnHandler() 210 final int size = writes.size(); in handleWriteOnHandler() 212 final String file = writes.keyAt(i); in handleWriteOnHandler() 213 final String value = writes.valueAt(i); in handleWriteOnHandler()
|
/frameworks/opt/net/wifi/service/ |
D | wifi-events.rc | 29 # - Events are not actually logged until WifiService writes "1" to 42 # - Events are not actually logged until WifiService writes "1" to
|
/frameworks/av/media/libnbaio/ |
D | README.txt | 15 writes:
|
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/ |
D | cube.c | 2194 VkWriteDescriptorSet writes[2]; in demo_prepare_descriptor_set() local 2214 memset(&writes, 0, sizeof(writes)); in demo_prepare_descriptor_set() 2216 writes[0].sType = VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET; in demo_prepare_descriptor_set() 2217 writes[0].descriptorCount = 1; in demo_prepare_descriptor_set() 2218 writes[0].descriptorType = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER; in demo_prepare_descriptor_set() 2219 writes[0].pBufferInfo = &buffer_info; in demo_prepare_descriptor_set() 2221 writes[1].sType = VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET; in demo_prepare_descriptor_set() 2222 writes[1].dstBinding = 1; in demo_prepare_descriptor_set() 2223 writes[1].descriptorCount = DEMO_TEXTURE_COUNT; in demo_prepare_descriptor_set() 2224 writes[1].descriptorType = VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER; in demo_prepare_descriptor_set() [all …]
|
D | cube.cpp | 1820 vk::WriteDescriptorSet writes[2]; in prepare_descriptor_set() local 1822 writes[0].setDescriptorCount(1); in prepare_descriptor_set() 1823 writes[0].setDescriptorType(vk::DescriptorType::eUniformBuffer); in prepare_descriptor_set() 1824 writes[0].setPBufferInfo(&buffer_info); in prepare_descriptor_set() 1826 writes[1].setDstBinding(1); in prepare_descriptor_set() 1827 writes[1].setDescriptorCount(texture_count); in prepare_descriptor_set() 1828 writes[1].setDescriptorType(vk::DescriptorType::eCombinedImageSampler); in prepare_descriptor_set() 1829 writes[1].setPImageInfo(tex_descs); in prepare_descriptor_set() 1836 writes[0].setDstSet(swapchain_image_resources[i].descriptor_set); in prepare_descriptor_set() 1837 writes[1].setDstSet(swapchain_image_resources[i].descriptor_set); in prepare_descriptor_set() [all …]
|
/frameworks/rs/rsov/driver/ |
D | rsovScript.cpp | 487 std::vector<VkWriteDescriptorSet> writes{ in InitDescriptorSet() local 522 writes.push_back({ in InitDescriptorSet() 533 vkUpdateDescriptorSets(mDevice, writes.size(), writes.data(), 0, NULL); in InitDescriptorSet()
|
/frameworks/native/vulkan/api/templates/ |
D | asciidoc.tmpl | 121 Wraps the specified Code in AsciiDoc source tags then writes to the specified File.
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/ |
D | plugin.proto | 37 // just a program that reads a CodeGeneratorRequest from stdin and writes a 80 // The plugin writes an encoded CodeGeneratorResponse to stdout.
|
/frameworks/rs/script_api/ |
D | rs_atomic.spec | 22 reads, the updates, and the memory writes are done in the right order.
|
/frameworks/hardware/interfaces/cameraservice/device/2.0/ |
D | ICameraDeviceUser.hal | 38 * @return queue the queue that the client writes the request settings
|
/frameworks/rs/script_api/include/ |
D | rs_atomic.rsh | 24 * reads, the updates, and the memory writes are done in the right order.
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/ |
D | README.md | 105 The generated messages are not thread-safe for writes, but may be
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/ |
D | GPBCodedOutputStream.m | 57 // Internal helper that writes the current buffer to the output. The
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 510 # provided by doxygen. Whatever the program writes to standard output 667 # input file. Doxygen will then use the output that the filter program writes
|
/frameworks/native/docs/ |
D | Doxyfile | 595 # provided by doxygen. Whatever the program writes to standard output 799 # input file. Doxygen will then use the output that the filter program writes
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 648 # by doxygen. Whatever the program writes to standard output is used as the file 853 # program writes to standard output. If FILTER_PATTERNS is specified, this tag
|
D | Doxyfile.orig | 648 # by doxygen. Whatever the program writes to standard output is used as the file 844 # program writes to standard output. If FILTER_PATTERNS is specified, this tag
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile.orig | 690 # by doxygen. Whatever the program writes to standard output is used as the file 939 # program writes to standard output. If FILTER_PATTERNS is specified, this tag
|
D | Doxyfile | 690 # by doxygen. Whatever the program writes to standard output is used as the file 939 # program writes to standard output. If FILTER_PATTERNS is specified, this tag
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 681 # by doxygen. Whatever the program writes to standard output is used as the file 889 # program writes to standard output. If FILTER_PATTERNS is specified, this tag
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ |
D | CHANGES.txt | 179 - `ByteBuffer`-backed `CodedOutputStream` now writes directly to the
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 2858 … VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT = 0x00000400, /// Color attachment writes 4663 …y access non-resident regions of a resource, all reads return as if data is 0, writes are discarded
|