Home
last modified time | relevance | path

Searched refs:mechanism (Results 1 – 25 of 832) sorted by relevance

12345678910>>...34

/external/libpcap/testprogs/
Dselpolltest.c73 const char *mechanism; in main() local
85 mechanism = NULL; in main()
104 mechanism = "select() and pcap_dispatch()"; in main()
109 mechanism = "poll() and pcap_dispatch()"; in main()
173 device, mechanism); in main()
190 mechanism); in main()
/external/webrtc/api/
Drtp_parameters.cc70 RtpFecParameters::RtpFecParameters(FecMechanism mechanism) in RtpFecParameters() argument
71 : mechanism(mechanism) {} in RtpFecParameters()
72 RtpFecParameters::RtpFecParameters(FecMechanism mechanism, uint32_t ssrc) in RtpFecParameters() argument
73 : ssrc(ssrc), mechanism(mechanism) {} in RtpFecParameters()
Drtp_parameters.h370 FecMechanism mechanism = FecMechanism::RED; member
374 explicit RtpFecParameters(FecMechanism mechanism);
375 RtpFecParameters(FecMechanism mechanism, uint32_t ssrc);
380 return ssrc == o.ssrc && mechanism == o.mechanism;
/external/crosvm/assertions/src/
Dlib.rs11 pub mod mechanism; module
16 pub use crate::mechanism::*;
/external/openssh/
Dpkcs11.h680 ck_mechanism_type_t mechanism; member
822 struct ck_mechanism *mechanism,
841 struct ck_mechanism *mechanism,
860 struct ck_mechanism *mechanism));
878 struct ck_mechanism *mechanism,
894 struct ck_mechanism *mechanism,
904 struct ck_mechanism *mechanism,
920 struct ck_mechanism *mechanism,
954 struct ck_mechanism *mechanism,
960 struct ck_mechanism *mechanism,
[all …]
/external/autotest/client/site_tests/autoupdate_Backoff/
Dcontrol8 Client side test of the update_engine backoff mechanism.
13 PURPOSE = 'Client side test of the update_engine backoff mechanism.'
/external/openscreen/osp/msgs/
Dosp_messages.cddl48 1: authentication-mechanism ; mechanism
65 authentication-mechanism = &(
72 mechanism-unknown: 2
/external/python/cpython2/Doc/library/
Duser.rst22 module implements such a mechanism. A program that wishes to use the mechanism
44 A suggestion for programmers who wish to use this mechanism: a simple way to let
71 Site-wide customization mechanism.
/external/llvm-project/clang/test/Index/
Dcomment-misc-tags.m10 @abstract Single-threaded work-loop client request mechanism.
11 @discussion An IOCommandGate instance is an extremely light weight mechanism that
27 // CHECK-NEXT: (CXComment_Text Text=[ Single-threaded work-loop client request mechanism.] Ha…
30 …ment_Text Text=[ An IOCommandGate instance is an extremely light weight mechanism that] HasTrailin…
/external/clang/test/Index/
Dcomment-misc-tags.m10 @abstract Single-threaded work-loop client request mechanism.
11 @discussion An IOCommandGate instance is an extremely light weight mechanism that
27 // CHECK-NEXT: (CXComment_Text Text=[ Single-threaded work-loop client request mechanism.] Ha…
30 …ment_Text Text=[ An IOCommandGate instance is an extremely light weight mechanism that] HasTrailin…
/external/perfetto/src/tracing/
DREADME.md20 mechanism that allows Producer(s), Consumer(s) and Service to be hosted on
29 Similar to Option 2, but the client creates its own transport mechanism,
52 platform-specific things like implementation of shared memory and RPC mechanism.
/external/cldr/docs/rfc/
Ddraft-davis-t-langtag-ext.txt254 A transformation mechanism is an optional field that indicates the
440 [UTS35]: the transform mechanism. That field is summarized here:
442 a. The transform mechanism consists of a sequence of subtags
452 mechanism subtags. Each mechanism subtag has a length of 3 to 8
455 the mechanism subtag 'ungegn' in "und-Cyrl-t-und-latn-m0-ungegn".
456 In many cases, only one mechanism subtag is necessary, but
460 Gregorian calendar. It MAY occur in any mechanism field, but it
511 mechanism. For example, if the mechanism XXX uses versions of
519 requested transform, including the specification of the mechanism.
535 | Subtag | The proposed mechanism subtag (or subtag sequence). |
[all …]
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Dxds_cluster_resolver.cc684 for (DiscoveryMechanismEntry& mechanism : discovery_mechanisms_) { in OnEndpointChanged()
688 if (mechanism.pending_priority_list.has_value()) { in OnEndpointChanged()
690 mechanism.pending_priority_list->begin(), in OnEndpointChanged()
691 mechanism.pending_priority_list->end()); in OnEndpointChanged()
692 priority_index += mechanism.num_priorities; in OnEndpointChanged()
693 mechanism.num_priorities = mechanism.pending_priority_list->size(); in OnEndpointChanged()
694 mechanism.pending_priority_list.reset(); in OnEndpointChanged()
698 priority_list_.begin() + priority_index + mechanism.num_priorities); in OnEndpointChanged()
699 priority_index += mechanism.num_priorities; in OnEndpointChanged()
/external/oboe/samples/drumthumper/
DREADME.md22 * The mechanism for calling native (C/C++) audio functionality from a Kotlin/Java app.
23 * A mechanism for sharing binary data between a Kotlin/Java app with the native (C/C++) layer.
24 * A mechanism for parsing/loading one type (WAV) of audio data.
/external/llvm-project/llvm/test/Transforms/LICM/
Dread-only-calls.ll12 ; Since LICM uses the AST mechanism for alias analysis, we will clump
21 ; default AST mechanism clumps all memory locations in one set because of the
46 ; can hoist out load with the default AST and the alias analysis mechanism.
/external/tensorflow/tensorflow/core/framework/
Dgraph.proto47 // are ready. The caller may want to use Tuple() mechanism to
52 // consumer may want to use Tuple() mechanism to ensure the
/external/tensorflow/tensorflow/python/autograph/g3doc/reference/
Dfunctions.md38 Note: a caching mechanism prevents the same function from being converted
39 multiple times. This mechanism ensures that functions calls made with different
/external/autotest/server/site_tests/sequences/
Dcontrol.power_weekly24 # TODO(tbroch) Deprecate this control file when SUITES= mechanism detailed @
39 # TODO(tbroch): Add power_Standby here once there's a mechanism to postpone
/external/iptables/libipq/
Dlibipq.pc.in8 Description: Interface to the (old) ip_queue mechanism
/external/libcap/doc/values/
D32.txt3 mechanism, but this is the capability reserved for
/external/slf4j/jcl-over-slf4j/src/main/resources/META-INF/services/
Dorg.apache.commons.logging.LogFactory3 # Axis gets at JCL through its own mechanism as defined by Commons Discovery, which
/external/llvm-project/libclc/ptx-nvidiacl/lib/mem_fence/
Dfence.cl8 // We do not have separate mechanism for read and write fences.
/external/chromium-trace/catapult/common/py_trace_event/third_party/protobuf/
DREADME.chromium8 extensible mechanism for serializing structured data.
/external/blktrace/
DMETADATA3 "blktrace is a block layer IO tracing mechanism which provides detailed "
/external/openscreen/third_party/protobuf/
DREADME.chromium11 mechanism for serializing structured data. Open Screen uses protobufs primary

12345678910>>...34