Home
last modified time | relevance | path

Searched full:further (Results 1 – 25 of 6830) sorted by relevance

12345678910>>...274

/external/oss-fuzz/docs/further-reading/
Dfurther_reading.md3 title: Further reading
6 permalink: /further-reading/
9 # Further reading
/external/rust/crates/libz-sys/src/zlib/contrib/ada/
Dmtest.adb45 procedure Further (Item : in Stream_Element_Array); subprogspec
52 -- Further --
55 procedure Further (Item : in Stream_Element_Array) is subprogram
76 end Further; argument
106 Data_Out => Further);
/external/skia/modules/skparagraph/src/
DTextWrapper.cpp81 // Walk further to see if there is a too long word, cluster or glyph in lookAhead()
84 for (auto further = cluster; further != endOfClusters; ++further) { in lookAhead() local
85 … if (further->isSoftBreak() || further->isHardBreak() || further->isWhitespaceBreak()) { in lookAhead()
88 if (further->run().isPlaceholder()) { in lookAhead()
93 … if (nextWordLength > 0 && nextWordLength <= maxWidth && further->isIntraWordBreak()) { in lookAhead()
95 nextNonBreakingSpace = further; in lookAhead()
101 nextWordLength = std::max(nextWordLength, further->width()); in lookAhead()
103 nextWordLength += further->width(); in lookAhead()
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/filter/
DTokenFilter.java53 * that further inclusion calls on return filter object need to be made
62 * @return TokenFilter to use for further calls within Array, unless return value
80 * that further inclusion calls on return filter object need to be made
89 * @return TokenFilter to use for further calls within Array, unless return value
129 * that further inclusion calls on returned filter object need to be made
137 * @return TokenFilter to use for further calls within property value, unless return value
155 * that further inclusion calls on returned filter object need to be made
163 * @return TokenFilter to use for further calls within element value, unless return value
181 * that further inclusion calls on returned filter object need to be made
189 * @return TokenFilter to use for further calls within root value, unless return value
/external/licenseclassifier/v2/assets/License/GenericIntel/
Dlicense.txt34 3.1. Redistribution of Source with Rights to Further Distribute Source.
36 Code or modification with rights to further distribute source must include
46 3.2. Redistribution of Source with no Rights to Further Distribute Source.
48 Code or modification without rights to further distribute source must
51 addition, Licensee may not authorize further sublicense of source of any
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DXMLWriter.java41 * pass the events on down a filter chain for further processing
494 * Pass the event on down the filter chain for further processing.
497 * writing the XML declaration, or if a handler further down
534 * Pass the event on down the filter chain for further processing.
537 * writing the newline, or if a handler further down
557 * Pass the event on down the filter chain for further processing.
569 * writing the start tag, or if a handler further down
600 * Pass the event on down the filter chain for further processing.
611 * writing the end tag, or if a handler further down
645 * Pass the event on down the filter chain for further processing.
[all …]
/external/kotlinx.coroutines/kotlinx-coroutines-core/concurrent/test/
DAtomicCancellationTest.kt22 assertEquals(42, channel.receive()) // will schedule sender for further execution in <lambda>()
44 assertEquals(42, channel.receive()) // will schedule sender for further execution in <lambda>()
60 channel.send(42) // will schedule receiver for further execution in <lambda>()
82 channel.send(42) // will schedule receiver for further execution in <lambda>()
/external/ComputeLibrary/arm_compute/core/
DValidate.h271 * @param[in] dims (Optional) Further allowed objects.
294 * @param[in] tensors (Optional) Further allowed objects.
327 * @param[in] tensors (Optional) Further allowed objects.
359 * @param[in] tensor_infos (Optional) Further allowed tensor infos.
376 * @param[in] tensors (Optional) Further allowed tensors.
394 * @param[in] tensor_infos (Optional) Further allowed tensor infos.
422 * @param[in] tensors (Optional) Further allowed tensors.
448 * @param[in] tensor_infos (Optional) Further allowed tensor infos.
474 * @param[in] tensors (Optional) Further allowed tensors.
499 * @param[in] tensor_infos (Optional) Further allowed tensor infos.
[all …]
/external/brotli/java/org/brotli/wrapper/dec/
Ddecoder_jni.cc98 * - 2 needs more input to process further
99 * - 3 needs more output to process further
100 * - 4 ok, can proceed further without additional input
104 * 0 to process further previous input
159 * any further invocation; null in case of error
/external/grpc-grpc-java/core/src/main/java/io/grpc/
DServerCall.java70 * since the client will not process any further messages. Cancellations can be caused by
73 * <p>There will be no further callbacks for the call.
81 * <p>There will be no further callbacks for the call.
97 * no further request messages will be delivered until more messages are requested by
143 * Close the call with the provided status. No further sending or receiving will occur. If {@link
159 * processing to save resources, since the client will not be processing any further methods.
/external/iproute2/man/man8/
Dtc-vlan.838 mode is simple, as no further information is required to just drop the
49 Decapsulation mode, no further arguments allowed.
88 Packet will be dropped without running further actions.
/external/armnn/cmake/
DUtils.cmake16 # Further processes a target and its list of source files adding extra touches useful for some gene…
33 # further configures the target via setup_target().
42 # further configures the target via setup_target().
/external/libhevc/common/
Dihevc_quant_iquant_ssd.c224 // zero col can be optimized further. Now clearing the in ihevc_quant_iquant_ssd()
230 // zero row can be optimized further. Now clearing the in ihevc_quant_iquant_ssd()
403 // zero col can be optimized further. Now clearing the in ihevc_quant_iquant()
409 // zero row can be optimized further. Now clearing the in ihevc_quant_iquant()
601 // zero col can be optimized further. Now clearing the in ihevc_quant_iquant_ssd_rdoq()
607 // zero row can be optimized further. Now clearing the in ihevc_quant_iquant_ssd_rdoq()
734 // zero col can be optimized further. Now clearing the in ihevc_quant_iquant_rdoq()
740 // zero row can be optimized further. Now clearing the in ihevc_quant_iquant_rdoq()
934 // zero col can be optimized further. Now clearing the in ihevc_quant_iquant_ssd_flat_scale_mat()
940 // zero row can be optimized further. Now clearing the in ihevc_quant_iquant_ssd_flat_scale_mat()
[all …]
/external/python/cpython3/Doc/library/
Dsignal.rst302 .. availability:: Unix. See the man page :manpage:`alarm(2)` for further
340 .. availability:: Unix. See the man page :manpage:`signal(2)` for further
386 .. availability:: Unix. See the man page :manpage:`pthread_kill(3)` for further
420 :manpage:`pthread_sigmask(3)` for further information.
508 for further information.
521 above). (See the Unix man page :manpage:`signal(2)` for further information.)
548 .. availability:: Unix. See the man page :manpage:`sigpending(2)` for further
562 .. availability:: Unix. See the man page :manpage:`sigwait(3)` for further
587 .. availability:: Unix. See the man page :manpage:`sigwaitinfo(2)` for further
606 .. availability:: Unix. See the man page :manpage:`sigtimedwait(2)` for further
/external/kernel-headers/original/uapi/scsi/
Dscsi_bsg_ufs.h38 * @index: Index to further identify data B-2
39 * @selector: Index to further identify data B-3
93 * be no further reply information supplied.
/external/proguard/src/proguard/classfile/attribute/visitor/
DAllAttributeVisitor.java59 * further down the class structure should be
78 // Visit the attributes further down the class structure, if required. in visitProgramClass()
97 // Visit the attributes further down the member structure, if required. in visitProgramMember()
/external/cronet/third_party/icu/source/i18n/
Dcollation.cpp38 // First byte, assume no further overflow. in incTwoBytePrimaryByOffset()
60 // First byte, assume no further overflow. in incThreeBytePrimaryByOffset()
69 // Assume no further underflow for the first byte. in decTwoBytePrimaryByOneStep()
110 // First byte, assume no further underflow. in decThreeBytePrimaryByOneStep()
/external/icu/icu4c/source/i18n/
Dcollation.cpp38 // First byte, assume no further overflow. in incTwoBytePrimaryByOffset()
60 // First byte, assume no further overflow. in incThreeBytePrimaryByOffset()
69 // Assume no further underflow for the first byte. in decTwoBytePrimaryByOneStep()
110 // First byte, assume no further underflow. in decThreeBytePrimaryByOneStep()
/external/flatbuffers/tests/MyGame/Example/
Dmonster_test_grpc_fb.py179 file not marked beta) for all further purposes. This class was generated
195 file not marked beta) for all further purposes. This class was generated
214 file not marked beta) for all further purposes. This function was
230 file not marked beta) for all further purposes. This function was
/external/pigweed/pw_work_queue/
Ddocs.rst30 .. Note:: While the queue is full, the queue will not accept further work.
39 .. Note:: Once stop has been requested the queue will no longer accept further
74 Locks the queue to prevent further work enqueing, finishes outstanding
/external/rust/crates/nix/src/sys/socket/
Dmod.rs3 //! [Further reading](https://man7.org/linux/man-pages/man7/socket.7.html)
237 /// [Further reading](https://www.kernel.org/doc/html/latest/networking/timestamping.html)
656 /// [Further reading](https://man7.org/linux/man-pages/man3/cmsg.3.html)
736 /// [Further reading](https://www.kernel.org/doc/html/latest/networking/timestamping.html)
741 /// [Further reading](https://www.kernel.org/doc/html/latest/networking/timestamping.html)
1025 /// [Further reading](https://man7.org/linux/man-pages/man3/cmsg.3.html)
1049 /// For further information, please refer to the
1064 /// For further information, please refer to the
1072 /// For further information, please refer to the
1083 /// For further information, please refer to the
[all …]
/external/autotest/client/cros/cellular/pseudomodem/
Dstate_machine.py71 Tells the state machine to stop transitioning to further states.
234 indicates that the state machine should keep executing further state
238 This method must be implemented by a subclass. Subclasses can further
256 further override this method to provide custom functionality.
/external/icing/icing/util/
Dcharacter-iterator.h49 // further.
64 // further.
78 // further.
/external/gflags/
DREADME.md18 Please report any further issues with this release using the GitHub issue tracker.
29 Please report any further issues with this release using the GitHub issue tracker.
48 Please report any further issues with this release using the GitHub issue tracker.
72 Please report any further issues using the GitHub issue tracker.
109 For the further development, I am following the
133 To get more involved and stimulate participation in the further
/external/angle/doc/
DUpdate20131120.md3 ANGLE has undergone a few further migrations in the past week, which we thought
13 The repository may still be pulled from its old location, but no further changes

12345678910>>...274