HomeSort by relevance Sort by last modified time
    Searched refs:actualLen (Results 1 - 25 of 25) sorted by null

  /external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/
SpacePadder.java 37 int actualLen = 0;
39 actualLen = s.length();
41 if (actualLen < desiredLength) {
42 spacePad(buf, desiredLength - actualLen);
50 int actualLen = 0;
52 actualLen = s.length();
54 if (actualLen < desiredLength) {
55 spacePad(buf, desiredLength - actualLen);
64 int actualLen = 0;
66 actualLen = s.length()
    [all...]
  /packages/apps/Nfc/nci/jni/
DataQueue.cpp 121 ** actualLen: actual length of the data.
126 bool DataQueue::dequeue (UINT8* buffer, UINT16 bufferMaxLen, UINT16& actualLen)
138 actualLen = header->mDataLen;
140 memcpy (buffer, src, actualLen);
148 actualLen = bufferMaxLen;
150 memcpy (buffer, src, actualLen);
152 header->mDataLen -= actualLen;
153 header->mOffset += actualLen;
DataQueue.h 76 ** actualLen: actual length of the data.
81 bool dequeue (UINT8* buffer, UINT16 bufferMaxLen, UINT16& actualLen);
NativeLlcpSocket.cpp 150 uint16_t actualLen = 0;
151 bool stat = PeerToPeer::getInstance().receive(jniHandle, reinterpret_cast<UINT8*>(&bytes[0]), bytes.size(), actualLen);
154 if (stat && (actualLen>0))
156 retval = actualLen;
PeerToPeer.h 247 ** actualLen: Actual length received.
252 bool receive (tJNI_HANDLE jniHandle, UINT8* buffer, UINT16 bufferLen, UINT16& actualLen);
NativeNfcManager.cpp     [all...]
PeerToPeer.cpp 937 ** actualLen: Actual length received.
942 bool PeerToPeer::receive (tJNI_HANDLE jniHandle, UINT8* buffer, UINT16 bufferLen, UINT16& actualLen)
966 actualLen = (UINT16) actualDataLen2;
977 ALOGD_IF ((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "%s: exit; nfa h: 0x%X ok: %u actual len: %u", fn, pConn->mNfaConnHandle, retVal, actualLen);
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
patchram.cpp 317 int actualLen = 0;
323 actualLen = GetStrValue (NAME_NFA_DM_START_UP_CFG, (char*)sConfig, sizeof(sConfig));
324 if (actualLen)
325 sStartupConfig.append (sConfig, actualLen);
328 actualLen = GetStrValue(NAME_PREINIT_DSP_CFG, (char*)sConfig, sizeof(sConfig));
329 if (actualLen)
330 sStartupConfig.append (sConfig, actualLen);
346 actualLen = GetStrValue(NAME_LPTD_CFG, (char*)sConfig, sizeof(sConfig));
347 if (actualLen)
349 sLptdConfig.append (sConfig, actualLen);
    [all...]
  /external/icu/icu4c/source/samples/datefmt/
util.cpp 57 int32_t actualLen;
59 actualLen = str.extract(0, len, buf/*, bufLen*/); // Default codepage conversion
60 buf[actualLen] = 0;
  /external/icu/icu4c/source/samples/msgfmt/
util.cpp 57 int32_t actualLen;
59 actualLen = str.extract(0, len, buf/*, bufLen*/); // Default codepage conversion
60 buf[actualLen] = 0;
  /external/icu/icu4c/source/samples/translit/
util.cpp 57 int32_t actualLen;
59 actualLen = str.extract(0, len, buf/*, bufLen*/); // Default codepage conversion
60 buf[actualLen] = 0;
  /frameworks/base/libs/androidfw/
ZipFileRO.cpp 203 size_t actualLen = 0;
206 actualLen = ze.uncompressed_length;
208 actualLen = ze.compressed_length;
212 if (!newMap->create(mFileName, fd, ze.offset, actualLen, true)) {
ResourceTypes.cpp 754 ssize_t actualLen = utf8_to_utf16_length(u8str, u8len);
755 if (actualLen < 0 || (size_t)actualLen != *u16len) {
758 (long long)idx, (long long)actualLen, (long long)*u16len);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestReorderingMode.java 477 int actualLen;
479 actualLen = dest.length();
481 actualLen = bidi.getResultLength();
482 if (actualLen != dest.length()) {
485 "\nActual: " + actualLen +
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
TestReorderingMode.java 481 int actualLen;
483 actualLen = dest.length();
485 actualLen = bidi.getResultLength();
486 if (actualLen != dest.length()) {
489 "\nActual: " + actualLen +
    [all...]
  /external/icu/icu4c/source/test/perf/DateFmtPerf/
DateFmtPerf.h 131 int32_t actualLen;
133 actualLen = str.extract(0, len, buf/*, bufLen*/); // Default codepage conversion
134 buf[actualLen] = 0;
217 int32_t actualLen;
219 actualLen = str.extract(0, len, buf/*, bufLen*/); // Default codepage conversion
220 buf[actualLen] = 0;
  /external/libxml2/include/libxml/
xmlschemastypes.h 80 unsigned long actualLen,
  /libcore/dom/src/test/java/org/w3c/domts/
DOMTestCase.java 523 int actualLen = actual.getLength();
524 for (int i = 0; i < actualLen; i++) {
  /external/libxml2/
xmlschemastypes.c     [all...]
testapi.c     [all...]
  /external/icu/icu4c/source/test/cintltst/
cbiditst.c     [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.1.3/
jackson-core-2.1.3.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 613 milliseconds