HomeSort by relevance Sort by last modified time
    Searched full:actuallength (Results 1 - 25 of 35) sorted by null

1 2

  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
encodedstreamtest.cpp 230 size_t actualLength, expectedLength;
231 char* actualBuffer = ReadFile(filename, false, &actualLength);
233 bool ret = (expectedLength == actualLength) && memcmp(expectedBuffer, actualBuffer, actualLength) == 0;
239 bool CompareBufferFile(const char* actualBuffer, size_t actualLength, const char* expectedFilename) {
242 bool ret = (expectedLength == actualLength) && memcmp(expectedBuffer, actualBuffer, actualLength) == 0;
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/command/
FileRetrCommandHandlerTest.java 88 int actualLength = ((Integer) actual[1]).intValue();
89 LOG.info("invocation #" + counter + " expected=" + expectedLength + " actualLength=" + actualLength);
94 //assertEquals("length for invocation #" + counter, expectedLength, actualLength);
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/command/
FileRetrCommandHandlerTest.java 89 int actualLength = ((Integer)actual[1]).intValue();
90 LOG.info("invocation #" + counter + " expected=" + expectedLength + " actualLength=" + actualLength);
96 //assertEquals("length for invocation #" + counter, expectedLength, actualLength);
  /frameworks/base/core/java/android/hardware/camera2/marshal/impl/
MarshalQueryableParcelable.java 135 int actualLength = parcel.dataPosition();
137 if (actualLength == 0) {
143 buffer.position(buffer.position() + actualLength);
146 Log.v(TAG, "unmarshal, parcel length was " + actualLength);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
usbioctl.h 196 ULONG ActualLength;
202 ULONG ActualLength;
207 ULONG ActualLength;
212 ULONG ActualLength;
217 ULONG ActualLength;
555 ULONG ActualLength;
  /external/skia/src/core/
SkData.cpp 66 const size_t actualLength = length + sizeof(SkData);
67 if (actualLength < length) {
72 void* storage = ::operator new (actualLength);
  /dalvik/libdex/
SysUtil.cpp 198 size_t actualLength;
208 actualLength = length + adjust;
210 memPtr = mmap(NULL, actualLength, PROT_READ, MAP_FILE | MAP_SHARED,
214 (int) actualLength, fd, (int) actualStart, strerror(errno));
219 pMap->baseLength = actualLength;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
hubbusif.h 720 ULONG ActualLength;
725 ULONG ActualLength;
741 ULONG ActualLength;
748 ULONG ActualLength;
772 ULONG ActualLength;
  /external/archive-patcher/applier/src/test/java/com/google/archivepatcher/applier/bsdiff/
BsPatchTest.java 595 int actualLength = outputStream.toByteArray().length;
596 Assert.assertEquals(0, actualLength);
600 actualLength = outputStream.toByteArray().length;
601 Assert.assertEquals(1, actualLength);
608 actualLength = outputStream.toByteArray().length;
609 Assert.assertEquals(5, actualLength);
617 actualLength = outputStream.toByteArray().length;
618 Assert.assertEquals(input.length, actualLength);
642 int actualLength = out.toByteArray().length;
643 Assert.assertEquals(0, actualLength);
    [all...]
  /external/libusb/libusb/os/
windows_usbdk.h 51 ULONG64 ActualLength;
windows_winusb.h 506 ULONG ActualLength;
511 ULONG ActualLength;
517 ULONG ActualLength;
523 ULONG ActualLength;
windows_usbdk.c 835 lib_desc->actual_length = (unsigned int)transfer_priv->IsochronousResultsArray[i].ActualLength;
  /external/icu/icu4c/source/common/
utrie2.cpp 135 int32_t actualLength;
184 actualLength=(int32_t)sizeof(UTrie2Header)+tempTrie.indexLength*2;
186 actualLength+=tempTrie.dataLength*2;
188 actualLength+=tempTrie.dataLength*4;
190 if(length<actualLength) {
203 trie->length=actualLength;
231 *pActualLength=actualLength;
utrie.cpp 938 int32_t actualLength, latin1Length, i, limit;
956 actualLength=trie->indexLength*2;
958 actualLength+=trie->dataLength*2;
960 actualLength+=trie->dataLength*4;
964 if(length<actualLength) {
966 return actualLength;
1043 return actualLength;
    [all...]
  /hardware/interfaces/graphics/allocator/2.0/default/
Gralloc1On0Adapter.cpp 184 size_t actualLength = std::strlen(buffer);
185 mCachedDump.resize(actualLength);
186 std::copy_n(buffer, actualLength, mCachedDump.begin());
187 *outSize = static_cast<uint32_t>(actualLength);
  /external/icu/icu4c/source/test/cintltst/
spooftest.c 193 int32_t actualLength = 0;
213 sc2 = uspoof_openFromSerialized(buf, serializedSize+10, &actualLength, &status);
216 TEST_ASSERT_EQ(serializedSize, actualLength);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputConnection.java 172 final int actualLength = Math.min(beforeCursor.length(), internal.length());
173 if (internal.length() > actualLength) {
174 internal.delete(0, internal.length() - actualLength);
176 final String reference = (beforeCursor.length() <= actualLength) ? beforeCursor.toString()
177 : beforeCursor.subSequence(beforeCursor.length() - actualLength,
    [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
CodedOutputStream.java     [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderApiTests.cpp 1159 GLsizei actualLength;
1165 GLU_CHECK_CALL(glGetProgramBinary(program, (GLsizei)out.data.size(), &actualLength, &format, &(out.data[0])));
1167 TCU_CHECK(actualLength == binaryLength);
    [all...]
  /cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
StaticMetadata.java     [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
StaticMetadata.java     [all...]
  /external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
PhoneNumberUtil.java     [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp 742 unsigned ActualLength = PP.getSpelling(Tok, ThisTokBegin, &Invalid);
749 while (AfterMajor < ActualLength && isDigit(ThisTokBegin[AfterMajor])) {
761 if (AfterMajor == ActualLength) {
775 || (AfterMajor + 1 == ActualLength)) {
785 while (AfterMinor < ActualLength && isDigit(ThisTokBegin[AfterMinor])) {
790 if (AfterMinor == ActualLength) {
818 while (AfterSubminor < ActualLength && isDigit(ThisTokBegin[AfterSubminor])) {
823 if (AfterSubminor != ActualLength) {
    [all...]
  /external/mdnsresponder/mDNSCore/
DNSCommon.c     [all...]
  /external/protobuf/conformance/third_party/jsoncpp/
jsoncpp.cpp     [all...]

Completed in 1833 milliseconds

1 2