OLD | NEW |
1 # This file is used in addition to the one already maintained in Chrome. | 1 # This file is used in addition to the one already maintained in Chrome. |
2 # It acts as a place holder for future additions for WebRTC. | 2 # It acts as a place holder for future additions for WebRTC. |
3 # It must exist for the Python wrapper script to work properly. | 3 # It must exist for the Python wrapper script to work properly. |
4 | 4 |
5 # There are three kinds of suppressions in this file. | 5 # There are three kinds of suppressions in this file. |
6 # 1. third_party libraries | 6 # 1. third_party libraries |
7 # 2. webrtc stuff | 7 # 2. webrtc stuff |
8 # 3. libjingle stuff (talk folder) | 8 # 3. libjingle stuff (talk folder) |
9 #----------------------------------------------------------------------- | 9 #----------------------------------------------------------------------- |
10 | 10 |
(...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
522 Memcheck:Uninitialized | 522 Memcheck:Uninitialized |
523 fun:vfprintf | 523 fun:vfprintf |
524 fun:vsnprintf | 524 fun:vsnprintf |
525 fun:snprintf | 525 fun:snprintf |
526 fun:_ZN7testing12_GLOBAL__N_126PrintByteSegmentInObjectToEPKhmmPSo | 526 fun:_ZN7testing12_GLOBAL__N_126PrintByteSegmentInObjectToEPKhmmPSo |
527 fun:_ZN7testing9internal220PrintBytesInObjectToEPKhmPSo | 527 fun:_ZN7testing9internal220PrintBytesInObjectToEPKhmPSo |
528 fun:_ZN7testing8internal25UntypedFunctionMockerBase17UntypedInvokeWithEPKv | 528 fun:_ZN7testing8internal25UntypedFunctionMockerBase17UntypedInvokeWithEPKv |
529 fun:_ZNK6webrtc11MockRtpRtcp11FlexfecSsrcEv | 529 fun:_ZNK6webrtc11MockRtpRtcp11FlexfecSsrcEv |
530 ... | 530 ... |
531 } | 531 } |
OLD | NEW |