/external/python/cpython3/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 …]
|
/external/python/cpython2/Doc/library/ |
D | ossaudiodev.rst | 2 :mod:`ossaudiodev` --- Access to OSS-compatible audio devices 7 :synopsis: Access to OSS-compatible audio devices. 12 This module allows you to access the OSS (Open Sound System) audio interface. 13 OSS is available for a wide range of open-source and commercial Unices, and is 18 use ALSA, you'll have to make sure its OSS compatibility layer 25 > Likewise, googling shows OpenBSD also uses OSS/Free -- the commercial 26 > OSS installation manual tells you to remove references to OSS/Free from the 32 > * This is an OSS (Linux) audio emulator. 48 the official documentation for the OSS C API 50 The module defines a large number of constants supplied by the OSS device [all …]
|
/external/llvm/lib/Support/ |
D | LockFileManager.cpp | 216 raw_string_ostream OSS(S); in LockFileManager() local 217 OSS << LockFileName.str() << " to " << UniqueLockFileName.str(); in LockFileManager() 218 setError(EC, OSS.str()); in LockFileManager() 261 raw_string_ostream OSS(Str); in getErrorMessage() local 263 OSS << ": " << Error->message(); in getErrorMessage() 264 OSS.flush(); in getErrorMessage()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | LockFileManager.cpp | 229 raw_string_ostream OSS(S); in LockFileManager() local 230 OSS << LockFileName.str() << " to " << UniqueLockFileName.str(); in LockFileManager() 231 setError(EC, OSS.str()); in LockFileManager() 274 raw_string_ostream OSS(Str); in getErrorMessage() local 276 OSS << ": " << ErrCodeMsg; in getErrorMessage() 277 return OSS.str(); in getErrorMessage()
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | xla.bzl | 34 # Note: we don't currently define a proto library target for Python in OSS. 39 # Note: we don't currently define any special targets for Python GRPC in OSS.
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | FuzzingLLVM.rst | 23 bugs this fuzzer has reported are `on bugzilla`__ and `on OSS Fuzz's 48 and `on OSS Fuzz's tracker`__. 67 this fuzzer has reported are `on OSS Fuzz's tracker`__ 92 OSS Fuzz, which has trouble with required arguments. To do this, you can copy 244 actionable way. Because of this, we're moving towards using `OSS Fuzz`_ more 248 `LLVM on OSS Fuzz`_. These are also mailed to the `llvm-bugs mailing 254 .. _LLVM on OSS Fuzz:
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/ |
D | BenchmarkResult.cpp | 157 raw_string_ostream OSS(Str); in denormalize() local 158 Binary.writeAsBinary(OSS); in denormalize() 159 OSS.flush(); in denormalize()
|
D | Analysis.cpp | 108 llvm::raw_string_ostream OSS(Line); in writeSnippet() local 109 InstPrinter_->printInst(&MI, OSS, "", *SubtargetInfo_); in writeSnippet() 111 OSS.flush(); in writeSnippet()
|
/external/ImageMagick/ |
D | ChangeLog | 21 exceeded, and timeouts (credit to OSS Fuzz). 139 exceeded, and timeouts (credit to OSS Fuzz). 146 exceeded, and timeouts (credit to OSS Fuzz). 183 exceeded, and timeouts (credit to OSS Fuzz). 205 exceeded, and timeouts (credit to OSS Fuzz). 225 exceeded, and timeouts (credit to OSS Fuzz). 236 exceeded, and timeouts (credit to OSS Fuzz). 243 exceeded, and timeouts (credit to OSS Fuzz). 254 exceeded, and timeouts (credit to OSS Fuzz). 282 exceeded, and timeouts (credit to OSS Fuzz). [all …]
|
/external/jcommander/ |
D | release | 2 # Wiki: https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide
|
D | build-with-maven | 15 echo "Wiki: https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide"
|
/external/tensorflow/tensorflow/contrib/fused_conv/ |
D | BUILD | 152 "manual", # TODO(b/117128481): re-enable after fixing OSS build 177 "manual", # TODO(b/117128481): re-enable after fixing OSS build
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/ |
D | dwarfdump-invalid-line-table.test | 2 OSS-Fuzz Issue 4644 (https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=4644)
|
/external/testng/maven/ |
D | build-with-maven | 9 echo "Wiki: https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide"
|
/external/tensorflow/tensorflow/contrib/tfprof/ |
D | README.md | 17 * distributed runtime check (Not OSS)
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | MachineFunction.cpp | 345 raw_string_ostream OSS(OutStr); in getNodeLabel() local 348 OSS << "BB#" << Node->getNumber(); in getNodeLabel() 350 OSS << ": " << BB->getName(); in getNodeLabel() 352 Node->print(OSS); in getNodeLabel()
|
/external/testng/ |
D | build-with-maven | 21 echo "Wiki: https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide"
|
/external/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 467 raw_string_ostream OSS(OutStr); in getNodeLabel() local 470 OSS << "BB#" << Node->getNumber(); in getNodeLabel() 472 OSS << ": " << BB->getName(); in getNodeLabel() 474 Node->print(OSS); in getNodeLabel()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 562 raw_string_ostream OSS(OutStr); in getNodeLabel() local 565 OSS << printMBBReference(*Node); in getNodeLabel() 567 OSS << ": " << BB->getName(); in getNodeLabel() 569 Node->print(OSS); in getNodeLabel()
|
/external/tensorflow/tensorflow/contrib/resampler/ |
D | BUILD | 112 …# TODO(b/112295522): the OSS build will not likely work in the short to medium term, currently it …
|
/external/tensorflow/tensorflow/python/compiler/tensorrt/ |
D | BUILD | 161 "no_oss", # TODO(b/125290478): allow running in at least some OSS configurations.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | udiv-simplify.ll | 66 ; OSS-Fuzz #4857
|
/external/tensorflow/tensorflow/core/profiler/g3doc/ |
D | advise.md | 84 #### JobChecker (Not Available OSS)
|
/external/tensorflow/tensorflow/compiler/aot/tests/ |
D | BUILD | 11 # "manual" tag to avoid making our OSS users build LLVM twice
|
/external/tensorflow/tensorflow/lite/testing/ |
D | BUILD | 30 # of relying on an existing one for OSS builds.
|