Searched refs:dest (Results 276 - 300 of 2278) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dprscmnts.cpp49 UnicodeString dest; local
52 dest = myMatcher.replaceAll(replaceText,*status);
55 return dest.extract(source, srcLen, *status);
76 UChar** dest, int32_t destCapacity,
102 return out.extract(*dest, destCapacity,*status);
113 UChar** dest, int32_t destCapacity,
129 int32_t destLen = stringArray[0].extract(*dest, destCapacity, *status);
130 return trim(*dest, destLen, status);
173 UChar** dest, int32_t destCapacity,
202 return out.extract(*dest, destCapacit
75 getText(const UChar* source, int32_t srcLen, UChar** dest, int32_t destCapacity, UnicodeString patternString, UErrorCode* status) argument
112 getDescription( const UChar* source, int32_t srcLen, UChar** dest, int32_t destCapacity, UErrorCode* status) argument
172 getAt(const UChar* source, int32_t srcLen, UChar** dest, int32_t destCapacity, int32_t index, UParseCommentsOption option, UErrorCode* status) argument
213 getTranslate( const UChar* source, int32_t srcLen, UChar** dest, int32_t destCapacity, UErrorCode* status) argument
223 getNote(const UChar* source, int32_t srcLen, UChar** dest, int32_t destCapacity, UErrorCode* status) argument
[all...]
H A Dprscmnts.h34 UChar** dest, int32_t destCapacity,
41 UChar** dest, int32_t destCapacity,
45 UChar** dest, int32_t destCapacity,
50 UChar** dest, int32_t destCapacity,
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dsocketaddresspair.h41 SocketAddressPair(const SocketAddress& srs, const SocketAddress& dest);
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dstring_byte_sink.h29 // Constructs a ByteSink that will append bytes to the dest string.
30 explicit StringByteSink(std::string* dest);
/external/chromium_org/third_party/libsrtp/srtp/crypto/rng/
H A Drand_source.c100 rand_source_get_octet_string(void *dest, uint32_t len) { argument
103 * read len octets from /dev/random to dest, and
108 uint8_t *dst = (uint8_t *)dest;
118 uint8_t *dst = (uint8_t *)dest;
133 uint8_t *dst = (uint8_t *)dest;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans4_dspr2.c107 static void vp9_idct4_columns_add_blk_dspr2(int16_t *input, uint8_t *dest, argument
127 dest_pix = (dest + i);
229 void vp9_idct4x4_16_add_dspr2(const int16_t *input, uint8_t *dest, argument
246 vp9_idct4_columns_add_blk_dspr2(&out[0], dest, dest_stride);
249 void vp9_idct4x4_1_add_dspr2(const int16_t *input, uint8_t *dest, argument
288 "lw %[t2], 0(%[dest]) \n\t"
290 "sw %[vector_a], 0(%[dest]) \n\t"
291 "add %[dest], %[dest], %[dest_stride] \n\t"
294 [dest] "
365 vp9_iht4x4_16_add_dspr2(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type) argument
[all...]
/external/chromium_org/third_party/lzma_sdk/
H A DLzmaLib.c15 MY_STDAPI LzmaCompress(unsigned char *dest, size_t *destLen, const unsigned char *src, size_t srcLen, argument
36 return LzmaEncode(dest, destLen, src, srcLen, &props, outProps, outPropsSize, 0,
41 MY_STDAPI LzmaUncompress(unsigned char *dest, size_t *destLen, const unsigned char *src, size_t *srcLen, argument
45 return LzmaDecode(dest, destLen, src, srcLen, props, (unsigned)propsSize, LZMA_FINISH_ANY, &status, &g_Alloc);
/external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
H A Dswrast_setup.h59 _swsetup_Translate( struct gl_context *ctx, const void *vertex, SWvertex *dest );
/external/chromium_org/third_party/openssl/openssl/crypto/ec/
H A Decp_mont.c165 int ec_GFp_mont_group_copy(EC_GROUP *dest, const EC_GROUP *src) argument
167 if (dest->field_data1 != NULL)
169 BN_MONT_CTX_free(dest->field_data1);
170 dest->field_data1 = NULL;
172 if (dest->field_data2 != NULL)
174 BN_clear_free(dest->field_data2);
175 dest->field_data2 = NULL;
178 if (!ec_GFp_simple_group_copy(dest, src)) return 0;
182 dest->field_data1 = BN_MONT_CTX_new();
183 if (dest
[all...]
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzmaLib.c16 MY_STDAPI LzmaCompress(unsigned char *dest, size_t *destLen, const unsigned char *src, size_t srcLen, argument
37 return LzmaEncode(dest, destLen, src, srcLen, &props, outProps, outPropsSize, 0,
42 MY_STDAPI LzmaUncompress(unsigned char *dest, size_t *destLen, const unsigned char *src, size_t *srcLen, argument
46 return LzmaDecode(dest, destLen, src, srcLen, props, (unsigned)propsSize, LZMA_FINISH_ANY, &status, &g_Alloc);
/external/chromium_org/third_party/webrtc/base/
H A Dsocketaddresspair.h24 SocketAddressPair(const SocketAddress& srs, const SocketAddress& dest);
/external/elfutils/0.153/libasm/
H A Dasm_addsleb128.c56 char *dest = tmpbuf; local
72 *dest++ = byte | 0x80;
75 *dest++ = byte;
78 size_t nbytes = dest - tmpbuf;
/external/icu/icu4c/source/common/
H A Dustr_titlecase_brkiter.cpp51 u_strToTitle(UChar *dest, int32_t destCapacity, argument
65 dest, destCapacity,
76 UChar *dest, int32_t destCapacity,
86 dest, destCapacity,
75 ucasemap_toTitle(UCaseMap *csm, UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, UErrorCode *pErrorCode) argument
H A Dustrcase_locale.cpp85 u_strToLower(UChar *dest, int32_t destCapacity, argument
93 dest, destCapacity,
99 u_strToUpper(UChar *dest, int32_t destCapacity, argument
107 dest, destCapacity,
/external/icu/icu4c/source/test/intltest/
H A Didnaref.h40 * @param dest Output Unicode array with ACE encoded ASCII label.
41 * @param destCapacity Size of dest.
63 UChar* dest, int32_t destCapacity,
78 * @param dest Output Converted Unicode array.
79 * @param destCapacity Size of dest.
101 UChar* dest, int32_t destCapacity,
121 * @param dest Output Unicode array.
122 * @param destCapacity Size of dest.
144 UChar* dest, int32_t destCapacity,
160 * @param dest Outpu
[all...]
/external/icu/icu4c/source/tools/genrb/
H A Dprscmnts.cpp59 UnicodeString dest; local
62 dest = myMatcher.replaceAll(replaceText,*status);
65 return dest.extract(source, srcLen, *status);
86 UChar** dest, int32_t destCapacity,
112 return out.extract(*dest, destCapacity,*status);
123 UChar** dest, int32_t destCapacity,
139 int32_t destLen = stringArray[0].extract(*dest, destCapacity, *status);
140 return trim(*dest, destLen, status);
184 UChar** dest, int32_t destCapacity,
214 return out.extract(*dest, destCapacit
85 getText(const UChar* source, int32_t srcLen, UChar** dest, int32_t destCapacity, UnicodeString patternString, UErrorCode* status) argument
122 getDescription( const UChar* source, int32_t srcLen, UChar** dest, int32_t destCapacity, UErrorCode* status) argument
183 getAt(const UChar* source, int32_t srcLen, UChar** dest, int32_t destCapacity, int32_t index, UParseCommentsOption option, UErrorCode* status) argument
225 getTranslate( const UChar* source, int32_t srcLen, UChar** dest, int32_t destCapacity, UErrorCode* status) argument
235 getNote(const UChar* source, int32_t srcLen, UChar** dest, int32_t destCapacity, UErrorCode* status) argument
[all...]
H A Dprscmnts.h34 UChar** dest, int32_t destCapacity,
41 UChar** dest, int32_t destCapacity,
45 UChar** dest, int32_t destCapacity,
50 UChar** dest, int32_t destCapacity,
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans4_dspr2.c107 static void vp9_idct4_columns_add_blk_dspr2(int16_t *input, uint8_t *dest, argument
127 dest_pix = (dest + i);
229 void vp9_idct4x4_16_add_dspr2(const int16_t *input, uint8_t *dest, argument
246 vp9_idct4_columns_add_blk_dspr2(&out[0], dest, dest_stride);
249 void vp9_idct4x4_1_add_dspr2(const int16_t *input, uint8_t *dest, argument
288 "lw %[t2], 0(%[dest]) \n\t"
290 "sw %[vector_a], 0(%[dest]) \n\t"
291 "add %[dest], %[dest], %[dest_stride] \n\t"
294 [dest] "
365 vp9_iht4x4_16_add_dspr2(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type) argument
[all...]
/external/linux-tools-perf/perf-3.12.0/arch/frv/lib/
H A Dmemcpy.S125 # GR8 - memcpy's current dest address
/external/lldb/examples/python/
H A Dcmdtemplate.py25 parser.add_option('-i', '--in-scope', action='store_true', dest='inscope', help='in_scope_only = True', default=False)
26 parser.add_option('-a', '--arguments', action='store_true', dest='arguments', help='arguments = True', default=False)
27 parser.add_option('-l', '--locals', action='store_true', dest='locals', help='locals = True', default=False)
28 parser.add_option('-s', '--statics', action='store_true', dest='statics', help='statics = True', default=False)
/external/lzma/C/
H A DLzmaLib.c15 MY_STDAPI LzmaCompress(unsigned char *dest, size_t *destLen, const unsigned char *src, size_t srcLen, argument
36 return LzmaEncode(dest, destLen, src, srcLen, &props, outProps, outPropsSize, 0,
41 MY_STDAPI LzmaUncompress(unsigned char *dest, size_t *destLen, const unsigned char *src, size_t *srcLen, argument
45 return LzmaDecode(dest, destLen, src, srcLen, props, (unsigned)propsSize, LZMA_FINISH_ANY, &status, &g_Alloc);
/external/lzma/CPP/Common/
H A DStdInStream.cpp78 UString dest; local
80 ConvertUTF8ToUnicode(s, dest);
82 dest = MultiByteToUnicodeString(s, (UINT)codePage);
83 return dest;
H A DStdOutStream.cpp77 AString dest; local
79 ConvertUnicodeToUTF8(s, dest);
81 dest = UnicodeStringToMultiByte(s, (UINT)codePage);
82 *this << (const char *)dest;
/external/mesa3d/src/mesa/swrast_setup/
H A Dswrast_setup.h59 _swsetup_Translate( struct gl_context *ctx, const void *vertex, SWvertex *dest );
/external/nanopb-c/
H A Dpb_decode.h54 * The actual struct pointed to by dest must match the description in fields.
127 bool pb_decode_varint(pb_istream_t *stream, uint64_t *dest);
131 bool pb_decode_svarint(pb_istream_t *stream, int64_t *dest);
135 bool pb_decode_fixed32(pb_istream_t *stream, void *dest);
139 bool pb_decode_fixed64(pb_istream_t *stream, void *dest);

Completed in 5876 milliseconds

<<11121314151617181920>>