/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
D | split_vq.c | 38 int16_t *qXPtr, *indexPtr, *CBPtr, *XPtr; in WebRtcIlbcfix_SplitVq() local 45 XPtr=X; in WebRtcIlbcfix_SplitVq() 46 WebRtcIlbcfix_Vq3(qXPtr, indexPtr, CBPtr, XPtr, cbsize[0]); in WebRtcIlbcfix_SplitVq() 51 XPtr+=3; in WebRtcIlbcfix_SplitVq() 52 WebRtcIlbcfix_Vq3(qXPtr, indexPtr, CBPtr, XPtr, cbsize[1]); in WebRtcIlbcfix_SplitVq() 57 XPtr+=3; in WebRtcIlbcfix_SplitVq() 58 WebRtcIlbcfix_Vq4(qXPtr, indexPtr, CBPtr, XPtr, cbsize[2]); in WebRtcIlbcfix_SplitVq()
|
/external/google-fruit/tests/ |
D | test_register_provider.py | 40 def test_register_provider_success(WithAnnot,ConstructX, XPtr): argument 264 def test_register_provider_with_param_success(ConstructX, XPtr, WithAnnot, YVariant): argument 305 def test_register_provider_with_param_const_binding_success(ConstructX, XPtr, WithAnnot, YVariant): argument 347 def test_register_provider_with_param_error_nonconst_param_required(ConstructX, XPtr, WithAnnot, YA… argument 381 def test_register_provider_with_param_error_nonconst_param_required_install_after(ConstructX, XPtr,… argument 498 def test_register_provider_with_param_error_type_not_injectable(ConstructX, XPtr, YVariant, YVarian… argument
|
D | test_multibindings_bind_provider.py | 141 def test_bind_multibinding_provider_with_param_success(ConstructX, XPtr, WithAnnot, YVariant): argument 186 def test_bind_multibinding_provider_with_param_const_binding_success(ConstructX, XPtr, WithAnnot, Y… argument 232 def test_bind_multibinding_provider_with_param_error_nonconst_param_required(ConstructX, XPtr, With… argument 266 …ovider_with_param_error_nonconst_param_required_install_after(ConstructX, XPtr, WithAnnot, YAnnotR… argument 378 def test_bind_multibinding_provider_with_param_error_type_not_injectable(ConstructX, XPtr, YAnnot, … argument
|
D | test_register_factory.py | 1872 def test_register_factory_with_param_success(ConstructX, XPtr, WithAnnot, YVariant): argument 1913 def test_register_factory_with_param_const_binding_success(ConstructX, XPtr, WithAnnot, YVariant): argument 1960 def test_register_factory_with_param_error_nonconst_param_required(ConstructX, XPtr, WithAnnot, YAn… argument 1998 def test_register_factory_with_param_error_nonconst_param_required_install_after(ConstructX, XPtr, … argument 2139 ConstructX, XPtr, XFactoryResult, YVariant, YVariantRegex): argument
|
D | test_register_instance.py | 134 def test_bind_instance_two_explicit_type_arguments_success(XAnnot, MaybeConstXAnnot, XPtr, XPtrAnno… argument
|