/frameworks/base/libs/utils/ |
misc.cpp | 56 int len, totalLen, posn, idx; 61 totalLen = idx = 0; 66 totalLen++; // leave a space between args 67 totalLen += strlen(argv[idx]); 74 newStr = new char[totalLen +1]; 95 assert(posn == totalLen);
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
ProgressCallbackEntity.java | 58 int pos = 0, totalLen = mContent.length; 59 while (pos < totalLen) { 60 int len = totalLen - pos; 69 broadcastProgressIfNeeded(100 * pos / totalLen);
|
/frameworks/base/tests/CoreTests/android/core/ |
GZIPStreamTest.java | 101 int len, totalLen = 0; 105 totalLen += len; 108 assertEquals(totalLen, 128 * 1024);
|
ZipStreamTest.java | 150 int len, totalLen = 0; 154 totalLen += len; 157 assertEquals(128 * 1024, totalLen);
|
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
trafficAdmControl.c | 780 TI_UINT32 totalLen = 0; 804 *(pPktBuffer + totalLen) = WME_CATAGORY_QOS; /* CATEGORY_QOS in WME = 17*/ 805 totalLen++; 806 *(pPktBuffer + totalLen) = DELTS_ACTION; /* DELTS ACTION */ 807 totalLen++; 808 *(pPktBuffer + totalLen) = 0; /* DIALOG_TOKEN is 0 in DELTS */ 809 totalLen++; 810 *(pPktBuffer + totalLen) = 0; /* STATUS CODE is 0 in DELTS */ 811 totalLen++; 839 *(pPktBuffer + totalLen ) = WME_TSPEC_IE_ID [all...] |
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/ |
trafficAdmControl.c | 770 TI_UINT32 totalLen = 0; 794 *(pPktBuffer + totalLen) = WME_CATAGORY_QOS; /* CATEGORY_QOS in WME = 17*/ 795 totalLen++; 796 *(pPktBuffer + totalLen) = DELTS_ACTION; /* DELTS ACTION */ 797 totalLen++; 798 *(pPktBuffer + totalLen) = 0; /* DIALOG_TOKEN is 0 in DELTS */ 799 totalLen++; 800 *(pPktBuffer + totalLen) = 0; /* STATUS CODE is 0 in DELTS */ 801 totalLen++; 829 *(pPktBuffer + totalLen ) = WME_TSPEC_IE_ID [all...] |
/packages/apps/IM/src/com/android/im/imps/ |
SmsSplitter.java | 103 int totalLen = mData.length; 104 if (totalLen < mMaxSegmentLen) { 110 int totalPayload = totalLen - mPreambleEnd - 1;
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/QOS/ |
trafficAdmControl.c | 864 UINT32 totalLen = 0; [all...] |
/external/ppp/pppd/plugins/radius/ |
sendserver.c | 399 int totallen; local 403 totallen = ntohs (auth->length); 408 if ((totallen < 20) || (totallen > 4096)) 415 if ((totallen + secretlen) > bufferlen) 430 memcpy ((char *) auth + totallen, secret, secretlen); 431 rc_md5_calc (calc_digest, (char *) auth, totallen + secretlen);
|
/development/simulator/wrapsim/ |
DevLog.c | 337 int totalLen = 0; 342 totalLen += prefixLen; 350 totalLen += p-start; 357 totalLen += suffixLen; 380 if (cc == totalLen) break; 390 fprintf(stderr, "+++ LOG: write partial (%d of %d)\n", cc, totalLen);
|
SimMgr.c | 938 int tagLen, messageLen, totalLen; 942 totalLen = sizeof(int) * 3 + tagLen + messageLen; 943 unsigned char outBuf[totalLen]; 958 assert(cp - outBuf == totalLen); 963 msg.mLength = totalLen;
|
/system/core/liblog/ |
fake_log_device.c | 471 int totalLen = 0; 476 totalLen += prefixLen; 484 totalLen += p-start; 491 totalLen += suffixLen; 514 if (cc == totalLen) break; 524 fprintf(stderr, "+++ LOG: write partial (%d of %d)\n", cc, totalLen);
|
logprint.c | 861 size_t totalLen; 864 sizeof(defaultBuffer), entry, &totalLen); 870 ret = write(fd, outBuffer, totalLen); 879 if (((size_t)ret) < totalLen) { 881 (int)totalLen);
|
/external/jpeg/ |
jdmarker.c | 591 INT32 totallen = (INT32) datalen + remaining; local 623 totallen -= APP0_DATA_LEN; 624 if (totallen != 626 TRACEMS1(cinfo, 1, JTRC_JFIF_BADTHUMBNAILSIZE, (int) totallen); 639 TRACEMS1(cinfo, 1, JTRC_THUMB_JPEG, (int) totallen); 642 TRACEMS1(cinfo, 1, JTRC_THUMB_PALETTE, (int) totallen); 645 TRACEMS1(cinfo, 1, JTRC_THUMB_RGB, (int) totallen); 649 GETJOCTET(data[5]), (int) totallen); 654 TRACEMS1(cinfo, 1, JTRC_APP0, (int) totallen); [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/DebugTrace_Xfer/ |
DebugTraceXfer.c | 74 UINT16 Totallen; 560 AcxMpduLen = wlan_ntohs(pDebugTrace->FrameHeader.IP_Header.Totallen) 622 Frame->IP_Header.Totallen = wlan_htons(wlan_htons(Frame->UDP_Header.UDP_len) + sizeof(Frame->IP_Header));
|
/frameworks/base/core/java/android/gesture/ |
GestureUtils.java | 388 float totalLen = computeTotalLength(points); 391 return (float) Math.sqrt(dx * dx + dy * dy) / totalLen; 394 static float computeStraightness(float[] points, float totalLen) { 397 return (float) Math.sqrt(dx * dx + dy * dy) / totalLen;
|
/ndk/build/platforms/android-3/arch-arm/usr/lib/ |
liblog.so | |
/ndk/build/platforms/android-4/arch-arm/usr/lib/ |
liblog.so | |
/ndk/build/platforms/android-5/arch-arm/usr/lib/ |
liblog.so | |
/ndk/build/platforms/android-8/arch-arm/usr/lib/ |
liblog.so | |
/external/ipsec-tools/src/racoon/ |
privsep.c | 291 size_t totallen; local 306 totallen = sizeof(*combuf); 310 totallen += combuf->bufs.buflen[i]; 313 if (totallen > len) {
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/4X/ |
fourX.c | 588 UINT32 totalLen = 0; 605 totalLen += currentMsduPtr->dataLen; 607 if(totalLen > 4032/*pFourX->currentMaxConcatSize*/)
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/compiler/ |
XPathParser.java | 749 int totalLen = m_ops.getOp(OpMap.MAPINDEX_LENGTH); 751 for (int i = totalLen - 1; i >= pos; i--) 757 m_ops.setOp(OpMap.MAPINDEX_LENGTH,totalLen + length); 771 int totalLen = m_ops.getOp(OpMap.MAPINDEX_LENGTH); 773 m_ops.setOp(totalLen, op); 774 m_ops.setOp(totalLen + OpMap.MAPINDEX_LENGTH, length); 775 m_ops.setOp(OpMap.MAPINDEX_LENGTH, totalLen + length); [all...] |
/system/core/libacc/tests/ |
test.py | 128 totalLen = len(a1) + len(a2) + len(b1) + len(b2) 136 if newTotalLen == totalLen:
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/security/ |
whalWpa.c | 68 ("%s totalLen=%d^^^^^ \n", str, pMsdu->dataLen));
|