/aosp_15_r20/external/python/pyfakefs/docs/ |
D | usage.rst | 956 .. _`example.py`: https://github.com/pytest-dev/pyfakefs/blob/main/pyfakefs/tests/example.py 957 …_`example_test.py`: https://github.com/pytest-dev/pyfakefs/blob/main/pyfakefs/tests/example_test.py 958 .. _`pytest`: https://doc.pytest.org 959 .. _`nose`: https://docs.nose2.io/en/latest/ 960 …s://pytest-pyfakefs.readthedocs.io/en/latest/modules.html#pyfakefs.fake_filesystem_unittest.Patcher
|
/aosp_15_r20/external/opencensus-java/ |
H A D | CONTRIBUTING.md | 39 ### Windows subsection 82 ### Windows subsection 92 ### Windows subsection 104 ### Windows subsection
|
/aosp_15_r20/external/perfetto/docs/contributing/ |
H A D | build-instructions.md | 253 #### Prerequisites 266 #### Pull dependent libraries and toolchains 273 #### Generate build files 289 #### Build
|
/aosp_15_r20/external/vulkan-validation-layers/ |
H A D | BUILD.md | 243 ### Windows Development Environment Requirements 262 ### Windows Build - Microsoft Visual Studio 377 ### Windows Tests and Demos 401 ### Windows Notes 715 #### Windows subsubsection
|
/aosp_15_r20/external/libyuv/docs/ |
H A D | deprecated_builds.md | 74 ### Windows subsection 86 #### Building with clangcl 318 ### Windows subsection 412 ### Windows subsection
|
/aosp_15_r20/external/skia/site/docs/user/ |
H A D | build.md | 356 ## Windows section 389 These variables are ignored on Windows. Instead set the variable `clang_win` to argument 429 ## Windows ARM64 argument
|
/aosp_15_r20/external/webrtc/examples/peerconnection/client/ |
H A D | main_wnd.cc | 493 struct Windows { in LayoutConnectUI() struct 494 HWND wnd; in LayoutConnectUI() 495 const wchar_t* text; in LayoutConnectUI() 496 size_t width; in LayoutConnectUI() 497 size_t height; in LayoutConnectUI()
|
/aosp_15_r20/external/swiftshader/third_party/marl/include/marl/ |
H A D | thread.h | 33 struct Windows { struct 34 uint8_t group; // Group number 35 uint8_t index; // Core within the processor group
|
/aosp_15_r20/external/bc/ |
H A D | README.md | 69 ### Windows subsection 82 #### `bc` 102 #### `bcl` (Library)
|
/aosp_15_r20/external/clang/docs/ |
H A D | UsersManual.rst | 1961 Windows subsection 1969 Cygwin 1974 MinGW32 1986 MinGW-w64
|
/aosp_15_r20/external/rust/android-crates-io/crates/rayon/src/slice/ |
D | mod.rs | 756 pub struct Windows<'data, T: Sync> { struct 761 impl<'data, T: Sync> Clone for Windows<'data, T> { implementation 767 impl<'data, T: Sync + 'data> ParallelIterator for Windows<'data, T> { implementation 782 impl<'data, T: Sync + 'data> IndexedParallelIterator for Windows<'data, T> { implementation
|
/aosp_15_r20/external/armnn/third-party/ghc/ |
H A D | README.md | 468 ### Windows subsection 470 #### Symbolic Links on Windows 477 #### Permissions
|
/aosp_15_r20/external/google-breakpad/docs/ |
H A D | exception_handling.md | 24 ## Windows section in In-Process 38 ## Windows section in Out-of-Process
|
/aosp_15_r20/external/bc/manuals/ |
H A D | build.md | 40 ## Windows section in Build 55 ### Visual Studio 60 ### MSBuild
|
/aosp_15_r20/external/aws-crt-java/android/ |
H A D | ANDROID.md | 92 ### Windows subsection 110 ### Windows subsection
|
/aosp_15_r20/external/skia/src/sfnt/ |
H A D | SkOTTable_name.h | 42 Windows = SkTEndian_SwapBE16(3), enumerator 118 struct Windows { struct 119 enum Value : SK_OT_USHORT { 128 } value; 271 struct Windows { struct 272 enum Value : SK_OT_USHORT { 478 } value;
|
/aosp_15_r20/external/tpm2-tss/ |
H A D | INSTALL.md | 74 ## Windows section in Dependencies 82 ### References
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/ |
D | BUILDING.md | 55 ## Windows section in Pre-requisites 78 ## Windows section in Clone the repository (including submodules)
|
/aosp_15_r20/external/grpc-grpc/ |
H A D | BUILDING.md | 55 ## Windows section in Pre-requisites 78 ## Windows section in Clone the repository (including submodules)
|
/aosp_15_r20/external/python/cpython3/Doc/library/ |
D | subprocess.rst | 1600 .. _disable_vfork: 1601 .. _disable_posix_spawn:
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/slice/ |
H A D | iter.rs | 1330 pub struct Windows<'a, T: 'a> { struct 1335 impl<'a, T: 'a> Windows<'a, T> { implementation 1344 impl<T> Clone for Windows<'_, T> { implementation 1351 impl<'a, T> Iterator for Windows<'a, T> { implementation 1413 impl<'a, T> DoubleEndedIterator for Windows<'a, T> { implementation 1440 impl<T> ExactSizeIterator for Windows<'_, T> {} implementation 1443 unsafe impl<T> TrustedLen for Windows<'_, T> {} implementation 1446 impl<T> FusedIterator for Windows<'_, T> {} implementation 1450 unsafe impl<'a, T> TrustedRandomAccess for Windows<'a, T> {} implementation 1454 unsafe impl<'a, T> TrustedRandomAccessNoCoerce for Windows<'a, T> { implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/slice/ |
H A D | iter.rs | 1311 pub struct Windows<'a, T: 'a> { struct 1316 impl<'a, T: 'a> Windows<'a, T> { impl 1325 impl<T> Clone for Windows<'_, T> { implementation 1332 impl<'a, T> Iterator for Windows<'a, T> { implementation 1394 impl<'a, T> DoubleEndedIterator for Windows<'a, T> { implementation 1421 impl<T> ExactSizeIterator for Windows<'_, T> {} implementation 1424 unsafe impl<T> TrustedLen for Windows<'_, T> {} implementation 1427 impl<T> FusedIterator for Windows<'_, T> {} implementation 1431 unsafe impl<'a, T> TrustedRandomAccess for Windows<'a, T> {} implementation 1435 unsafe impl<'a, T> TrustedRandomAccessNoCoerce for Windows<'a, T> { implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/slice/ |
H A D | iter.rs | 1330 pub struct Windows<'a, T: 'a> { struct 1335 impl<'a, T: 'a> Windows<'a, T> { argument 1344 impl<T> Clone for Windows<'_, T> { implementation 1351 impl<'a, T> Iterator for Windows<'a, T> { implementation 1413 impl<'a, T> DoubleEndedIterator for Windows<'a, T> { implementation 1440 impl<T> ExactSizeIterator for Windows<'_, T> {} implementation 1443 unsafe impl<T> TrustedLen for Windows<'_, T> {} implementation 1446 impl<T> FusedIterator for Windows<'_, T> {} implementation 1450 unsafe impl<'a, T> TrustedRandomAccess for Windows<'a, T> {} implementation 1454 unsafe impl<'a, T> TrustedRandomAccessNoCoerce for Windows<'a, T> { implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/slice/ |
H A D | iter.rs | 1330 pub struct Windows<'a, T: 'a> { struct 1335 impl<'a, T: 'a> Windows<'a, T> { argument 1344 impl<T> Clone for Windows<'_, T> { implementation 1351 impl<'a, T> Iterator for Windows<'a, T> { implementation 1413 impl<'a, T> DoubleEndedIterator for Windows<'a, T> { implementation 1440 impl<T> ExactSizeIterator for Windows<'_, T> {} implementation 1443 unsafe impl<T> TrustedLen for Windows<'_, T> {} implementation 1446 impl<T> FusedIterator for Windows<'_, T> {} implementation 1450 unsafe impl<'a, T> TrustedRandomAccess for Windows<'a, T> {} implementation 1454 unsafe impl<'a, T> TrustedRandomAccessNoCoerce for Windows<'a, T> { implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/slice/ |
H A D | iter.rs | 1311 pub struct Windows<'a, T: 'a> { struct 1316 impl<'a, T: 'a> Windows<'a, T> { argument 1325 impl<T> Clone for Windows<'_, T> { implementation 1332 impl<'a, T> Iterator for Windows<'a, T> { implementation 1394 impl<'a, T> DoubleEndedIterator for Windows<'a, T> { implementation 1421 impl<T> ExactSizeIterator for Windows<'_, T> {} implementation 1424 unsafe impl<T> TrustedLen for Windows<'_, T> {} implementation 1427 impl<T> FusedIterator for Windows<'_, T> {} implementation 1431 unsafe impl<'a, T> TrustedRandomAccess for Windows<'a, T> {} implementation 1435 unsafe impl<'a, T> TrustedRandomAccessNoCoerce for Windows<'a, T> { implementation
|