/aosp_15_r20/external/swiftshader/ |
H A D | README.md | 20 …[Install CMake](https://cmake.org/download/) for Linux, macOS, or Windows and use either [the GUI]… 23 cmake .. 24 cmake --build . --parallel 28 …E_BUILD_PARALLEL_LEVEL](https://cmake.org/cmake/help/latest/envvar/CMAKE_BUILD_PARALLEL_LEVEL.html… 33 …cmake-projects-in-visual-studio?view=vs-2019#ide-integration) in the Solution Explorer and select … 41 …e folder as the executable. On Linux, the `LD_LIBRARY_PATH` environment variable or `-rpath` linke… 43 …lication. Alternatively, you can set the `VK_ICD_FILENAMES` environment variable to the path to `v… 86 …ithub.com/git/git/blob/master/contrib/subtree/git-subtree.txt) to include all of Subzero's history.
|
/aosp_15_r20/external/openthread/etc/cmake/ |
H A D | options.cmake | 53 # Declare an (ON/OFF/unspecified) OT cmake config with `name` 55 # `description` provides the help string for this OT cmake 57 # determines the default value for the cmake config. If not 59 # specified". In this case, the variable `name` would still be 84 # Declare a string OT cmake config with `name` mapping to 86 # the help string for this OT cmake config. There is an optional 88 # for the cmake config. If not provided empty string is used 109 # Declares a integer-value OT cmake config with `name` mapping to 112 # the cmake config. If not provided empty string is used which 135 # Declares a multi-value OT cmake config with `name` with valid [all …]
|
/aosp_15_r20/external/tcpdump/ |
H A D | CONTRIBUTING.md | 24 * custom `configure`/`cmake` flags, if any 42 1) [Fork](https://help.github.com/articles/fork-a-repo/) the Tcpdump 75 variable set to `GMT0`, so that UTC, rather than the local time where the 104 8) Try to rebase your commits to keep the history simple. 110 and ask for help in the pull request comment.) 114 10) [Initiate and send](https://help.github.com/articles/using-pull-requests/)
|
/aosp_15_r20/external/deqp/external/openglcts/ |
H A D | README.md | 18 - [Test History](#test-history) 48 - [Revision History](#revision-history) 131 variable. For example `-DDEQP_TARGET=my_target` will use the target description 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):** 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.: [all …]
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/ |
H A D | README.md | 84 `spirv-dis --help`. 111 See [`tools/val/val.cpp`](tools/val/val.cpp) or run `spirv-val --help` for the command-line help. 266 feature](https://help.github.com/articles/tracking-the-progress-of-your-work-with-projects/) 283 We intend to maintain a linear history on the GitHub `main` branch. 357 You can build the project using [CMake][cmake]: 362 cmake [-G <platform-generator>] <spirv-dir> 371 cmake --build . [--config Debug] # runs `make` or `ninja` or `msbuild` etc. 385 cmake [-G <platform-generator>] <spirv-dir> -DSPIRV_BUILD_FUZZER=ON 386 cmake --build . --config Debug 430 - [CMake](http://www.cmake.org/): if using CMake for generating compilation [all …]
|
H A D | CHANGES | 1 Revision history for SPIRV-Tools 63 - Add modify-maximal-reconvergence to spirv-opt help (#5546) 227 - build: cmake: Add support for GNU/Hurd (#4895) 267 - spirv-opt: add pass for interface variable scalar replacement (#4779) 341 - Add spirv-opt pass to replace descriptor accesses based on variable indices (#4574) 471 - Fix SSA re-writing in the presence of variable pointers. (#4010) 567 - OpenCL.DebugInfo.100 DebugTypeArray with variable size (#3549) 599 - Changed variable names to be more descriptive (#3433) 847 - Validate variable initializer type (#2668) 891 - #2458: Handle variable pointer in some optimizations. [all …]
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/ |
D | README.md | 105 See [`tools/val/val.cpp`](tools/val/val.cpp) or run `spirv-val --help` for the command-line help. 260 feature](https://help.github.com/articles/tracking-the-progress-of-your-work-with-projects/) 277 We intend to maintain a linear history on the GitHub `main` branch. 351 You can build the project using [CMake][cmake]: 356 cmake [-G <platform-generator>] <spirv-dir> 365 cmake --build . [--config Debug] # runs `make` or `ninja` or `msbuild` etc. 379 cmake [-G <platform-generator>] <spirv-dir> -DSPIRV_BUILD_FUZZER=ON 380 cmake --build . --config Debug 424 - [CMake](http://www.cmake.org/): if using CMake for generating compilation 569 Use option `-h` to print help. [all …]
|
D | CHANGES | 1 Revision history for SPIRV-Tools 152 - build: cmake: Add support for GNU/Hurd (#4895) 192 - spirv-opt: add pass for interface variable scalar replacement (#4779) 266 - Add spirv-opt pass to replace descriptor accesses based on variable indices (#4574) 396 - Fix SSA re-writing in the presence of variable pointers. (#4010) 492 - OpenCL.DebugInfo.100 DebugTypeArray with variable size (#3549) 524 - Changed variable names to be more descriptive (#3433) 772 - Validate variable initializer type (#2668) 816 - #2458: Handle variable pointer in some optimizations. 876 - Validate variable pointer related function call rules. [all …]
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/ |
H A D | README.md | 109 See [`tools/val/val.cpp`](tools/val/val.cpp) or run `spirv-val --help` for the command-line help. 264 feature](https://help.github.com/articles/tracking-the-progress-of-your-work-with-projects/) 281 We intend to maintain a linear history on the GitHub `main` branch. 355 You can build the project using [CMake][cmake]: 360 cmake [-G <platform-generator>] <spirv-dir> 369 cmake --build . [--config Debug] # runs `make` or `ninja` or `msbuild` etc. 383 cmake [-G <platform-generator>] <spirv-dir> -DSPIRV_BUILD_FUZZER=ON 384 cmake --build . --config Debug 428 - [CMake](http://www.cmake.org/): if using CMake for generating compilation 573 Use option `-h` to print help. [all …]
|
H A D | CHANGES | 1 Revision history for SPIRV-Tools 35 - Add modify-maximal-reconvergence to spirv-opt help (#5546) 199 - build: cmake: Add support for GNU/Hurd (#4895) 239 - spirv-opt: add pass for interface variable scalar replacement (#4779) 313 - Add spirv-opt pass to replace descriptor accesses based on variable indices (#4574) 443 - Fix SSA re-writing in the presence of variable pointers. (#4010) 539 - OpenCL.DebugInfo.100 DebugTypeArray with variable size (#3549) 571 - Changed variable names to be more descriptive (#3433) 819 - Validate variable initializer type (#2668) 863 - #2458: Handle variable pointer in some optimizations. [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>`` 320 extremely old versions of GCC. These steps attempt to help you upgrade you 381 cmake .. -DCMAKE_CXX_LINK_FLAGS="-Wl,-rpath,$HOME/toolchains/lib64 -L$HOME/toolchains/lib64" 407 more information about LLVM or to get help via e-mail. 504 the LLVM cmake configuration. 556 pull --rebase`` instead of ``git pull`` to avoid generating a non-linear history 708 Variables are passed to ``cmake`` on the command line using the format 709 ``-D<variable name>=<value>``. The following variables are some common options 715 | CMAKE_C_COMPILER | Tells ``cmake`` which C compiler to use. By | [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/ |
D | ChangeLog | 75 - Remove unused variable in infback9.c 132 - Allow overriding the default install locations for cmake 133 - Generate and install the pkg-config file with cmake 134 - Build both a static and a shared version of zlib with cmake 135 - Include version symbols for cmake builds 136 - If using cmake with MSVC, add the source directory to the includes 396 - Restore zconf.h for builds that don't use configure or cmake 405 - Avoid use of "eof" parameter in trees.c to not shadow library variable 450 - Fix ./configure --help to correctly name options 505 - Change name of "write" variable in inffast.c to avoid library collisions [all …]
|
/aosp_15_r20/external/python/cpython2/Modules/zlib/ |
D | ChangeLog | 75 - Remove unused variable in infback9.c 132 - Allow overriding the default install locations for cmake 133 - Generate and install the pkg-config file with cmake 134 - Build both a static and a shared version of zlib with cmake 135 - Include version symbols for cmake builds 136 - If using cmake with MSVC, add the source directory to the includes 396 - Restore zconf.h for builds that don't use configure or cmake 405 - Avoid use of "eof" parameter in trees.c to not shadow library variable 450 - Fix ./configure --help to correctly name options 505 - Change name of "write" variable in inffast.c to avoid library collisions [all …]
|
/aosp_15_r20/external/AFLplusplus/docs/ |
H A D | fuzzing_in_depth.md | 45 Using the `AFL_TMPDIR` environment variable and a RAM-disk, you can have the 59 evaluation flow will help you to select the best possible. 103 * Using the environment variable `AFL_CC_COMPILER` with `MODE`. 127 this, set the following environment variable before compiling the target: 210 local variable that is defined and read before it is even set. Enabled with 311 mkdir build; cd build; cmake -DCMAKE_C_COMPILER=afl-cc -DCMAKE_CXX_COMPILER=afl-c++ .. 327 #### Other build systems or if configure/cmake didn't work 329 Sometimes `cmake` and `configure` do not pick up the AFL++ compiler or the 544 afl-fuzz has a variety of options that help to workaround target quirks like 599 can set the cache size (in MB) by setting the environment variable [all …]
|
/aosp_15_r20/external/freetype/docs/oldlogs/ |
H A D | ChangeLog.25 | 96 Some macros in otvcommn.h assume the exist of the variable 420 unsigned variable. 1028 casts that became unnecessary after the variable type upgrades. 1167 [cmake] Add iOS build support. 1170 * builds/cmake/iOS.cmake: New file. Universal binaries are built 1173 * CMakeLists.txt (IOS_PLATFORM): New variable for running the iOS 1606 [cmake] Add option to build OS X framework. 1618 [autofit] Fix variable initializations. 1864 variable value gets surrounded by doublequotes (in particular values 1865 for the `prefix' variable), the prefix override mechanism fails. [all …]
|
/aosp_15_r20/external/libpng/ |
H A D | CHANGES | 162 Removed all implicit variable tests which assume NULL == 0 (I think) 358 More work on loop optimization which may help when compiled with C++ 569 accommodate making DLL's: Moved usr_png_ver from global variable to function 709 Added "png_jmp_env()" macro to pngconf.h, to help people migrate to the 717 Changed the allocation of palette, history, and trans arrays back to 984 help prevent applications from using MNG features in PNG datastreams. 1438 Added PNG_SIZE_MAX (maximum value of a png_size_t variable. 2284 warning about a global "gamma" variable in math.h on some platforms. 2425 Revised png_check_IHDR() to add a test for width variable less than 32-bit. 3012 Updated CMakeLists.txt to use CMAKE_INSTALL_LIBDIR variable; useful for [all …]
|
/aosp_15_r20/external/tensorflow/ |
H A D | RELEASE.md | 48 …lways generate the same values every time they are called (for a given variable shape). For unsee… 270 * See the `TF_RUN_EAGER_OP_AS_FUNCTION` environment variable in 307 environment variable `TF_ENABLE_ONEDNN_OPTS` to `1` (enable) or `0` 308 (disable) before running TensorFlow. (The variable is checked during 310 environment variable. 508 Replaces the `TF_DETERMINISTIC_OPS` environmental variable, which is now 649 e.g., setting the environment variable `TF_ENABLE_MKL_NATIVE_FORMAT` will 738 * Fixes an unitialized variable access in `AssignOp` 891 * Fixes an uninitialized variable access in `AssignOp` 1016 * Fixes an unitialized variable access in `AssignOp` [all …]
|
/aosp_15_r20/external/mesa3d/docs/relnotes/ |
H A D | 22.0.0.rst | 124 - glsl/compiler: suspcious snippet of code (Unused variable) 577 - intel/compiler: Use SIMD selection helpers for variable workgroup size 821 - ci: Do not remove cmake 1369 - nir/algebraic: Move relocations for variable conds to a table. 1799 - freedreno/a4xx: add missing SNORM formats to help tests pass 1800 - freedreno/a4xx: add some missing legacy formats to help TBOs 1894 - nir/lower_readonly_images_to_tex: Also rewrite variable modes 1903 - nir: Validate image variable modes 1910 - nir: Re-arrange the variable modes 2251 - d3d12: Add a state variable for patch_vertices_in [all …]
|
/aosp_15_r20/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
H A D | commit.csv | 311 …ternal/squashfs-tools,plougher,"Fix small stat bug in 1.0 filesystems, and update help information" 621 …s,[email protected],DngCreatorTest: Add test logging to help debug failures 1299 …tform/cts,[email protected],Added a helper APK to help develop AccountChec… 2638 …952aed,platform/cts,[email protected],Fix wrong variable name in permissio… 2822 …3f861140c1,platform/cts,[email protected],Improve CTS logging/ help console 3316 …latform/cts,[email protected],Fixed EnumDevicesTest checking wrong variable 3424 …7,platform/cts,[email protected],monsoon: Note in help that '--samples -1'… 4311 …02ed879b,platform/cts,[email protected],"Adding ""help/info"" panels to US… 4533 …[email protected],monsoon: Add note of output column format in help string. 4828 …,platform/external/harfbuzz_ng,[email protected],[cmake] Add atomic ops av… [all …]
|
/aosp_15_r20/external/harfbuzz_ng/perf/texts/ |
H A D | en-words.txt | 1932 cmake 4825 help 4889 history 11614 variable
|
/aosp_15_r20/out/soong/ |
D | build.aosp_shiba.ninja.globs | 4294 …ery-1.6.2.min.js","build/make/tools/droiddoc/templates-pdk/assets/jquery-history.js","build/make/t… 10087 …ent_tests/clearCases/test-no-history-1.json","cts/tests/framework/base/windowmanager/intent_tests/… 19115 …variable/","external/apache-xml/test/tests/conf/ver/","external/apache-xml/test/tests/conf/whitesp… 19202 …","external/bc/src/dc_parse.c","external/bc/src/file.c","external/bc/src/history.c","external/bc/s… 19204 …red.txt","external/bc/tests/fuzzing/","external/bc/tests/history.py","external/bc/tests/history.sh… 19207 …cmake","external/boringssl/crypto-sources.mk","external/boringssl/eureka.mk","external/boringssl/i… 19225 …roid-sources.cmake","Excludes":null,"Matches":["external/boringssl/android-sources.cmake"],"Deps":… 19353 …"external/boringssl/src/cmake","Excludes":null,"Matches":["external/boringssl/src/cmake/"],"Deps":… 19354 …cmake/OpenSSLConfig.cmake","Excludes":null,"Matches":["external/boringssl/src/cmake/OpenSSLConfig.… 19355 …ingssl/src/cmake/go.cmake","Excludes":null,"Matches":["external/boringssl/src/cmake/go.cmake"],"De… [all …]
|
D | build.aosp_shiba.4.ninja | 133598 …pi -DPROFILE_ENABLE -DARM -DMD5_DISABLE -fPIC -Wall -Werror -Wno-unused-variable -fsanitize=memtag… 133722 …v1 -DPROFILE_ENABLE -DARM -DMD5_DISABLE -fPIC -Wall -Werror -Wno-unused-variable -std=gnu17 ${g.an… 133824 …v1 -DPROFILE_ENABLE -DARM -DMD5_DISABLE -fPIC -Wall -Werror -Wno-unused-variable -std=gnu17 ${g.an… 161033 …ng/.intermediates/external/bc/bc/android_arm64_armv8-2a_cortex-a55/obj/external/bc/src/history.o: $ 161034 g.cc.cc external/bc/src/history.c | ${ccCmd} || dedup-5a7bc88c9e3afe40 161035 …description = ${m.bc_android_arm64_armv8-2a_cortex-a55.moduleDesc}clang src/history.c${m.bc_androi… 161191 …ong/.intermediates/external/bc/bc/android_arm64_armv8-2a_cortex-a55/obj/external/bc/src/history.o $ 161358 …ost/linux-x86/nativetest64/bc-tests/tests/history.py -i out/host/linux-x86/nativetest64/bc-tests/t… 161488 …tes/external/bc/bc_vendor/android_vendor_arm64_armv8-2a_cortex-a55/obj/external/bc/src/history.o: $ 161489 g.cc.cc external/bc/src/history.c | ${ccCmd} || dedup-5a7bc88c9e3afe40 [all …]
|
/aosp_15_r20/out/.module_paths/ |
D | files.db | [all...] |