/external/adhd/cras/src/server/ |
D | cras_alsa_ucm_section.c | 21 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()
|
D | cras_alsa_ucm_section.h | 37 struct mixer_name *coupled; member 97 struct mixer_name *coupled);
|
D | cras_alsa_mixer.c | 902 if (section->coupled) { in cras_alsa_mixer_add_controls_in_section() 904 cmix, section->dir, section->name, section->coupled); in cras_alsa_mixer_add_controls_in_section() 1141 } else if (section->coupled) { in cras_alsa_mixer_get_control_for_section()
|
/external/libopus/tests/ |
D | test_opus_projection.c | 294 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/conscrypt/apex/hiddenapi/ |
D | OWNERS | 1 # soong-team@ as the hiddenapi files are tightly coupled with Soong
|
/external/adhd/cras/src/tests/ |
D | alsa_ucm_unittest.cc | 1210 EXPECT_EQ(reinterpret_cast<struct mixer_name*>(NULL), section->coupled); in TEST() 1238 DL_FOREACH (section->coupled, m_name) { in TEST() 1331 ASSERT_NE((struct mixer_name*)NULL, section->coupled); in TEST() 1332 m_name = section->coupled; in TEST() 1351 ASSERT_NE((struct mixer_name*)NULL, section->coupled); in TEST() 1352 m_name = section->coupled; in TEST() 1369 EXPECT_EQ(NULL, section->coupled); in TEST() 1381 ASSERT_NE((struct mixer_name*)NULL, section->coupled); in TEST() 1382 m_name = section->coupled; in TEST()
|
/external/arm-trusted-firmware/docs/perf/ |
D | tsp.rst | 7 The TSP is coupled with a companion runtime service in the BL31 firmware,
|
/external/llvm-project/lld/test/MachO/ |
D | platform-version.s | 4 ### We test every platform keyword. Sometimes good keywords are coupled
|
/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/ |
D | map_test.proto | 58 // Test all the other primitive types. As the key and value are not coupled in
|
/external/tensorflow/tensorflow/tools/android/inference_interface/ |
D | README.md | 94 coupled with TensorFlow. For typical usage, the library above will be
|
/external/selinux/python/sepolgen/ |
D | HACKING | 68 deliberately only loosely coupled to the audit parsing to allow
|
/external/python/cryptography/docs/hazmat/primitives/mac/ |
D | cmac.rst | 14 calculating message authentication codes using a block cipher coupled with a
|
D | hmac.rst | 14 message authentication codes using a cryptographic hash function coupled with a
|
/external/rust/crates/bstr/ |
D | README.md | 223 uniform API of coupled components instead of relying on users to piece together 224 loosely coupled components from the crate ecosystem. For example, if you wanted
|
/external/llvm-project/llvm/test/Analysis/DependenceAnalysis/ |
D | NonCanonicalizedSubscript.ll | 45 ; Extends the previous example to coupled MIV subscripts.
|
/external/llvm/test/Analysis/DependenceAnalysis/ |
D | NonCanonicalizedSubscript.ll | 51 ; Extends the previous example to coupled MIV subscripts.
|
/external/python/pyasn1/docs/source/ |
D | contents.rst | 41 Looking at what ASN.1 has to offer, it has three loosely coupled parts:
|
/external/libopus/ |
D | README | 10 Opus, when coupled with an appropriate container format, is also suitable
|
/external/curl/docs/ |
D | CODE_REVIEW.md | 164 Tightly coupled with a code review is making sure that the commit message is
|
/external/llvm-project/llvm/docs/GlobalISel/ |
D | Pipeline.rst | 145 regressions. It can also be coupled with function attributes to disable
|
/external/grpc-grpc/doc/ |
D | server-reflection.md | 181 One issue is that some grpc implementations are very loosely coupled with
|
/external/pigweed/pw_persistent_ram/ |
D | docs.rst | 82 The boot sequence itself is tightly coupled to the number of persistent sections
|
/external/llvm-project/mlir/include/mlir/Dialect/Quant/ |
D | QuantOps.td | 270 Indicates that one point of the computation is coupled to another.
|
/external/flatbuffers/docs/source/ |
D | FlatBuffers.md | 66 access data, often coupled with per-object memory allocation. The code
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | BUILD | 196 # The activation library is tightly coupled to the executor library.
|