/external/webrtc/webrtc/base/ |
nat_unittest.cc | 64 TestClient* out[4]; local 66 out[i] = CreateTestClient(external, external_addrs[i]); 74 in->SendTo(buf, len, out[0]->address()); 76 EXPECT_TRUE(out[0]->CheckNextPacket(buf, len, &trans_addr)); 79 in->SendTo(buf, len, out[i]->address()); 81 EXPECT_TRUE(out[i]->CheckNextPacket(buf, len, &trans_addr2)); 95 delete out[i]; 116 TestClient* out[4]; local 118 out[i] = CreateTestClient(external, external_addrs[i]); 126 in->SendTo(buf, len, out[0]->address()) [all...] |
/external/wpa_supplicant_8/hs20/client/ |
est.c | 41 BIO *out = NULL; local 91 out = BIO_new(BIO_s_file()); 92 if (out == NULL || 93 BIO_write_filename(out, pem_file) <= 0) 98 X509_print(out, cert); 99 PEM_write_bio_X509(out, cert); 100 BIO_puts(out, "\n"); 113 if (out) 114 BIO_free_all(out); 385 BIO *out; local [all...] |
/external/wpa_supplicant_8/src/crypto/ |
tls_internal.c | 399 int skip_keyblock, u8 *out, size_t out_len) 403 u8 *_out = out; 430 os_memcpy(out, _out + skip, out_len); 456 struct wpabuf *out; local 468 out = wpabuf_alloc_ext_data(res, res_len); 469 if (out == NULL) { 484 return out; 499 struct wpabuf *out; local 513 out = wpabuf_alloc_ext_data(res, res_len); 514 if (out == NULL) [all...] |
/external/wpa_supplicant_8/src/eap_peer/ |
eap_tls_common.c | 325 u8 *out; local 327 out = os_malloc(len); 328 if (out == NULL) 332 out, len)) { 333 os_free(out); 337 return out; 359 u8 *out; local 366 out = os_malloc(*len); 367 if (out == NULL) 371 out[0] = eap_type [all...] |
/external/wpa_supplicant_8/src/tls/ |
tlsv1_server_read.c | 573 u8 *out; local 596 out = os_malloc(outlen >= TLS_PRE_MASTER_SECRET_LEN ? 598 if (out == NULL) { 624 out, &outlen) < 0) { 637 if (!use_random && WPA_GET_BE16(out) != conn->client_version) { 646 if (os_get_random(out, outlen)) { 651 os_free(out); 656 res = tlsv1_server_derive_keys(conn, out, outlen); 659 os_memset(out, 0, outbuflen); 660 os_free(out); [all...] |
/external/zlib/src/contrib/blast/ |
blast.c | 52 unsigned next; /* index of next write location in out[] */ 54 unsigned char out[MAXWIN]; /* output buffer and sliding window */ member in struct:state 77 if (s->left == 0) longjmp(s->env, 1); /* out of input */ 161 if (s->left == 0) longjmp(s->env, 1); /* out of input */ 167 return -9; /* ran out of codes */ 343 to = s->out + s->next; 358 if (s->outfun(s->outhow, s->out, s->next)) return 1; 367 s->out[s->next++] = symbol; 369 if (s->outfun(s->outhow, s->out, s->next)) return 1; 404 if (err != 1 && s.next && s.outfun(s.outhow, s.out, s.next) && err == 0 [all...] |
/external/zlib/src/contrib/inflate86/ |
inffast.S | 173 #define out 60 /* unsigned char* */ define 243 * out = strm->next_out; 245 * beg = out - (start - strm->avail_out); 246 * end = out + (strm->avail_out - 257); 266 addl %ebx, %ecx /* avail_out += out */ 268 movl %ebx, out(%esp) 351 movl out(%esp), out_r 426 /* while (in < last && out < end) 429 jbe .L_break_loop /* if (out >= end) */ 435 /* regs: %esi = in, %ebp = hold, %bl = bits, %edi = out [all...] |
/external/zlib/src/contrib/puff/ |
puff.c | 75 * - Break out test code to separate file 100 unsigned char *out; /* output buffer */ member in struct:state 101 unsigned long outlen; /* available space at out */ 102 unsigned long outcnt; /* bytes written to out so far */ 134 longjmp(s->env, 1); /* out of input */ 181 /* copy len bytes from in to out */ 184 if (s->out != NIL) { 188 s->out[s->outcnt++] = s->in[s->incnt++]; 254 return -10; /* ran out of codes */ 299 longjmp(s->env, 1); /* out of input * [all...] |
/external/zlib/src/examples/ |
gun.c | 114 /* structure for infback() to pass to output function out() -- it maintains the 128 On success out() returns 0. For a write failure, out() returns 1. If the 131 local int out(void *out_desc, unsigned char *buf, unsigned len) function 168 /* throw out what's left in the current bits byte buffer (this is a vestigial 235 strm->msg = (char *)"lzw bits out of range"; 281 if (outcnt && out(&outd, outbuf, outcnt)) { 353 if (out(&outd, outbuf, outcnt)) { 377 The return value is a zlib error code: Z_MEM_ERROR if out of memory, 475 ret = inflateBack(strm, in, indp, out, &outd) [all...] |
gzappend.c | 273 if (gz.buf == NULL) bye("out of memory", ""); 282 if (window == NULL) bye("out of memory", ""); 287 if (ret != Z_OK) bye("out of memory", " or library mismatch"); 312 if (ret == Z_MEM_ERROR) bye("out of memory", ""); 369 if (ret != Z_OK) bye("out of memory", ""); 392 unsigned char *in, *out; local 405 out = malloc(CHUNK); 406 if (in == NULL || out == NULL) bye("out of memory", ""); 425 strm->next_out = out; [all...] |
/external/zlib/src/ |
gzguts.h | 174 unsigned char *out; /* output buffer (double-sized when reading) */ member in struct:__anon27240
|
inflate.c | 48 * - Pull out common wnext == 0 case for speed in inflate_fast() 75 * for the in() and out() functions 308 Write out the inffixed.h that is #include'd above. Defining MAKEFIXED also 323 a.out > inffixed.h 615 unsigned in, out; /* save starting available input and output */ local 636 out = left; [all...] |
/external/zlib/src/test/ |
infcover.c | 243 data is allocated and must eventually be freed. NULL is returned if out of 289 unsigned char *in, *out; local 301 out = malloc(len); assert(out != NULL); 303 head.extra = out; 305 head.name = out; 307 head.comment = out; 319 strm.next_out = out; 327 ret = inflateSetDictionary(&strm, out, 0); 331 ret = inflateSetDictionary(&strm, out, 0) 511 unsigned char *in, *out, *win; local [all...] |
minigzip.c | 242 unsigned char out[BUFLEN]; local 250 strm->next_out = out; 253 fwrite(out, 1, BUFLEN - strm->avail_out, gz->file); 301 unsigned char out[BUFLEN]; local 310 strm->next_out = out; 313 fwrite(out, 1, BUFLEN - strm->avail_out, gz->file); 339 void gz_compress OF((FILE *in, gzFile out)); 341 int gz_compress_mmap OF((FILE *in, gzFile out)); 343 void gz_uncompress OF((gzFile in, FILE *out)); 362 void gz_compress(in, out) 463 gzFile out; local 501 FILE *out; local [all...] |
/external/zopfli/src/zopflipng/ |
zopflipng_lib.cc | 42 unsigned CustomPNGDeflate(unsigned char** out, size_t* outsize, 59 ZopfliDeflate(&options, 2 /* Dynamic */, 1, in, insize, &bp, out, outsize); 66 free(*out); 67 *out = out2; 76 ZopfliDeflate(&options, 2 /* Dynamic */, 1, in, insize, &bp, out, outsize); 182 std::vector<unsigned char>* out) { 239 error = lodepng::encode(*out, image, w, h, state); 243 if (!error && out->size() < 4096) { 246 lodepng::decode(temp, w, h, teststate, *out); 262 if (out2.size() < out->size()) out->swap(out2) 284 std::vector<unsigned char> out; local [all...] |
/frameworks/av/media/libmedia/ |
IMediaExtractor.cpp | 264 String8 out; local 265 out.append("Recent extractors, most recent first:\n"); 270 out.append(" "); 271 out.append(instance.toString()); 274 write(fd, out.string(), out.size());
|
/frameworks/av/media/libstagefright/codecs/aacenc/ |
SoftAACEncoder.cpp | 429 uint8_t *out = outHeader->pBuffer + outHeader->nOffset; local 430 memcpy(out, mAudioSpecificConfigData, sizeof(mAudioSpecificConfigData)); 434 hexdump(out, sizeof(mAudioSpecificConfigData)); 448 // We do the following until we run out of buffers.
|
SoftAACEncoder2.cpp | 517 uint8_t *out = outHeader->pBuffer + outHeader->nOffset; local 518 memcpy(out, encInfo.confBuf, encInfo.confSize); 536 // We do the following until we run out of buffers.
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
sad_inline.h | 348 register int32 out; local 357 : "=&r"(out), 362 return out; 367 register int32 out; local 381 : "=&r"(out), 392 register int32 out; local 405 : "=&r"(out), 411 return (out);
|
/frameworks/av/media/libstagefright/foundation/ |
MetaData.cpp | 320 String8 out; local 324 out = String8::format("no type, size %zu)", mSize); 327 out = String8::format("(char*) %s", (const char *)data); 330 out = String8::format("(int32_t) %d", *(int32_t *)data); 333 out = String8::format("(int64_t) %" PRId64, *(int64_t *)data); 336 out = String8::format("(float) %f", *(float *)data); 339 out = String8::format("(void*) %p", *(void **)data); 344 out = String8::format("Rect(%d, %d, %d, %d)", 350 out = String8::format("(unknown type %d, size %zu)", mType, mSize); 354 out.append("\n") [all...] |
/frameworks/av/media/libstagefright/rtsp/ |
APacketSource.cpp | 79 uint8_t *out = buffer->data(); local 98 *out++ = accum; 174 uint8_t *out = csd->data(); local 176 *out++ = 0x01; // configurationVersion 178 memcpy(out, profileLevelID->data(), 3); 179 out += 3; 181 *out++ = 0x42; // Baseline profile 182 *out++ = 0xE0; // Common subset for all profiles 183 *out++ = 0x0A; // Level 1 186 *out++ = (0x3f << 2) | 1; // lengthSize == 2 byte [all...] |
/frameworks/base/core/java/android/app/ |
AlertDialog.java | 411 TypedValue out = new TypedValue(); local 412 mContext.getTheme().resolveAttribute(attrId, out, true); 413 mAlert.setIcon(out.resourceId); 596 TypedValue out = new TypedValue(); local 597 P.mContext.getTheme().resolveAttribute(attrId, out, true); 598 P.mIconId = out.resourceId; [all...] |
/frameworks/base/core/java/android/appwidget/ |
AppWidgetProviderInfo.java | 308 public void writeToParcel(android.os.Parcel out, int flags) { 310 out.writeInt(1); 311 this.provider.writeToParcel(out, flags); 313 out.writeInt(0); 315 out.writeInt(this.minWidth); 316 out.writeInt(this.minHeight); 317 out.writeInt(this.minResizeWidth); 318 out.writeInt(this.minResizeHeight); 319 out.writeInt(this.updatePeriodMillis); 320 out.writeInt(this.initialLayout) [all...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothGattService.java | 143 public void writeToParcel(Parcel out, int flags) { 144 out.writeParcelable(new ParcelUuid(mUuid), 0); 145 out.writeInt(mInstanceId); 146 out.writeInt(mServiceType); 147 out.writeTypedList(mCharacteristics); 155 out.writeTypedList(includedServices); 334 * Returns a characteristic with a given UUID out of the list of
|
/frameworks/base/core/java/android/hardware/location/ |
ContextHubInfo.java | 391 public void writeToParcel(Parcel out, int flags) { 392 out.writeInt(mId); 393 out.writeString(mName); 394 out.writeString(mVendor); 395 out.writeString(mToolchain); 396 out.writeInt(mPlatformVersion); 397 out.writeInt(mToolchainVersion); 398 out.writeInt(mStaticSwVersion); 399 out.writeFloat(mPeakMips); 400 out.writeFloat(mStoppedPowerDrawMw) [all...] |