/external/adhd/cros_alsa/src/ |
D | control.rs | 127 fn new(handle: &'a mut Ctl, id: ElemId) -> Self; in new() 129 fn from(handle: &'a mut Ctl, id: ElemId) -> Result<Self> { in from() 206 fn new(handle: &'a mut Ctl, id: ElemId) -> Self { in new() 245 fn new(handle: &'a mut Ctl, id: ElemId) -> Self { in new() 294 fn new(handle: &'a mut Ctl, id: ElemId) -> Self { in new()
|
D | control_primitive.rs | 295 pub fn new(handle: &mut Ctl, id: &ElemId) -> Result<ElemInfo> { in new() 346 pub struct Ctl(ptr::NonNull<snd_ctl_t>, PhantomData<snd_ctl_t>); struct 348 impl Drop for Ctl { implementation 355 impl Ctl { implementation 364 pub fn new(card: &str) -> Result<Ctl> { in new()
|
D | elem.rs | 197 fn load(handle: &mut Ctl, id: &ElemId) -> Result<Self::T>; in load() 199 fn save(handle: &mut Ctl, id: &ElemId, val: Self::T) -> Result<bool>; in save()
|
D | control_tlv.rs | 203 pub fn new(handle: &'a mut Ctl, id: ElemId) -> Result<Self> { in new()
|
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/ |
D | parse_html_deps_unittest.py | 135 class Ctl(html_generation_controller.HTMLGenerationController): class 157 class Ctl(html_generation_controller.HTMLGenerationController): class
|
/external/llvm-project/llvm/tools/llvm-rc/ |
D | ResourceScriptStmt.cpp | 170 for (auto &Ctl : Controls) in log() local
|
D | ResourceFileWriter.cpp | 984 Error ResourceFileWriter::writeSingleDialogControl(const Control &Ctl, in writeSingleDialogControl() 1154 auto handleCtlError = [&](Error &&Err, const Control &Ctl) -> Error { in writeDialogBody() 1162 for (auto &Ctl : Res->Controls) in writeDialogBody() local
|
D | ResourceScriptStmt.h | 665 void addControl(Control &&Ctl) { Controls.push_back(std::move(Ctl)); } in addControl()
|
/external/libaom/libaom/av1/common/x86/ |
D | selfguided_sse4.c | 526 int32_t *Ctl = buf + 2 * RESTORATION_PROC_UNIT_PELS + 3; in av1_selfguided_restoration_sse4_1() local
|
D | selfguided_avx2.c | 574 int32_t *Ctl = buf + 2 * buf_elts + 7; in av1_selfguided_restoration_avx2() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAGHVX.cpp | 1963 SDValue Ctl = getVectorConstant(FC, dl); in butterfly() local 1971 SDValue Ctl = getVectorConstant(RC, dl); in butterfly() local
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAGHVX.cpp | 2002 SDValue Ctl = getVectorConstant(FC, dl); in butterfly() local 2010 SDValue Ctl = getVectorConstant(RC, dl); in butterfly() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/ |
D | AMDGPUAsmParser.cpp | 5581 StringRef Ctl; in parseSwizzleBitmaskPerm() local
|
/external/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
D | AMDGPUAsmParser.cpp | 6374 StringRef Ctl; in parseSwizzleBitmaskPerm() local
|