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

1 2 3 4

  /external/webkit/Source/WebCore/WebCore.vcproj/
WebCoreCURL.vsprops 9 AdditionalIncludeDirectories="$(ProjectDir)..\platform\network\curl"
WebCoreGeneratedCairo.vsprops 10 BuildCommandLine="%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
cmd /c
if exist "$(ConfigurationBuildDir)\buildfailed" grep XX$(ProjectName)XX "$(ConfigurationBuildDir)\buildfailed"
if errorlevel 1 exit 1
echo XX$(ProjectName)XX > "$(ConfigurationBuildDir)\buildfailed"

set CONFIGURATIONBUILDDIR=$(ConfigurationBuildDir)
bash build-generated-files.sh "$(ConfigurationBuildDir)" "$(WebKitLibrariesDir)" "$(WebKitVSPropsRedirectionDir)..\..\..\WebKitLibraries\win" cairo
bash migrate-scripts.sh "$(ConfigurationBuildDir)/obj/WebCore/scripts"
cmd /C copyForwardingHeaders.cmd cairo curl
cmd /C copyWebCoreResourceFiles.cmd

if exist "$(ConfigurationBuildDir)\buildfailed" del "$(ConfigurationBuildDir)\buildfailed"
"
11 ReBuildCommandLine="echo XX$(ProjectName)XX > "$(ConfigurationBuildDir)\buildfailed"

del /s /q "$(ConfigurationBuildDir)\obj\WebCore\DerivedSources"
del /s /q "$(ConfigurationBuildDir)\obj\WebCore\scripts"
%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
cmd /c
set CONFIGURATIONBUILDDIR=$(ConfigurationBuildDir)
bash build-generated-files.sh "$(ConfigurationBuildDir)" "$(WebKitLibrariesDir)" "$(WebKitVSPropsRedirectionDir)..\..\..\WebKitLibraries\win" cairo
bash migrate-scripts.sh "$(ConfigurationBuildDir)/obj/WebCore/scripts"
cmd /C copyForwardingHeaders.cmd cairo curl
cmd /C copyWebCoreResourceFiles.cmd

if exist "$(ConfigurationBuildDir)\buildfailed" del "$(ConfigurationBuildDir)\buildfailed"
"
  /external/webkit/WebKitLibraries/win/tools/vsprops/
cURL.vsprops 5 Name="cURL"
  /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/webkit/Source/WebCore/
CMakeListsEfl.txt 152 "${WEBCORE_DIR}/platform/network/curl"
155 platform/network/curl/CookieJarCurl.cpp
156 platform/network/curl/DNSCurl.cpp
157 platform/network/curl/FormDataStreamCurl.cpp
158 platform/network/curl/ResourceHandleCurl.cpp
159 platform/network/curl/ResourceHandleManager.cpp
160 platform/network/curl/SocketStreamHandleCurl.cpp
  /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;
ResourceHandle.h 97 #if PLATFORM(MAC) || USE(CFNETWORK) || USE(CURL)
118 #if PLATFORM(MAC) || USE(CFNETWORK) || USE(CURL)
144 #if PLATFORM(WIN) && USE(CURL)
147 #if PLATFORM(WIN) && USE(CURL) && USE(CF)
167 #if PLATFORM(QT) || USE(CURL) || USE(SOUP) || PLATFORM(ANDROID)
  /external/webkit/Source/WebKit/win/WebKit.vcproj/
WebKitLibDebugCairoCFLite.vsprops 12 $(WebKitVSPropsRedirectionDir)..\..\..\..\WebKitLibraries\win\tools\vsprops\cURL.vsprops;
WebKitLibReleaseCairoCFLite.vsprops 13 $(WebKitVSPropsRedirectionDir)..\..\..\..\WebKitLibraries\win\tools\vsprops\cURL.vsprops;
  /external/webkit/Source/WebKit2/win/
WebKit2DebugCairoCFLite.vsprops 11 $(WebKitVSPropsRedirectionDir)..\..\..\WebKitLibraries\win\tools\vsprops\cURL.vsprops;
WebKit2ReleaseCairoCFLite.vsprops 12 $(WebKitVSPropsRedirectionDir)..\..\..\WebKitLibraries\win\tools\vsprops\cURL.vsprops;
  /external/webkit/Tools/DumpRenderTree/win/
DumpRenderTreeDebugCairoCFLite.vsprops 7 $(WebKitVSPropsRedirectionDir)..\..\..\WebKitLibraries\win\tools\vsprops\FeatureDefinesCairo.vsprops;$(WebKitVSPropsRedirectionDir)..\..\..\WebKitLibraries\win\tools\vsprops\common.vsprops;$(WebKitVSPropsRedirectionDir)..\..\..\WebKitLibraries\win\tools\vsprops\debug.vsprops;$(WebKitVSPropsRedirectionDir)..\..\..\WebKitLibraries\win\tools\vsprops\debug_wincairo.vsprops;$(WebKitVSPropsRedirectionDir)..\..\..\WebKitLibraries\win\tools\vsprops\cURL.vsprops;.\DumpRenderTreeCommon.vsprops;.\DumpRenderTreeCairo.vsprops;.\DumpRenderTreeCFLite.vsprops"
DumpRenderTreeReleaseCairoCFLite.vsprops 12 $(WebKitVSPropsRedirectionDir)..\..\..\WebKitLibraries\win\tools\vsprops\cURL.vsprops;
  /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/llvm/test/CodeGen/ARM/
2009-05-11-CodePlacementCrash.ll 11 %CurL.02 = phi %struct.List* [ @Node5, %entry ], [ %2, %bb3 ] ; <%struct.List*> [#uses=1]
12 %PrevL.01 = phi %struct.List* [ null, %entry ], [ %CurL.02, %bb3 ] ; <%struct.List*> [#uses=1]
  /external/webkit/Source/WebCore/platform/network/curl/
ResourceHandleManager.h 41 #include <curl/curl.h>
ResourceHandleManager.cpp 108 static void curl_lock_callback(CURL* handle, curl_lock_data data, curl_lock_access access, void* userPtr)
114 static void curl_unlock_callback(CURL* handle, curl_lock_data data, void* userPtr)
158 static void handleLocalReceiveResponse (CURL* handle, ResourceHandle* job, ResourceHandleInternal* d)
190 // this shouldn't be necessary but apparently is. CURL writes the data
193 CURL* h = d->m_handle;
244 CURL* h = d->m_handle;
362 // check the curl messages indicating completed transfers
371 CURL* handle = msg->easy_handle;
405 fprintf(stderr, "Curl ERROR for url='%s', error: '%s'\n", url, curl_easy_strerror(msg->data.result));
485 // The size of a curl_off_t could be different in WebKit and in cURL depending o
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
intra_est.cpp 32 bool IntraDecisionABE(AVCEncObject *encvid, int min_cost, uint8 *curL, int picPitch)
53 topL = curL - picPitch;
55 leftL = curL - 1;
111 void MBIntraSearch(AVCEncObject *encvid, int mbnum, uint8 *curL, int picPitch)
138 intra = IntraDecisionABE(encvid, min_cost, curL, picPitch);
157 curL -= 4;
161 *saved_inter++ = *((uint32*)(curL += 4));
162 *saved_inter++ = *((uint32*)(curL += 4));
163 *saved_inter++ = *((uint32*)(curL += 4));
164 *saved_inter++ = *((uint32*)(curL += 4))
    [all...]
block.cpp 260 void MBInterIdct(AVCCommonObj *video, uint8 *curL, AVCMacroblock *currMB, int picPitch)
263 uint8 *cur; // the same as curL
269 cur = curL;
346 curL += ((picPitch << 3) - 8);
351 curL += 8;
360 void dct_luma_16x16(AVCEncObject *encvid, uint8 *curL, uint8 *orgL)
671 *curL = r0;
672 *(curL += pitch) = r1;
673 *(curL += pitch) = r2;
674 curL[pitch] = r3
    [all...]
  /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/webkit/Source/WebKit/
CMakeLists.txt 57 LIST(APPEND WebKit_INCLUDE_DIRECTORIES "${WEBCORE_DIR}/platform/network/curl")
  /external/webkit/Source/cmake/
WebKitPackaging.cmake 119 "/curl/" "/Curl/" "curl\\\\." "Curl\\\\."
  /external/protobuf/
autogen.sh 22 curl http://googletest.googlecode.com/files/gtest-1.3.0.tar.bz2 | tar jx
  /external/webkit/Tools/wx/browser/
wscript 49 uselib = 'WX CURL ICU XSLT XML ' + get_config(),
  /frameworks/base/core/java/android/net/http/
AndroidHttpClient.java 325 /* cURL logging support. */
355 /** cURL logging configuration. */
359 * Enables cURL request logging for this client.
377 * Disables cURL logging for this client.
384 * Logs cURL commands equivalent to requests.
401 * Generates a cURL command equivalent to the given request.
406 builder.append("curl ");

Completed in 5714 milliseconds

1 2 3 4