Home
last modified time | relevance | path

Searched defs:expectedLength (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/WebCore/platform/network/win/
DResourceResponse.h38 …ResourceResponse(const KURL& url, const String& mimeType, long long expectedLength, const String& … in ResourceResponse()
/external/webkit/Source/WebCore/platform/network/qt/
DResourceResponse.h39 …ResourceResponse(const KURL& url, const String& mimeType, long long expectedLength, const String& … in ResourceResponse()
/external/webkit/Source/WebCore/platform/network/android/
DResourceResponse.h39 …ResourceResponse(const KURL& url, const String& mimeType, long long expectedLength, const String& … in ResourceResponse()
/external/skia/tests/
DPointTest.cpp16 SkScalar expectedLength) { in test_length()
/external/webkit/Source/WebCore/platform/network/curl/
DResourceResponse.h42 …ResourceResponse(const KURL& url, const String& mimeType, long long expectedLength, const String& … in ResourceResponse()
/external/webkit/Source/WebCore/platform/network/soup/
DResourceResponse.h43 …ResourceResponse(const KURL& url, const String& mimeType, long long expectedLength, const String& … in ResourceResponse()
/external/webkit/Source/WebCore/platform/network/cf/
DResourceResponse.h67 …ResourceResponse(const KURL& url, const String& mimeType, long long expectedLength, const String& … in ResourceResponse()
/external/webkit/Source/WebCore/platform/audio/
DHRTFElevation.cpp110 size_t expectedLength = static_cast<size_t>(256 * (sampleRate / 44100.0)); in calculateKernelsForAzimuthElevation() local
/external/webkit/Source/WebCore/platform/network/chromium/
DResourceResponse.h50 …ResourceResponse(const KURL& url, const String& mimeType, long long expectedLength, const String& … in ResourceResponse()
/external/webkit/Source/WebCore/platform/network/
DResourceResponseBase.cpp71 …::ResourceResponseBase(const KURL& url, const String& mimeType, long long expectedLength, const St… in ResourceResponseBase()
/external/icu4c/test/cintltst/
Dspreptst.c760 int32_t srcLength, resultLength, expectedLength; in TestStringPrepProfiles() local
Dcapitst.c2371 … const int32_t expectedLength[PREFERRED_SIZE] = { 3, 3, 3, 4, 4, 9, 9, 9, 9, 9, 9, 4, 4, 3, 4, 3 }; in TestGetKeywordValuesForLocale() local
2373 … const int32_t expectedLength[PREFERRED_SIZE] = { 3, 3, 3, 4, 4, 8, 8, 8, 8, 8, 8, 4, 4, 3, 4, 3 }; in TestGetKeywordValuesForLocale() local
Dcloctst.c5496 const int32_t expectedLength = getExpectedReturnValue(&maximizeErrors[i]); in TestLikelySubtags() local
5530 const int32_t expectedLength = getExpectedReturnValue(&minimizeErrors[i]); in TestLikelySubtags() local
Dnucnvtst.c1660 static const int32_t expectedLength[] ={ in TestSignatureDetection() local
1773 static const int32_t expectedLength[] ={ in TestSignatureDetection() local
Dccapitst.c2674 int32_t expectedLength; in TestConvertExFromUTF8_C5F0() local
/external/quake/src/com/android/quake/
DDownloaderActivity.java829 long expectedLength) in get()
881 long startOffset, long expectedLength, MessageDigest digest) in downloadPart()
/external/webkit/Source/WebCore/xml/
DXMLHttpRequest.cpp1077 long long expectedLength = m_response.expectedContentLength(); in didReceiveData() local