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

  /external/python/cpython3/Mac/BuildScript/resources/
install_certificates.command 3 /Library/Frameworks/Python.framework/Versions/@PYVER@/bin/python@PYVER@ << "EOF"
  /external/snakeyaml/
mvnw 61 if [ -z "$JAVA_HOME" ] && [ -L /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK ] ; then
65 export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Home
  /external/google-breakpad/src/tools/mac/upload_system_symbols/
upload_system_symbols.go 74 "/System/Library/Frameworks",
87 regexp.MustCompile(`/System/Library/Frameworks/Python\.framework/`),
88 regexp.MustCompile(`/System/Library/Frameworks/Ruby\.framework/`),
  /external/swiftshader/third_party/LLVM/tools/llvm-ld/
llvm-ld.cpp 77 static cl::list<std::string> Frameworks("framework",
78 cl::desc("Specify frameworks to link to"),
315 /// FrameworksPaths - The list of directories in which to find frameworks.
316 /// Frameworks - The list of frameworks (dynamic libraries)
382 // Add in frameworks to link.
383 for (unsigned index = 0; index < Frameworks.size(); index++) {
385 args.push_back(Frameworks[index]);
  /external/capstone/
Makefile 51 -I$(SDKROOT)/System/Library/Frameworks/Kernel.framework/Headers \
  /external/honggfuzz/
Makefile 117 -F$(SDK)/System/Library/Frameworks -F$(SDK)/System/Library/PrivateFrameworks \
  /external/python/cpython2/Lib/plat-mac/
bundlebuilder.py 103 # List of shared libraries (dylibs, Frameworks) to bundle with the app
104 # will be placed in Contents/Frameworks
200 files.append((path, pathjoin("Contents", "Frameworks",
301 libdir = os.path.join(os.path.dirname(execdir), "Frameworks")
553 destbase = pathjoin("Contents", "Frameworks", "Python.framework",
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
bundlebuilder.py 103 # List of shared libraries (dylibs, Frameworks) to bundle with the app
104 # will be placed in Contents/Frameworks
200 files.append((path, pathjoin("Contents", "Frameworks",
301 libdir = os.path.join(os.path.dirname(execdir), "Frameworks")
553 destbase = pathjoin("Contents", "Frameworks", "Python.framework",
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py 103 # List of shared libraries (dylibs, Frameworks) to bundle with the app
104 # will be placed in Contents/Frameworks
200 files.append((path, pathjoin("Contents", "Frameworks",
301 libdir = os.path.join(os.path.dirname(execdir), "Frameworks")
553 destbase = pathjoin("Contents", "Frameworks", "Python.framework",
    [all...]
  /external/python/cpython2/Mac/BuildScript/
build-installer.py 18 (for 10.6 or later) installed in /Library/Frameworks. When installed,
20 Tcl and Tk frameworks in /Library/Frameworks if available otherwise fall
102 FW_PREFIX = ["Library", "Frameworks", "Python.framework"]
192 # '/Library/Frameworks/Tcl.framework/Versions/8.5/Tcl',
193 # '/Library/Frameworks/Tk.framework/Versions/8.5/Tk']
268 '--libdir=/Library/Frameworks/Python.framework/Versions/%s/lib'%(getVersion(),),
273 "TCL_LIBRARY": shellQuote('/Library/Frameworks/Python.framework/Versions/%s/lib/tcl8.5'%(getVersion())),
288 '--libdir=/Library/Frameworks/Python.framework/Versions/%s/lib'%(getVersion(),),
293 "TCL_LIBRARY": shellQuote('/Library/Frameworks/Python.framework/Versions/%s/lib/tcl8.5'%(getVersion()))
    [all...]
  /external/python/cpython3/Mac/BuildScript/
build-installer.py 18 (for 10.6 or later) installed in /Library/Frameworks. When installed,
20 Tcl and Tk frameworks in /Library/Frameworks if available otherwise fall
102 FW_PREFIX = ["Library", "Frameworks", "Python.framework"]
193 # '/Library/Frameworks/Tcl.framework/Versions/8.5/Tcl',
194 # '/Library/Frameworks/Tk.framework/Versions/8.5/Tk']
239 '--libdir=/Library/Frameworks/Python.framework/Versions/%s/lib'%(getVersion(),),
244 "TCL_LIBRARY": shellQuote('/Library/Frameworks/Python.framework/Versions/%s/lib/tcl8.5'%(getVersion())),
259 '--libdir=/Library/Frameworks/Python.framework/Versions/%s/lib'%(getVersion(),),
264 "TCL_LIBRARY": shellQuote('/Library/Frameworks/Python.framework/Versions/%s/lib/tcl8.5'%(getVersion()))
    [all...]
  /external/python/cpython2/
configure     [all...]
  /external/python/cpython3/
configure     [all...]

Completed in 422 milliseconds