HomeSort by relevance Sort by last modified time
    Searched full:install_path (Results 1 - 25 of 30) sorted by null

1 2

  /external/autotest/client/deps/lansim/src/
Makefile 0 INSTALL_PATH=../build
7 python setup.py install --install-platlib=$(INSTALL_PATH)
14 PYTHONPATH=$(INSTALL_PATH):$(PYTHONPATH) ./run_unittests
  /external/libmtp/
MacConfigExternalDebug.xcconfig 12 INSTALL_PATH=@executable_path
MacConfigExternalRelease.xcconfig 17 INSTALL_PATH=@executable_path
  /external/libusb/
MacConfigExternalDebug.xcconfig 12 INSTALL_PATH=@executable_path
MacConfigExternalRelease.xcconfig 17 INSTALL_PATH=@executable_path
  /external/libusb-compat/
MacConfigExternalDebug.xcconfig 12 INSTALL_PATH=@executable_path
MacConfigExternalRelease.xcconfig 17 INSTALL_PATH=@executable_path
  /ndk/sources/host-tools/ndk-depends/
build-ndk-depends.sh 85 INSTALL_PATH=$INSTALL_ROOT/$INSTALL_SUBDIR
86 OUT=$INSTALL_PATH/$NAME
87 mkdir $INSTALL_PATH
  /ndk/sources/host-tools/ndk-stack/
build-ndk-stack.sh 111 INSTALL_PATH=$INSTALL_ROOT/$INSTALL_SUBDIR
112 OUT=$INSTALL_PATH/$NAME
113 mkdir $INSTALL_PATH
  /external/clang/
build.py 175 install_path = os.path.join(install_dir, dirname)
176 if not os.path.exists(install_path):
177 os.makedirs(install_path)
180 install_file(built_path, install_path)
187 ['strip', os.path.join(install_path, file_name)])
243 install_path = os.path.join(install_dir, 'tools', tool)
244 install_directory(tool_path, install_path)
  /development/testrunner/
runtest.py 355 for install_path in re.split(r'\s+', install_paths):
356 if filter_re and not filter_re.match(install_path):
358 if install_path.endswith(".apk"):
359 abs_install_path = os.path.join(self._root_path, install_path)
368 self._PushInstallFileToDevice(install_path)
370 def _PushInstallFileToDevice(self, install_path):
371 m = self._re_make_install_path.match(install_path)
377 abs_install_path = os.path.join(self._root_path, install_path)
381 logger.Log("Error: Failed to recognize path of file to install %s" % install_path)
  /external/parameter-framework/upstream/tools/xmlGenerator/
domainGenerator.py 195 install_path = os.path.dirname(os.path.realpath(args.toplevel_config))
199 structPath=install_path)
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/Mac/XCode-2.2/OIS.xcodeproj/
project.pbxproj     [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR.xcodeproj/
project.pbxproj     [all...]
  /external/google-breakpad/src/testing/gtest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/
project.pbxproj 373 INSTALL_PATH = "@loader_path/../Frameworks";
385 INSTALL_PATH = "@loader_path/../Frameworks";
  /external/protobuf/gtest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/
project.pbxproj 373 INSTALL_PATH = "@loader_path/../Frameworks";
385 INSTALL_PATH = "@loader_path/../Frameworks";
  /external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/EASLIb.xcodeproj/
project.pbxproj 245 INSTALL_PATH = /usr/local/lib;
306 INSTALL_PATH = /usr/local/lib;
  /external/vulkan-validation-layers/tests/gtest-1.7.0/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/
project.pbxproj 373 INSTALL_PATH = "@loader_path/../Frameworks";
385 INSTALL_PATH = "@loader_path/../Frameworks";
  /ndk/build/tools/
package.py 140 install_path = 'platforms/android-' + platform_str
141 packages.append((package_name, install_path))
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
bdist_msi.py 338 install_path = r"SOFTWARE\Python\PythonCore\%s\InstallPath" % ver
354 [(machine_reg, 2, install_path, None, Type),
355 (user_reg, 1, install_path, None, Type)])
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
bdist_msi.py 338 install_path = r"SOFTWARE\Python\PythonCore\%s\InstallPath" % ver
354 [(machine_reg, 2, install_path, None, Type),
355 (user_reg, 1, install_path, None, Type)])
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_msi.py 338 install_path = r"SOFTWARE\Python\PythonCore\%s\InstallPath" % ver
354 [(machine_reg, 2, install_path, None, Type),
355 (user_reg, 1, install_path, None, Type)])
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_msi.py 338 install_path = r"SOFTWARE\Python\PythonCore\%s\InstallPath" % ver
354 [(machine_reg, 2, install_path, None, Type),
355 (user_reg, 1, install_path, None, Type)])
    [all...]
  /docs/source.android.com/src/source/
64-bit-builds.jd 156 <h2 id=install_path>Install path</h2>
  /external/google-breakpad/src/client/ios/Breakpad.xcodeproj/
project.pbxproj 454 INSTALL_PATH = /usr/local/lib;
482 INSTALL_PATH = /usr/local/lib;
    [all...]

Completed in 698 milliseconds

1 2