HomeSort by relevance Sort by last modified time
    Searched refs:dest (Results 251 - 275 of 1842) sorted by null

<<11121314151617181920>>

  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Platform.java 34 Object[] src, int srcPos, Object[] dest, int destPos, int length) {
36 dest[destPos + i] = src[srcPos + i];
  /external/icu4c/common/
ustr_imp.h 111 UChar *dest, int32_t destCapacity,
118 UChar *dest, int32_t destCapacity,
127 UChar *dest, int32_t destCapacity,
140 UChar *dest, int32_t destCapacity,
151 * @param dest Destination buffer, can be NULL if destCapacity==0.
152 * @param destCapacity Number of UChars available at dest.
153 * @param length Number of UChars that were (to be) written to dest.
158 u_terminateUChars(UChar *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode);
165 u_terminateChars(char *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode);
172 u_terminateUChar32s(UChar32 *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode)
    [all...]
ustr_wcs.c 67 _strToWCS(wchar_t *dest,
203 uprv_memcpy(dest,intTarget,count*sizeof(wchar_t));
221 u_terminateWChars(dest,destCapacity,count,pErrorCode);
225 return dest;
230 u_strToWCS(wchar_t *dest,
243 (destCapacity<0) || (dest == NULL && destCapacity > 0)
255 uprv_memcpy(dest,src,srcLength*U_SIZEOF_UCHAR);
261 u_terminateUChars(dest,destCapacity,srcLength,pErrorCode);
263 return dest;
267 return (wchar_t*)u_strToUTF32((UChar32*)dest, destCapacity, pDestLength
    [all...]
  /external/skia/src/images/
SkJpegUtility.cpp 157 skjpeg_destination_mgr* dest = (skjpeg_destination_mgr*)cinfo->dest; local
159 dest->next_output_byte = dest->fBuffer;
160 dest->free_in_buffer = skjpeg_destination_mgr::kBufferSize;
164 skjpeg_destination_mgr* dest = (skjpeg_destination_mgr*)cinfo->dest; local
166 // if (!dest->fStream->write(dest->fBuffer, skjpeg_destination_mgr::kBufferSize - dest->free_in_buffer)
179 skjpeg_destination_mgr* dest = (skjpeg_destination_mgr*)cinfo->dest; local
    [all...]
  /external/valgrind/tsan/
ts_valgrind_libc.cc 57 extern "C" void* __memcpy_chk(void *dest, const void *src, unsigned long n) {
58 return VG_(memcpy)(dest,src,n);
  /frameworks/base/core/java/android/accounts/
AuthenticatorDescription.java 122 public void writeToParcel(Parcel dest, int flags) {
123 dest.writeString(type);
124 dest.writeString(packageName);
125 dest.writeInt(labelId);
126 dest.writeInt(iconId);
127 dest.writeInt(smallIconId);
128 dest.writeInt(accountPreferencesId);
129 dest.writeByte((byte) (customTokens ? 1 : 0));
  /frameworks/base/core/java/android/content/pm/
ResolveInfo.java 245 public void writeToParcel(Parcel dest, int parcelableFlags) {
247 dest.writeInt(1);
248 activityInfo.writeToParcel(dest, parcelableFlags);
250 dest.writeInt(2);
251 serviceInfo.writeToParcel(dest, parcelableFlags);
253 dest.writeInt(0);
256 dest.writeInt(1);
257 filter.writeToParcel(dest, parcelableFlags);
259 dest.writeInt(0);
261 dest.writeInt(priority)
    [all...]
  /frameworks/base/core/java/android/net/
DhcpInfo.java 78 public void writeToParcel(Parcel dest, int flags) {
79 dest.writeInt(ipAddress);
80 dest.writeInt(gateway);
81 dest.writeInt(netmask);
82 dest.writeInt(dns1);
83 dest.writeInt(dns2);
84 dest.writeInt(serverAddress);
85 dest.writeInt(leaseDuration);
  /frameworks/base/core/java/android/net/nsd/
NsdServiceInfo.java 117 public void writeToParcel(Parcel dest, int flags) {
118 dest.writeString(mServiceName);
119 dest.writeString(mServiceType);
120 dest.writeParcelable(mTxtRecord, flags);
122 dest.writeByte((byte)1);
123 dest.writeByteArray(mHost.getAddress());
125 dest.writeByte((byte)0);
127 dest.writeInt(mPort);
  /frameworks/base/core/java/android/text/style/
BackgroundColorSpan.java 45 public void writeToParcel(Parcel dest, int flags) {
46 dest.writeInt(mColor);
ForegroundColorSpan.java 45 public void writeToParcel(Parcel dest, int flags) {
46 dest.writeInt(mColor);
SpellCheckSpan.java 56 public void writeToParcel(Parcel dest, int flags) {
57 dest.writeInt(mSpellCheckInProgress ? 1 : 0);
SuggestionRangeSpan.java 48 public void writeToParcel(Parcel dest, int flags) {
49 dest.writeInt(mBackgroundColor);
  /frameworks/base/telephony/java/android/telephony/
CellInfo.java 195 public void writeToParcel(Parcel dest, int flags) {
196 dest.writeInt(mTimeStampType);
197 dest.writeInt(mRegistered ? 1 : 0);
198 dest.writeLong(mTimeStamp);
199 dest.writeLong(mTimingAdvance);
200 dest.writeInt(mCellIdentityType);
201 mStrength.writeToParcel(dest, flags);
202 mCellIdentity.writeToParcel(dest, flags);
  /frameworks/ex/common/java/com/android/common/
Rfc822InputFilter.java 33 public CharSequence filter(CharSequence source, int start, int end, Spanned dest,
46 char c = dest.charAt(--scanBack);
  /prebuilts/sdk/renderscript/clang-include/
stdarg.h 43 #define va_copy(dest, src) __builtin_va_copy(dest, src)
  /frameworks/base/core/java/android/app/
ActivityManager.java 449 public void writeToParcel(Parcel dest, int flags) {
450 dest.writeInt(id);
451 dest.writeInt(persistentId);
453 dest.writeInt(1);
454 baseIntent.writeToParcel(dest, 0);
456 dest.writeInt(0);
458 ComponentName.writeToParcel(origActivity, dest);
459 TextUtils.writeToParcel(description, dest,
594 public void writeToParcel(Parcel dest, int flags) {
595 dest.writeInt(id)
    [all...]
ApplicationErrorReport.java 220 public void writeToParcel(Parcel dest, int flags) {
221 dest.writeInt(type);
222 dest.writeString(packageName);
223 dest.writeString(installerPackageName);
224 dest.writeString(processName);
225 dest.writeLong(time);
226 dest.writeInt(systemApp ? 1 : 0);
230 crashInfo.writeToParcel(dest, flags);
233 anrInfo.writeToParcel(dest, flags);
236 batteryInfo.writeToParcel(dest, flags)
    [all...]
  /external/openssh/
cipher-3des1.c 106 ssh1_3des_cbc(EVP_CIPHER_CTX *ctx, u_char *dest, const u_char *src,
116 EVP_Cipher(&c->k1, dest, (u_char *)src, len);
117 EVP_Cipher(&c->k2, dest, dest, len);
118 EVP_Cipher(&c->k3, dest, dest, len);
120 if (EVP_Cipher(&c->k1, dest, (u_char *)src, len) == 0 ||
121 EVP_Cipher(&c->k2, dest, dest, len) == 0 ||
122 EVP_Cipher(&c->k3, dest, dest, len) == 0
    [all...]
  /frameworks/base/core/java/android/view/
DragEvent.java 460 * @param dest A {@link android.os.Parcel} object in which to put the DragEvent object.
463 public void writeToParcel(Parcel dest, int flags) {
464 dest.writeInt(mAction);
465 dest.writeFloat(mX);
466 dest.writeFloat(mY);
467 dest.writeInt(mDragResult ? 1 : 0);
469 dest.writeInt(0);
471 dest.writeInt(1);
472 mClipData.writeToParcel(dest, flags);
475 dest.writeInt(0)
    [all...]
  /frameworks/base/core/jni/
android_text_AndroidCharacter.cpp 60 ScopedByteArrayRW dest(env, destArray);
61 if (dest.get() == NULL) {
82 dest[i++] = dir;
83 dest[i] = dir;
88 dest[i] = PROPERTY_UNDEFINED;
90 dest[i] = directionality_map[dir];
111 ScopedByteArrayRW dest(env, destArray);
112 if (dest.get() == NULL) {
134 dest[i++] = width;
135 dest[i] = width
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactsRequest.java 145 public void writeToParcel(Parcel dest, int flags) {
146 dest.writeInt(mValid ? 1 : 0);
147 dest.writeInt(mActionCode);
148 dest.writeParcelable(mRedirectIntent, 0);
149 dest.writeCharSequence(mTitle);
150 dest.writeInt(mSearchMode ? 1 : 0);
151 dest.writeString(mQueryString);
152 dest.writeInt(mIncludeProfile ? 1 : 0);
153 dest.writeInt(mLegacyCompatibilityMode ? 1 : 0);
154 dest.writeInt(mDirectorySearchEnabled ? 1 : 0)
    [all...]
  /external/icu4c/test/cintltst/
nfsprep.c 41 char* dest, int32_t destCapacity,
66 if((src==NULL) || (srcLength < -1) || (destCapacity<0) || (!dest && destCapacity > 0)){
117 if(dest!=NULL && reqLength <= destCapacity){
118 memmove(dest, b3, reqLength);
132 return u_terminateChars(dest, destCapacity, reqLength, status);
207 char* dest, int32_t destCapacity,
224 if((src==NULL) || (srcLength < -1) || (destCapacity<0) || (!dest && destCapacity > 0)){
259 if(dest != NULL && reqLen <= destCapacity){
260 memmove(dest, p, pLen);
263 dest[pLen++] = PREFIX_SUFFIX_SEPARATOR
    [all...]
  /external/libpng/contrib/gregbook/
rpng2-x.c 1075 char *dest; local
1374 char *dest; local
1615 char *dest; local
1859 char *dest; local
    [all...]
  /external/jpeg/
wrgif.c 304 gif_dest_ptr dest = (gif_dest_ptr) dinfo; local
307 emit_header(dest, cinfo->actual_number_of_colors, cinfo->colormap);
309 emit_header(dest, 256, (JSAMPARRAY) NULL);
322 gif_dest_ptr dest = (gif_dest_ptr) dinfo; local
326 ptr = dest->pub.buffer[0];
328 compress_pixel(dest, GETJSAMPLE(*ptr++));
340 gif_dest_ptr dest = (gif_dest_ptr) dinfo; local
343 compress_term(dest);
345 putc(0, dest->pub.output_file);
347 putc(';', dest->pub.output_file)
362 gif_dest_ptr dest; local
    [all...]

Completed in 2385 milliseconds

<<11121314151617181920>>