Home
last modified time | relevance | path

Searched refs:expectedLength (Results 1 – 22 of 22) sorted by relevance

/external/webkit/WebCore/platform/network/qt/
DResourceResponse.h39 …ResourceResponse(const KURL& url, const String& mimeType, long long expectedLength, const String& … in ResourceResponse() argument
40 : ResourceResponseBase(url, mimeType, expectedLength, textEncodingName, filename) in ResourceResponse()
/external/webkit/WebCore/platform/network/android/
DResourceResponse.h39 …ResourceResponse(const KURL& url, const String& mimeType, long long expectedLength, const String& … in ResourceResponse() argument
40 : ResourceResponseBase(url, mimeType, expectedLength, textEncodingName, filename) { } in ResourceResponse()
/external/webkit/WebCore/platform/network/curl/
DResourceResponse.h40 …ResourceResponse(const KURL& url, const String& mimeType, long long expectedLength, const String& … in ResourceResponse() argument
41 : ResourceResponseBase(url, mimeType, expectedLength, textEncodingName, filename), in ResourceResponse()
/external/webkit/WebCore/platform/network/soup/
DResourceResponse.h42 …ResourceResponse(const KURL& url, const String& mimeType, long long expectedLength, const String& … in ResourceResponse() argument
43 : ResourceResponseBase(url, mimeType, expectedLength, textEncodingName, filename) in ResourceResponse()
/external/webkit/WebCore/platform/network/cf/
DResourceResponse.h49 …ResourceResponse(const KURL& url, const String& mimeType, long long expectedLength, const String& … in ResourceResponse() argument
50 : ResourceResponseBase(url, mimeType, expectedLength, textEncodingName, filename) in ResourceResponse()
/external/webkit/WebCore/platform/network/mac/
DResourceResponse.h54 …ResourceResponse(const KURL& url, const String& mimeType, long long expectedLength, const String& … in ResourceResponse() argument
55 : ResourceResponseBase(url, mimeType, expectedLength, textEncodingName, filename) in ResourceResponse()
/external/webkit/WebCore/platform/network/chromium/
DResourceResponse.h45 …ResourceResponse(const KURL& url, const String& mimeType, long long expectedLength, const String& … in ResourceResponse() argument
46 : ResourceResponseBase(url, mimeType, expectedLength, textEncodingName, filename) in ResourceResponse()
/external/chromium/third_party/icu/source/test/cintltst/
Dspreptst.c758 int32_t srcLength, resultLength, expectedLength; in TestStringPrepProfiles() local
778 srcLength = resultLength = expectedLength = SPREP_PROFILE_TEST_MAX_LENGTH; in TestStringPrepProfiles()
783 expectedLength = u_unescape(profile_test_case[++i], expected, expectedLength); in TestStringPrepProfiles()
798 if (resultLength != expectedLength || u_strcmp(result, expected) != 0) { in TestStringPrepProfiles()
Dcloctst.c5317 const int32_t expectedLength = getExpectedReturnValue(&maximizeErrors[i]); in TestLikelySubtags() local
5334 else if (length != expectedLength) { in TestLikelySubtags()
5335 …ikelySubtags(), minimal \"%s\" expected length %d, but got %d\n", minimal, expectedLength, length); in TestLikelySubtags()
5351 const int32_t expectedLength = getExpectedReturnValue(&minimizeErrors[i]); in TestLikelySubtags() local
5368 else if (length != expectedLength) { in TestLikelySubtags()
5369 …imizeSubtags(), maximal \"%s\" expected length %d, but got %d\n", maximal, expectedLength, length); in TestLikelySubtags()
Dcapitst.c2307 … const int32_t expectedLength[PREFERRED_SIZE] = { 1, 1, 1, 2, 2, 6, 6, 6, 6, 6, 6, 2, 2, 1, 2, 1 }; in TestGetKeywordValuesForLocale() local
2328 if (size == expectedLength[i]) { in TestGetKeywordValuesForLocale()
2329 for (n = 0; n < expectedLength[i]; n++) { in TestGetKeywordValuesForLocale()
2347 …eywords (%d) does not match expected size (%d) for locale: %s\n", size, expectedLength[i], locale); in TestGetKeywordValuesForLocale()
Dnucnvtst.c1609 static const int32_t expectedLength[] ={ in TestSignatureDetection() local
1649 if(signatureLength != expectedLength[i]){ in TestSignatureDetection()
1650 …%s at index :%i.Expected Length: %i. Got length: %i\n",source,i,signatureLength,expectedLength[i]); in TestSignatureDetection()
1722 static const int32_t expectedLength[] ={ in TestSignatureDetection() local
1765 if(signatureLength != expectedLength[i]){ in TestSignatureDetection()
1766 …%s at index :%i.Expected Length: %i. Got length: %i\n",source,i,signatureLength,expectedLength[i]); in TestSignatureDetection()
/external/icu4c/test/cintltst/
Dspreptst.c760 int32_t srcLength, resultLength, expectedLength; in TestStringPrepProfiles() local
780 srcLength = resultLength = expectedLength = SPREP_PROFILE_TEST_MAX_LENGTH; in TestStringPrepProfiles()
785 expectedLength = u_unescape(profile_test_case[++i], expected, expectedLength); in TestStringPrepProfiles()
800 if (resultLength != expectedLength || u_strcmp(result, expected) != 0) { in TestStringPrepProfiles()
Dccapitst.c2712 int32_t expectedLength; in TestConvertExFromUTF8_C5F0() local
2744 expectedLength=6; in TestConvertExFromUTF8_C5F0()
2748 expectedLength=16; in TestConvertExFromUTF8_C5F0()
2756 &target, dest+expectedLength, in TestConvertExFromUTF8_C5F0()
2761 target!=dest+expectedLength || 0!=uprv_memcmp(dest, expected, expectedLength) || in TestConvertExFromUTF8_C5F0()
2762 dest[expectedLength]!=9 in TestConvertExFromUTF8_C5F0()
Dcloctst.c5329 const int32_t expectedLength = getExpectedReturnValue(&maximizeErrors[i]); in TestLikelySubtags() local
5346 else if (length != expectedLength) { in TestLikelySubtags()
5347 …ikelySubtags(), minimal \"%s\" expected length %d, but got %d\n", minimal, expectedLength, length); in TestLikelySubtags()
5363 const int32_t expectedLength = getExpectedReturnValue(&minimizeErrors[i]); in TestLikelySubtags() local
5380 else if (length != expectedLength) { in TestLikelySubtags()
5381 …imizeSubtags(), maximal \"%s\" expected length %d, but got %d\n", maximal, expectedLength, length); in TestLikelySubtags()
Dcapitst.c2295 … const int32_t expectedLength[PREFERRED_SIZE] = { 1, 1, 1, 2, 2, 6, 6, 6, 6, 6, 6, 2, 2, 1, 2, 1 }; in TestGetKeywordValuesForLocale() local
2316 if (size == expectedLength[i]) { in TestGetKeywordValuesForLocale()
2317 for (n = 0; n < expectedLength[i]; n++) { in TestGetKeywordValuesForLocale()
2335 …eywords (%d) does not match expected size (%d) for locale: %s\n", size, expectedLength[i], locale); in TestGetKeywordValuesForLocale()
Dnucnvtst.c1649 static const int32_t expectedLength[] ={ in TestSignatureDetection() local
1689 if(signatureLength != expectedLength[i]){ in TestSignatureDetection()
1690 …%s at index :%i.Expected Length: %i. Got length: %i\n",source,i,signatureLength,expectedLength[i]); in TestSignatureDetection()
1762 static const int32_t expectedLength[] ={ in TestSignatureDetection() local
1805 if(signatureLength != expectedLength[i]){ in TestSignatureDetection()
1806 …%s at index :%i.Expected Length: %i. Got length: %i\n",source,i,signatureLength,expectedLength[i]); in TestSignatureDetection()
/external/quake/src/com/android/quake/
DDownloaderActivity.java829 long expectedLength) in get() argument
838 if (expectedLength >= 0) { in get()
839 range += expectedLength-1; in get()
881 long startOffset, long expectedLength, MessageDigest digest) in downloadPart() argument
883 boolean lengthIsKnown = expectedLength >= 0; in downloadPart()
888 if (lengthIsKnown && (startOffset > expectedLength)) { in downloadPart()
891 + expectedLength); in downloadPart()
893 InputStream is = get(src, startOffset, expectedLength); in downloadPart()
897 long expectedBytesRead = expectedLength - startOffset; in downloadPart()
/external/webkit/WebCore/xml/
DXMLHttpRequest.cpp918 long long expectedLength = m_response.expectedContentLength(); in didReceiveData() local
923 …ressEvent, expectedLength && m_receivedLength <= expectedLength, static_cast<unsigned>(m_receivedL… in didReceiveData()
/external/webkit/WebKit/chromium/src/js/
DTests.js299 var expectedLength = 87;
301 resource.contentLength <= expectedLength,
303 if (expectedLength === resource.contentLength)
306 var expectedLength = 257796;
308 resource.contentLength <= expectedLength,
310 if (expectedLength === resource.contentLength)
/external/webkit/WebKit/android/jni/
DWebCoreResourceLoader.cpp152 … jstring statusText, jstring mimeType, jlong expectedLength, in CreateResponse() argument
171 kurl, mimeTypeStr, (long long)expectedLength, in CreateResponse()
/external/webkit/WebCore/platform/network/
DResourceResponseBase.h109 …ResourceResponseBase(const KURL& url, const String& mimeType, long long expectedLength, const Stri…
DResourceResponseBase.cpp63 …ourceResponseBase(const KURL& url, const String& mimeType, long long expectedLength, const String&… in ResourceResponseBase() argument
66 , m_expectedContentLength(expectedLength) in ResourceResponseBase()