/third_party/gstreamer/gstplugins_good/sys/oss/ |
D | meson.build | 3 ['sys/soundcard.h', 'HAVE_OSS_INCLUDE_IN_SYS', 'OSS includes are in sys/'], 5 ['soundcard.h', 'HAVE_OSS_INCLUDE_IN_ROOT', 'OSS includes are in root'], 7 ['machine/soundcard.h', 'HAVE_OSS_INCLUDE_IN_MACHINE', 'OSS includes are in machine/'], 23 error('OSS plugin was enabled but soundcard.h was not found')
|
/third_party/python/Doc/library/ |
D | ossaudiodev.rst | 1 :mod:`ossaudiodev` --- Access to OSS-compatible audio devices 6 :synopsis: Access to OSS-compatible audio devices. 10 This module allows you to access the OSS (Open Sound System) audio interface. 11 OSS is available for a wide range of open-source and commercial Unices, and is 16 use ALSA, you'll have to make sure its OSS compatibility layer 23 > Likewise, googling shows OpenBSD also uses OSS/Free -- the commercial 24 > OSS installation manual tells you to remove references to OSS/Free from the 30 > * This is an OSS (Linux) audio emulator. 50 the official documentation for the OSS C API 52 The module defines a large number of constants supplied by the OSS device [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | LockFileManager.cpp | 228 raw_string_ostream OSS(S); in LockFileManager() local 229 OSS << LockFileName.str() << " to " << UniqueLockFileName.str(); in LockFileManager() 230 setError(EC, OSS.str()); in LockFileManager() 273 raw_string_ostream OSS(Str); in getErrorMessage() local 275 OSS << ": " << ErrCodeMsg; in getErrorMessage() 276 return OSS.str(); in getErrorMessage()
|
/third_party/skia/fuzz/ |
D | README.md | 17 We fuzz Skia using [OSS-Fuzz](https://github.com/google/oss-fuzz), which in turn uses fuzzing 18 engines such as libfuzzer, afl-fuzz, hong-fuzz, and others to fuzz Skia. OSS-fuzz will automatically 23 in the OSS-Fuzz repo that we make changes to when we want to add/remove/change the fuzzers that 26 describes how to test the OSS-Fuzz build and fuzzers locally using Docker. 28 When enabling a fuzzer in OSS-Fuzz, we typically need to follow these steps: 47 There is also an [OSS-fuzz folder](https://github.com/google/oss-fuzz/tree/master/projects/skcms) 52 ### OSS-Fuzz dashboard
|
/third_party/libsnd/ |
D | NEWS | 38 * Fix memory leak in wav_read_smpl_chunk() function, credit to OSS-Fuzz. 39 * Fix aiff_read_header() memory leak(), credit to OSS-Fuzz. 40 * Fix leak in wav_read_header(), credit to OSS-Fuzz. 41 * Fix leak in wavlike_read_cart_chunk(), credit to OSS-Fuzz. 42 * Fix memory leak in wav_read_acid_chunk(), credit to OSS-Fuzz. 43 * Fix memory leak in aiff_read_basc_chunk(), credit to OSS-Fuzz. 44 * Fix memory leak in wavlike_read_peak_chunk(), credit to OSS-Fuzz. 45 * Fix memory leak in aiff_read_header(), credit to OSS-Fuzz. 46 * Fix use of uninitialized value in exif_subchunk_parse(), credit to OSS-Fuzz. 48 OSS-Fuzz. [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzzers/ |
D | CMakeLists.txt | 30 # This is set when the fuzzers are being built by OSS-Fuzz. In this case the 31 # variable provides the necessary linker flags, and OSS-Fuzz will take care 35 # When the fuzzers are being built outside of OSS-Fuzz, standard libFuzzer
|
/third_party/spirv-tools/test/fuzzers/ |
D | CMakeLists.txt | 30 # This is set when the fuzzers are being built by OSS-Fuzz. In this case the 31 # variable provides the necessary linker flags, and OSS-Fuzz will take care 35 # When the fuzzers are being built outside of OSS-Fuzz, standard libFuzzer
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzzers/ |
D | CMakeLists.txt | 30 # This is set when the fuzzers are being built by OSS-Fuzz. In this case the 31 # variable provides the necessary linker flags, and OSS-Fuzz will take care 35 # When the fuzzers are being built outside of OSS-Fuzz, standard libFuzzer
|
/third_party/gstreamer/gstplugins_bad/po/ |
D | sq.po | 169 #~ msgid "OSS device \"%s\" is already in use by another program." 171 #~ "Dispozitivi OSS \"%s\" është duke u përdorur nga një tjetër program." 183 #~ msgid "Your OSS device could not be probed correctly" 184 #~ msgstr "Dispozitivi juaj OSS mund të mos provohet korrektësisht" 285 #~ msgid "Your OSS device doesn't support mono or stereo." 286 #~ msgstr "Dispozitivi juaj OSS mund të mos provohet korrektësisht"
|
D | en_GB.po | 170 #~ msgid "OSS device \"%s\" is already in use by another program." 171 #~ msgstr "OSS device \"%s\" is already in use by another program." 183 #~ msgid "Your OSS device could not be probed correctly" 286 #~ msgid "Your OSS device doesn't support mono or stereo."
|
D | or.po | 194 #~ msgid "OSS device \"%s\" is already in use by another program." 206 #~ msgid "Your OSS device could not be probed correctly" 265 #~ msgid "Your OSS device doesn't support mono or stereo."
|
/third_party/mbedtls/ChangeLog.d/ |
D | ssl_decrypt_buf-short_record.txt | 3 null-cipher cipher suites. Credit to OSS-Fuzz.
|
/third_party/alsa-utils/ |
D | TODO | 4 L Add support for OSS setups to alsactl
|
/third_party/alsa-lib/ |
D | TODO | 4 L move OSS emulation to user space? (pseudo device driver and daemon)
|
/third_party/openssl/ |
D | NOTES-NONSTOP.md | 68 Use the `_RLD_LIB_PATH` environment variable in OSS to select the appropriate 116 build, you will need to perform the build and test steps in OSS in your NonStop 121 be aware that signatures may not match between builds done under OSS and under 196 For OSS targets, the main DLL names will be `libssl.so` and `libcrypto.so`.
|
/third_party/flutter/skia/third_party/externals/wuffs/fuzz/c/std/ |
D | README.md | 6 [OSS-Fuzz](https://github.com/google/oss-fuzz). That repository's
|
/third_party/gstreamer/gstplugins_base/po/ |
D | sq.po | 840 #~ msgid "OSS device \"%s\" is already in use by another program." 842 #~ "Dispozitivi OSS \"%s\" është duke u përdorur nga një tjetër program." 855 #~ msgid "Your OSS device doesn't support mono or stereo." 856 #~ msgstr "Dispozitivi juaj OSS mund të mos provohet korrektësisht" 858 #~ msgid "Your OSS device could not be probed correctly" 859 #~ msgstr "Dispozitivi juaj OSS mund të mos provohet korrektësisht"
|
/third_party/pulseaudio/ |
D | meson_options.txt | 44 description : 'Specify location where OSS wrapper library will be installed') 50 … description : 'Specify location where OSS wrapper library will be loaded from; can use \\$LIB')
|
/third_party/libjpeg-turbo/fuzz/ |
D | CMakeLists.txt | 49 # in order to preserve the corpora from Google's OSS-Fuzz target for
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | porting-list-0.11.txt | 490 -good oss4: oss4mixer: OSS v4 Audio Mixer 491 -good oss4: oss4sink: OSS v4 Audio Sink 492 -good oss4: oss4src: OSS v4 Audio Source 493 -good ossaudio: ossmixer: OSS Mixer 494 -good ossaudio: osssink: Audio Sink (OSS) 495 -good ossaudio: osssrc: Audio Source (OSS)
|
/third_party/harfbuzz/ |
D | README.md | 3 [![OSS-Fuzz Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/harfbuzz.svg)](https:…
|
/third_party/skia/third_party/externals/harfbuzz/ |
D | README.md | 3 [![OSS-Fuzz Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/harfbuzz.svg)](https:…
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 565 raw_string_ostream OSS(OutStr); in getNodeLabel() local 568 OSS << printMBBReference(*Node); in getNodeLabel() 570 OSS << ": " << BB->getName(); in getNodeLabel() 572 Node->print(OSS); in getNodeLabel()
|
/third_party/gstreamer/gstplugins_good/po/ |
D | sq.po | 73 msgstr "Dispozitivi juaj OSS mund të mos provohet korrektësisht" 158 msgstr "Dispozitivi juaj OSS mund të mos provohet korrektësisht" 440 #~ msgid "OSS device \"%s\" is already in use by another program." 442 #~ "Dispozitivi OSS \"%s\" është duke u përdorur nga një tjetër program."
|
/third_party/flutter/skia/third_party/externals/sdl/premake/ |
D | README.txt | 61 --oss : Force the OSS dependency on for Linux targets. 297 project to determine whether the OSS sound system is supported: 300 print("Checking for OSS support...") 307 print("Warning: OSS unsupported!")
|