Home
last modified time | relevance | path

Searched refs:coupled (Results 1 – 25 of 31) sorted by relevance

12

/external/adhd/cras/src/server/
Dcras_alsa_ucm_section.c23 mixer_name_free(section->coupled); in ucm_section_free()
107 DL_APPEND(section->coupled, m_name); in ucm_section_add_coupled()
112 struct mixer_name *coupled) in ucm_section_concat_coupled() argument
114 if (!section || !coupled) in ucm_section_concat_coupled()
116 DL_CONCAT(section->coupled, coupled); in ucm_section_concat_coupled()
128 mixer_name_dump(section->coupled, " coupled"); in ucm_section_dump()
Dcras_alsa_ucm_section.h26 struct mixer_name *coupled; /* CoupledMixers value. */ member
85 struct mixer_name *coupled);
Dcras_alsa_mixer.c889 if (section->coupled) { in cras_alsa_mixer_add_controls_in_section()
892 section->name, section->coupled); in cras_alsa_mixer_add_controls_in_section()
1138 } else if (section->coupled) { in cras_alsa_mixer_get_control_for_section()
/external/libopus/tests/
Dtest_opus_projection.c294 int coupled; in test_encode_decode() local
308 mapping_family, &streams, &coupled, application, &error); in test_encode_decode()
319 OPUS_SET_BITRATE(bitrate * 1000 * (streams + coupled))); in test_encode_decode()
336 st_dec = opus_projection_decoder_create(Fs, channels, streams, coupled, in test_encode_decode()
343 "and %d coupled streams.\n", channels, streams, coupled); in test_encode_decode()
/external/adhd/cras/src/tests/
Dalsa_ucm_unittest.cc1133 EXPECT_EQ(reinterpret_cast<struct mixer_name*>(NULL), section->coupled); in TEST()
1162 DL_FOREACH(section->coupled, m_name) { in TEST()
1259 ASSERT_NE((struct mixer_name*)NULL, section->coupled); in TEST()
1260 m_name = section->coupled; in TEST()
1276 ASSERT_NE((struct mixer_name*)NULL, section->coupled); in TEST()
1277 m_name = section->coupled; in TEST()
1293 EXPECT_EQ(NULL, section->coupled); in TEST()
1304 ASSERT_NE((struct mixer_name*)NULL, section->coupled); in TEST()
1305 m_name = section->coupled; in TEST()
/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
Dmap_test.proto58 // Test all the other primitive types. As the key and value are not coupled in
/external/tensorflow/tensorflow/contrib/android/
DREADME.md94 coupled with TensorFlow. For typical usage, the library above will be
/external/selinux/python/sepolgen/
DHACKING68 deliberately only loosely coupled to the audit parsing to allow
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/DependenceAnalysis/
DNonCanonicalizedSubscript.ll46 ; Extends the previous example to coupled MIV subscripts.
/external/llvm/test/Analysis/DependenceAnalysis/
DNonCanonicalizedSubscript.ll51 ; Extends the previous example to coupled MIV subscripts.
/external/python/pyasn1/docs/source/
Dcontents.rst41 Looking at what ASN.1 has to offer, it has three loosely coupled parts:
/external/libopus/
DREADME10 Opus, when coupled with an appropriate container format, is also suitable
/external/tensorflow/tensorflow/stream_executor/cuda/
DBUILD138 # The activation library is tightly coupled to the executor library.
/external/grpc-grpc/doc/
Dserver-reflection.md181 One issue is that some grpc implementations are very loosely coupled with
/external/flatbuffers/docs/source/
DFlatBuffers.md66 access data, often coupled with per-object memory allocation. The code
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dindex.md31 step to a secondary representation before you can access data, often coupled
/external/lzma/Asm/x86/
DLzmaDecOpt.asm6 ; That code is tightly coupled with LzmaDec_TryDummy()
/external/iperf3/
DRELEASE_NOTES116 * Authentication via a username/password mechanism, coupled with a
/external/googletest/googlemock/docs/
DFrequentlyAskedQuestions.md524 it's a sign that your modules are too tightly coupled (and less
/external/archive-patcher/
DREADME.md373 …milar" files between the old and new archives to handle renames that are coupled with content chan…
/external/python/cpython3/Doc/library/
Demail.message.rst32 ordered dictionary of headers coupled with a *payload* that represents the
Dasyncio-eventloop.rst363 #. The protocol instance is coupled with the transport by calling its
/external/python/cpython2/Doc/howto/
Dwebservers.rst645 tightly coupled elements which were written from scratch and work together very
/external/brotli/tests/testdata/
Dasyoulik.txt839 Still we went coupled and inseparable.
2407 honesty coupled to beauty is to have honey a sauce to sugar.
/external/llvm/docs/
DProgrammersManual.rst1271 coupled with a good choice of :ref:`sequential container <ds_sequential>`.

12