HomeSort by relevance Sort by last modified time
    Searched refs:dest (Results 176 - 200 of 6049) sorted by null

1 2 3 4 5 6 78 91011>>

  /system/chre/util/include/chre/util/
memory_impl.h 38 inline void moveOrCopyAssign(ElementType& dest, ElementType& source,
40 dest = std::move(source);
45 inline void moveOrCopyAssign(ElementType& dest, ElementType& source,
47 dest = source;
51 inline void moveOrCopyAssign(ElementType& dest, ElementType& source) {
52 moveOrCopyAssign(dest, source,
59 ElementType *dest, std::true_type) {
60 std::memcpy(dest, source, count * sizeof(ElementType));
67 ElementType *dest, std::false_type,
70 new (&dest[i]) ElementType(std::move(source[i]))
    [all...]
  /external/lzma/CPP/Common/
UTFConvert.cpp 77 { if (dest) dest[destPos] = (wchar_t)0xFFFD; destPos++; ok = false; continue; }
79 static bool Utf8_To_Utf16(wchar_t *dest, size_t *destLen, const char *src, const char *srcLim) throw()
96 if (dest)
97 dest[destPos] = (wchar_t)c;
130 if (dest)
131 dest[destPos] = (wchar_t)val;
139 if (dest)
141 dest[destPos + 0] = (wchar_t)(0xD800 + (val >> 10));
142 dest[destPos + 1] = (wchar_t)(0xDC00 + (val & 0x3FF));
    [all...]
  /bionic/libc/include/bits/fortify/
stdio.h 41 int vsnprintf(char* const __pass_object_size dest, size_t size, const char* format, va_list ap)
43 return __builtin___vsnprintf_chk(dest, size, 0, __bos(dest), format, ap);
47 int vsprintf(char* const __pass_object_size dest, const char* format, va_list ap) __overloadable {
48 return __builtin___vsprintf_chk(dest, 0, __bos(dest), format, ap);
56 * its length to the length of `dest`
59 int snprintf(char* dest, size_t size, const char* format)
61 __enable_if(__bos(dest) != __BIONIC_FORTIFY_UNKNOWN_SIZE &&
62 __bos(dest) < __builtin_strlen(format)
    [all...]
  /frameworks/base/core/java/android/net/
MobileLinkQualityInfo.java 47 public void writeToParcel(Parcel dest, int flags) {
48 super.writeToParcel(dest, flags, OBJECT_TYPE_MOBILE_LINK_QUALITY_INFO);
50 dest.writeInt(mMobileNetworkType);
51 dest.writeInt(mRssi);
52 dest.writeInt(mGsmErrorRate);
53 dest.writeInt(mCdmaDbm);
54 dest.writeInt(mCdmaEcio);
55 dest.writeInt(mEvdoDbm);
56 dest.writeInt(mEvdoEcio);
57 dest.writeInt(mEvdoSnr)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
ArabicShaping.java 72 * @param dest The destination array that will receive the result.
89 char[] dest, int destStart, int destSize) throws ArabicShapingException {
98 if (dest == null && destSize != 0) {
99 throw new IllegalArgumentException("null dest requires destSize == 0");
102 (destStart < 0 || destSize < 0 || destStart + destSize > dest.length)) {
103 throw new IllegalArgumentException("bad dest start (" + destStart +
105 ") for buffer of length " + dest.length);
132 return internalShape(source, sourceStart, sourceLength, dest, destStart, destSize);
160 char[] dest = src; local
164 dest = new char[src.length * 2]; // ma
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
ArabicShaping.java 71 * @param dest The destination array that will receive the result.
89 char[] dest, int destStart, int destSize) throws ArabicShapingException {
98 if (dest == null && destSize != 0) {
99 throw new IllegalArgumentException("null dest requires destSize == 0");
102 (destStart < 0 || destSize < 0 || destStart + destSize > dest.length)) {
103 throw new IllegalArgumentException("bad dest start (" + destStart +
105 ") for buffer of length " + dest.length);
132 return internalShape(source, sourceStart, sourceLength, dest, destStart, destSize);
162 char[] dest = src; local
166 dest = new char[src.length * 2]; // ma
    [all...]
  /external/syslinux/gpxe/src/core/
xfer.c 47 struct xfer_interface *dest = xfer_get_dest ( xfer ); local
50 DBGC ( xfer, "XFER %p->%p close\n", xfer, dest );
54 dest->op->close ( dest, rc );
56 xfer_put ( dest );
68 struct xfer_interface *dest = xfer_get_dest ( xfer ); local
71 DBGC ( xfer, "XFER %p->%p redirect\n", xfer, dest );
73 rc = dest->op->vredirect ( dest, type, args );
76 DBGC ( xfer, "XFER %p<-%p redirect: %s\n", xfer, dest,
108 struct xfer_interface *dest = xfer_get_dest ( xfer ); local
125 struct xfer_interface *dest = xfer_get_dest ( xfer ); local
150 struct xfer_interface *dest = xfer_get_dest ( xfer ); local
187 struct xfer_interface *dest = xfer_get_dest ( xfer ); local
    [all...]
  /external/libjpeg-turbo/
wrbmp.c 66 (j_decompress_ptr cinfo, bmp_dest_ptr dest, int map_colors,
89 bmp_dest_ptr dest = (bmp_dest_ptr) dinfo; local
97 ((j_common_ptr) cinfo, dest->whole_image,
98 dest->cur_output_row, (JDIMENSION) 1, TRUE);
99 dest->cur_output_row++;
104 inptr = dest->pub.buffer[0];
133 pad = dest->pad_bytes;
143 bmp_dest_ptr dest = (bmp_dest_ptr) dinfo; local
151 ((j_common_ptr) cinfo, dest->whole_image,
152 dest->cur_output_row, (JDIMENSION) 1, TRUE)
385 bmp_dest_ptr dest = (bmp_dest_ptr) dinfo; local
431 bmp_dest_ptr dest; local
    [all...]
  /external/icu/icu4c/source/common/
ubidiwrt.cpp 60 UChar *dest, int32_t destSize,
73 *dest++=*src++;
89 U16_APPEND_UNSAFE(dest, j, c);
112 *dest++=c;
143 U16_APPEND_UNSAFE(dest, j, c);
153 UChar *dest, int32_t destSize,
203 *dest++=src[j++];
233 *dest++=src[j++];
294 U16_APPEND_UNSAFE(dest, k, c);
295 dest+=k
    [all...]
ustrcase_locale.cpp 45 u_strToLower(UChar *dest, int32_t destCapacity,
51 dest, destCapacity,
57 u_strToUpper(UChar *dest, int32_t destCapacity,
63 dest, destCapacity,
73 UChar *dest, int32_t destCapacity, Edits *edits,
77 dest, destCapacity,
85 UChar *dest, int32_t destCapacity, Edits *edits,
89 dest, destCapacity,
  /external/nanopb-c/tests/decode_unittests/
decode_unittests.c 203 IntegerArray dest; local
206 TEST((s = S(""), pb_decode(&s, IntegerArray_fields, &dest) && dest.data_count == 0))
207 TEST((s = S("\x08\x01\x08\x02"), pb_decode(&s, IntegerArray_fields, &dest)
208 && dest.data_count == 2 && dest.data[0] == 1 && dest.data[1] == 2))
210 TEST(pb_decode(&s, IntegerArray_fields, &dest) && dest.data_count == 10 && dest.data[9] == 10
217 IntegerArray dest; local
235 IntegerArray dest; local
251 CallbackArray dest; local
282 IntegerArray dest; local
294 IntegerContainer dest = {{0}}; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
libprep.bat 8 set dest=%1 variable
10 echo Copying files to %dest%.
16 XCOPY Lib %dest% /S /I /Y
17 XCOPY PyMod-2.7.10\Lib %dest% /S /I /Y
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/
regrtest.py 18 dest = tempfile.mkdtemp()
19 os.system("cp -r %s/* %s" % (test.__path__[0], dest))
20 print "Creating copy of test suite in", dest
21 return dest
24 dest = tempfile.mkdtemp()
27 print "Creating copy of standard library in", dest
28 os.system("cp -r %s/* %s" % (libdir, dest))
29 return dest
  /external/chromium-trace/catapult/systrace/profile_chrome/
flags.py 10 output_options.add_option('-o', '--output', dest='output_file',
13 'HTML.', dest='write_json')
  /external/clang/test/CodeGen/
le32-vaarg.c 17 struct Foo dest; variable in typeref:struct:Foo
20 dest = va_arg(*args, struct Foo);
26 // CHECK: call void @llvm.memcpy{{.*}}@dest{{.*}}, i8* [[LOC2]]
sparc-vaarg.c 17 struct Foo dest; variable in typeref:struct:Foo
22 // CHECK: call void @llvm.memcpy{{.*}}@dest{{.*}}, i8* [[RESULT2]]
24 dest = va_arg(*args, struct Foo);
  /external/google-breakpad/src/processor/
disassembler_x86.cc 83 libdis::x86_op_t *dest = libdis::x86_get_dest_operand(&current_instr_); local
95 if (dest) {
96 switch (dest->type) {
98 if (dest->data.expression.base.id == bad_register_.id)
102 if (dest->data.reg.id == bad_register_.id)
119 // Flag block data operations that use bad registers for src or dest.
121 if (dest && dest->type == libdis::op_expression &&
122 dest->data.expression.base.id == bad_register_.id)
131 if ((dest && dest->type == libdis::op_expression &
    [all...]
  /external/icu/icu4c/source/common/unicode/
bytestream.h 235 * Constructs a ByteSink that will append bytes to the dest string.
236 * @param dest pointer to string object to append to
239 StringByteSink(StringClass* dest) : dest_(dest) { }
242 * Constructs a ByteSink that reserves append capacity and will append bytes to the dest string.
244 * @param dest pointer to string object to append to
245 * @param initialAppendCapacity capacity beyond dest->length() to be reserve()d
248 StringByteSink(StringClass* dest, int32_t initialAppendCapacity) : dest_(dest) {
250 (uint32_t)initialAppendCapacity > (dest->capacity() - dest->length()))
    [all...]
  /external/iptables/include/linux/netfilter_ipv4/
ipt_addrtype.h 15 __u16 dest; /* dest-type mask */ member in struct:ipt_addrtype_info_v1
22 __u16 dest; /* dest-type mask */ member in struct:ipt_addrtype_info
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.create_symlink/
create_symlink.pass.cpp 59 const path dest = env.make_env_path("dest1"); local
61 fs::create_symlink(file_sym, dest, ec);
63 TEST_CHECK(is_symlink(dest));
64 TEST_CHECK(equivalent(dest, file));
67 const path dest = env.make_env_path("dest2"); local
69 fs::create_symlink(dir_sym, dest, ec);
71 TEST_CHECK(is_symlink(dest));
72 TEST_CHECK(equivalent(dest, dir));
  /external/libvpx/libvpx/vp9/common/x86/
vp9_idct_intrin_sse2.c 16 void vp9_iht4x4_16_add_sse2(const tran_low_t *input, uint8_t *dest, int stride,
51 recon_and_store4x4_sse2(in, dest, stride);
54 void vp9_iht8x8_64_add_sse2(const tran_low_t *input, uint8_t *dest, int stride,
108 recon_and_store(dest + 0 * stride, in[0]);
109 recon_and_store(dest + 1 * stride, in[1]);
110 recon_and_store(dest + 2 * stride, in[2]);
111 recon_and_store(dest + 3 * stride, in[3]);
112 recon_and_store(dest + 4 * stride, in[4]);
113 recon_and_store(dest + 5 * stride, in[5]);
114 recon_and_store(dest + 6 * stride, in[6])
    [all...]
  /external/libvpx/libvpx/vpx_dsp/arm/
idct4x4_add_neon.c 19 void vpx_idct4x4_16_add_neon(const tran_low_t *input, uint8_t *dest,
21 const uint8_t *dst = dest;
29 assert(!((intptr_t)dest % sizeof(uint32_t)));
56 store_u8(dest, stride, d01);
57 dest += 2 * stride;
59 vst1_lane_u32((uint32_t *)dest, vreinterpret_u32_u8(d32), 1);
60 dest += stride;
61 vst1_lane_u32((uint32_t *)dest, vreinterpret_u32_u8(d32), 0);
  /external/ltp/testcases/network/nfsv4/acl/
create_users.py 10 parser.add_option("-u", "--users", dest="nu",type="int",help="number of users to create")
11 parser.add_option("-g", "--group",dest="ng",type="int",help="number of groups to create")
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/simple/
ARMThumb.java 34 int dest; local
36 dest = src + (pos + i - off);
38 dest = src - (pos + i - off);
40 dest >>>= 1;
41 buf[i + 1] = (byte)(0xF0 | ((dest >>> 19) & 0x07));
42 buf[i] = (byte)(dest >>> 11);
43 buf[i + 3] = (byte)(0xF8 | ((dest >>> 8) & 0x07));
44 buf[i + 2] = (byte)dest;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_nir_opt_peephole_ffma.c 57 assert(use_alu->dest.dest.is_ssa);
58 if (!are_all_uses_fadd(&use_alu->dest.dest.ssa))
115 if (!are_all_uses_fadd(&alu->dest.dest.ssa))
177 assert(add->dest.dest.is_ssa);
202 add->dest.dest.ssa.num_components
    [all...]

Completed in 694 milliseconds

1 2 3 4 5 6 78 91011>>