/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_org/third_party/WebKit/Source/platform/audio/ |
HRTFElevation.cpp | 85 size_t expectedLength = static_cast<size_t>(TotalNumberOfResponses * ResponseFrameSize); 88 bool isBusGood = responseLength == expectedLength && bus->numberOfChannels() == 2; 185 size_t expectedLength = static_cast<size_t>(256 * (sampleRate / 44100.0)); 188 bool isBusGood = responseLength == expectedLength && impulseResponse->numberOfChannels() == 2;
|
/external/chromium_org/third_party/icu/source/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/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
ECCurve.java | 42 int expectedLength = (getFieldSize() + 7) / 8; 59 if (encoded.length != (expectedLength + 1)) 65 BigInteger X1 = fromArray(encoded, 1, expectedLength); 74 if (encoded.length != (2 * expectedLength + 1)) 79 BigInteger X1 = fromArray(encoded, 1, expectedLength); 80 BigInteger Y1 = fromArray(encoded, 1 + expectedLength, expectedLength);
|
/libcore/luni/src/test/java/libcore/java/util/zip/ |
ZipFileTest.java | 131 int expectedLength = 5; 133 byte[] buffer = new byte[expectedLength]; 153 ze.setCompressedSize(expectedLength - 1); 162 assertEquals(expectedLength, count);
|
/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/chromium_org/third_party/WebKit/Source/core/xml/ |
XMLHttpRequest.cpp | [all...] |
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
StringImpl.cpp | 89 size_t expectedLength = std::min(string->length(), kMaxSnippetLength); 90 if (expectedLength == kMaxSnippetLength) 91 expectedLength += 3; // For the "...". 92 ++expectedLength; // For the terminating '\0'. 93 snippet.reserveCapacity(expectedLength); [all...] |
/libcore/dex/src/main/java/com/android/dex/ |
Dex.java | 591 int expectedLength = readUleb128(); 592 String result = Mutf8.decode(this, new char[expectedLength]); 593 if (result.length() != expectedLength) { 594 throw new DexException("Declared length " + expectedLength [all...] |
/prebuilts/devtools/tools/lib/ |
ddmlib.jar | |
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.2.0/ |
ddmlib-22.2.0.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 | |