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

  /external/webkit/Tools/MiniBrowser/mac/
make-launchable.sh 27 defaults write "${BUILT_PRODUCTS_DIR}/${INFOPLIST_PATH%.plist}" LSEnvironment -dict DYLD_FRAMEWORK_PATH "${BUILT_PRODUCTS_DIR}"
  /external/chromium/testing/gtest/xcode/Samples/FrameworkSample/
runtests.sh 35 export DYLD_FRAMEWORK_PATH=$BUILT_PRODUCTS_DIR
  /external/libvpx/libvpx/third_party/googletest/src/xcode/Samples/FrameworkSample/
runtests.sh 35 export DYLD_FRAMEWORK_PATH=$BUILT_PRODUCTS_DIR
  /external/webkit/Tools/Scripts/
run-webkit-app 44 # Set up DYLD_FRAMEWORK_PATH to point to the product directory.
45 print "Start $ARGV[0] with DYLD_FRAMEWORK_PATH set to point to built WebKit in $productDir.\n";
46 $ENV{DYLD_FRAMEWORK_PATH} = $productDir;
gdb-safari 48 $ENV{DYLD_FRAMEWORK_PATH} = $productDir;
51 print "Starting Safari under gdb with DYLD_FRAMEWORK_PATH set to point to built WebKit in $productDir.\n";
run-launcher 61 $ENV{DYLD_FRAMEWORK_PATH} = $ENV{DYLD_FRAMEWORK_PATH} ? "$libDir:$ENV{DYLD_FRAMEWORK_PATH}" : $libDir;
run-pageloadtest 82 # Set up DYLD_FRAMEWORK_PATH to point to the product directory.
83 print "Starting Safari with DYLD_FRAMEWORK_PATH set to point to built WebKit in $productDir.\n";
84 $ENV{DYLD_FRAMEWORK_PATH} = $productDir;
run-javascriptcore-tests 104 $ENV{DYLD_FRAMEWORK_PATH} = $productDir;
sunspider-compare-results 85 print "Starting sunspider-compare-results with DYLD_FRAMEWORK_PATH set to point to built JavaScriptCore in $productDir.\n";
86 $ENV{DYLD_FRAMEWORK_PATH} = $productDir;
run-api-tests 132 $ENV{DYLD_FRAMEWORK_PATH} = $productDir;
187 $ENV{DYLD_FRAMEWORK_PATH} = $productDir;
run-sunspider 107 print "Starting sunspider with DYLD_FRAMEWORK_PATH set to point to built JavaScriptCore in $productDir.\n";
108 $ENV{DYLD_FRAMEWORK_PATH} = $productDir;
webkitdirs.pm     [all...]
bisect-builds 398 `DYLD_FRAMEWORK_PATH=$frameworkPath WEBKIT_UNSET_DYLD_FRAMEWORK_PATH=YES $safari $tempFile`;
old-run-webkit-tests     [all...]
  /external/chromium/testing/gtest/xcode/Scripts/
runtests.sh 35 export DYLD_FRAMEWORK_PATH=$BUILT_PRODUCTS_DIR
  /external/libvpx/libvpx/third_party/googletest/src/xcode/Scripts/
runtests.sh 35 export DYLD_FRAMEWORK_PATH=$BUILT_PRODUCTS_DIR
  /external/protobuf/gtest/xcode/Scripts/
runtests.sh 6 export DYLD_FRAMEWORK_PATH=$BUILT_PRODUCTS_DIR

Completed in 492 milliseconds