Searched refs:dest (Results 126 - 150 of 2278) sorted by relevance

1234567891011>>

/external/icu/icu4c/source/common/
H A Duts46.cpp51 isASCIIString(const UnicodeString &dest) { argument
52 const UChar *s=dest.getBuffer();
53 const UChar *limit=s+dest.length();
73 IDNA::labelToASCII_UTF8(const StringPiece &label, ByteSink &dest, argument
78 info, errorCode).toUTF8(dest);
83 IDNA::labelToUnicodeUTF8(const StringPiece &label, ByteSink &dest, argument
88 info, errorCode).toUTF8(dest);
93 IDNA::nameToASCII_UTF8(const StringPiece &name, ByteSink &dest, argument
98 info, errorCode).toUTF8(dest);
103 IDNA::nameToUnicodeUTF8(const StringPiece &name, ByteSink &dest, argument
225 labelToASCII(const UnicodeString &label, UnicodeString &dest, IDNAInfo &info, UErrorCode &errorCode) const argument
231 labelToUnicode(const UnicodeString &label, UnicodeString &dest, IDNAInfo &info, UErrorCode &errorCode) const argument
237 nameToASCII(const UnicodeString &name, UnicodeString &dest, IDNAInfo &info, UErrorCode &errorCode) const argument
250 nameToUnicode(const UnicodeString &name, UnicodeString &dest, IDNAInfo &info, UErrorCode &errorCode) const argument
256 labelToASCII_UTF8(const StringPiece &label, ByteSink &dest, IDNAInfo &info, UErrorCode &errorCode) const argument
262 labelToUnicodeUTF8(const StringPiece &label, ByteSink &dest, IDNAInfo &info, UErrorCode &errorCode) const argument
268 nameToASCII_UTF8(const StringPiece &name, ByteSink &dest, IDNAInfo &info, UErrorCode &errorCode) const argument
274 nameToUnicodeUTF8(const StringPiece &name, ByteSink &dest, IDNAInfo &info, UErrorCode &errorCode) const argument
302 process(const UnicodeString &src, UBool isLabel, UBool toASCII, UnicodeString &dest, IDNAInfo &info, UErrorCode &errorCode) const argument
409 processUTF8(const StringPiece &src, UBool isLabel, UBool toASCII, ByteSink &dest, IDNAInfo &info, UErrorCode &errorCode) const argument
533 processUnicode(const UnicodeString &src, int32_t labelStart, int32_t mappingStart, UBool isLabel, UBool toASCII, UnicodeString &dest, IDNAInfo &info, UErrorCode &errorCode) const argument
596 mapDevChars(UnicodeString &dest, int32_t labelStart, int32_t mappingStart, UErrorCode &errorCode) const argument
675 replaceLabel(UnicodeString &dest, int32_t destLabelStart, int32_t destLabelLength, const UnicodeString &label, int32_t labelLength) argument
684 processLabel(UnicodeString &dest, int32_t labelStart, int32_t labelLength, UBool toASCII, IDNAInfo &info, UErrorCode &errorCode) const argument
897 markBadACELabel(UnicodeString &dest, int32_t labelStart, int32_t labelLength, UBool toASCII, IDNAInfo &info) const argument
1300 checkArgs(const void *label, int32_t length, void *dest, int32_t capacity, UIDNAInfo *pInfo, UErrorCode *pErrorCode) argument
1330 uidna_labelToASCII(const UIDNA *idna, const UChar *label, int32_t length, UChar *dest, int32_t capacity, UIDNAInfo *pInfo, UErrorCode *pErrorCode) argument
1346 uidna_labelToUnicode(const UIDNA *idna, const UChar *label, int32_t length, UChar *dest, int32_t capacity, UIDNAInfo *pInfo, UErrorCode *pErrorCode) argument
1362 uidna_nameToASCII(const UIDNA *idna, const UChar *name, int32_t length, UChar *dest, int32_t capacity, UIDNAInfo *pInfo, UErrorCode *pErrorCode) argument
1378 uidna_nameToUnicode(const UIDNA *idna, const UChar *name, int32_t length, UChar *dest, int32_t capacity, UIDNAInfo *pInfo, UErrorCode *pErrorCode) argument
1394 uidna_labelToASCII_UTF8(const UIDNA *idna, const char *label, int32_t length, char *dest, int32_t capacity, UIDNAInfo *pInfo, UErrorCode *pErrorCode) argument
1410 uidna_labelToUnicodeUTF8(const UIDNA *idna, const char *label, int32_t length, char *dest, int32_t capacity, UIDNAInfo *pInfo, UErrorCode *pErrorCode) argument
1426 uidna_nameToASCII_UTF8(const UIDNA *idna, const char *name, int32_t length, char *dest, int32_t capacity, UIDNAInfo *pInfo, UErrorCode *pErrorCode) argument
1442 uidna_nameToUnicodeUTF8(const UIDNA *idna, const char *name, int32_t length, char *dest, int32_t capacity, UIDNAInfo *pInfo, UErrorCode *pErrorCode) argument
[all...]
H A Dushape.cpp465 countSpaces(UChar *dest, int32_t size, uint32_t /*options*/, int32_t *spacesCountl, int32_t *spacesCountr) { argument
468 while((dest[i] == SPACE_CHAR) && (countl < size)) {
473 while(dest[size-1] == SPACE_CHAR) {
692 handleTashkeelWithTatweel(UChar *dest, int32_t sourceLength, argument
697 if((isTashkeelOnTatweelChar(dest[i]) == 1)){
698 dest[i] = TATWEEL_CHAR;
699 }else if((isTashkeelOnTatweelChar(dest[i]) == 2)){
700 dest[i] = SHADDA_TATWEEL_CHAR;
701 }else if(isIsolatedTashkeelChar(dest[i]) && dest[
730 handleGeneratedSpaces(UChar *dest, int32_t sourceLength, int32_t destSize, uint32_t options, UErrorCode *pErrorCode,struct uShapeVariables shapeVars ) argument
905 expandCompositCharAtBegin(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCode) argument
965 expandCompositCharAtEnd(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCode) argument
1032 expandCompositCharAtNear(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCode, int yehHamzaOption, int seenTailOption, int lamAlefOption, struct uShapeVariables shapeVars) argument
1085 expandCompositChar(UChar *dest, int32_t sourceLength, int32_t destSize,uint32_t options, UErrorCode *pErrorCode, int shapingMode,struct uShapeVariables shapeVars) argument
1198 shapeUnicode(UChar *dest, int32_t sourceLength, int32_t destSize,uint32_t options, UErrorCode *pErrorCode, int tashkeelFlag, struct uShapeVariables shapeVars) argument
1370 deShapeUnicode(UChar *dest, int32_t sourceLength, int32_t destSize,uint32_t options, UErrorCode *pErrorCode, struct uShapeVariables shapeVars) argument
1423 u_shapeArabic(const UChar *source, int32_t sourceLength, UChar *dest, int32_t destCapacity, uint32_t options, UErrorCode *pErrorCode) argument
[all...]
/external/chromium_org/net/http/
H A Dmock_gssapi_library_posix.cc27 void ClearOid(gss_OID dest) { argument
28 if (!dest)
30 dest->length = 0;
31 dest->elements = NULL;
34 void SetOid(gss_OID dest, const void* src, size_t length) { argument
35 if (!dest)
37 ClearOid(dest);
40 dest->length = length;
42 dest->elements = const_cast<void*>(src);
45 void CopyOid(gss_OID dest, cons argument
55 ClearBuffer(gss_buffer_t dest) argument
63 SetBuffer(gss_buffer_t dest, const void* src, size_t length) argument
76 CopyBuffer(gss_buffer_t dest, const gss_buffer_t src) argument
86 std::string dest; local
94 BufferFromString(const std::string& src, gss_buffer_t dest) argument
101 ClearName(gss_name_t dest) argument
109 SetName(gss_name_t dest, const void* src, size_t length) argument
120 std::string dest; local
129 NameFromString(const std::string& src, gss_name_t dest) argument
[all...]
/external/jpeg/
H A Dwrbmp.c61 JPP((j_decompress_ptr cinfo, bmp_dest_ptr dest,
75 bmp_dest_ptr dest = (bmp_dest_ptr) dinfo; local
83 ((j_common_ptr) cinfo, dest->whole_image,
84 dest->cur_output_row, (JDIMENSION) 1, TRUE);
85 dest->cur_output_row++;
90 inptr = dest->pub.buffer[0];
100 pad = dest->pad_bytes;
110 bmp_dest_ptr dest = (bmp_dest_ptr) dinfo; local
118 ((j_common_ptr) cinfo, dest->whole_image,
119 dest
157 write_bmp_header(j_decompress_ptr cinfo, bmp_dest_ptr dest) argument
230 write_os2_header(j_decompress_ptr cinfo, bmp_dest_ptr dest) argument
292 write_colormap(j_decompress_ptr cinfo, bmp_dest_ptr dest, int map_colors, int map_entry_size) argument
346 bmp_dest_ptr dest = (bmp_dest_ptr) dinfo; local
392 bmp_dest_ptr dest; local
[all...]
H A Dwrrle.c79 rle_dest_ptr dest = (rle_dest_ptr) dinfo; local
112 dest->colormap = NULL;
117 dest->colormap = (rle_map *) (*cinfo->mem->alloc_small)
119 MEMZERO(dest->colormap, cmapsize);
125 dest->colormap[ci * CMAPLENGTH + i] =
132 dest->pub.buffer = (*cinfo->mem->access_virt_sarray)
133 ((j_common_ptr) cinfo, dest->image, (JDIMENSION) 0, (JDIMENSION) 1, TRUE);
134 dest->pub.buffer_height = 1;
136 dest->pub.put_pixel_rows = rle_put_pixel_rows;
156 rle_dest_ptr dest local
174 rle_dest_ptr dest = (rle_dest_ptr) dinfo; local
279 rle_dest_ptr dest; local
[all...]
/external/qemu/distrib/jpeg-6b/
H A Dwrbmp.c61 JPP((j_decompress_ptr cinfo, bmp_dest_ptr dest,
75 bmp_dest_ptr dest = (bmp_dest_ptr) dinfo; local
83 ((j_common_ptr) cinfo, dest->whole_image,
84 dest->cur_output_row, (JDIMENSION) 1, TRUE);
85 dest->cur_output_row++;
90 inptr = dest->pub.buffer[0];
100 pad = dest->pad_bytes;
110 bmp_dest_ptr dest = (bmp_dest_ptr) dinfo; local
118 ((j_common_ptr) cinfo, dest->whole_image,
119 dest
157 write_bmp_header(j_decompress_ptr cinfo, bmp_dest_ptr dest) argument
230 write_os2_header(j_decompress_ptr cinfo, bmp_dest_ptr dest) argument
292 write_colormap(j_decompress_ptr cinfo, bmp_dest_ptr dest, int map_colors, int map_entry_size) argument
346 bmp_dest_ptr dest = (bmp_dest_ptr) dinfo; local
392 bmp_dest_ptr dest; local
[all...]
H A Dwrrle.c79 rle_dest_ptr dest = (rle_dest_ptr) dinfo; local
112 dest->colormap = NULL;
117 dest->colormap = (rle_map *) (*cinfo->mem->alloc_small)
119 MEMZERO(dest->colormap, cmapsize);
125 dest->colormap[ci * CMAPLENGTH + i] =
132 dest->pub.buffer = (*cinfo->mem->access_virt_sarray)
133 ((j_common_ptr) cinfo, dest->image, (JDIMENSION) 0, (JDIMENSION) 1, TRUE);
134 dest->pub.buffer_height = 1;
136 dest->pub.put_pixel_rows = rle_put_pixel_rows;
156 rle_dest_ptr dest local
174 rle_dest_ptr dest = (rle_dest_ptr) dinfo; local
279 rle_dest_ptr dest; local
[all...]
/external/chromium_org/crypto/third_party/nss/
H A Dchromium-blapi.h56 extern SECStatus SHA256_HashBuf(unsigned char *dest, const unsigned char *src,
58 extern SECStatus SHA256_Hash(unsigned char *dest, const char *src);
63 extern void SHA256_Clone(SHA256Context *dest, SHA256Context *src);
74 extern SECStatus SHA512_HashBuf(unsigned char *dest, const unsigned char *src,
76 extern SECStatus SHA512_Hash(unsigned char *dest, const char *src);
81 extern void SHA512_Clone(SHA512Context *dest, SHA512Context *src);
92 extern SECStatus SHA384_HashBuf(unsigned char *dest, const unsigned char *src,
94 extern SECStatus SHA384_Hash(unsigned char *dest, const char *src);
99 extern void SHA384_Clone(SHA384Context *dest, SHA384Context *src);
/external/chromium_org/third_party/lzma_sdk/
H A DBra86.c53 UInt32 dest; local
59 dest = (ip + (UInt32)bufferPos) + src;
61 dest = src - (ip + (UInt32)bufferPos);
65 b = (Byte)(dest >> (24 - index));
68 src = dest ^ ((1 << (32 - index)) - 1);
70 p[4] = (Byte)(~(((dest >> 24) & 1) - 1));
71 p[3] = (Byte)(dest >> 16);
72 p[2] = (Byte)(dest >> 8);
73 p[1] = (Byte)dest;
/external/chromium_org/third_party/markdown/
H A D__main__.py59 parser.add_option("-f", "--file", dest="filename", default=None,
62 parser.add_option("-e", "--encoding", dest="encoding",
65 action="store_const", const=CRITICAL+10, dest="verbose",
68 action="store_const", const=INFO, dest="verbose",
70 parser.add_option("-s", "--safe", dest="safe", default=False,
73 parser.add_option("-o", "--output_format", dest="output_format",
77 action="store_const", const=DEBUG, dest="verbose",
79 parser.add_option("-x", "--extension", action="append", dest="extensions",
81 parser.add_option("-n", "--no_lazy_ol", dest="lazy_ol",
/external/chromium_org/ui/gfx/
H A Dpath_win.cc49 HRGN dest = CreateRectRgn(0, 0, 1, 1); local
50 CombineRgn(dest, r1, r2, RGN_AND);
51 return dest;
56 HRGN dest = CreateRectRgn(0, 0, 1, 1); local
57 CombineRgn(dest, r1, r2, RGN_OR);
58 return dest;
63 HRGN dest = CreateRectRgn(0, 0, 1, 1); local
64 CombineRgn(dest, r1, r2, RGN_DIFF);
65 return dest;
/external/lzma/C/
H A DBra86.c53 UInt32 dest; local
59 dest = (ip + (UInt32)bufferPos) + src;
61 dest = src - (ip + (UInt32)bufferPos);
65 b = (Byte)(dest >> (24 - index));
68 src = dest ^ ((1 << (32 - index)) - 1);
70 p[4] = (Byte)(~(((dest >> 24) & 1) - 1));
71 p[3] = (Byte)(dest >> 16);
72 p[2] = (Byte)(dest >> 8);
73 p[1] = (Byte)dest;
/external/chromium_org/ppapi/shared_impl/
H A Darray_writer.cc32 void* dest = local
43 if (!dest)
47 PP_Resource* dest_resources = static_cast<PP_Resource*>(dest);
55 void* dest = local
66 if (!dest) {
73 std::copy(input.begin(), input.end(), static_cast<PP_Resource*>(dest));
80 void* dest = local
91 if (!dest)
95 PP_Var* dest_vars = static_cast<PP_Var*>(dest);
103 void* dest local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Ddequantize.c30 unsigned char *dest, int stride)
39 vp8_short_idct4x4llm_c(input, dest, stride, dest, stride);
29 vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *dest, int stride) argument
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLUtil.cpp261 template<> void GrGLGetMatrix<3>(GrGLfloat* dest, const SkMatrix& src) { argument
263 dest[0] = SkScalarToFloat(src[SkMatrix::kMScaleX]);
264 dest[1] = SkScalarToFloat(src[SkMatrix::kMSkewY]);
265 dest[2] = SkScalarToFloat(src[SkMatrix::kMPersp0]);
268 dest[3] = SkScalarToFloat(src[SkMatrix::kMSkewX]);
269 dest[4] = SkScalarToFloat(src[SkMatrix::kMScaleY]);
270 dest[5] = SkScalarToFloat(src[SkMatrix::kMPersp1]);
273 dest[6] = SkScalarToFloat(src[SkMatrix::kMTransX]);
274 dest[7] = SkScalarToFloat(src[SkMatrix::kMTransY]);
275 dest[
278 GrGLGetMatrix(GrGLfloat* dest, const SkMatrix& src) argument
[all...]
/external/libvpx/libvpx/vp8/common/
H A Ddequantize.c30 unsigned char *dest, int stride)
39 vp8_short_idct4x4llm_c(input, dest, stride, dest, stride);
29 vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *dest, int stride) argument
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
H A DSDL_ataric2p_s.h35 Uint8 *dest, /* Destination (4/8 bits planes) */
49 Uint8 *dest, /* Destination (8 bits planes) */
63 Uint8 *dest, /* Destination (4 bits planes) */
/external/skia/src/gpu/gl/
H A DGrGLUtil.cpp261 template<> void GrGLGetMatrix<3>(GrGLfloat* dest, const SkMatrix& src) { argument
263 dest[0] = SkScalarToFloat(src[SkMatrix::kMScaleX]);
264 dest[1] = SkScalarToFloat(src[SkMatrix::kMSkewY]);
265 dest[2] = SkScalarToFloat(src[SkMatrix::kMPersp0]);
268 dest[3] = SkScalarToFloat(src[SkMatrix::kMSkewX]);
269 dest[4] = SkScalarToFloat(src[SkMatrix::kMScaleY]);
270 dest[5] = SkScalarToFloat(src[SkMatrix::kMPersp1]);
273 dest[6] = SkScalarToFloat(src[SkMatrix::kMTransX]);
274 dest[7] = SkScalarToFloat(src[SkMatrix::kMTransY]);
275 dest[
278 GrGLGetMatrix(GrGLfloat* dest, const SkMatrix& src) argument
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcustrtrn.c874 UChar dest[64]; local
908 dest[0]=dest[1]=99;
910 destPointer=u_strFromUTF8(dest, LENGTHOF(dest), &destLength, (const char *)bytes, 3, &errorCode);
911 if(U_FAILURE(errorCode) || destPointer!=dest || destLength!=1 || dest[0]!=0x95c || dest[1]!=0) {
973 UChar dest[64]; local
981 dest[
1511 char dest[200]; local
1702 UChar dest[200]; local
[all...]
H A Dnfsprep.h45 * @param dest
53 char* dest, int32_t destCapacity,
59 * @param dest
69 char* dest, int32_t destCapacity,
74 * @param dest
84 char* dest, int32_t destCapacity,
89 * @param dest
99 char* dest, int32_t destCapacity,
/external/icu/icu4c/source/test/cintltst/
H A Dcustrtrn.c887 UChar dest[64]; local
921 dest[0]=dest[1]=99;
923 destPointer=u_strFromUTF8(dest, LENGTHOF(dest), &destLength, (const char *)bytes, 3, &errorCode);
924 if(U_FAILURE(errorCode) || destPointer!=dest || destLength!=1 || dest[0]!=0x95c || dest[1]!=0) {
986 UChar dest[64]; local
994 dest[
1550 char dest[200]; local
1741 UChar dest[200]; local
[all...]
/external/chromium_org/base/posix/
H A Dfile_descriptor_shuffle.h38 // Destructively move |src| to |dest|, overwriting |dest|. Returns true iff
40 virtual bool Move(int src, int dest) = 0;
52 virtual bool Move(int src, int dest) OVERRIDE;
60 dest(in_dest),
65 int dest; member in struct:base::InjectionArc
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DWaveShaperDSPKernel.h46 virtual void process(const float* source, float* dest, size_t framesToProcess) OVERRIDE;
56 void processCurve(const float* source, float* dest, size_t framesToProcess);
59 void processCurve2x(const float* source, float* dest, size_t framesToProcess);
60 void processCurve4x(const float* source, float* dest, size_t framesToProcess);
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dcryptstring.h45 virtual void CopyTo(char * dest, bool nullterminate) const = 0;
48 virtual void CopyRawTo(std::vector<unsigned char> * dest) const = 0;
55 virtual void CopyTo(char * dest, bool nullterminate) const { argument
57 *dest = '\0';
62 virtual void CopyRawTo(std::vector<unsigned char> * dest) const {
63 dest->clear();
71 void CopyTo(char * dest, bool nullterminate) const { impl_->CopyTo(dest, nullterminate); } argument
82 void CopyRawTo(std::vector<unsigned char> * dest) const {
83 return impl_->CopyRawTo(dest);
180 CopyTo(char * dest, bool nullterminate) const argument
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dcryptstring.h28 virtual void CopyTo(char * dest, bool nullterminate) const = 0;
31 virtual void CopyRawTo(std::vector<unsigned char> * dest) const = 0;
38 virtual void CopyTo(char * dest, bool nullterminate) const { argument
40 *dest = '\0';
45 virtual void CopyRawTo(std::vector<unsigned char> * dest) const {
46 dest->clear();
54 void CopyTo(char * dest, bool nullterminate) const { impl_->CopyTo(dest, nullterminate); } argument
65 void CopyRawTo(std::vector<unsigned char> * dest) const {
66 return impl_->CopyRawTo(dest);
163 CopyTo(char * dest, bool nullterminate) const argument
[all...]

Completed in 842 milliseconds

1234567891011>>