/device/generic/goldfish/opengl/shared/OpenglCodecCommon/ |
UnixStream.cpp | 109 socklen_t len = sizeof(addr); local 110 clientSock = ::accept(m_sock, (sockaddr *)&addr, &len);
|
/device/generic/goldfish/qemu-props/ |
qemu-props.c | 86 int len = qemud_channel_recv(qemud_fd, temp, sizeof temp - 1); local 89 if (len < 0 || len > BUFF_SIZE-1 || temp[0] == '\0') 92 temp[len] = '\0'; /* zero-terminate string */ 94 DD("received: %.*s", len, temp);
|
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/ |
ExemptionMechanismSpiTest.java | 60 int len = MyExemptionMechanismSpi.getLength(); local 62 assertEquals("Incorrect length", bbRes.length, len); 64 emSpi.engineGenExemptionBlob(new byte[1], len), len);
|
/external/apache-http/src/org/apache/commons/codec/language/ |
SoundexUtils.java | 43 int len = str.length(); local 44 char[] chars = new char[len]; 46 for (int i = 0; i < len; i++) { 51 if (count == len) {
|
/external/apache-http/src/org/apache/http/impl/entity/ |
EntityDeserializer.java | 77 long len = this.lenStrategy.determineLength(message); local 78 if (len == ContentLengthStrategy.CHUNKED) { 82 } else if (len == ContentLengthStrategy.IDENTITY) { 88 entity.setContentLength(len); 89 entity.setContent(new ContentLengthInputStream(inbuffer, len));
|
EntitySerializer.java | 73 long len = this.lenStrategy.determineLength(message); local 74 if (len == ContentLengthStrategy.CHUNKED) { 76 } else if (len == ContentLengthStrategy.IDENTITY) { 79 return new ContentLengthOutputStream(outbuffer, len);
|
StrictContentLengthStrategy.java | 210 long len = Long.parseLong(s); local 211 return len;
|
/external/bluetooth/bluedroid/stack/avrc/ |
avrc_bld_ct.c | 54 p_pkt->len = (p_data - p_start); 85 p_pkt->len = (p_data - p_start); 112 p_pkt->len = (p_data - p_start); 129 UINT16 offset = 0, chnl = AVCT_DATA_CTRL, len=AVRC_META_CMD_POOL_SIZE; local 148 p_pkt = (BT_HDR *)GKI_getbuf(len); 174 p_pkt->len = (p_data - p_start);
|
avrc_pars_ct.c | 46 UINT16 len; local 59 BE_STREAM_TO_UINT16 (len, p); 60 AVRC_TRACE_DEBUG4("avrc_pars_vendor_rsp() ctype:0x%x pdu:0x%x, len:%d/0x%x", p_msg->hdr.ctype, p_result->pdu, len, len); 74 if (len != 1)
|
avrc_pars_tg.c | 46 UINT16 len; local 63 BE_STREAM_TO_UINT16 (len, p); 64 if ((len+4) != (p_msg->vendor_len)) 78 else if (len != 1) 84 if (len != 0) 92 else if (len != 1) 99 if (len != (p_result->get_cur_app_val.num_attr+1)) 122 if (p_buf && (len == ((p_result->set_app_val.num_val<<1) + 1))) 142 AVRC_TRACE_ERROR0("AVRC_PDU_SET_PLAYER_APP_VALUE NULL decode buffer or bad len"); 148 if (len < 3 [all...] |
/external/bluetooth/bluedroid/utils/src/ |
bt_utils.c | 99 int len = property_get("debug.sys.noschedgroups", buf, ""); local 100 if (len > 0) {
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/ |
Base64.java | 49 int len = (length + 2) / 3 * 4; local 50 ByteArrayOutputStream bOut = new ByteArrayOutputStream(len); 100 int len = data.length / 4 * 3; local 101 ByteArrayOutputStream bOut = new ByteArrayOutputStream(len); 123 int len = data.length() / 4 * 3; local 124 ByteArrayOutputStream bOut = new ByteArrayOutputStream(len);
|
/external/chromium/base/ |
sync_socket_posix.cc | 93 int len = file_util::WriteFileDescriptor(handle_, charbuffer, length); local 94 return static_cast<size_t>(len);
|
/external/chromium/crypto/ |
hmac_nss.cc | 60 key_item.len = key_length; 107 unsigned int len = 0; local 109 digest, &len, digest_length) != SECSuccess) {
|
rsa_private_key_openssl.cc | 40 long len = BIO_get_mem_data(bio.get(), &data); local 41 if (!data || len < 0) 44 STLAssignToVector(output, reinterpret_cast<const uint8*>(data), len);
|
/external/chromium/net/base/ |
dns_util.cc | 97 size_t len = host_trimmed.length(); local 98 if (len > 1 && host_trimmed[len - 1] == '.') 99 host_trimmed.erase(len - 1);
|
net_util_win.cc | 83 ULONG len = 0; local 86 ULONG result = GetAdaptersAddresses(AF_UNSPEC, 0, NULL, &info_temp, &len); 92 scoped_array<char> buf(new char[len]); 95 result = GetAdaptersAddresses(AF_UNSPEC, 0, NULL, adapters, &len);
|
ssl_false_start_blacklist.h | 44 const size_t len = strlen(host); local 45 if (len == 0) 50 for (i = len - 1; i < len; i--) { 60 if (i > len)
|
x509_openssl_util.cc | 35 int len = ASN1_STRING_to_UTF8(&buf, data); local 36 if (len <= 0) 39 value->assign(reinterpret_cast<const char*>(buf), len);
|
/external/chromium/third_party/libevent/ |
log.c | 135 size_t len; local 143 len = strlen(buf); 144 if (len < sizeof(buf) - 3) { 145 evutil_snprintf(buf + len, sizeof(buf) - len, ": %s",
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
soundclip.cc | 41 len(l), 47 int len; member in struct:cricket::PlaySoundMessageData 58 int len, 60 PlaySoundMessageData data(clip, len, flags); 66 int len, 69 len, 78 data->len,
|
/external/chromium/webkit/glue/ |
webframe_unittest.cc | 38 const int len = 5; local 39 text = frame->contentAsText(len); 40 EXPECT_EQ(expected.substr(0, len), text);
|
/external/chromium_org/base/ |
sys_info_mac.cc | 82 size_t len = arraysize(name); local 83 if (sysctlbyname("machdep.cpu.brand_string", &name, &len, NULL, 0) == 0)
|
sys_info_openbsd.cc | 67 size_t len = arraysize(name); local 68 if (sysctl(mib, arraysize(mib), name, &len, NULL, 0) < 0) {
|
/external/chromium_org/base/third_party/xdg_user_dirs/ |
xdg_user_dir_lookup.cc | 56 int len; local 93 len = strlen (buffer); 94 if (len > 0 && buffer[len-1] == '\n') 95 buffer[len-1] = 0;
|