HomeSort by relevance Sort by last modified time
    Searched defs:expectedLength (Results 1 - 12 of 12) 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;
  /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
  /prebuilts/devtools/tools/lib/
ddmlib.jar 
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 

Completed in 474 milliseconds