HomeSort by relevance Sort by last modified time
    Searched refs:srcroot (Results 1 - 5 of 5) sorted by null

  /external/opencv3/platforms/osx/
build_framework.py 30 def build_opencv(srcroot, buildroot, target, arch):
60 os.system("cmake %s %s" % (cmakeargs, srcroot))
71 def put_framework_together(srcroot, dstroot):
108 def build_framework(srcroot, dstroot):
114 build_opencv(srcroot, os.path.join(dstroot, "build"), targets[i], archs[i])
116 put_framework_together(srcroot, dstroot)
  /external/opencv3/platforms/ios/
build_framework.py 43 def build_opencv(srcroot, buildroot, target, arch):
56 "-DCMAKE_INSTALL_PREFIX=install") % (srcroot, target)
74 execute("cmake %s %s" % (cmakeargs, srcroot))
85 def put_framework_together(srcroot, dstroot):
125 def build_framework(srcroot, dstroot):
134 build_opencv(srcroot, os.path.join(dstroot, "build"), t[1], t[0])
136 put_framework_together(srcroot, dstroot)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/db/
test_password.py 120 srcroot = curdir + "/../.." variable in class:PasswordPropertyTest
121 sys.path = [ srcroot ] + sys.path
  /toolchain/binutils/binutils-2.25/binutils/
Makefile.am 170 echo $$r/../gcc/xgcc -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; \
  /toolchain/binutils/binutils-2.25/ld/
Makefile.am 103 echo $$r/../gcc/xgcc -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; \
118 echo $$r/../gcc/g++ -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; \
    [all...]

Completed in 129 milliseconds