/frameworks/base/core/java/android/os/ |
Message.java | 481 public void writeToParcel(Parcel dest, int flags) { 486 dest.writeInt(what); 487 dest.writeInt(arg1); 488 dest.writeInt(arg2); 492 dest.writeInt(1); 493 dest.writeParcelable(p, flags); 499 dest.writeInt(0); 501 dest.writeLong(when); 502 dest.writeBundle(data); 503 Messenger.writeMessengerOrNullToParcel(replyTo, dest); [all...] |
/frameworks/base/core/java/android/text/style/ |
TextAppearanceSpan.java | 146 public void writeToParcel(Parcel dest, int flags) { 147 dest.writeString(mTypeface); 148 dest.writeInt(mStyle); 149 dest.writeInt(mTextSize); 151 dest.writeInt(1); 152 mTextColor.writeToParcel(dest, flags); 154 dest.writeInt(0); 157 dest.writeInt(1); 158 mTextColorLink.writeToParcel(dest, flags); 160 dest.writeInt(0) [all...] |
/external/icu4c/common/ |
uidna.cpp | 195 UChar* dest, int32_t destCapacity, 319 uprv_memmove(dest, b1, b1Len * U_SIZEOF_UCHAR); 365 uprv_memcpy(dest,ACE_PREFIX,ACE_PREFIX_LENGTH * U_SIZEOF_UCHAR); 366 //Step 6: copy the contents in b2 into dest 367 uprv_memcpy(dest+ACE_PREFIX_LENGTH, b2, b2Len * U_SIZEOF_UCHAR); 390 return u_terminateUChars(dest, destCapacity, reqLength, status); 395 UChar* dest, int32_t destCapacity, 545 uprv_memmove(dest, b2, b2Len * U_SIZEOF_UCHAR); 574 uprv_memmove(dest,src,srcLength * U_SIZEOF_UCHAR); 598 if(dest && srcLength <= destCapacity) [all...] |
/external/jpeg/ |
jcphuff.c | 31 * next_output_byte/free_in_buffer are local copies of cinfo->dest fields. 208 struct jpeg_destination_mgr * dest = entropy->cinfo->dest; local 210 if (! (*dest->empty_output_buffer) (entropy->cinfo)) 213 entropy->next_output_byte = dest->next_output_byte; 214 entropy->free_in_buffer = dest->free_in_buffer; 388 entropy->next_output_byte = cinfo->dest->next_output_byte; 389 entropy->free_in_buffer = cinfo->dest->free_in_buffer; 441 cinfo->dest->next_output_byte = entropy->next_output_byte; 442 cinfo->dest->free_in_buffer = entropy->free_in_buffer [all...] |
/external/openssl/crypto/ec/ |
ec2_smpl.c | 176 int ec_GF2m_simple_group_copy(EC_GROUP *dest, const EC_GROUP *src) 179 if (!BN_copy(&dest->field, &src->field)) return 0; 180 if (!BN_copy(&dest->a, &src->a)) return 0; 181 if (!BN_copy(&dest->b, &src->b)) return 0; 182 dest->poly[0] = src->poly[0]; 183 dest->poly[1] = src->poly[1]; 184 dest->poly[2] = src->poly[2]; 185 dest->poly[3] = src->poly[3]; 186 dest->poly[4] = src->poly[4]; 187 dest->poly[5] = src->poly[5] [all...] |
ec_lib.c | 171 int EC_GROUP_copy(EC_GROUP *dest, const EC_GROUP *src) 175 if (dest->meth->group_copy == 0) 180 if (dest->meth != src->meth) 185 if (dest == src) 188 EC_EX_DATA_free_all_data(&dest->extra_data); 196 if (!EC_EX_DATA_set_data(&dest->extra_data, t, d->dup_func, d->free_func, d->clear_free_func)) 202 if (dest->generator == NULL) 204 dest->generator = EC_POINT_new(dest); 205 if (dest->generator == NULL) return 0 [all...] |
/external/qemu/distrib/jpeg-6b/ |
jcphuff.c | 31 * next_output_byte/free_in_buffer are local copies of cinfo->dest fields. 208 struct jpeg_destination_mgr * dest = entropy->cinfo->dest; local 210 if (! (*dest->empty_output_buffer) (entropy->cinfo)) 213 entropy->next_output_byte = dest->next_output_byte; 214 entropy->free_in_buffer = dest->free_in_buffer; 388 entropy->next_output_byte = cinfo->dest->next_output_byte; 389 entropy->free_in_buffer = cinfo->dest->free_in_buffer; 441 cinfo->dest->next_output_byte = entropy->next_output_byte; 442 cinfo->dest->free_in_buffer = entropy->free_in_buffer [all...] |
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
Mailbox.java | 603 public void writeToParcel(Parcel dest, int flags) { 604 dest.writeParcelable(mBaseUri, flags); 605 dest.writeLong(mId); 606 dest.writeString(mDisplayName); 607 dest.writeString(mServerId); 608 dest.writeString(mParentServerId); 609 dest.writeLong(mParentKey); 610 dest.writeLong(mAccountKey); 611 dest.writeInt(mType); 612 dest.writeInt(mDelimiter) [all...] |
Policy.java | 457 public void writeToParcel(Parcel dest, int flags) { 459 dest.writeLong(mId); 460 dest.writeInt(mPasswordMode); 461 dest.writeInt(mPasswordMinLength); 462 dest.writeInt(mPasswordMaxFails); 463 dest.writeInt(mPasswordHistory); 464 dest.writeInt(mPasswordExpirationDays); 465 dest.writeInt(mPasswordComplexChars); 466 dest.writeInt(mMaxScreenLockTime); 467 dest.writeInt(mRequireRemoteWipe ? 1 : 0) [all...] |
/external/icu4c/test/cintltst/ |
cbiditst.c | 90 const UChar *dest, int32_t destLen, int mode, 97 const char *dest, const char *mode, const char* option, 723 UChar dest[MAXLEN]; local 734 destSize = ubidi_writeReordered(bidi,dest,0,UBIDI_DO_MIRRORING,&ec); 742 destSize=ubidi_writeReordered(bidi,dest,destSize+1,UBIDI_DO_MIRRORING,&ec); 743 u16ToPseudo(destSize,dest,chars); 758 UChar dest[MAXLEN]; local 769 destSize = ubidi_writeReordered(bidi,dest,0,UBIDI_DO_MIRRORING+UBIDI_OUTPUT_REVERSE,&ec); 777 destSize=ubidi_writeReordered(bidi,dest,destSize+1,UBIDI_DO_MIRRORING+UBIDI_OUTPUT_REVERSE,&ec); 778 u16ToPseudo(destSize,dest,chars) 792 UChar dest[MAXLEN]; local 823 UChar dest[MAXLEN]; local 857 UChar dest[MAXLEN]; local 1268 UChar src[MAXLEN], dest[MAXLEN]; local 1698 UChar src[MAXLEN], dest[MAXLEN]; local 2240 UChar text[90], dest[MAXLEN], expected[120]; local 2269 UChar src[3], dest[MAXLEN], expected[5]; local 2315 UChar dest[8]; local 2534 UChar dest[38]; local 2660 UChar dest[43]; local 2714 UChar dest[36]; local 2836 UChar dest[38]; local 3510 UChar src[MAXLEN], dest[MAXLEN], visual1[MAXLEN], visual2[MAXLEN]; local 3589 UChar src[MAXLEN], dest[MAXLEN]; local 3887 UChar src[MAXLEN], dest[MAXLEN]; local 4150 UChar prologue[MAXLEN], epilogue[MAXLEN], src[MAXLEN], dest[MAXLEN]; local [all...] |
/external/clang/utils/ABITest/ |
ABITestGen.py | 353 parser.add_option("", "--mode", dest="mode", 356 parser.add_option("", "--count", dest="count", 359 parser.add_option("", "--min", dest="minIndex", metavar="N", 362 parser.add_option("", "--max", dest="maxIndex", metavar="N", 365 parser.add_option("", "--seed", dest="seed", 368 parser.add_option("", "--use-random-seed", dest="useRandomSeed", 371 parser.add_option("", "--skip", dest="skipTests", 374 parser.add_option("-o", "--output", dest="output", metavar="FILE", 377 parser.add_option("-O", "--output-header", dest="outputHeader", metavar="FILE", 380 parser.add_option("-T", "--output-tests", dest="outputTests", metavar="FILE" [all...] |
/external/dnsmasq/contrib/wrt/ |
dhcp_lease_time.c | 139 struct sockaddr_in dest; local 172 dest.sin_family = AF_INET; 173 dest.sin_addr.s_addr = inet_addr("127.0.0.1"); 174 dest.sin_port = ntohs(DHCP_SERVER_PORT); 177 (struct sockaddr *)&dest, sizeof(dest)) == -1)
|
/external/elfutils/libelf/ |
version_xlate.h | 58 elf_cvt_Verdef (void *dest, const void *src, size_t len, int encode) 89 ddest = (GElf_Verdef *) ((char *) dest + def_offset); 117 adest = (GElf_Verdaux *) ((char *) dest + aux_offset); 152 elf_cvt_Verneed (void *dest, const void *src, size_t len, int encode) 183 ndest = (GElf_Verneed *) ((char *) dest + need_offset); 209 adest = (GElf_Vernaux *) ((char *) dest + aux_offset);
|
/external/qemu/distrib/zlib-1.2.3/ |
zutil.c | 149 void zmemcpy(dest, source, len) 150 Bytef* dest; 156 *dest++ = *source++; /* ??? to be unrolled */ 173 void zmemzero(dest, len) 174 Bytef* dest; 179 *dest++ = 0; /* ??? to be unrolled */
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
randgen.h | 106 int64 dest; // 'ofst' state to append member in struct:fst::RandGenOptions 110 source(kNoStateId), dest(kNoStateId) {} 131 nopts.dest = ofst->Start(); 141 ofst->SetFinal(opts.dest, Weight::One()); 147 ofst->AddArc(opts.dest, oarc); 151 nopts.dest = oarc.nextstate;
|
/external/zlib/examples/ |
zpipe.c | 30 /* Compress from file source to file dest until EOF on source. 36 int def(FILE *source, FILE *dest, int level) 70 if (fwrite(out, 1, have, dest) != have || ferror(dest)) { 86 /* Decompress from file source to file dest until stream ends or EOF. 92 int inf(FILE *source, FILE *dest) 136 if (fwrite(out, 1, have, dest) != have || ferror(dest)) { 202 fputs("zpipe usage: zpipe [-d] < source > dest\n", stderr);
|
/external/zlib/ |
zutil.c | 129 void ZLIB_INTERNAL zmemcpy(dest, source, len) 130 Bytef* dest; 136 *dest++ = *source++; /* ??? to be unrolled */ 153 void ZLIB_INTERNAL zmemzero(dest, len) 154 Bytef* dest; 159 *dest++ = 0; /* ??? to be unrolled */
|
/frameworks/base/core/java/android/view/ |
FocusFinder.java | 398 * checks whether the dest is at least partially to the direction of (e.g left of) 447 boolean isToDirectionOf(int direction, Rect src, Rect dest) { 450 return src.left >= dest.right; 452 return src.right <= dest.left; 454 return src.top >= dest.bottom; 456 return src.bottom <= dest.top; 464 * of source to the edge nearest in the given direction of dest. If the 465 * dest is not in the direction from source, return 0. 467 static int majorAxisDistance(int direction, Rect source, Rect dest) { 468 return Math.max(0, majorAxisDistanceRaw(direction, source, dest)); [all...] |
/frameworks/base/telephony/java/android/telephony/ |
NeighboringCellInfo.java | 281 public void writeToParcel(Parcel dest, int flags) { 282 dest.writeInt(mRssi); 283 dest.writeInt(mLac); 284 dest.writeInt(mCid); 285 dest.writeInt(mPsc); 286 dest.writeInt(mNetworkType);
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
BitmapScreenNail.java | 166 public void draw(GLCanvas canvas, RectF source, RectF dest) { 168 canvas.fillRect(dest.left, dest.top, dest.width(), dest.height(), 177 canvas.drawTexture(mTexture, source, dest);
|
/external/libusb-compat/libusb/ |
core.c | 396 static int copy_endpoint_descriptor(struct usb_endpoint_descriptor *dest, 399 memcpy(dest, src, USB_DT_ENDPOINT_AUDIO_SIZE); 401 dest->extralen = src->extra_length; 403 dest->extra = malloc(src->extra_length); 404 if (!dest->extra) 406 memcpy(dest->extra, src->extra, src->extra_length); 412 static int copy_interface_descriptor(struct usb_interface_descriptor *dest, 419 memcpy(dest, src, USB_DT_INTERFACE_SIZE); 420 dest->endpoint = malloc(alloc_size); 421 if (!dest->endpoint [all...] |
/external/valgrind/main/coregrind/ |
m_libcbase.c | 236 Char* VG_(strcat) ( Char* dest, const Char* src ) 238 Char* dest_orig = dest; 239 while (*dest) dest++; 240 while (*src) *dest++ = *src++; 241 *dest = 0; 245 Char* VG_(strncat) ( Char* dest, const Char* src, SizeT n ) 247 Char* dest_orig = dest; 248 while (*dest) dest++ [all...] |
/bionic/libc/bionic/ |
memmove_words.c | 36 void _memmove_words(void* dest, const void* src, size_t n) 38 assert((((uintptr_t) dest | (uintptr_t) src | n) & 0x01) == 0); 40 char* d = (char*) dest; 54 * we copy data forward (i.e. *dest++ = *src++).
|
/external/chromium/chrome/browser/autofill/ |
form_field.cc | 180 AutofillField** dest) { 181 return ParseText(iter, pattern, dest, false); 187 AutofillField** dest) { 188 return ParseLabelText(iter, ASCIIToUTF16("^$"), dest); 195 AutofillField** dest) { 196 return ParseText(iter, pattern, dest, true); 202 AutofillField** dest, 209 if (dest) 210 *dest = field; 222 AutofillField** dest) { [all...] |
/external/doclava/src/com/google/doclava/ |
JarUtils.java | 62 File dest = new File(destDir + "/" + entry.getName().substring(jarDir.length() + 1)); local 63 File parent = dest.getParentFile(); 68 FileOutputStream out = new FileOutputStream(dest);
|