/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/manual/ |
D | cmake-language.7.rst | 1 .. cmake-manual-description: CMake Language Reference 3 cmake-language(7) 14 named ``CMakeLists.txt`` or ending in a ``.cmake`` file name extension. 19 * `Scripts`_ (``<script>.cmake``), and 20 * `Modules`_ (``<module>.cmake``). 38 An individual ``<script>.cmake`` source file may be processed 39 in *script mode* by using the :manual:`cmake(1)` command-line tool 49 use the :command:`include` command to load a ``<module>.cmake`` 51 See the :manual:`cmake-modules(7)` manual page for documentation 102 Note that any source file line not inside `Command Arguments`_ or [all …]
|
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/ |
D | BundleUtilities.cmake | 2 # file Copyright.txt or https://cmake.org/licensing for details. 15 .. code-block:: cmake 36 ``PARENT_SCOPE``. Also depends on ``GetPrerequisites.cmake``. 42 .. code-block:: cmake 67 .. code-block:: cmake 74 .. code-block:: cmake 87 .. code-block:: cmake 92 file or an ``error:`` prefixed string if it could not be determined. 94 .. code-block:: cmake 104 .. code-block:: cmake [all …]
|
D | CPack.cmake | 2 # file Copyright.txt or https://cmake.org/licensing for details. 13 The CPack module generates the configuration files ``CPackConfig.cmake`` 14 and ``CPackSourceConfig.cmake``. They are intended for use in a subsequent 33 Source packages (configured through ``CPackSourceConfig.cmake`` and generated 46 :variable:`CPACK_GENERATOR` is a *string naming a single generator*. If you 55 * it includes ``CPackConfig.cmake`` 56 * it iterates over the generators given by the ``-G`` command line option, 58 the :variable:`CPACK_GENERATOR` variable set in the ``CPackConfig.cmake`` 67 ``CPackConfig.cmake``, cpack will *reset* :variable:`CPACK_GENERATOR` 81 one may call ``cmake --build . --target package`` or ``make package`` or [all …]
|
D | GetPrerequisites.cmake | 2 # file Copyright.txt or https://cmake.org/licensing for details. 120 is embedded inside a bundle. 194 string(TOLOWER "${file_full}" file_full_lower) 235 # (the string " _file_full_ ") so that just in case the path name of 240 string(REPLACE "${file_full}" " _file_full_ " file_ov "${file_ov}") 241 string(TOLOWER "${file_ov}" file_ov) 288 # in same-level-directories inside the bundle. The parent directory 289 # of an executable inside the bundle should be MacOS or a sibling of 292 # such same-level-directories inside the bundle. 338 string(REPLACE "@executable_path" "${exepath}" ri "${item}") [all …]
|
/aosp_15_r20/external/pcre/maint/ |
H A D | README | 31 properties, along with some auxiliary tables. The script starts with a long 82 treats them as a UTF-8 string and outputs the equivalent code points in hex. 143 files are CMakeLists.txt and config-cmake.h.in. After making a release, test 166 still works: [c]cmake -DCMAKE_UNITY_BUILD=ON sets up a unity build. 270 * /((A{0,5}){0,5}){0,5}(something complex)/ on a non-matching string is very 277 * "Ends with literal string" - note that a single character doesn't gain much 281 * Remember an initial string rather than just 1 code unit. 291 pattern starts with \p{N}. 294 patterns inside repeats, see if we can match it. One example of the 304 preceded by a blank line, instead of adding it to every matched line, and (b) [all …]
|
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/Internal/CPack/ |
D | CPackDeb.cmake | 2 # file Copyright.txt or https://cmake.org/licensing for details. 10 message(FATAL_ERROR "CPackDeb.cmake may only be used by CPack internally.") 28 string(TOUPPER "${component}" component_upcase) 30 string(TOLOWER "${CPACK_DEBIAN_${component_upcase}_PACKAGE_NAME}" package_name) 32 string(TOLOWER "${CPACK_DEBIAN_PACKAGE_NAME}-${component}" package_name) 48 string(REGEX MATCH "\\(?SONAME\\)?[^\n]*\\[([^\n]+)\\.so\\.([^\n]*)\\]" soname "${output}") 62 # Get the summary line 80 # Turn the possible multi-line string into a list 81 string(UUID uuid NAMESPACE 00000000-0000-0000-0000-000000000000 TYPE SHA1) 82 string(REPLACE ";" "${uuid}" _text "${TEXT}") [all …]
|
/aosp_15_r20/external/pcre/doc/html/ |
H A D | README.txt | 94 (command line, GUI, etc). This creates Makefiles, solution files, etc. The file 214 character as indicating the end of a line. Whatever you specify at build time 222 . By default, the sequence \R in a pattern matches any Unicode line ending 224 to be the end of a line (see above). However, the caller of PCRE2 can 345 pcre2grep command, using PCRE2's callout facility with string arguments. This 387 the readline() function. This provides line-editing and history facilities. 417 LLVMFuzzerTestOneInput() whose arguments are a pointer to a string and the 418 length of the string. When called, this function tries to compile the string 420 options and with some random options bits that are generated from the string. 425 by arguments: if an argument starts with "=" the rest of it is a literal [all …]
|
/aosp_15_r20/external/pcre/ |
H A D | README | 94 (command line, GUI, etc). This creates Makefiles, solution files, etc. The file 214 character as indicating the end of a line. Whatever you specify at build time 222 . By default, the sequence \R in a pattern matches any Unicode line ending 224 to be the end of a line (see above). However, the caller of PCRE2 can 345 pcre2grep command, using PCRE2's callout facility with string arguments. This 387 the readline() function. This provides line-editing and history facilities. 417 LLVMFuzzerTestOneInput() whose arguments are a pointer to a string and the 418 length of the string. When called, this function tries to compile the string 420 options and with some random options bits that are generated from the string. 425 by arguments: if an argument starts with "=" the rest of it is a literal [all …]
|
H A D | ChangeLog | 89 8. Fixed a bug in pcre2test when a ridiculously large string repeat required a 138 21. A pathological pattern conversion test could result in a string longer than 145 string. 217 43. \z was misbehaving when matching fragments inside invalid UTF strings. 317 6. Change a number of int variables that hold buffer and line lengths in 359 17. When pcre2grep was running not in UTF mode, if a string specified by 371 20. A negative repeat value in a pcre2test subject line was not being 422 is NULL and the length is zero, treat as an empty string. Apparently a number 488 * Really allow libedit with cmake 559 is inside a capturing bracket and the bracket is preceded by character [all …]
|
/aosp_15_r20/external/expat/expat/ |
H A D | Changes | 309 toolchain file "cmake/mingw-toolchain.cmake" to avoid 318 #636 CMake: Drop leading whitespace from a #cmakedefine line in 319 file expat_config.h.cmake 425 on how invalid UTF-8 is handled inside the XML 433 on such unexpectable cases are handled inside the XML 589 is tolerated and rejection only starts after 8 MiB of output bytes 609 - Two new command line arguments "-a FACTOR" and "-b BYTES" 671 - invalid command-line arguments (undocumented). 672 The case of invalid command-line arguments now 691 build system inside for libexpat packaging [all …]
|
/aosp_15_r20/external/libwebsockets/READMEs/ |
H A D | README.lwsws.md | 15 Just enable -DLWS_WITH_LWSWS=1 at cmake-time. 27 - '#' may be used to turn the rest of the line into a comment. 29 - There's also a single substitution, if a string contains "_lws_ddir_", then that is 47 "server-string": "myserver v1", # returned in http headers 334 … the proxying feature, `LWS_WITH_HTTP_PROXY` is required to be enabled at cmake, and for `https` p… 383 payload generation inside a plugin. 435 in, lwsws checks the user:password string against the text file named in the `basic-auth` 438 The file should contain user:pass one per line 630 2) The new lwsws process owes nothing to the previous one. It starts with fresh
|
H A D | README.coding.md | 116 it starts by querying the OS to find out how many file descriptors it is 127 If you select `LWS_WITH_PEER_LIMITS` at cmake, then lws will track peer IPs 281 @section gzip Serving from inside a zip file 283 Lws now supports serving gzipped files from inside a zip container. Thanks to 287 simply send the gzip-compressed file from inside the zip file with no further 303 inside a .zip file in /usr/[local/]share-libwebsockets-test-server/candide.zip 307 servied from `index.html` inside `mypath/test.zip` 348 Sanitizer, using `cmake .. -DCMAKE_BUILD_TYPE=DEBUG -DLWS_WITH_ASAN=1`. LWS is routinely run durin… 428 the g++ line either. 547 is too computationally expensive. To use it, point it to a string like [all …]
|
/aosp_15_r20/external/llvm/docs/ |
H A D | LibFuzzer.rst | 15 all of its fuzzing inside a single process. This in-process fuzzing can be more 178 Each libFuzzer process is single-threaded, unless the library under test starts 196 To run the fuzzer, pass zero or more corpus directories as command line 211 The most important command line options are: 303 configuration, including the current random seed (in the ``Seed:`` line; this 326 a single unified corpus (due to the ``-merge`` command line option). 332 Each output line also reports the following statistics (when non-zero): 349 For ``NEW`` events, the output line also includes information about the mutation 413 #include <string.h> 476 the first step, the fuzzer minimized this corpus (the ``INITED`` line) to [all …]
|
H A D | WritingAnLLVMPass.rst | 80 If you are used CMake to build LLVM, see :ref:`cmake-out-of-source-pass`. 119 ... which starts out an anonymous namespace. Anonymous namespaces are to C++ 121 declared inside of the anonymous namespace visible only to the current file. 173 ``Hello``, giving it a command line argument "``hello``", and a name "Hello 233 as a shared object, which makes "``-hello``" a valid command line argument 239 To see what happened to the other string you registered, try running 260 The pass name gets added as the information string for your pass, giving some 265 nice command line option (:option:`--time-passes`) that allows you to get 747 line to specify that the pass should be added to a program (for example, with 986 no command line argument to be specified for the Analysis Group Interface [all …]
|
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | NEWS | 72 - string: Fix UTF-8 validation in xmlGetUTF8Char 74 - parser: Update line number after coalescing text nodes 148 - schemas: Fix line numbers in streaming validation 167 - cmake: Check whether static linking dependencies found in config files 173 - cmake: Generate better pkg-config file for SYSROOT builds under CMake 281 - cmake: Fix va_copy detection (Luca Niccoli) 509 - cmake: Link against `dl` and `dld` only when `LIBXML2_WITH_MODULES` is 516 - cmake: Build static library with -DLIBXML_STATIC 526 - cmake: Fix Python installation 527 - cmake: Don't check for Python 2 [all …]
|
/aosp_15_r20/external/libxml2/ |
H A D | NEWS | 154 - string: Fix xmlStrncatNew(NULL, "") 347 - parser: Make CRLF increment line number 352 - cmake: Update config.h.cmake.in 419 - string: Fix UTF-8 validation in xmlGetUTF8Char 421 - parser: Update line number after coalescing text nodes 495 - schemas: Fix line numbers in streaming validation 514 - cmake: Check whether static linking dependencies found in config files 520 - cmake: Generate better pkg-config file for SYSROOT builds under CMake 628 - cmake: Fix va_copy detection (Luca Niccoli) 856 - cmake: Link against `dl` and `dld` only when `LIBXML2_WITH_MODULES` is [all …]
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/ |
H A D | ChangeLog | 178 a user configuration file or the compiler command line. Fixes #8165. 236 key to a PEM string. 376 string to a DER-encoded mbedtls_asn1_buf. 510 when given a invalid name string if it did not contain '=' or ','. 554 a user configuration file or the compiler command line. Fixes #8165. 729 * Fix bug in conversion from OID to string in 733 them to a string. 763 * Install the .cmake files into CMAKE_INSTALL_LIBDIR/cmake/MbedTLS, 764 typically /usr/lib/cmake/MbedTLS. 792 compiler target flags on the command line; the library now sets target [all …]
|
/aosp_15_r20/external/mbedtls/ |
H A D | ChangeLog | 116 string to a DER-encoded mbedtls_asn1_buf. 250 when given a invalid name string if it did not contain '=' or ','. 294 a user configuration file or the compiler command line. Fixes #8165. 469 * Fix bug in conversion from OID to string in 473 them to a string. 503 * Install the .cmake files into CMAKE_INSTALL_LIBDIR/cmake/MbedTLS, 504 typically /usr/lib/cmake/MbedTLS. 532 compiler target flags on the command line; the library now sets target 854 * cmake now detects if it is being built as a sub-project, and in that case 866 * Fix potential memory leak inside mbedtls_ssl_cache_set() with [all …]
|
/aosp_15_r20/prebuilts/remoteexecution-client/ |
H A D | CHANGELOG.md | 135 renormalize line feeds 145 [GH] Fix `-instance` doc in cmd-line-flags.md 477 Add log line indicating local result was used when racing remote fails. 916 Add reproxy version string to our own depscache 918 Add scandeps server string to bridge.cc 951 Add version string to scandeps binaries 1357 Build goma inside docker to ensure a consistent version of clang is used 1451 Update cmd-line-flags doc 1669 Ensure racing-local always starts in a reasonable amount of time 2608 Abstract out coloring of command line output [all …]
|
/aosp_15_r20/external/tensorflow/ |
H A D | RELEASE.md | 479 * `conversion_params` is now deprecated inside `TrtGraphConverterV2` in 484 `.save()` function inside `TrtGraphConverterV2`. When `False`, the 547 crosses of integer or string data to a model. 1220 * `tf.Graph.get_name_scope()` now always returns a string, as documented. 1222 contexts, it returned `None`; now it returns the empty string. 1387 * `tf.random.Generator` now can be created inside the scope of 1857 scope string that will be prepended to op names. 3858 `tf.GradientTape` inside a `tf.function`. 4450 * The byte layout for string tensors across the C-API has been updated to 4455 `core/platform/ctstring.h` for string access/modification in C. [all …]
|
/aosp_15_r20/external/mesa3d/docs/relnotes/ |
H A D | 19.3.0.rst | 108 - Rocket League displays corruption when the game starts 940 - zink: fix line-width calculation 943 - zink: pass line width from rast_state to gfx_pipeline_state. 1035 - meson: Use cmake to find LLVM when building for windows 1167 - llvmpipe: use LLVM version string instead of re-computing it 1168 - swr: use LLVM version string instead of re-computing it 1174 - anv: fix format string in error message 1177 - gallivm: replace \`0x\` version print with actual version string 1209 - meson: split compiler warnings one per line 1212 - meson: split more compiler options to their own line [all …]
|
H A D | 23.3.0.rst | 61 - radv: Mass Effect Legendary Edition: a line going across the screen is visible in some areas with… 899 - compiler/types: Don't duplicate empty string 923 - compiler/types: Use a string table for builtin type names 935 - microsoft/compiler: Fix printf formatting string issues 1285 - ci: Try really hard to print final result string 1797 - ci/fastboot: Use a case insensitive match for a fastboot line. 1938 - egl: bump extension string length 3091 - nvk: Enable dynamic line rasterization mode state 3114 - r600/sfn: Add flags to check whether a group starts CF and can do that 3376 …g initialisation of whandle out from if statement whandle initialization inside if statement but u… [all …]
|
/aosp_15_r20/out/soong/ |
D | build.aosp_shiba.ninja.globs | 295 {"Pattern":"art/test/020-string/AndroidTest.xml","Excludes":null,"Matches":null,"Deps":["art/test/0… 296 {"Pattern":"art/test/020-string/src","Excludes":null,"Matches":["art/test/020-string/src/"],"Deps":… 297 …ern":"art/test/020-string/src/**/*.java","Excludes":null,"Matches":["art/test/020-string/src/Main.… 524 {"Pattern":"art/test/103-string-append/AndroidTest.xml","Excludes":null,"Matches":null,"Deps":["art… 525 …attern":"art/test/103-string-append/src","Excludes":null,"Matches":["art/test/103-string-append/sr… 526 …rt/test/103-string-append/src/**/*.java","Excludes":null,"Matches":["art/test/103-string-append/sr… 614 {"Pattern":"art/test/143-string-value/AndroidTest.xml","Excludes":null,"Matches":null,"Deps":["art/… 615 …Pattern":"art/test/143-string-value/src","Excludes":null,"Matches":["art/test/143-string-value/src… 616 …art/test/143-string-value/src/**/*.java","Excludes":null,"Matches":["art/test/143-string-value/src… 683 …tern":"art/test/176-app-image-string/AndroidTest.xml","Excludes":null,"Matches":null,"Deps":["art/… [all …]
|
/aosp_15_r20/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
H A D | commit.csv | 47 …mory leak from corresponding regcomp (regcomp malloc()s memory and stores the pointer inside regex) 150 …,[email protected],unsquashfs: bring uncompress_directory_table() into line 232 …on TRACE and ERROR statements if progress_bar is being printed to ensure they appear on a new line. 307 …ools,[email protected],unsquashfs: bring uncompress_inode_table() into line 741 …tform/cts,[email protected],CTS: Tap to select word inside smart selection. 751 …[email protected],AdaptivePlaybackTest: use toString() instead of constructing string 755 …,[email protected],Add test for resolving inline string for theme attribute 940 …atform/cts,[email protected],Fix SweepTest debug string and enable picture… 993 …form/cts,[email protected],TIF: use integer for constants instead of string 1133 …o Poc17_04.java Remove whitespaces, printfs, and comments Added a missing line in AndroidTest.xml … [all …]
|
/aosp_15_r20/external/harfbuzz_ng/perf/texts/ |
H A D | en-words.txt | 1932 cmake 5358 inside 6292 line 10210 starts 10309 string
|