webrtc/modules/audio_coding/codecs/ilbc
Mirko Bonadei c84f661b10 Stop using Googletest legacy APIs.
Googletest recently started replacing the term Test Case by Test Suite.
From now on, the preferred API is TestSuite*; the older TestCase* API
will be slowly deprecated.

This CL moves WebRTC to the new set of APIs.

More info in [1].

This CL has been generated with this script:

declare -A items
items[TYPED_TEST_CASE]=TYPED_TEST_SUITE
items[TYPED_TEST_CASE_P]=TYPED_TEST_SUITE_P
items[REGISTER_TYPED_TEST_CASE_P]=REGISTER_TYPED_TEST_SUITE_P
items[INSTANTIATE_TYPED_TEST_CASE_P]=INSTANTIATE_TYPED_TEST_SUITE_P
items[INSTANTIATE_TEST_CASE_P]=INSTANTIATE_TEST_SUITE_P
for i in "${!items[@]}"
do
  git ls-files | xargs sed -i "s/\b$i\b/${items[$i]}/g"
done
git cl format

[1] - https://github.com/google/googletest/blob/master/googletest/docs/primer.md#beware-of-the-nomenclature

Bug: None
Change-Id: I5ae191e3046caf347aeee01554d5743548ab0e3f
Reviewed-on: https://webrtc-review.googlesource.com/c/118701
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#26494}
2019-01-31 13:23:33 +00:00
..
test Removing ancient and unused test scripts and data files 2018-11-05 16:08:46 +00:00
abs_quant.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
abs_quant.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
abs_quant_loop.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
abs_quant_loop.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
audio_decoder_ilbc.cc [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
audio_decoder_ilbc.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
audio_encoder_ilbc.cc Remove CodecInst pt.3 2018-12-18 07:42:21 +00:00
audio_encoder_ilbc.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
augmented_cb_corr.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
augmented_cb_corr.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
bw_expand.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
bw_expand.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
cb_construct.c "Fix" signed integer overflow in old code 2018-04-26 13:38:57 +00:00
cb_construct.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
cb_mem_energy.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
cb_mem_energy.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
cb_mem_energy_augmentation.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
cb_mem_energy_augmentation.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
cb_mem_energy_calc.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
cb_mem_energy_calc.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
cb_search.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
cb_search.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
cb_search_core.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
cb_search_core.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
cb_update_best_index.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
cb_update_best_index.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
chebyshev.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
chebyshev.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
comp_corr.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
comp_corr.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
complexityMeasures.m Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
constants.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
constants.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
create_augmented_vec.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
create_augmented_vec.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
decode.c Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
decode.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
decode_residual.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
decode_residual.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
decoder_interpolate_lsf.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
decoder_interpolate_lsf.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
defines.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
do_plc.c Make an energy computation not overflow in iLBC PLC 2018-05-15 13:01:42 +00:00
do_plc.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
encode.c Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
encode.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
energy_inverse.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
energy_inverse.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
enh_upsample.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
enh_upsample.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
enhancer.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
enhancer.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
enhancer_interface.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
enhancer_interface.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
filtered_cb_vecs.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
filtered_cb_vecs.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
frame_classify.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
frame_classify.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
gain_dequant.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
gain_dequant.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
gain_quant.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
gain_quant.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
get_cd_vec.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
get_cd_vec.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
get_lsp_poly.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
get_lsp_poly.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
get_sync_seq.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
get_sync_seq.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
hp_input.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
hp_input.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
hp_output.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
hp_output.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
ilbc.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
ilbc.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
ilbc_unittest.cc Stop using Googletest legacy APIs. 2019-01-31 13:23:33 +00:00
index_conv_dec.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
index_conv_dec.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
index_conv_enc.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
index_conv_enc.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
init_decode.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
init_decode.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
init_encode.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
init_encode.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
interpolate.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
interpolate.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
interpolate_samples.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
interpolate_samples.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
lpc_encode.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
lpc_encode.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
lsf_check.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
lsf_check.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
lsf_interpolate_to_poly_dec.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
lsf_interpolate_to_poly_dec.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
lsf_interpolate_to_poly_enc.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
lsf_interpolate_to_poly_enc.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
lsf_to_lsp.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
lsf_to_lsp.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
lsf_to_poly.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
lsf_to_poly.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
lsp_to_lsf.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
lsp_to_lsf.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
my_corr.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
my_corr.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
nearest_neighbor.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
nearest_neighbor.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
pack_bits.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
pack_bits.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
poly_to_lsf.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
poly_to_lsf.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
poly_to_lsp.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
poly_to_lsp.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
refiner.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
refiner.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
simple_interpolate_lsf.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
simple_interpolate_lsf.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
simple_lpc_analysis.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
simple_lpc_analysis.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
simple_lsf_dequant.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
simple_lsf_dequant.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
simple_lsf_quant.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
simple_lsf_quant.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
smooth.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
smooth.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
smooth_out_data.c iLBC decoding: Ignore a signed overflow 2018-05-25 08:34:44 +00:00
smooth_out_data.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
sort_sq.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
sort_sq.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
split_vq.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
split_vq.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
state_construct.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
state_construct.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
state_search.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
state_search.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
swap_bytes.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
swap_bytes.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
unpack_bits.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
unpack_bits.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
vq3.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
vq3.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
vq4.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
vq4.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
window32_w32.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
window32_w32.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
xcorr_coef.c Using fully qualified #include paths in ilbc code. 2018-02-02 13:28:13 +00:00
xcorr_coef.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00