/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/command/ |
D | install.rst | 75 .. code-block:: cmake 130 .. code-block:: cmake 225 The following table shows the target types with their associated variables and 251 .. code-block:: cmake 282 .. code-block:: cmake 371 .. code-block:: cmake 396 .. code-block:: cmake 423 use "generator expressions" with the syntax ``$<...>``. See the 424 :manual:`cmake-generator-expressions(7)` manual for available expressions. 443 .. code-block:: cmake [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/ |
D | README.md | 21 * Modern C11 syntax and a clean code layout 26 * Hash table implementation using CRC32-C intrinsics on x86 and ARM 87 To build zlib-ng using the cross-platform makefile generator cmake. 90 cmake . 91 cmake --build . --config Release 95 Alternatively, you can use the cmake configuration GUI tool ccmake: 139 zlib-compat mode) instead of zlib, is through the use of the 150 To install zlib-ng system-wide using cmake: 153 cmake --build . --target install
|
/aosp_15_r20/external/deqp-deps/glslang/ |
D | README.md | 11 …ilize the standard approach via [CMAKE_MSVC_RUNTIME_LIBRARY](https://cmake.org/cmake/help/latest/v… 19 … for reference validation and translation of GLSL/ESSL into an internal abstract syntax tree (AST). 99 * [CMake][cmake]: for generating compilation targets. 136 cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="$(pwd)/install" $SOURCE_DIR 142 cmake $SOURCE_DIR -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX="$(pwd)/install" -DANDROID_ABI=arm64-v… 151 cmake $SOURCE_DIR -DCMAKE_INSTALL_PREFIX="$(pwd)/install" 167 cmake --build . --config Release --target install 234 * Wrap cmake call: `emcmake cmake` 244 emcmake cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_GLSLANG_JS=ON \ 320 option `--update-mode`, which, if supplied, will overwrite the golden files [all …]
|
/aosp_15_r20/external/angle/third_party/glslang/src/ |
H A D | README.md | 21 … for reference validation and translation of GLSL/ESSL into an internal abstract syntax tree (AST). 101 * [CMake][cmake]: for generating compilation targets. 138 cmake -B $BUILD_DIR -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="$(pwd)/install" 144 cmake -B $BUILD_DIR -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX="$(pwd)/install" -DANDROID_ABI=arm64… 153 cmake -B $BUILD_DIR -DCMAKE_INSTALL_PREFIX="$(pwd)/install" 167 cmake --build . --config Release --target install 230 * Wrap cmake call: `emcmake cmake` 244 emcmake cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_GLSLANG_JS=ON \ 320 option `--update-mode`, which, if supplied, will overwrite the golden files 492 aid of a symbol table and an AST. The symbol table is not passed on to [all …]
|
/aosp_15_r20/external/webp/ |
H A D | ChangeLog | 13 e2c8f233 cmake,wasm: simplify SDL2 related flags 14 d537cd37 cmake: fix vwebp_sdl compile w/libsdl-org release 24 8a7e9112 Merge "CMakeLists.txt: apply cmake-format" into main 28 fba7d62e CMakeLists.txt: apply cmake-format 38 cbe825e4 cmake: fix sharpyuv simd files' build 147 ebb6f949 cmake,emscripten: explicitly set stack size 155 e2ecd5e9 webp-lossless-bitstream-spec: clarify ABNF syntax 169 ff6c7f4e CONTRIBUTING.md: add C style / cmake-format notes 170 dd530437 add .cmake-format.py 171 adbe2cb1 cmake,cosmetics: apply cmake-format [all …]
|
/aosp_15_r20/external/pcre/doc/html/ |
H A D | README.txt | 52 themselves still follow Perl syntax and semantics. The POSIX API is restricted, 229 UTF mode. This can be dangerous because it breaks up multi-code-unit 707 non-UTF mode and UTF-mode with Unicode property support, respectively. 712 for each mode and link size. 714 Tests 9 and 10 are run only in 8-bit mode, and tests 11 and 12 are run only in 716 8-bit mode. Each pair are for general cases and Unicode support, respectively. 734 Tests 18 and 19 are run only in 8-bit mode. They check the POSIX interface to 766 islower(), etc. to build the table sources. This means that the default C 786 functions, respectively. The next table consists of a number of 32-byte bit 790 256-byte table has bits indicating various character types, as follows: [all …]
|
/aosp_15_r20/external/pcre/ |
H A D | README | 52 themselves still follow Perl syntax and semantics. The POSIX API is restricted, 229 UTF mode. This can be dangerous because it breaks up multi-code-unit 707 non-UTF mode and UTF-mode with Unicode property support, respectively. 712 for each mode and link size. 714 Tests 9 and 10 are run only in 8-bit mode, and tests 11 and 12 are run only in 716 8-bit mode. Each pair are for general cases and Unicode support, respectively. 734 Tests 18 and 19 are run only in 8-bit mode. They check the POSIX interface to 766 islower(), etc. to build the table sources. This means that the default C 786 functions, respectively. The next table consists of a number of 32-byte bit 790 256-byte table has bits indicating various character types, as follows: [all …]
|
H A D | ChangeLog | 28 (d) Made the output in standalone mode more readable. 111 13. Made PCRE2_UCP the default in UTF mode in pcre2grep, and added new options 129 even in UCP mode. 178 32. Changed the meaning of \w (and its synonyms) in UCP mode to match Perl. It 183 33. Changed the meaning of [:xdigit:] in UCP mode to match Perl. It now also 190 35. Updated handling of \b and \B in UCP mode to match the changes to \w in 32 213 42. In the 32-bit library, in non-UTF mode, a quantifier that followed a 221 45. Fix \X matching in 32 bit mode without UTF in JIT. 234 49. In 32-bit mode, the compiler looped for the pattern /[\x{ffffffff}]/ when 238 50. In caseless 32-bit mode with UCP (but not UTF) set, the character [all …]
|
/aosp_15_r20/external/llvm/docs/ |
H A D | GettingStarted.rst | 83 before trying to configure with cmake. cmake does not pickup newly 95 * ``cmake -G <generator> [options] <path to llvm sources>`` 196 table below lists those required packages. The Package column is the usual name 239 * **ranlib** --- symbol table builder for archive libraries 305 **Clang in C++11 mode and libstdc++ 4.7.2**. This version of libstdc++ 381 cmake .. -DCMAKE_CXX_LINK_FLAGS="-Wl,-rpath,$HOME/toolchains/lib64 -L$HOME/toolchains/lib64" 504 the LLVM cmake configuration. 708 Variables are passed to ``cmake`` on the command line using the format 715 | CMAKE_C_COMPILER | Tells ``cmake`` which C compiler to use. By | 718 | CMAKE_CXX_COMPILER | Tells ``cmake`` which C++ compiler to use. By | [all …]
|
H A D | LibFuzzer.rst | 207 In this mode the fuzzer binary can be used as a regression test (e.g. on a 578 The dictionary syntax is similar to that used by AFL_ for its ``-x`` option:: 601 This mode can be combined with DataFlowSanitizer_ to achieve better sensitivity. 603 Fuzzer-friendly build mode 611 E.g. libxml uses ``rand()`` inside its hash table. 623 // In fuzzing mode the behavior of the code should be deterministic. 730 …cmake -GNinja -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DLLVM_USE_SANITIZER=Address … 775 When run in dissassembly mode, the inputs are opcodes to be disassembled. The 781 a single dash, while other arguments control the operation mode and target in a
|
/aosp_15_r20/external/freetype/docs/ |
H A D | CHANGES | 23 an 'SVG ' table. 49 keys, respectively. Toggling the anti-aliased mode has been 71 - For OpenType Variable Fonts, `avar` table format 2.0 is now 151 the build was done with cmake (bug introduced in version 2.12.0). 175 only load the 'SVG ' table of an OpenType font. However, by using 186 - The handling of fonts with an 'sbix' table has been improved. 191 FreeType ignore an 'sbix' table in a font, allowing applications 258 The new rendering mode is called `FT_RENDER_MODE_SDF`, the pixel 259 mode is `FT_PIXEL_MODE_GRAY8`, and the corresponding raster flag 266 to the 'COLR' table for outline color fonts using the SFNT [all …]
|
/aosp_15_r20/external/deqp/external/openglcts/ |
H A D | README.md | 132 file `targets/my_target/my_target.cmake`. 147 |android | Used in Android build. Requires use of suitable toolchain file (see `cmake/` directory) | 155 **Example target file (targets/null/null.cmake):** 171 **Common configuration variables and their default values in CMake syntax:** 212 In your target `.cmake` file add 264 cmake <path to VK-GL-CTS> -DDEQP_TARGET=default -G"<Generator Name>" 265 cmake --build external/openglcts 269 option to you cmake command, e.g.: 271 cmake <path to VK-GL-CTS> -DDEQP_TARGET=default -DGLCTS_GTF_TARGET=<target> -G"<Generator Name>" 277 the `cmake --build external/openglcts` command. [all …]
|
/aosp_15_r20/external/freetype/docs/oldlogs/ |
H A D | ChangeLog.25 | 133 * src/pcf/pcfread.c (pcf_read_TOC): Don't check table size for last 370 [docmaker] Improve HTML code for table of contents. 372 * src/tools/docmaker/tohtml.py: Introduce a new table class `toc', 434 [docmaker] Replace some `<table>' tags with `<h4>' and `<div>'. 482 * src/tools/docmaker/tohtml.py: More HTML table refactoring. 484 Replace some `<table>' tags with `<div>' to simplify structure. 498 * src/tools/docmaker/tohtml.py: Center <table> with CSS. 597 names[] table. 610 by a broken POST table in resource-fork. 617 by a broken POST table in resource-fork. [all …]
|
/aosp_15_r20/external/libevent/ |
H A D | ChangeLog | 60 o cmake: avoid problems from use of CMAKE_USE_PTHREADS_INIT (a62ec765 Paul Osborne) 61 o Update list of cmake files for autotools dist archive (2016f017 Azat Khuzhin) 62 …o LibeventConfig.cmake: restore CMAKE_FIND_LIBRARY_SUFFIXES and LIBEVENT_STATIC_LINK default (640f… 63 o cmake: fix getaddrinfo checking error (dea51c2e yuangongji) 68 o cmake: improve package config file (1c047618, baec84f2 yuangongji) 73 o cmake: fix getrandom() detection (e0e5f3bd Azat Khuzhin) 78 o cmake: attach doxygen target into all target (7a85300a yuangongji) 80 o Add Uninstall.cmake.in into dist archive (877f2355 Azat Khuzhin) 106 o cmake: install shared library only if it was requested (596855f7 Azat Khuzhin) 108 o cmake: set library names to be the same as with autotools (305251b9 yuangongji) [all …]
|
/aosp_15_r20/external/libwebsockets/ |
H A D | changelog | 87 - `LWS_WITH_PLUGINS_BUILTIN` cmake option just builds plugins into the main 161 - generic PWM, sophisticated interpolated table 231 around backoff table and lws_sul 350 - LWS_FOR_GITOHASHI: sets various cmake options suitable for gitohashi 378 sets and comma-separated-lists in the tokenizer. Detects and reports syntax 437 - CHANGE: CMAKE: the following cmake defaults have changed with this version: 542 Autobahn in client and server mode, various h2load tests, h2spec, attack.sh 648 - LWS_WITH_STATS cmake option dumps resource usage and timing information
|
/aosp_15_r20/external/expat/expat/ |
H A D | Changes | 169 #726 #727 Autotools: configure.ac: Support --disable-maintainer-mode 309 toolchain file "cmake/mingw-toolchain.cmake" to avoid 319 file expat_config.h.cmake 682 #382 #428 testrunner: Make verbose mode (argument "-v") report 683 about passed tests, and make default mode report about 816 CMake, e.g.: cmake -G"Visual Studio 15 2017" . 863 -DCMAKE_TOOLCHAIN_FILE=[expat]/cmake/mingw-toolchain.cmake 912 #243 Windows: Fix syntax of .def module definition files 934 #165 #168 Autotools: Fix docbook-related configure syntax error 952 #208 CMake: Utilize expat_config.h.cmake for XML_DEV_URANDOM [all …]
|
/aosp_15_r20/external/pytorch/ |
H A D | CONTRIBUTING.md | 118 Next run `python setup.py clean`. After that, you can install in `develop` mode again. 249 …* [autograd](torch/csrc/autograd) - Implementation of reverse-mode automatic differentiation. [REA… 538 information on the documentation syntax. 645 for C++ code it may be necessary to compile PyTorch in debug mode by prepending 650 `py-spy` can also work in an `htop`-like "live profiling" mode and can be 687 rebuild only that test binary (without rerunning cmake). (Replace `ninja` with 713 `cmake-gui build/`, or directly edit `build/CMakeCache.txt` to adapt build 729 By default, cmake will use its Makefile generator to generate your build 1043 Even if you don't know anything about MSVC, you can use cmake to build simple programs on 1045 by reproducing it on a small example. Here's a simple example cmake file that defines [all …]
|
/aosp_15_r20/external/tcpdump/ |
H A D | CHANGES | 26 cmake: Update the minimum required version to 2.8.12 (except Windows). 236 Print a proper error message about monitor mode VAP. 253 Use a short timeout, rather than immediate mode, for text output. 256 Use a table instead of getprotobynumber(). 421 Compile with more warning options in devel mode if supported (-Wcast-qual, ...) 704 Fix RIP Request/full table decoding issues. 714 mode, so something is printed even if only the timestamp is 857 Add -I to turn on monitor mode 871 Test subsystem now table driven, and saves outputs and diffs to one place 918 Update dhcp6 options table as per IETF standardization activities [all …]
|
/aosp_15_r20/external/mesa3d/docs/relnotes/ |
H A D | 23.3.0.rst | 78 - Lords of the Fallen 2023 Red Eye mode crashing game and desktop 219 - intel: State cache invalidation after BLORP binding table setup ought to be unnecessary on ICL. 888 - compiler/types: Use smaller keys for array_types table 890 - compiler/types: Use smaller keys for explicit_matrix_types table 906 - compiler/types: Use designated initializer syntax to specify builtins 923 - compiler/types: Use a string table for builtin type names 945 - util: Remove per-buffer header in linear alloc for release mode 962 - compiler/types: Use C compatible cast syntax 973 - util: Add size to ralloc_header in debug mode 974 - util: Add a canary to identify gc_ctx in debug mode [all …]
|
H A D | 20.3.0.rst | 204 - glx: Collect all the non-applegl extensions in the GetProcAddress table 342 - v3dv/meta: fix hash table insertion 433 - panfrost: XMLify MSAA writeout mode 533 - panfrost: Support SHADERLESS mode everywhere 582 - pan/decode: Fix awkward syntax 592 - pan/mdg: Refactor texture op/mode handling 614 - pan/bi: Use canonical syntax for registers/uniforms/imms 615 - pan/bi: Use canonical syntax for special constants 639 - pan/bi: Remove old register mode definitions 723 - panfrost: Add a blendable format table [all …]
|
H A D | 20.2.0.rst | 141 - ci: Capture artifacts in baremetal mode 345 - pan/bi: Add float-only mode to condition fusing 378 - pan/decode: Use a page table for tracking mmaps 381 - panfrost: Switch formats to table 440 - panfrost: Fill in SCALED formats to format table 667 - pan/mdg: Allow ignoring move mode 723 - pan/mdg: Identify per-sample interpolation mode 761 - panfrost: Add MSAA mode selection field 1064 - bifrost: Set RTZ rounding mode for f2i conversion 1707 - ci: Make cmake toolchain file for deqp cross build setup. [all …]
|
/aosp_15_r20/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
H A D | commit.csv | 148 …[email protected],unsquashfs: harden inode/directory table reading against co… 271 …fs-tools,[email protected],unsquashfs: reorganise table trace statements i… 330 …lay,[email protected],sdm:hwc2: Store higher order mode id in case of clash 337 …[email protected],memtrack: Make memtrack HAL compatible for HIDL passthrough mode. 400 …rdware/qcom/display,[email protected],hwc2: Initialize color mode to native 556 …[email protected],Skip ConfigurationScreenLayoutTest if launched in multi-window mode. 613 …2a7,platform/cts,[email protected],Test lock task mode for affiliated seco… 627 …ts,[email protected],Fix Accessibility CTS: testFindByText in freeform mode 726 …[email protected],"Changed CustomDescriptionTest to handle 'fail one, fail all' mode." 840 …516501fa2,platform/cts,[email protected],Change Location CTS to strict mode [all …]
|
/aosp_15_r20/external/pigweed/docs/ |
H A D | changelog.rst | 1801 * A bug was fixed where the GPIO mode of the UART RX GPIO pin on 1803 mode for f1xx family <https://pwrev.dev/235332>`__. 1914 * Flow control, parity mode, and stop bits now have default values. 2880 * `Add yield mode constraint_setting 2979 The log viewer now defaults to using line wrapping in table cells. The new 3026 * `cmake 3957 * `cmake 4233 * `Headless mode with web/ws server running 4458 * `cmake 5593 * `Add --fresh to cmake presubmits [all …]
|
/aosp_15_r20/external/tensorflow/ |
H A D | RELEASE.md | 267 * Eager mode can now execute each op as a `tf.function`, allowing for more 1205 * Rename fields `SignatureDef` table in schema to maximize the parity with 1286 be one of `OFF` (equivalent to today's `"parallel_epochs"` mode), 1287 `DYNAMIC` (equivalent to today's `"distributed_epoch"` mode), or one of 1396 `tf.lookup.StaticHashTable.__init__` to create the table in anonymous 1397 mode. In this mode, the table resource can only be accessed via resource 1698 the API only works in graph mode and is not customizable. The function is 1767 * Renamed `"binary"` output mode to `"multi_hot"` for 1772 * Added a new output mode `"one_hot"` for `CategoryEncoding`, 1775 dimension if necessary. Use this mode on rank 1 inputs for the old [all …]
|
/aosp_15_r20/external/libpng/ |
H A D | CHANGES | 560 PNG_FLAG_WROTE_tIME from flags to mode. 731 Fixed bug with use of PNG_BEFORE_IHDR bit in png_ptr->mode, introduced when 732 PNG_FLAG_HAVE_CHUNK_HEADER was moved into png_ptr->mode in version 1.0.5b 743 Added makefile.bc32 (32-bit Borland C++, C mode) 983 Added new PNG_HAVE_PNG_SIGNATURE bit to png_ptr->mode and use it to 2326 because the ISO PNG specification has a typo in the tRNS table. 3062 Check for out-of-range text compression mode in png_set_text(). 3293 Don't include standard header files in png.h while building the symbol table, 3723 Removed PNG_CONST from the sRGB table declarations in pngpriv.h and png.c 5450 Fixed syntax "$(command)" in tests/pngstest that some shells other than [all …]
|