/external/protobuf/src/google/protobuf/io/ |
zero_copy_stream_unittest.cc | 28 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 135 void* out; local 139 if (!output->Next(&out, &out_size)) { 145 memcpy(out, in, in_size); 150 memcpy(out, in, out_size); 159 uint8* out = reinterpret_cast<uint8*>(data); local 180 memcpy(out, in, out_size); 187 memcpy(out, in, in_size); 188 out += in_size;
|
/external/qemu/distrib/zlib-1.2.8/ |
gzguts.h | 174 unsigned char *out; /* output buffer (double-sized when reading) */ member in struct:__anon33350
|
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/qemu/hw/timer/ |
i8254.c | 21 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 92 int out; local 98 out = (d >= s->count); 101 out = (d < s->count); 105 out = 1; 107 out = 0; 110 out = (d % s->count) < ((s->count + 1) >> 1); 114 out = (d == s->count); 117 return out;
|
/external/robolectric/src/main/java/android/net/ |
Uri__FromAndroid.java | 641 * Parses an authority out of the given URI string. 678 * Parses a path out of this given URI string. 1032 // Parse out user info and then port. 1803 ByteArrayOutputStream out = null; local [all...] |
/external/skia/experimental/Intersection/ |
EdgeDemo.cpp | 11 SkPath out; local 17 simplify(path, true, out); 19 simplifyx(path, out); 22 showPath(out, "simplified:"); 32 canvas->drawPath(out, paint);
|
EdgeWalkerPolygons_Test.cpp | 14 SkPath path, out; local 24 testSimplify(path, true, out, bitmap); // expect |\/| 29 SkPath path, out; local 38 testSimplify(path, true, out, bitmap); 42 SkPath path, out; local 51 testSimplify(path, true, out, bitmap); 55 SkPath path, out; local 64 testSimplify(path, true, out, bitmap); 68 SkPath path, out; local 79 testSimplify(path, true, out, bitmap) 83 SkPath path, out; local 98 SkPath path, out; local 113 SkPath path, out; local 128 SkPath path, out; local 143 SkPath path, out; local 158 SkPath path, out; local 173 SkPath path, out; local 188 SkPath path, out; local 203 SkPath path, out; local 217 SkPath path, out; local 230 SkPath path, out; local 243 SkPath path, out; local 256 SkPath path, out; local 270 SkPath path, out; local 283 SkPath path, out; local 296 SkPath path, out; local 309 SkPath path, out; local 322 SkPath path, out; local 339 SkPath path, out; local 355 SkPath path, out; local 398 SkPath path, out; local 419 SkPath path, out; local 446 SkPath path, out; local 461 SkPath path, out; local 484 SkPath path, out; local 507 SkPath path, out; local 530 SkPath path, out; local 543 SkPath path, out; local 556 SkPath path, out; local 569 SkPath path, out; local 592 SkPath path, out; local 615 SkPath path, out; local 639 SkPath path, out; local 664 SkPath path, out; local 687 SkPath path, out; local 710 SkPath path, out; local [all...] |
EdgeWalkerRectangles_Test.cpp | 14 SkPath path, out; local 19 testSimplify(path, true, out, bitmap); 23 SkPath path, out; local 27 simplify(path, true, out); 29 if (!out.isRect(&rect)) { 38 SkPath path, out; local 42 simplify(path, true, out); 44 if (!out.isRect(&rect)) { 53 SkPath path, out; local 57 simplify(path, true, out); 95 SkPath path, out; local 116 SkPath path, out; local 130 SkPath path, out; local 140 SkPath path, out; local 164 SkPath path, out; local 268 SkPath path, out; local 313 SkPath path, out; local 337 SkPath path, out; local 360 SkPath path, out; local 414 SkPath path, out; local [all...] |
/external/skia/src/core/ |
SkRTree.cpp | 15 static inline void join_no_empty_check(const SkIRect& joinWith, SkIRect* out); 125 Node* out = static_cast<Node*>(fNodes.allocThrow(fNodeSize)); local 126 out->fNumChildren = 0; 127 out->fLevel = level; 128 return out; 320 Branch out = (*branches)[0]; local 322 return out; 474 // Expand 'out' to include 'joinWith' 475 static inline void join_no_empty_check(const SkIRect& joinWith, SkIRect* out) { 478 if (joinWith.fLeft < out->fLeft) { out->fLeft = joinWith.fLeft; [all...] |
/external/smack/src/org/jivesoftware/smackx/filetransfer/ |
FileTransfer.java | 207 protected void writeToStream(final InputStream in, final OutputStream out)
217 out.write(b, 0, count);
321 * Return the length of bytes written out to the stream.
322 * @return the amount in bytes written out.
346 * The remote user did not respond or the connection timed out.
348 no_response("The remote user did not respond or the connection timed out."),
|
/external/smack/src/org/xbill/DNS/ |
APLRecord.java | 139 byte [] out = new byte[length]; 140 System.arraycopy(in, 0, out, 0, in.length); 141 return out; 261 rrToWire(DNSOutput out, Compression c, boolean canonical) { 280 out.writeU16(element.family); 281 out.writeU8(element.prefixLength); 282 out.writeU8(wlength); 283 out.writeByteArray(data, 0, length);
|
LOCRecord.java | 283 rrToWire(DNSOutput out, Compression c, boolean canonical) { 284 out.writeU8(0); /* version */ 285 out.writeU8(toLOCformat(size)); 286 out.writeU8(toLOCformat(hPrecision)); 287 out.writeU8(toLOCformat(vPrecision)); 288 out.writeU32(latitude); 289 out.writeU32(longitude); 290 out.writeU32(altitude); 295 long out = b >> 4; local 297 if (out > 9 || exp > 9 [all...] |
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/ |
HeaderItem.java | 28 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 165 protected void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) { 166 int startOffset = out.getCursor(); 174 out.annotate(8, "magic: %s", StringUtils.escapeString(magicBuilder.toString())); 175 out.annotate(4, "checksum"); 176 out.annotate(20, "signature"); 177 out.annotate(4, "file_size: %d", dexFile.readInt(out.getCursor())); 179 headerSize = dexFile.readInt(out.getCursor()); 180 out.annotate(4, "header_size: %d", headerSize) [all...] |
/external/stlport/src/c_locale_win32/ |
c_wlocale_win32.c | 38 WORD out[2];
local 40 GetStringTypeW(CT_CTYPE1, buf, -1, out);
42 return (_Locale_mask_t)(MapCtypeMask(out[0]) & which_bits);
|
/external/stlport/src/ |
ios.cpp | 74 const ios_base::openmode ios_base::out; member in class:ios_base
|
/external/tremolo/Tremolo/ |
codebook.c | 30 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 270 unsigned char *out=(unsigned char *)s->dec_table; local 276 out[top]=(work[i]>>8 & 0x7f)|0x80; 277 out[top+1]=(work[i+1]>>8 & 0x7f)|0x80; 278 out[top+2]=work[i] & 0xff; 279 out[top+3]=work[i+1] & 0xff; 282 out[top]=(work[i]>>8 & 0x7f)|0x80; 283 out[top+1]=work[work[i+1]*2]; 284 out[top+2]=work[i] & 0xff; 289 out[top]=work[work[i]*2] 301 ogg_uint16_t *out=(ogg_uint16_t *)s->dec_table; local [all...] |
/external/vixl/test/ |
test-simulator-a64.cc | 24 // OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 185 Register out = x0; local 196 __ Mov(out, results); 205 __ Str(fd, MemOperand(out, fd.SizeInBytes(), PostIndex)); 286 Register out = x0; local 300 __ Mov(out, results); 313 __ Str(fd, MemOperand(out, fd.SizeInBytes(), PostIndex)); 403 Register out = x0; local 419 __ Mov(out, results); 436 __ Str(fd, MemOperand(out, fd.SizeInBytes(), PostIndex)) 535 Register out = x0; local 661 Register out = x0; local 775 Register out = x0; local [all...] |
/external/webp/src/dsp/ |
lossless_neon.c | 234 const uint8x8_t out = vqmovn_u16(sum1); // narrow and clamp local 235 return vget_lane_u32(vreinterpret_u32_u8(out), 0); 251 const uint8x8_t out = vqsub_u8(vqadd_u8(avg, ab), ba); local 252 return vget_lane_u32(vreinterpret_u32_u8(out), 0);
|
/external/wpa_supplicant_8/hs20/client/ |
est.c | 34 BIO *out = NULL; local 71 out = BIO_new(BIO_s_file()); 72 if (out == NULL || 73 BIO_write_filename(out, pem_file) <= 0) 78 X509_print(out, cert); 79 PEM_write_bio_X509(out, cert); 80 BIO_puts(out, "\n"); 88 if (out) 89 BIO_free_all(out); 342 BIO *out; local [all...] |
/external/wpa_supplicant_8/src/crypto/ |
tls_internal.c | 328 u8 *out, size_t out_len) 334 out, out_len); 341 out, out_len); 367 struct wpabuf *out; local 379 out = wpabuf_alloc_ext_data(res, res_len); 380 if (out == NULL) { 395 return out; 410 struct wpabuf *out; local 424 out = wpabuf_alloc_ext_data(res, res_len); 425 if (out == NULL) [all...] |
/external/wpa_supplicant_8/src/eap_peer/ |
eap_tls_common.c | 313 u8 *rnd = NULL, *out; local 315 out = os_malloc(len); 316 if (out == NULL) 320 if (tls_connection_prf(data->ssl_ctx, data->conn, label, 0, out, len) 322 return out; 346 keys.server_random_len, out, len)) 350 return out; 354 os_free(out); 378 u8 *out; local 392 out = os_malloc(*len) [all...] |
/external/wpa_supplicant_8/src/tls/ |
tlsv1_server_read.c | 487 u8 *out; local 510 out = os_malloc(outlen >= TLS_PRE_MASTER_SECRET_LEN ? 512 if (out == NULL) { 538 out, &outlen) < 0) { 551 if (!use_random && WPA_GET_BE16(out) != conn->client_version) { 560 if (os_get_random(out, outlen)) { 565 os_free(out); 570 res = tlsv1_server_derive_keys(conn, out, outlen); 573 os_memset(out, 0, outbuflen); 574 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...] |