HomeSort by relevance Sort by last modified time
    Searched defs:expectedLength (Results 1 - 11 of 11) 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/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...]
  /external/webkit/Source/WebCore/platform/audio/
HRTFElevation.cpp 110 size_t expectedLength = static_cast<size_t>(256 * (sampleRate / 44100.0));
113 bool isBusGood = responseLength == expectedLength && impulseResponse->numberOfChannels() == 2;
  /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/Source/WebCore/xml/
XMLHttpRequest.cpp     [all...]
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
BinaryHprofReader.java 383 int expectedLength = 4 + 4 + 4 + (frames * BinaryHprof.ID_SIZE);
384 if (recordLength != expectedLength) {
386 + expectedLength
436 int expectedLength = 4 + 4 + (samplesCount * (4 + 4));
437 if (recordLength != expectedLength) {
439 + expectedLength
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 

Completed in 449 milliseconds