HomeSort by relevance Sort by last modified time
    Searched defs:expectedLength (Results 1 - 13 of 13) sorted by null

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
nodechildnodesappendchild.java 65 int expectedLength;
71 expectedLength = (int) childList.getLength();
72 expectedLength += 1;
76 assertEquals("childNodeLength", expectedLength, length);
  /external/chromium/third_party/icu/source/test/cintltst/
spreptst.c 758 int32_t srcLength, resultLength, expectedLength;
778 srcLength = resultLength = expectedLength = SPREP_PROFILE_TEST_MAX_LENGTH;
783 expectedLength = u_unescape(profile_test_case[++i], expected, expectedLength);
798 if (resultLength != expectedLength || u_strcmp(result, expected) != 0) {
capitst.c     [all...]
cloctst.c     [all...]
nucnvtst.c     [all...]
  /external/icu4c/test/cintltst/
spreptst.c 760 int32_t srcLength, resultLength, expectedLength;
780 srcLength = resultLength = expectedLength = SPREP_PROFILE_TEST_MAX_LENGTH;
785 expectedLength = u_unescape(profile_test_case[++i], expected, expectedLength);
800 if (resultLength != expectedLength || u_strcmp(result, expected) != 0) {
capitst.c     [all...]
ccapitst.c     [all...]
cloctst.c     [all...]
nucnvtst.c     [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
Debugger.java 301 int expectedLength = tempBuffer.position();
303 if (mChannel.write(tempBuffer) != expectedLength) {
307 expectedLength = mPreDataBuffer.position();
308 if (expectedLength > 0) {
312 if (mChannel.write(mPreDataBuffer) != expectedLength) {
  /external/webkit/WebCore/xml/
XMLHttpRequest.cpp 918 long long expectedLength = m_response.expectedContentLength();
923 dispatchEvent(XMLHttpRequestProgressEvent::create(eventNames().progressEvent, expectedLength && m_receivedLength <= expectedLength, static_cast<unsigned>(m_receivedLength), static_cast<unsigned>(expectedLength)));
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 2117 milliseconds