/external/mesa3d/.gitlab-ci/ |
D | create-android-ndk-pc.sh | 13 sysroot=$ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot 20 pcdir=$sysroot/usr/lib/$arch/pkgconfig 24 prefix=$sysroot 25 exec_prefix=$sysroot 26 libdir=$sysroot/usr/lib/$arch/29 27 sharedlibdir=$sysroot/usr/lib/$arch 28 includedir=$sysroot/usr/include 35 Libs: -L$sysroot/usr/lib/$arch/29 $libs 36 Cflags: -I$sysroot/usr/include $cflags
|
/external/openscreen/build/config/ |
D | sysroot.gni | 5 # This header file defines the "sysroot" variable which is the absolute path 6 # of the sysroot. If no sysroot applies, the variable will be an empty string. 9 sysroot = "" 11 # The relative path to directory containing sysroot images 23 # By default build against a sysroot image downloaded from Cloud Storage 25 sysroot = 26 "${target_sysroot_dir}/debian_${sysroot_platform}_${current_cpu}-sysroot" 30 [ rebase_path(sysroot) ], 32 print("Missing or outdated sysroot for $current_cpu, downloading latest...") 33 exec_script("//build/scripts/install-sysroot.py",
|
D | BUILD.gn | 6 import("//build/config/sysroot.gni") 230 if (sysroot != "") { 232 sysroot_path = rebase_path(sysroot, root_build_dir) 233 flags = [ "--sysroot=" + sysroot_path ] 234 hash = exec_script("//build/scripts/install-sysroot.py", 243 # GN uses this to know that the sysroot is "dirty"
|
/external/webrtc/android_tools/ |
D | sorted_targets.txt | 32 "--sysroot=../src/build/linux/debian_sid_amd64-sysroot" 103 "--sysroot=../src/build/linux/debian_sid_amd64-sysroot", 115 "--sysroot=../src/build/linux/debian_sid_amd64-sysroot", 122 "--sysroot=../src/build/linux/debian_sid_amd64-sysroot", 134 "--sysroot=../src/build/linux/debian_sid_amd64-sysroot", 224 "--sysroot=../src/build/linux/debian_sid_amd64-sysroot", 225 "-L../src/build/linux/debian_sid_amd64-sysroot/usr/local/lib/x86_64-linux-gnu", 226 "-L../src/build/linux/debian_sid_amd64-sysroot/lib/x86_64-linux-gnu", 227 "-L../src/build/linux/debian_sid_amd64-sysroot/usr/lib/x86_64-linux-gnu" 322 "--sysroot=../src/build/linux/debian_sid_amd64-sysroot" [all …]
|
/external/openscreen/build/scripts/ |
D | install-sysroot.py | 107 sysroot = os.path.join(PARENT_DIR, sysroot_dict['SysrootDir']) 112 stamp = os.path.join(sysroot, '.stamp') 118 if os.path.isdir(sysroot): 119 shutil.rmtree(sysroot) 120 os.mkdir(sysroot) 122 tarball_path = os.path.join(sysroot, tarball_filename) 125 subprocess.check_call(['tar', 'xf', tarball_path, '-C', sysroot])
|
/external/toolchain-utils/compiler_wrapper/ |
D | sysroot_flag.go | 20 sysroot, syrootPresent := builder.env.getenv("SYSROOT") 24 if sysroot == "" { 26 sysroot = filepath.Join(builder.rootPath, "usr", builder.target.target) 29 builder.addPreUserArgs("--sysroot=" + sysroot)
|
/external/python/cffi/ |
D | setup.py | 20 def _ask_pkg_config(resultlist, option, result_prefix='', sysroot=False): argument 39 sysroot = sysroot and os.environ.get('PKG_CONFIG_SYSROOT_DIR', '') 40 if sysroot: 43 res = [path if path.startswith(sysroot) 44 else sysroot + path 111 _ask_pkg_config(include_dirs, '--cflags-only-I', '-I', sysroot=True) 113 _ask_pkg_config(library_dirs, '--libs-only-L', '-L', sysroot=True)
|
/external/googletest/docs/ |
D | pkgconfig.md | 76 your sysroot is `/home/MYUSER/sysroot`. Configure and install GTest using 82 Install into the sysroot using `DESTDIR`: 85 make -j install DESTDIR=/home/MYUSER/sysroot 114 Notice that the sysroot is not included in `libdir` and `includedir`! If you try 116 `PKG_CONFIG_LIBDIR=/home/MYUSER/sysroot/usr/lib64/pkgconfig` against this `.pc` 128 inject the actual sysroot into `-I` and `-L` variables. Let us now tell 129 pkg-config about the actual sysroot 133 export PKG_CONFIG_SYSROOT_DIR=/home/MYUSER/sysroot 141 -DGTEST_HAS_PTHREAD=1 -lpthread -I/home/MYUSER/sysroot/usr/include 143 -L/home/MYUSER/sysroot/usr/lib64 -lgtest -lpthread [all …]
|
/external/llvm-project/clang/test/Modules/ |
D | umbrella-header-include-builtin.mm | 2 …x/sysroot -isystem %S/Inputs/libc-libcxx/sysroot/usr/include/c++/v1 -isystem %S/Inputs/libc-libcxx…
|
D | builtin-import.mm | 2 …t %S/Inputs/libc-libcxx/sysroot -isystem %S/Inputs/libc-libcxx/sysroot/usr/include/c++/v1 -isystem…
|
/external/autotest/client/cros/ |
D | factory_setup_modules.py | 13 sysroot = os.environ.get('SYSROOT') variable 14 extra_path = ([os.path.join(sysroot, 'usr/local/factory/py_pkg')] 15 if sysroot else [])
|
/external/autotest/client/deps/policy_protos/ |
D | policy_protos.py | 32 sysroot = os.environ['SYSROOT'] 34 include_args = ['--proto_path=' + os.path.join(sysroot, d) for d in dirs] 35 proto_paths = [os.path.join(sysroot, p) for p in PROTO_PATHS]
|
/external/llvm-project/llvm/docs/ |
D | HowToCrossCompileBuiltinsOnArm.rst | 31 * ``An arm-linux-gnueabihf sysroot`` 47 sysroot. In theory it is possible to use the Linux distributions multiarch 50 to supply a sysroot is to download the arm-linux-gnueabihf toolchain. This can 95 * ``--sysroot=/path/to/toolchain/arm-linux-gnueabihf/libc`` 114 * ``-DCOMPILER_RT_EMULATOR="qemu-arm -L /path/to/armhf/sysroot`` 119 The ``/path/to/armhf/sysroot`` should be the same as the one passed to 120 ``--sysroot`` in the "build-c-flags". 123 sysroot and arm/thumb state. The additional cmake defines such as 139 This stage can often fail at link time if the ``--sysroot`` and 144 …arm-linux-gnueabi -march=armv7a --gcc-toolchain=/path/to/gcc-toolchain --sysroot=/path/to/gcc-tool… [all …]
|
/external/python/cpython2/Lib/distutils/ |
D | unixccompiler.py | 277 sysroot = '/' 279 sysroot = m.group(1) 293 shared = os.path.join(sysroot, dir[1:], shared_f) 294 dylib = os.path.join(sysroot, dir[1:], dylib_f) 295 static = os.path.join(sysroot, dir[1:], static_f) 296 xcode_stub = os.path.join(sysroot, dir[1:], xcode_stub_f)
|
/external/skqp/infra/bots/recipe_modules/build/ |
D | chromecast.py | 16 sysroot = ['--sysroot', 21 extra_cflags = target + sysroot + [ 33 extra_ldflags = target + sysroot + [
|
/external/python/cpython2/Lib/ |
D | _osx_support.py | 351 sysroot = None 354 sysroot = cc_args[idx+1] 357 sysroot = compiler_so[idx+1] 359 if sysroot and not os.path.isdir(sysroot): 362 sysroot)
|
/external/python/cpython3/Lib/distutils/ |
D | unixccompiler.py | 293 sysroot = _osx_support._default_sysroot(sysconfig.get_config_var('CC')) 295 sysroot = m.group(1) 309 shared = os.path.join(sysroot, dir[1:], shared_f) 310 dylib = os.path.join(sysroot, dir[1:], dylib_f) 311 static = os.path.join(sysroot, dir[1:], static_f) 312 xcode_stub = os.path.join(sysroot, dir[1:], xcode_stub_f)
|
/external/llvm-project/lldb/packages/Python/lldbsuite/test/make/ |
D | Android.rules | 73 ARCH_CFLAGS += --sysroot=$(NDK_ROOT)/sysroot \ 74 -isystem $(NDK_ROOT)/sysroot/usr/include/$(TOOL_PREFIX) \ 78 ARCH_LDFLAGS += --sysroot=$(NDK_ROOT)/platforms/android-$(API_LEVEL)/arch-$(SYSROOT_ARCH) -lm
|
/external/llvm-project/lldb/test/API/commands/expression/import-std-module/forward_decl_from_module/ |
D | TestForwardDeclFromStdModule.py | 24 sysroot = os.path.join(os.getcwd(), "root") 27 self.runCmd("platform select --sysroot '" + sysroot + "' host",
|
/external/llvm-project/lldb/test/API/commands/expression/import-std-module/sysroot/ |
D | TestStdModuleSysroot.py | 24 sysroot = os.path.join(os.getcwd(), "root") 27 self.runCmd("platform select --sysroot '" + sysroot + "' host",
|
/external/python/cpython3/Lib/ |
D | _osx_support.py | 415 sysroot = None 424 sysroot = argvar[idx+1] 427 sysroot = argvar[idx][len('-isysroot'):] 430 if sysroot and not os.path.isdir(sysroot): 433 sysroot)
|
/external/llvm-project/lldb/test/API/commands/expression/import-std-module/empty-module/ |
D | TestEmptyStdModule.py | 24 sysroot = os.path.join(os.getcwd(), "root") 27 self.runCmd("platform select --sysroot '" + sysroot + "' host",
|
/external/autotest/client/deps/dbus_protos/ |
D | dbus_protos.py | 24 sysroot = os.environ['SYSROOT'] 25 parent_path = os.path.join(sysroot, 'usr/include/chromeos/dbus/')
|
/external/cpu_features/scripts/ |
D | run_integration.sh | 120 local SYSROOT_URL=${LINARO_ROOT_URL}/${TARGET}/sysroot-glibc-linaro-2.25-2017.11-${TARGET}.tar.xz 121 local SYSROOT_RELATIVE_FOLDER=sysroot-glibc-linaro-2.25-2017.11-${TARGET} 170 local SYSROOT_FOLDER=${GCC_FOLDER}/sysroot/${FLAVOUR} 174 for folder in ${GCC_FOLDER}/sysroot/*; do
|
/external/llvm-project/clang-tools-extra/clangd/test/ |
D | system-include-extractor.test | 13 # RUN: echo 'echo " $* " | grep " --sysroot /my/sysroot/path " || exit' >> %t.dir/my_driver.sh 30 …/t.dir", "command": "%/t.dir/my_driver.sh the-file.cpp -nostdinc --sysroot /my/sysroot/path -isysr…
|