| /external/libultrahdr/third_party/image_io/includes/image_io/xml/ |
| D | xml_writer.h | 15 /// 1. Start writing an element. 19 /// are writing is saved on a stack. Once you start writing content or 22 /// 4. When you are done with the element, finish writing it. The element 25 /// When writing element content and attribute values no XML escaping of any 38 /// @return The quote mark used when writing attribute values. The default 42 /// @param quote_park The new quote mark to use when writing attribute values. 48 /// Once you are done writing your elements, you can call this function to 49 /// finish writing of all open elements. After this call, the string contained 53 /// @return Whether the writing of XML can be considered done. 61 /// Starts writing a new child element of the current element. Immediately [all …]
|
| /external/image_io/includes/image_io/xml/ |
| D | xml_writer.h | 15 /// 1. Start writing an element. 19 /// are writing is saved on a stack. Once you start writing content or 22 /// 4. When you are done with the element, finish writing it. The element 25 /// When writing element content and attribute values no XML escaping of any 38 /// @return The quote mark used when writing attribute values. The default 42 /// @param quote_park The new quote mark to use when writing attribute values. 48 /// Once you are done writing your elements, you can call this function to 49 /// finish writing of all open elements. After this call, the string contained 53 /// @return Whether the writing of XML can be considered done. 61 /// Starts writing a new child element of the current element. Immediately [all …]
|
| /external/pigweed/docs/style/ |
| D | writing.rst | 1 .. _docs-pw-style-writing: 4 Writing style guide 14 .. _docs-pw-style-writing-overview: 20 .. _docs-pw-style-writing-scope: 27 .. _docs-pw-style-writing-other: 31 This style guide is narrowly focused on writing conventions such as how to 35 .. _docs-pw-style-writing-usage: 42 1. Check if this writing style guide answers your style question. 52 The GDDSG is the "base class" of Pigweed's writing style. The writing style 56 .. _docs-pw-style-writing-caps: [all …]
|
| /external/rust/android-crates-io/crates/hyper/src/proto/h1/ |
| D | conn.rs | 73 writing: Writing::Init, in new() 168 !matches!(self.state.writing, Writing::Init) in can_read_head() 328 if let Writing::Init = self.state.writing { in poll_read_body() 366 (&self.state.reading, &self.state.writing), in is_mid_message() 367 (&Reading::Init, &Writing::Init) in is_mid_message() 441 // determined we couldn't keep reading until we knew how writing in maybe_notify() 451 match self.state.writing { in maybe_notify() 452 Writing::Body(..) => return, in maybe_notify() 453 Writing::Init | Writing::KeepAlive | Writing::Closed => (), in maybe_notify() 495 match self.state.writing { in can_write_head() [all …]
|
| /external/dagger2/java/dagger/internal/codegen/componentgenerator/ |
| D | CurrentImplementationSubcomponent.java | 10 * Unless required by applicable law or agreed to in writing, software 25 import dagger.internal.codegen.writing.ComponentImplementation; 26 import dagger.internal.codegen.writing.ComponentImplementation.ChildComponentImplementationFactory; 27 import dagger.internal.codegen.writing.ComponentRequestRepresentations; 28 import dagger.internal.codegen.writing.ComponentRequirementExpressions; 29 import dagger.internal.codegen.writing.ComponentWrapperImplementation; 30 import dagger.internal.codegen.writing.GeneratedImplementation; 31 import dagger.internal.codegen.writing.ParentComponent; 32 import dagger.internal.codegen.writing.PerComponentImplementation; 33 import dagger.internal.codegen.writing.TopLevel;
|
| /external/sdv/vsomeip/third_party/boost/thread/example/ |
| D | shared_mutex.cpp | 21 enum {reading, writing}; enumerator 99 state = writing; in writer() 100 assert(state == writing); in writer() 134 state = writing; in try_writer() 135 assert(state == writing); in try_writer() 170 state = writing; in try_for_writer() 171 assert(state == writing); in try_for_writer() 243 state = writing; in writer() 244 assert(state == writing); in writer() 278 state = writing; in try_writer() [all …]
|
| /external/angle/src/common/serializer/ |
| D | JsonSerializer_unittest.cpp | 26 // Test writing one integer value 40 // Test writing one long value 55 // Test writing one unsigned long value 70 // Test writing another integer value 85 // Test writing one string value 100 // Test writing one byte array 125 // Test writing one vector of integer values 146 // Test writing one vector of integer values 190 // Test writing one vector of short integer values 230 // Test writing boolean values [all …]
|
| /external/openthread/third_party/mbedtls/repo/docs/architecture/ |
| D | tls13-support.md | 170 PR upstreaming the first part of TLS 1.3 ClientHello writing code. 229 - the macro to check for space when writing into an output buffer 236 reduce the risk of writing or reading bytes in the wrong order. 255 pointer in functions parsing TLS 1.3 data, and for the writing pointer in 256 functions writing data into an output buffer and only that variable. The 286 writing TLS handshake message) there is no need to define a macro for it. 348 Most of the states are either dedicated to the processing or writing of an 363 The names of the handlers processing/writing an handshake message are 365 reduce the risk of bugs, the code of the message processing and writing 413 ### Message writing handlers [all …]
|
| /external/libcups/doc/images/ |
| D | raster.svg | 85 …font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-a… 89 …font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-a… 109 …font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-a… 113 …font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-a… 133 …font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-a… 137 …font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-a… 157 …font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-a… 161 …font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-a… 181 …font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-a… 185 …font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-a… [all …]
|
| /external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/ |
| D | quic_control_frame_manager.cc | 68 QUIC_DVLOG(1) << "Writing RST_STREAM_FRAME"; in WriteOrBufferRstStream() 76 QUIC_DVLOG(1) << "Writing RST_STREAM_AT_FRAME"; in WriteOrBufferResetStreamAt() 85 QUIC_DVLOG(1) << "Writing GOAWAY_FRAME"; in WriteOrBufferGoAway() 92 QUIC_DVLOG(1) << "Writing WINDOW_UPDATE_FRAME"; in WriteOrBufferWindowUpdate() 99 QUIC_DVLOG(1) << "Writing BLOCKED_FRAME"; in WriteOrBufferBlocked() 106 QUIC_DVLOG(1) << "Writing STREAMS_BLOCKED Frame"; in WriteOrBufferStreamsBlocked() 114 QUIC_DVLOG(1) << "Writing MAX_STREAMS Frame"; in WriteOrBufferMaxStreams() 123 QUIC_DVLOG(1) << "Writing STOP_SENDING_FRAME"; in WriteOrBufferStopSending() 129 QUIC_DVLOG(1) << "Writing HANDSHAKE_DONE"; in WriteOrBufferHandshakeDone() 136 QUIC_DVLOG(1) << "Writing ACK_FREQUENCY frame"; in WriteOrBufferAckFrequency() [all …]
|
| /external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/ |
| D | quic_control_frame_manager.cc | 68 QUIC_DVLOG(1) << "Writing RST_STREAM_FRAME"; in WriteOrBufferRstStream() 76 QUIC_DVLOG(1) << "Writing RST_STREAM_AT_FRAME"; in WriteOrBufferResetStreamAt() 85 QUIC_DVLOG(1) << "Writing GOAWAY_FRAME"; in WriteOrBufferGoAway() 92 QUIC_DVLOG(1) << "Writing WINDOW_UPDATE_FRAME"; in WriteOrBufferWindowUpdate() 99 QUIC_DVLOG(1) << "Writing BLOCKED_FRAME"; in WriteOrBufferBlocked() 106 QUIC_DVLOG(1) << "Writing STREAMS_BLOCKED Frame"; in WriteOrBufferStreamsBlocked() 114 QUIC_DVLOG(1) << "Writing MAX_STREAMS Frame"; in WriteOrBufferMaxStreams() 123 QUIC_DVLOG(1) << "Writing STOP_SENDING_FRAME"; in WriteOrBufferStopSending() 129 QUIC_DVLOG(1) << "Writing HANDSHAKE_DONE"; in WriteOrBufferHandshakeDone() 136 QUIC_DVLOG(1) << "Writing ACK_FREQUENCY frame"; in WriteOrBufferAckFrequency() [all …]
|
| /external/llvm/docs/ |
| D | WritingAnLLVMPass.rst | 2 Writing an LLVM Pass 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 36 Quick Start --- Writing hello world 99 Which are needed because we are writing a `Pass 132 <writing-an-llvm-pass-FunctionPass>`. The different builtin pass subclasses [all …]
|
| /external/mbedtls/docs/architecture/ |
| D | tls13-support.md | 205 PR upstreaming the first part of TLS 1.3 ClientHello writing code. 264 - the macro to check for space when writing into an output buffer 275 reduce the risk of writing or reading bytes in the wrong order. 294 pointer in functions parsing TLS 1.3 data, and for the writing pointer in 295 functions writing data into an output buffer and only that variable. The 325 writing TLS handshake message) there is no need to define a macro for it. 387 Most of the states are either dedicated to the processing or writing of an 402 The names of the handlers processing/writing an handshake message are 404 reduce the risk of bugs, the code of the message processing and writing 452 ### Message writing handlers [all …]
|
| /external/tensorflow/tensorflow/python/keras/distribute/ |
| D | distributed_file_utils.py | 9 # Unless required by applicable law or agreed to in writing, software 29 need to save, and removing the temporary directory once file writing is done. 72 """Returns the writing dir that should be used to save file distributedly. 81 The writing dir path that should be used to save with distribution. 100 """Removes the temp path after writing is finished. 123 """Returns the writing file path to be used to save file distributedly. 132 The writing filepath that should be used to save file with distribution. 140 """Removes the temp path for file after writing is finished.
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/transformer/src/main/java/com/google/android/exoplayer2/transformer/ |
| D | Muxer.java | 10 * Unless required by applicable law or agreed to in writing, software 34 * add tracks. After writing all sample data, {@link #release(boolean) release} the instance to 35 * finish writing to the output and return any resources to the system. 42 * Returns a new muxer writing to a file. 47 * @throws IOException If an error occurs opening the output file for writing. 52 * Returns a new muxer writing to a file descriptor. 61 * @throws IOException If an error occurs opening the output file descriptor for writing.
|
| /external/guava/guava/src/com/google/common/io/ |
| D | CharSink.java | 9 * Unless required by applicable law or agreed to in writing, software distributed under the License 62 * Opens a new {@link Writer} for writing to this sink. This method returns a new, independent 72 * Opens a new buffered {@link Writer} for writing to this sink. The returned stream is not 92 * @throws IOException if an I/O error while writing to this sink 114 * @throws IOException if an I/O error occurs while writing to this sink 124 * @throws IOException if an I/O error occurs while writing to this sink 136 * @throws IOException if an I/O error occurs while writing to this sink 147 * @throws IOException if an I/O error occurs while writing to this sink 171 * @throws IOException if an I/O error occurs while reading from {@code readable} or writing to
|
| /external/libtracefs/Documentation/ |
| D | libtracefs-marker_raw.txt | 24 See Documentation/trace/ftrace.rst from the Linux kernel tree for more information about writing 28 The *tracefs_binary_init()* function initializes the library for writing into the trace buffer of 29 the selected _instance_. It is not mandatory to call this API before writing data, the 31 But calling *tracefs_binary_init()* in advance will speed up the writing. 37 The *tracefs_binary_close()* function closes the resources, used by the library for writing in 52 /* Failed to initialize the library for writing in the trace buffer of the top trace instance */
|
| D | libtracefs-marker.txt | 25 See Documentation/trace/ftrace.rst from the Linux kernel tree for more information about writing 29 The *tracefs_print_init()* function initializes the library for writing into the trace buffer of 30 the selected _instance_. It is not mandatory to call this API before writing strings, any of 32 *tracefs_print_init()* in advance will speed up the writing. 40 The *tracefs_print_close()* function closes the resources, used by the library for writing in 55 /* Failed to initialize the library for writing in the trace buffer of the top trace instance */
|
| /external/aws-sdk-java-v2/core/auth/src/test/java/software/amazon/awssdk/auth/signer/ |
| D | AwsSignerExecutionAttributeTest.java | 69 … // If selected auth scheme is null, writing non-null old property can be read with new property in awsCredentials_oldAndNewAttributeAreMirrored() 74 … // If selected auth scheme is null, writing null to old property can be read with new property in awsCredentials_oldAndNewAttributeAreMirrored() 79 …// If selected auth scheme is non-null, writing non-null to old property can be read with new prop… in awsCredentials_oldAndNewAttributeAreMirrored() 84 … // If selected auth scheme is non-null, writing null to old property can be read with new property in awsCredentials_oldAndNewAttributeAreMirrored() 89 // Writing non-null new property can be read with old property in awsCredentials_oldAndNewAttributeAreMirrored() 96 // Writing null new property can be read with old property in awsCredentials_oldAndNewAttributeAreMirrored() 293 // Writing non-null new property can be read with old property in assertNewPropertyWrite_canBeReadFromNewAttributeCases() 296 // Writing null new property can be read with old property in assertNewPropertyWrite_canBeReadFromNewAttributeCases() 315 … // If selected auth scheme is null, writing non-null old property can be read with new property in assertOldAttributeWrite_canBeReadFromNewAttributeCases() 319 … // If selected auth scheme is null, writing null to old property can be read with new property in assertOldAttributeWrite_canBeReadFromNewAttributeCases() [all …]
|
| /external/pigweed/pw_channel/public/pw_channel/ |
| D | channel.h | 9 // Unless required by applicable law or agreed to in writing, software 82 /// True if the channel type supports and is open for writing. Always false 86 /// True if the channel is open for reading or writing. 168 /// A generic data channel that may support reading or writing bytes or 175 /// writing to it from another task: a single task must own and operate 232 /// True if the channel is open for writing. Always false for read-only 236 /// True if the channel is open for either reading or writing. 290 /// * Ready(UNIMPLEMENTED) - The channel does not support writing. 291 /// * Ready(FAILED_PRECONDITION) - The channel is closed for writing. 347 /// buffer available for writing. [all …]
|
| /external/dagger2/java/dagger/internal/codegen/writing/ |
| D | GeneratedImplementation.java | 10 * Unless required by applicable law or agreed to in writing, software 17 package dagger.internal.codegen.writing; 24 import dagger.internal.codegen.writing.ComponentImplementation.FieldSpecKind; 25 import dagger.internal.codegen.writing.ComponentImplementation.MethodSpecKind; 26 import dagger.internal.codegen.writing.ComponentImplementation.TypeSpecKind;
|
| D | ComponentWrapperImplementation.java | 10 * Unless required by applicable law or agreed to in writing, software 17 package dagger.internal.codegen.writing; 22 import static dagger.internal.codegen.writing.ComponentNames.getTopLevelClassName; 36 import dagger.internal.codegen.writing.ComponentImplementation.FieldSpecKind; 37 import dagger.internal.codegen.writing.ComponentImplementation.MethodSpecKind; 38 import dagger.internal.codegen.writing.ComponentImplementation.TypeSpecKind;
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/transformer/src/main/java/com/google/android/exoplayer2/transformer/ |
| D | Muxer.java | 10 * Unless required by applicable law or agreed to in writing, software 34 * not possible to add tracks. After writing all sample data, {@linkplain #release(boolean) release} 35 * the instance to finish writing to the output and return any resources to the system. 55 * Returns a new muxer writing to a file. 60 * @throws IOException If an error occurs opening the output file for writing. 65 * Returns a new muxer writing to a file descriptor. 74 * @throws IOException If an error occurs opening the output file descriptor for writing.
|
| /external/aws-sdk-java-v2/core/auth/src/test/java/software/amazon/awssdk/auth/token/signer/ |
| D | SdkTokenExecutionAttributeTest.java | 49 … // If selected auth scheme is null, writing non-null old property can be read with new property in awsCredentials_oldAndNewAttributeAreMirrored() 54 … // If selected auth scheme is null, writing null to old property can be read with new property in awsCredentials_oldAndNewAttributeAreMirrored() 59 …// If selected auth scheme is non-null, writing non-null to old property can be read with new prop… in awsCredentials_oldAndNewAttributeAreMirrored() 64 … // If selected auth scheme is non-null, writing null to old property can be read with new property in awsCredentials_oldAndNewAttributeAreMirrored() 69 // Writing non-null new property can be read with old property in awsCredentials_oldAndNewAttributeAreMirrored() 76 // Writing null new property can be read with old property in awsCredentials_oldAndNewAttributeAreMirrored()
|
| /external/e2fsprogs/tests/t_dangerous/ |
| D | expect | 7 Writing inode tables: done 10 Writing superblocks and filesystem accounting information: done 26 Writing inode tables: done 29 Writing superblocks and filesystem accounting information: done 105 Writing inode tables: done 108 Writing superblocks and filesystem accounting information: done
|