/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | _sysconfigdata__linux_x86_64-linux-gnu.py | 12 'BASECFLAGS': '-Wsign-compare', 13 'BASECPPFLAGS': '-IObjects -IInclude -IPython', 17 'BLDLIBRARY': '-L. -lpython3.11', 18 'BLDSHARED': 'gcc -std=gnu11 -pthread -shared ' 19 '-Wno-unused-command-line-argument -s ' 20 '-Wl,-rpath,\\$ORIGIN/../lib -Wl,--as-needed ' 21 '-L/tmpfs/src/git/out/libffi/install/lib64 ' 22 '-Wl,--exclude-libs=libffi.a', 26 'BUILD_GNU_TYPE': 'x86_64-pc-linux-gnu', 28 'CC': 'gcc -std=gnu11 -pthread', [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | _sysconfigdata__linux_x86_64-linux-gnu.py | 12 'BASECFLAGS': '-Wsign-compare', 13 'BASECPPFLAGS': '-IObjects -IInclude -IPython', 17 'BLDLIBRARY': '-L. -lpython3.11', 18 'BLDSHARED': 'gcc -std=gnu11 -pthread -shared ' 19 '-Wno-unused-command-line-argument -s ' 20 '-Wl,-rpath,\\$ORIGIN/../lib -Wl,--as-needed ' 21 '-L/tmpfs/src/git/out/libffi/install/lib64 ' 22 '-Wl,--exclude-libs=libffi.a', 26 'BUILD_GNU_TYPE': 'x86_64-pc-linux-gnu', 28 'CC': 'gcc -std=gnu11 -pthread', [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | _sysconfigdata__linux_x86_64-linux-gnu.py | 12 'BASECFLAGS': '-Wsign-compare', 13 'BASECPPFLAGS': '-IObjects -IInclude -IPython', 17 'BLDLIBRARY': '-L. -lpython3.11', 18 'BLDSHARED': 'gcc -std=gnu11 -pthread -shared ' 19 '-Wno-unused-command-line-argument -s ' 20 '-Wl,-rpath,\\$ORIGIN/../lib -Wl,--as-needed ' 21 '-L/tmpfs/src/git/out/libffi/install/lib64 ' 22 '-Wl,--exclude-libs=libffi.a', 26 'BUILD_GNU_TYPE': 'x86_64-pc-linux-gnu', 28 'CC': 'gcc -std=gnu11 -pthread', [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | _sysconfigdata__linux_x86_64-linux-gnu.py | 12 'BASECFLAGS': '-Wsign-compare', 13 'BASECPPFLAGS': '-IObjects -IInclude -IPython', 17 'BLDLIBRARY': '-L. -lpython3.11', 18 'BLDSHARED': 'gcc -std=gnu11 -pthread -shared ' 19 '-Wno-unused-command-line-argument -s ' 20 '-Wl,-rpath,\\$ORIGIN/../lib -Wl,--as-needed ' 21 '-L/tmpfs/src/git/out/libffi/install/lib64 ' 22 '-Wl,--exclude-libs=libffi.a', 26 'BUILD_GNU_TYPE': 'x86_64-pc-linux-gnu', 28 'CC': 'gcc -std=gnu11 -pthread', [all …]
|
/aosp_15_r20/external/grpc-grpc/ |
H A D | build_handwritten.yaml | 8 '#04': not listed in doc/g_stands_for.md - and update that document to list the 11 '#07': Master always has a "-dev" suffix 12 '#08': Use "-preN" suffixes to identify pre-release versions 13 '#09': Per-language overrides are possible with (eg) ruby_version tag here 23 CPPFLAGS: -O0 -fsanitize-coverage=edge,trace-pc-guard -fsanitize=address -fno-omit-frame-pointer 24 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS 27 LDFLAGS: -fsanitize=address 33 asan-noleaks: 35 CPPFLAGS: -O0 -fsanitize-coverage=edge,trace-pc-guard -fsanitize=address -fno-omit-frame-pointer 36 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/ |
D | build_handwritten.yaml | 8 '#04': not listed in doc/g_stands_for.md - and update that document to list the 11 '#07': Master always has a "-dev" suffix 12 '#08': Use "-preN" suffixes to identify pre-release versions 13 '#09': Per-language overrides are possible with (eg) ruby_version tag here 23 CPPFLAGS: -O0 -fsanitize-coverage=edge,trace-pc-guard -fsanitize=address -fno-omit-frame-pointer 24 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS 27 LDFLAGS: -fsanitize=address 33 asan-noleaks: 35 CPPFLAGS: -O0 -fsanitize-coverage=edge,trace-pc-guard -fsanitize=address -fno-omit-frame-pointer 36 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS [all …]
|
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | cmake_core.cmake | 1 # SPDX-License-Identifier: Apache-2.0 2 # ---------------------------------------------------------------------------- 3 # Copyright 2020-2022 Arm Limited 9 # http://www.apache.org/licenses/LICENSE-2.0 16 # ---------------------------------------------------------------------------- 21 set(ASTC_TARGET astc${CODEC}-${ISA_SIMD}) 29 add_library(${ASTC_TARGET}-static 55 target_include_directories(${ASTC_TARGET}-static 72 ${ASTC_TARGET}-static) 107 $<$<PLATFORM_ID:Linux,Darwin>:-pthread> [all …]
|
/aosp_15_r20/build/bazel/toolchains/clang/host/linux-x86/ |
H A D | cc_toolchain_features_env_based_flags_test.bzl | 7 http://www.apache.org/licenses/LICENSE-2.0 44 doc = "Flags expected to be supplied to the command line", 48 "@//build/bazel/toolchains/clang/host/linux-x86:auto_pattern_initialize_env": True, 56 doc = "Flags expected to be supplied to the command line", 60 "@//build/bazel/toolchains/clang/host/linux-x86:auto_zero_initialize_env": True, 68 doc = "Flags expected to be supplied to the command line", 72 "@//build/bazel/toolchains/clang/host/linux-x86:auto_uninitialize_env": True, 80 doc = "Flags expected to be supplied to the command line", 89 doc = "Flags expected to be supplied to the command line", 93 "@//build/bazel/toolchains/clang/host/linux-x86:use_ccache_env": True, [all …]
|
/aosp_15_r20/external/clang/test/Frontend/ |
H A D | warning-options.cpp | 1 // RUN: %clang_cc1 -Wmonkey -Wno-monkey -Wno-unused-command-line-arguments \ 2 // RUN: -Wno-unused-command-line-argument -Wmodule-build -Rmodule-built %s 2>&1 | FileCheck … 3 // CHECK: unknown warning option '-Wmonkey' 4 // CHECK: unknown warning option '-Wno-monkey' 5 // CHECK: unknown warning option '-Wno-unused-command-line-arguments'; did you mean '-Wno-unused-co… 6 // CHECK: unknown warning option '-Wmodule-build'; did you mean '-Wmodule-conflict'? 7 // CHECK: unknown remark option '-Rmodule-built'; did you mean '-Rmodule-build'?
|
/aosp_15_r20/external/libnl/.github/workflows/ |
H A D | ci.yml | 1 name: libnl3-ci 11 clang-format: 12 runs-on: ubuntu-latest 16 - name: Install packages 18 sudo dnf install -y \ 19 clang-tools-extra \ 22 - name: Check out repository code 25 - name: Setup git 27 git config --global --add safe.directory "$PWD" 29 - name: Formatting with clang-format [all …]
|
/aosp_15_r20/external/skia/toolchain/ |
H A D | ndk_linux_arm64_toolchain_config.bzl | 8 built-in `android_ndk_repository` Bazel rule[1], which was used to build the SkCMS repository up 30 _ARMEABI_V7A = "armeabi-v7a" 31 _ARM64_V8A = "arm64-v8a" 55 "-D__ANDROID_API__=29", 56 "-isystem", 57 NDK_PATH + "/sysroot/usr/include/arm-linux-androideabi", 58 "-target", 59 "armv7-none-linux-androideabi", 60 "-march=armv7-a", 61 "-mfloat-abi=softfp", [all …]
|
/aosp_15_r20/external/clang/test/Driver/ |
H A D | cl-options.c | 1 // Note: %s must be preceded by --, otherwise it may be interpreted as a 2 // command-line option, e.g. on Mac where %s is commonly under /Users. 7 // RUN: %clang_cl /c -### -- %s 2>&1 | FileCheck -check-prefix=c %s 8 // c: -c 10 // RUN: %clang_cl /C -### -- %s 2>&1 | FileCheck -check-prefix=C %s 11 // C: error: invalid argument '-C' only allowed with '/E, /P or /EP' 13 // RUN: %clang_cl /C /P -### -- %s 2>&1 | FileCheck -check-prefix=C_P %s 14 // C_P: "-E" 15 // C_P: "-C" 18 // RUN: -### -- %s 2>&1 | FileCheck -check-prefix=D %s [all …]
|
/aosp_15_r20/art/runtime/ |
H A D | Android.bp | 8 // http://www.apache.org/licenses/LICENSE-2.0 22 // See: http://go/android-license-faq 23 // A large-scale-change added 'default_applicable_licenses' to import 26 // SPDX-license-identifier-Apache-2.0 32 "-Wl,--keep-unique,__jit_debug_register_code", 33 "-Wl,--keep-unique,__dex_debug_register_code", 43 "-fsanitize-address-use-after-return=never", 44 "-Wno-unused-command-line-argument", 94 // asm_support_gen.h (used by asm_support.h) is generated with cpp-define-generator 95 generated_headers: ["cpp-define-generator-asm-support"], [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/copts/ |
D | AbseilConfigureCopts.cmake | 16 # property, which is target-specific. We should neither inspect nor rely on 19 # - CMAKE_OSX_ARCHITECTURES 22 # - OSX_ARCHITECTURES 23 # is a per-target property; targets could be defined later, and their 26 # - CMAKE_SYSTEM_PROCESSOR 32 # - once: a single command line for multiple architectures (Ninja build) 33 # - twice: two command lines per each architecture (Xcode build system) 35 # If case of Xcode, it would be possible to set an Xcode-specific attributes 39 # the compiler to dispatch arch-specific arguments to a designated backend. 45 list(APPEND ABSL_RANDOM_RANDEN_COPTS "-Xarch_${_arch}" "${_flag}") [all …]
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/copts/ |
H A D | AbseilConfigureCopts.cmake | 16 # property, which is target-specific. We should neither inspect nor rely on 19 # - CMAKE_OSX_ARCHITECTURES 22 # - OSX_ARCHITECTURES 23 # is a per-target property; targets could be defined later, and their 26 # - CMAKE_SYSTEM_PROCESSOR 32 # - once: a single command line for multiple architectures (Ninja build) 33 # - twice: two command lines per each architecture (Xcode build system) 35 # If case of Xcode, it would be possible to set an Xcode-specific attributes 39 # the compiler to dispatch arch-specific arguments to a designated backend. 45 list(APPEND ABSL_RANDOM_RANDEN_COPTS "-Xarch_${_arch}" "${_flag}") [all …]
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/copts/ |
H A D | AbseilConfigureCopts.cmake | 16 # property, which is target-specific. We should neither inspect nor rely on 19 # - CMAKE_OSX_ARCHITECTURES 22 # - OSX_ARCHITECTURES 23 # is a per-target property; targets could be defined later, and their 26 # - CMAKE_SYSTEM_PROCESSOR 32 # - once: a single command line for multiple architectures (Ninja build) 33 # - twice: two command lines per each architecture (Xcode build system) 35 # If case of Xcode, it would be possible to set an Xcode-specific attributes 39 # the compiler to dispatch arch-specific arguments to a designated backend. 45 list(APPEND ABSL_RANDOM_RANDEN_COPTS "-Xarch_${_arch}" "${_flag}") [all …]
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/copts/ |
H A D | AbseilConfigureCopts.cmake | 16 # property, which is target-specific. We should neither inspect nor rely on 19 # - CMAKE_OSX_ARCHITECTURES 22 # - OSX_ARCHITECTURES 23 # is a per-target property; targets could be defined later, and their 26 # - CMAKE_SYSTEM_PROCESSOR 32 # - once: a single command line for multiple architectures (Ninja build) 33 # - twice: two command lines per each architecture (Xcode build system) 35 # If case of Xcode, it would be possible to set an Xcode-specific attributes 39 # the compiler to dispatch arch-specific arguments to a designated backend. 45 list(APPEND ABSL_RANDOM_RANDEN_COPTS "SHELL:-Xarch_${_arch} ${_flag}") [all …]
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/copts/ |
H A D | AbseilConfigureCopts.cmake | 16 # property, which is target-specific. We should neither inspect nor rely on 19 # - CMAKE_OSX_ARCHITECTURES 22 # - OSX_ARCHITECTURES 23 # is a per-target property; targets could be defined later, and their 26 # - CMAKE_SYSTEM_PROCESSOR 32 # - once: a single command line for multiple architectures (Ninja build) 33 # - twice: two command lines per each architecture (Xcode build system) 35 # If case of Xcode, it would be possible to set an Xcode-specific attributes 39 # the compiler to dispatch arch-specific arguments to a designated backend. 45 list(APPEND ABSL_RANDOM_RANDEN_COPTS "-Xarch_${_arch}" "${_flag}") [all …]
|
/aosp_15_r20/external/abseil-cpp/absl/copts/ |
H A D | AbseilConfigureCopts.cmake | 16 # property, which is target-specific. We should neither inspect nor rely on 19 # - CMAKE_OSX_ARCHITECTURES 22 # - OSX_ARCHITECTURES 23 # is a per-target property; targets could be defined later, and their 26 # - CMAKE_SYSTEM_PROCESSOR 32 # - once: a single command line for multiple architectures (Ninja build) 33 # - twice: two command lines per each architecture (Xcode build system) 35 # If case of Xcode, it would be possible to set an Xcode-specific attributes 39 # the compiler to dispatch arch-specific arguments to a designated backend. 45 list(APPEND ABSL_RANDOM_RANDEN_COPTS "SHELL:-Xarch_${_arch} ${_flag}") [all …]
|
/aosp_15_r20/external/skia/include/config/ |
H A D | copts.bzl | 2 THIS IS THE EXTERNAL-ONLY VERSION OF THIS FILE. G3 HAS ITS OWN. 14 …://github.com/google/skia/blob/2b07cdb07e88f2870260eabac708f31bc7977d08/gn/BUILDCONFIG.gn#L177-L181 15 …s://github.com/google/skia/blob/2b07cdb07e88f2870260eabac708f31bc7977d08/gn/skia/BUILD.gn#L593-L630 19 "-fstrict-aliasing", 25 "-fvisibility=hidden", 31 # GMs more consistent and avoid some floating-point related test failures on M1 macs. 32 "-ffp-contract=off", 33 # Windows doesn't support position-independent code. 34 "-fPIC", 38 # and Objective-C code. [all …]
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/ |
D | gcc.info | 3 Copyright (C) 1988-2013 Free Software Foundation, Inc. 8 Invariant Sections being "Funding Free Software", the Front-Cover Texts 9 being (a) (see below), and with the Back-Cover Texts being (b) (see 13 (a) The FSF's Front-Cover Text is: 17 (b) The FSF's Back-Cover Text is: 22 INFO-DIR-SECTION Software development 23 START-INFO-DIR-ENTRY 26 * gcov: (gcc) Gcov. 'gcov'--a test coverage program. 27 END-INFO-DIR-ENTRY 31 Copyright (C) 1988-2013 Free Software Foundation, Inc. [all …]
|
/aosp_15_r20/external/trusty/musl/ |
D | configure | 13 --srcdir=DIR source directory [detected] 16 --prefix=PREFIX main installation prefix [/usr/local/musl] 17 --exec-prefix=EPREFIX installation prefix for executable files [PREFIX] 20 --bindir=DIR user executables [EPREFIX/bin] 21 --libdir=DIR library files for the linker [PREFIX/lib] 22 --includedir=DIR include files for the C compiler [PREFIX/include] 23 --syslibdir=DIR location for the dynamic linker [/lib] 26 --target=TARGET configure to run on target TARGET [detected] 27 --host=HOST same as --target 28 --build=BUILD build system type; used only to infer cross-compiling [all …]
|
/aosp_15_r20/build/soong/cc/config/ |
H A D | global.go | 7 // http://www.apache.org/licenses/LICENSE-2.0 33 "-O2", 37 "-Wall", 38 "-Wextra", 39 "-Winit-self", 40 "-Wpointer-arith", 41 "-Wunguarded-availability", 48 "-Werror=date-time", 50 "-Werror=int-conversion", 52 // to ABI mismatch between modules and hard-to-debug crashes. [all …]
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man1/ |
D | x86_64-w64-mingw32-g++.1 | 18 .\" Set up some character translations and predefined strings. \*(-- will 24 .tr \(*W- 27 . ds -- \(*W- 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 37 . ds -- \|\(em\| 73 .\" Fear. Run. Save yourself. No user-serviceable parts. 83 . ds #H ((1u-(\\\\n(.fu%2u))*.13m) 99 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" 100 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' [all …]
|
D | x86_64-w64-mingw32-gcc.1 | 18 .\" Set up some character translations and predefined strings. \*(-- will 24 .tr \(*W- 27 . ds -- \(*W- 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 37 . ds -- \|\(em\| 73 .\" Fear. Run. Save yourself. No user-serviceable parts. 83 . ds #H ((1u-(\\\\n(.fu%2u))*.13m) 99 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" 100 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' [all …]
|