HomeSort by relevance Sort by last modified time
    Searched full:src_root (Results 1 - 15 of 15) sorted by null

  /external/llvm/utils/lit/tests/
lit.cfg 28 src_root = os.path.join(config.test_source_root, '..')
29 config.environment['PYTHONPATH'] = src_root
30 config.substitutions.append(('%{src_root}', src_root))
32 src_root, 'tests', 'Inputs')))
34 os.path.join(src_root, 'lit.py'),)))
  /external/llvm/utils/lit/tests/Inputs/shtest-timeout/
lit.cfg 30 src_root = os.path.join(config.test_source_root, '..')
31 config.environment['PYTHONPATH'] = src_root
  /external/llvm/utils/crosstool/ARM/
build-install-linux.sh 15 readonly SRC_ROOT="${SCRATCH_ROOT}/src"
43 readonly LLVM_SRC_DIR="${SRC_ROOT}/llvm"
48 readonly LLVMGCC_SRC_DIR="${SRC_ROOT}/llvm-gcc-4.2"
140 cd ${SRC_ROOT}
168 cd ${SRC_ROOT}
193 createDir ${SRC_ROOT}
  /external/swiftshader/third_party/LLVM/utils/crosstool/ARM/
build-install-linux.sh 15 readonly SRC_ROOT="${SCRATCH_ROOT}/src"
43 readonly LLVM_SRC_DIR="${SRC_ROOT}/llvm"
48 readonly LLVMGCC_SRC_DIR="${SRC_ROOT}/llvm-gcc-4.2"
140 cd ${SRC_ROOT}
168 cd ${SRC_ROOT}
193 createDir ${SRC_ROOT}
  /external/curl/packages/vms/
backup_gnv_curl_src.com 107 $ src_root = "src_root:"
108 $ if f$trnlnm("src_root1") .nes. "" then src_root = "src_root1:"
109 $ backup'interchange' 'src_root'[curl...]*.*;0 -
curl_gnv_build_steps.txt 44 SRC_ROOT: is for the source files common to all platforms.
50 SRC_ROOT: and VMS_ROOT:
53 VMS_ROOT:,SRC_ROOT:
56 LCL_ROOT:,VMS_ROOT:,SRC_ROOT:
86 $ copy src_root:[curl...]*.dir -
89 $ copy src_root:[curl...]*.dir -
93 the directories under src_root: owned by a user or resource where the build
138 src_root1 (Optional if src_root is on a NFS volume)
248 Note that if src_root: or vms_root: are NFS mounted disks, the
compare_curl_source.com 37 $! The directory src_root:[project_name] will be translated to something like
49 $! The source directory tree is: src_root:[project_name]
112 $ resultd = f$parse("src_root:",,,,"NO_CONCEAL")
133 $ ref = "src_root:[" + ref_base_dir
setup_gnv_curl_build.com 110 $ define/job decc$user_include src_root:[.include.curl]
  /external/robolectric-shadows/scripts/
sync-android.sh 32 SRC_ROOT=$1/aosp-$ANDROID_VERSION
94 mkdir -p $SRC_ROOT
95 cd $SRC_ROOT
100 echo "Done building $SRC_ROOT!!"
  /external/swiftshader/third_party/subzero/tests_lit/
lit.cfg 58 src_root = os.path.join(FindBaseNaCl(), 'toolchain_build/src/subzero')
59 bin_root = src_root
60 config.substitutions.append(('%{src_root}', src_root))
  /system/update_engine/scripts/
paycheck.py 39 '[SRC_KERN SRC_ROOT]]'),
41 'SRC_ROOT emitting DST_KERN and DST_ROOT, respectively. '
42 'SRC_KERN and SRC_ROOT are only needed for delta payloads. '
  /external/autotest/server/cros/
factory_install_test.py 118 def src_root(self): member in class:FactoryInstallTest
199 (os.path.join(self.src_root(), _MAKE_FACTORY_PACKAGE_PATH),
222 % (os.path.join(self.src_root(),
  /external/tensorflow/tensorflow/core/common_runtime/
placer.cc 684 auto& src_root = colocation_graph.members_[src_root_id]; local
690 const auto& source_parsed_name = src_root.device_name;
718 src_root.device_name = dest_parsed_name;
    [all...]
  /external/llvm/docs/
GettingStarted.rst 418 ``SRC_ROOT``
426 SRC_ROOT).
771 [other options] SRC_ROOT
782 % cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=type SRC_ROOT
    [all...]
  /external/swiftshader/third_party/LLVM/docs/
GettingStarted.html 642 <dt>SRC_ROOT
651 can be the same as SRC_ROOT).
    [all...]

Completed in 400 milliseconds