/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | HowToCrossCompileBuiltinsOnArm.rst | 29 * ``An arm-linux-gnueabihf sysroot`` 37 sysroot. The :doc:`HowToCrossCompileLLVM` has information about how to use the 41 arm-linux-gnueabihf gcc installation as our sysroot. 71 * ``--sysroot=/path/to/toolchain/arm-linux-gnueabihf/libc`` 73 Depending on how your sysroot is laid out, you may not need ``--gcc-toolchain``. 75 distributions multiarch support then you should be able to use ``--sysroot=/``. 85 * ``-DCOMPILER_RT_EMULATOR="qemu-arm -L /path/to/armhf/sysroot`` 90 The ``/path/to/armhf/sysroot`` should be the same as the one passed to 91 ``--sysroot`` in the "build-c-flags". 105 target by substituting soft-float equivalents for the sysroot and target. The [all …]
|
D | HowToCrossCompileLLVM.rst | 62 * ``'--sysroot=/usr/arm-linux-gnueabihf'``, ``'--sysroot=/opt/gcc/arm-linux-gnueabihf'`` 63 or whatever is the location of your GCC's sysroot (where /lib, /bin etc are). 71 using Clang as a cross-compiler, you will *also* have to set ``--sysroot`` 75 to the GCC triple and the sysroot. This will make it easier for Clang to 181 which will create a sysroot on the install-dir. You can then tar
|
/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 | 31 sysroot = os.environ['SYSROOT'] 33 include_args = ['--proto_path=' + os.path.join(sysroot, d) for d in dirs] 34 proto_paths = [os.path.join(sysroot, p) for p in PROTO_PATHS]
|
/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/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/ |
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 = '/' 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/skqp/infra/bots/recipe_modules/build/ |
D | chromecast.py | 16 sysroot = ['--sysroot', 21 extra_cflags = target + sysroot + [ 33 extra_ldflags = target + sysroot + [
|
/external/skia/infra/bots/recipe_modules/build/ |
D | chromecast.py | 16 sysroot = ['--sysroot', 21 extra_cflags = target + sysroot + [ 33 extra_ldflags = target + sysroot + [
|
/external/deqp-deps/SPIRV-Tools/ |
D | DEPS | 130 'action': ['python', 'SPIRV-Tools/build/linux/sysroot_scripts/install-sysroot.py', 137 'action': ['python', 'SPIRV-Tools/build/linux/sysroot_scripts/install-sysroot.py', 144 'action': ['python', 'SPIRV-Tools/build/linux/sysroot_scripts/install-sysroot.py', 151 'action': ['python', 'SPIRV-Tools/build/linux/sysroot_scripts/install-sysroot.py', 158 'action': ['python', 'SPIRV-Tools/build/linux/sysroot_scripts/install-sysroot.py',
|
/external/swiftshader/third_party/SPIRV-Tools/ |
D | DEPS | 130 'action': ['python', 'SPIRV-Tools/build/linux/sysroot_scripts/install-sysroot.py', 137 'action': ['python', 'SPIRV-Tools/build/linux/sysroot_scripts/install-sysroot.py', 144 'action': ['python', 'SPIRV-Tools/build/linux/sysroot_scripts/install-sysroot.py', 151 'action': ['python', 'SPIRV-Tools/build/linux/sysroot_scripts/install-sysroot.py', 158 'action': ['python', 'SPIRV-Tools/build/linux/sysroot_scripts/install-sysroot.py',
|
/external/v8/tools/clang/translation_unit/test_files/ |
D | compile_commands.json.template | 9 "command": "clang++ -fsyntax-only -std=c++11 --sysroot ./sysroot -c test_relative_sysroot.cc",
|
/external/clang/test/Modules/ |
D | crash-vfs-path-symlink-component.m | 10 // RUN: mkdir -p %t/i %t/m %t %t/sysroot 15 // RUN: %clang -fsyntax-only %s -I %/t/i -isysroot %/t/sysroot/ \ 37 // CHECKSH: "-isysroot" "{{[^"]*}}/sysroot/" 63 // RUN: %clang -E %s -I %/t/i -isysroot %/t/sysroot/ \
|
D | crash-vfs-path-emptydir-entries.m | 10 // RUN: mkdir -p %t/i %t/m %t %t/sysroot 14 // RUN: %clang -fsyntax-only %s -I %/t/i -isysroot %/t/sysroot/ \ 36 // CHECKSH: "-isysroot" "{{[^"]*}}/sysroot/"
|
D | crash-vfs-path-symlink-topheader.m | 10 // RUN: mkdir -p %t/i %t/m %t %t/sysroot 16 // RUN: %clang -fsyntax-only %s -I %/t/i -isysroot %/t/sysroot/ \ 38 // CHECKSH: "-isysroot" "{{[^"]*}}/sysroot/"
|
/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/v8/gypfiles/ |
D | standalone.gypi | 72 # By default we build against a stable sysroot image to avoid 88 # Default sysroot if no sysroot can be provided. 89 'sysroot%': '', 96 'sysroot%': '<!(cd <(DEPTH) && pwd -P)/build/linux/debian_wheezy_arm-sysroot', 99 'sysroot%': '<!(cd <(DEPTH) && pwd -P)/build/linux/debian_wheezy_amd64-sysroot', 102 'sysroot%': '<!(cd <(DEPTH) && pwd -P)/build/linux/debian_wheezy_i386-sysroot', 105 'sysroot%': '<!(cd <(DEPTH) && pwd -P)/build/linux/debian_wheezy_mips-sysroot', 116 'sysroot%': '<(sysroot)', 212 'sysroot%': '<(sysroot)', 388 'android_sysroot': '<(android_toolchain)/sysroot/', [all …]
|
/external/python/cpython3/ |
D | setup.py | 83 sysroot = m.group(1).strip('"') 87 path = os.path.join(sysroot, subdir) 101 sysroot = '/' 103 sysroot = m.group(1) 104 return sysroot 129 sysroot = macosx_sdk_root() 136 f = os.path.join(sysroot, dir[1:], filename) 145 f = os.path.join(sysroot, dir[1:], filename) 159 sysroot = macosx_sdk_root() 184 if os.path.join(sysroot, p[1:]) == dirname: [all …]
|
/external/python/cpython2/ |
D | setup.py | 53 sysroot = '/' 55 sysroot = m.group(1) 56 return sysroot 81 sysroot = macosx_sdk_root() 88 f = os.path.join(sysroot, dir[1:], filename) 97 f = os.path.join(sysroot, dir[1:], filename) 111 sysroot = macosx_sdk_root() 136 if os.path.join(sysroot, p[1:]) == dirname: 149 if os.path.join(sysroot, p[1:]) == dirname: 1000 sysroot = macosx_sdk_root() [all …]
|
/external/llvm/cmake/platforms/ |
D | Android.cmake | 25 …ANDROID_COMMON_FLAGS "-target arm-linux-androideabi --sysroot=${LLVM_ANDROID_TOOLCHAIN_DIR}/sysroo…
|
/external/swiftshader/third_party/llvm-7.0/llvm/cmake/platforms/ |
D | Android.cmake | 25 …ANDROID_COMMON_FLAGS "-target arm-linux-androideabi --sysroot=${LLVM_ANDROID_TOOLCHAIN_DIR}/sysroo…
|
/external/skia/src/ports/ |
D | SkFontConfigInterface_direct.cpp | 542 const char* sysroot = (const char*)FcConfigGetSysRoot(nullptr); in isValidPattern() local 544 if (sysroot) { in isValidPattern() 545 resolvedFilename = sysroot; in isValidPattern() 680 const char* sysroot = (const char*)FcConfigGetSysRoot(nullptr); in matchFamilyName() local 682 if (sysroot) { in matchFamilyName() 683 resolvedFilename = sysroot; in matchFamilyName()
|
/external/llvm/docs/ |
D | HowToCrossCompileLLVM.rst | 62 * ``'--sysroot=/usr/arm-linux-gnueabihf'``, ``'--sysroot=/opt/gcc/arm-linux-gnueabihf'`` 63 or whatever is the location of your GCC's sysroot (where /lib, /bin etc are). 71 using Clang as a cross-compiler, you will *also* have to set ``--sysroot`` 75 to the GCC triple and the sysroot. This will make it easier for Clang to 181 which will create a sysroot on the install-dir. You can then tar
|
/external/llvm/cmake/modules/ |
D | CrossCompile.cmake | 53 function(llvm_create_cross_target target_name sysroot) 54 llvm_create_cross_target_internal(${target_name} ${sysroot} ${CMAKE_BUILD_TYPE})
|