Searched refs:dest (Results 251 - 275 of 291) sorted by relevance

<<1112

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DGsmAlphabet.java663 * @param dest the destination byte array
668 stringToGsm8BitUnpackedField(String s, byte dest[], int offset, int length) { argument
692 dest[outByteIndex++] = GSM_EXTENDED_ESCAPE;
696 dest[outByteIndex++] = (byte)v;
701 dest[outByteIndex++] = (byte)0xff;
/frameworks/base/tools/aapt/
H A DZipFile.h237 status_t filemove(FILE* fp, off_t dest, off_t src, size_t n);
H A DResource.cpp862 String8 dest(bundle->getCrunchedOutputDir());
865 CrunchCache cc(source,dest,ff);
2156 String8 dest(bundle->getRClassDir());
2166 dest.appendPath(part);
2168 _mkdir(dest.string());
2170 mkdir(dest.string(), S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP);
2176 dest.appendPath(className);
2177 dest.append(".java");
2178 FILE* fp = fopen(dest.string(), "w+");
2181 dest
2492 addTagAttrPair(KeyedVector<String8, Vector<NamespaceAttributePair> >* dest, const char* tag, const char* ns, const char* attr) argument
[all...]
H A DImages.cpp1243 status_t preProcessImageToCache(const Bundle* bundle, const String8& source, const String8& dest) argument
1258 printf("Processing image to cache: %s => %s\n", source.string(), dest.string());
1329 fp = fopen(dest.string(), "wb");
1331 fprintf(stderr, "%s ERROR: Unable to open PNG file\n", dest.string());
1347 write_png(dest.string(), write_ptr, write_info, imageInfo,
1352 FILE* reader = fopen(dest.string(), "rb");
1360 dest.string(), percent);
H A DResourceTable.cpp2582 status_t ResourceTable::flatten(Bundle* bundle, const sp<AaptFile>& dest) argument
2929 const size_t dataStart = dest->getSize();
2938 status_t err = dest->writeData(&header, sizeof(header));
2945 ssize_t strStart = dest->getSize();
2946 err = valueStrings.writeStringBlock(dest);
2951 ssize_t amt = (dest->getSize()-strStart);
2959 err = dest->writeData(flatPackages[pi]->getData(),
2968 (((uint8_t*)dest->getData()) + dataStart);
2969 header->header.size = htodl(dest->getSize() - dataStart);
2972 << HexDump(dest
[all...]
/frameworks/rs/
H A DrsStream.h60 void loadByteArray(void *dest, size_t numBytes);
/frameworks/support/renderscript/v8/rs_support/
H A DrsStream.h60 void loadByteArray(void *dest, size_t numBytes);
H A Drs.spec180 param RsAllocation dest
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfigStore.java740 LinkAddress dest = route.getDestination();
741 if (dest != null) {
743 out.writeUTF(dest.getAddress().getHostAddress());
744 out.writeInt(dest.getNetworkPrefixLength());
870 LinkAddress dest = null;
873 // only supported default gateways - leave the dest/prefix empty
877 dest = new LinkAddress(
885 linkProperties.addRoute(new RouteInfo(dest, gateway));
/frameworks/base/core/java/android/os/
H A DBatteryStats.java488 public void writeToParcel(Parcel dest, int flags) { argument
489 dest.writeLong(time);
495 dest.writeInt(bat);
498 dest.writeInt(bat);
499 dest.writeInt(states);
529 public void writeDelta(Parcel dest, HistoryItem last) { argument
531 dest.writeInt(DELTA_TIME_ABS);
532 writeToParcel(dest, 0);
561 dest.writeInt(firstToken);
568 dest
[all...]
/frameworks/native/opengl/tests/angeles/
H A Ddemo.c169 static void vector3Sub(VECTOR3 *dest, VECTOR3 *v1, VECTOR3 *v2) argument
171 dest->x = v1->x - v2->x;
172 dest->y = v1->y - v2->y;
173 dest->z = v1->z - v2->z;
724 lerp[a] = (cam->src[a] + cam->dest[a] * trackPos) * 0.01f;
/frameworks/base/core/jni/
H A Dandroid_os_Parcel.cpp178 void* dest = parcel->writeInplace(length); local
179 if (dest == NULL) {
186 memcpy(dest, ar + offset, length);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A DDecTestBench.c739 library function memcpy to copy src to dest.
742 void H264SwDecMemcpy(void *dest, void *src, u32 count) argument
744 memcpy(dest, src, count);
H A DTestBenchMultipleInstance.c436 void H264SwDecMemcpy(void *dest, void *src, u32 count) argument
438 memcpy(dest, src, count);
/frameworks/base/core/java/android/text/
H A DSpannableStringInternal.java69 public final void getChars(int start, int end, char[] dest, int off) { argument
70 mText.getChars(start, end, dest, off);
H A DSpannableStringBuilder.java912 public void getChars(int start, int end, char[] dest, int destoff) { argument
916 System.arraycopy(mText, start, dest, destoff, end - start);
918 System.arraycopy(mText, start + mGapLength, dest, destoff, end - start);
920 System.arraycopy(mText, start, dest, destoff, mGapStart - start);
922 dest, destoff + (mGapStart - start),
/frameworks/base/core/java/android/widget/
H A DNumberPicker.java1917 CharSequence source, int start, int end, Spanned dest, int dstart, int dend) {
1919 CharSequence filtered = super.filter(source, start, end, dest, dstart, dend);
1924 String result = String.valueOf(dest.subSequence(0, dstart)) + filtered
1925 + dest.subSequence(dend, dest.length());
1947 String result = String.valueOf(dest.subSequence(0, dstart)) + filtered
1948 + dest.subSequence(dend, dest.length());
1916 filter( CharSequence source, int start, int end, Spanned dest, int dstart, int dend) argument
H A DAbsListView.java5421 * @param dest the destination rectangle
5425 static int getDistance(Rect source, Rect dest, int direction) { argument
5427 int dX, dY; // dest x, y
5432 dX = dest.left;
5433 dY = dest.top + dest.height() / 2;
5438 dX = dest.left + dest.width() / 2;
5439 dY = dest.top;
5444 dX = dest
[all...]
H A DStackView.java1438 void drawOutline(Canvas dest, Bitmap src) { argument
1443 dest.drawColor(0, PorterDuff.Mode.CLEAR);
1444 dest.setMatrix(mIdentityMatrix);
1445 dest.drawBitmap(mask, xy[0], xy[1], mHolographicPaint);
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java99 public boolean savePicture(Bundle b, final File dest); argument
/frameworks/base/libs/hwui/
H A DFontRenderer.cpp665 const uint8_t* source, uint8_t* dest, int32_t width, int32_t height) {
672 uint8_t* output = dest + y * width;
709 const uint8_t* source, uint8_t* dest, int32_t width, int32_t height) {
714 uint8_t* output = dest + y * width;
664 horizontalBlur(float* weights, int32_t radius, const uint8_t* source, uint8_t* dest, int32_t width, int32_t height) argument
708 verticalBlur(float* weights, int32_t radius, const uint8_t* source, uint8_t* dest, int32_t width, int32_t height) argument
/frameworks/native/include/android/
H A Dconfiguration.h135 * Copy the contents of 'src' to 'dest'.
137 void AConfiguration_copy(AConfiguration* dest, AConfiguration* src);
/frameworks/base/libs/androidfw/
H A DBackupHelpers.cpp446 // returning the initial dest, return a pointer to the trailing NUL.
447 static char* strcpy_ptr(char* dest, const char* str) { argument
448 if (dest && str) {
449 while ((*dest = *str) != 0) {
450 dest++;
454 return dest;
/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenuPresenter.java538 public void writeToParcel(Parcel dest, int flags) { argument
539 dest.writeInt(openSubMenuId);
/frameworks/base/data/fonts/
H A DAndroid.mk107 # It also serves as the module name and the dest file name.

Completed in 9115 milliseconds

<<1112