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

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_bugzilla/
bugzillaLogin.sh 13 #older versions of curl (like the one on emf) don't have -k
14 OUT=$(curl -k 2>&1| grep unknown)
22 curl -s -S $CURLARG 'https://bugs.eclipse.org/bugs/index.cgi' -d "GoAheadAndLogIn=1&Bugzilla_login=$LOGIN&Bugzilla_password=$PW" -D $HEADERS >/dev/null
  /external/webkit/Tools/wx/
install-unix-extras 33 DL_CMD="curl -L"
78 LIBCURL_TARBALL="curl-$LIBCURL_VERSION.tar.gz"
79 LIBCURL_URL="http://curl.haxx.se/download/$LIBCURL_TARBALL"
196 cd $DL_DIR/curl-$LIBCURL_VERSION
199 # CURL creates different build headers for 32 and 64 bit, so to get a universal build,
205 mkdir -p $DEPS_PREFIX/include/curl
207 cp include/curl/curlbuild.h include/curl/curlbuild32.h
208 cp include/curl/curlbuild.h $DEPS_PREFIX/include/curl/curlbuild32.
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
index.php 71 $curl = curl_init($url[0]); variable
72 curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
73 curl_setopt($curl, CURLOPT_FAILONERROR, false);
74 curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false);
77 curl_setopt($curl, CURLINFO_HEADER_OUT, $returnRequestHeaders);
81 curl_setopt($curl, CURLOPT_HEADER, true);
88 curl_setopt($curl, CURLOPT_HTTPHEADER, $headers);
91 $response = curl_exec($curl);
93 $response = curl_error($curl);
97 $response = curl_getinfo($curl, CURLINFO_HEADER_OUT) . $response
    [all...]
  /external/webkit/Source/WebCore/platform/network/curl/
ResourceHandleManager.h 41 #include <curl/curl.h>
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 42 * The library depends on curl, and requires PHP 5.
73 throw new ErrorException('Curl extension is required.');
118 $curl = curl_init($url . ($method == 'GET' && $params ? '?' . $params : '')); variable
119 curl_setopt($curl, CURLOPT_FOLLOWLOCATION, true);
120 curl_setopt($curl, CURLOPT_HEADER, false);
121 curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false);
122 curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
124 curl_setopt($curl, CURLOPT_POST, true);
125 curl_setopt($curl, CURLOPT_POSTFIELDS, $params);
127 curl_setopt($curl, CURLOPT_HEADER, true)
    [all...]
  /external/protobuf/
autogen.sh 22 curl http://googletest.googlecode.com/files/gtest-1.3.0.tar.bz2 | tar jx
  /external/webkit/Source/WebCore/platform/network/
ResourceHandleInternal.h 38 #if USE(WININET) || (USE(CURL) && PLATFORM(WIN))
43 #if USE(CURL)
44 #include <curl/curl.h>
107 #if USE(CURL)
177 #if USE(CURL)
178 CURL* m_handle;
  /ndk/build/tools/
download-toolchain-sources.sh 218 (cd $LLVM_DIR && run curl -S -O $URL_PREFIX/$LLVM_TAR && tar xzf $LLVM_TAR)
223 run curl -S -O $URL_PREFIX/$CLANG_TAR && tar xzf $CLANG_TAR)
274 (mkdir -p $TMPDIR/python && cd $TMPDIR/python && run curl -S -O http://www.python.org/ftp/python/${PYVERSION_FOLDER}/Python-${PYVERSION}.tar.bz2 && tar -xjf Python-${PYVERSION}.tar.bz2)
build-host-python.sh 113 (cd $ARCHIVE_DIR && run curl -L -o "$PKG_NAME" "$PKG_URL")
build-mingw64-toolchain.sh 326 (cd $ARCHIVE_DIR && run curl -L -o "$PKG_NAME" "$PKG_URL")
  /external/webkit/Tools/Scripts/
update-webkit-dependency 76 my $result = system "curl -s -I $libsURL | grep Last-Modified > \"$tmpAbsDir/$file.headers\"";
106 $result = system "curl -o \"$tmpAbsDir/$zipFile\" $libsURL";
update-webkit-support-libs 117 chomp(my $expectedVersion = `curl -s $versionFileURL`);
bisect-builds 231 `curl -# -o '$path' '$urlBase/$filename'`;
315 open(NIGHTLIES, "curl -s $nightlyBuildsURLBase/all |") || die;
prepare-ChangeLog 268 # Perl has no built in XML processing, so we'll fetch and parse with curl and grep
271 my $descriptionLine = `curl --insecure --silent "$bugXMLURL" | grep short_desc`;
273 # Maybe the reason the above did not work is because the curl that is installed doesn't
275 if (`curl --version | grep ^Protocols` !~ /\bhttps\b/) {
277 print STDERR " It looks like your version of curl does not support ssl.\n";
278 print STDERR " If you are using macports, this can be fixed with sudo port install curl +ssl.\n";
    [all...]
  /ndk/build/core/
ndk-common.sh 612 find_program CMD_CURL curl
616 # Download a file with either 'curl', 'wget' or 'scp'
629 echo "Please install wget or curl on this machine"
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 492 find_program CMD_CURL curl
495 # Download a file with either 'curl', 'wget' or 'scp'
508 echo "Please install wget or curl on this machine"
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 570 find_program CMD_CURL curl
573 # Download a file with either 'curl', 'wget' or 'scp'
586 echo "Please install wget or curl on this machine"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 570 find_program CMD_CURL curl
573 # Download a file with either 'curl', 'wget' or 'scp'
586 echo "Please install wget or curl on this machine"
    [all...]
  /external/qemu-pc-bios/bochs/
configure     [all...]

Completed in 461 milliseconds