HomeSort by relevance Sort by last modified time
    Searched full:destination (Results 851 - 875 of 5294) sorted by null

<<31323334353637383940>>

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/win32/
scaleopt.c 39 * unsigned char *dest : Pointer to destination data.
40 * unsigned int dest_width : Stride of destination (NOT USED).
47 * destination scaling up by 4 to 5.
145 mov esi, source // Get the source and destination pointer
328 mov esi, source // Get the source and destination pointer
  /hardware/ti/omap3/dspbridge/inc/
csl.h 187 * pstrDest: Ptr to destination buffer.
189 * cMax: Size of destination buffer.
191 * Ptr to destination buffer; or NULL if error.
240 * pszDest: Destination string.
244 * Pointer to destination string.
  /hardware/ti/omap3/dspbridge/libbridge/inc/
csl.h 188 * pstrDest: Ptr to destination buffer.
190 * cMax: Size of destination buffer.
192 * Ptr to destination buffer; or NULL if error.
241 * pszDest: Destination string.
245 * Pointer to destination string.
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
VCardRequest.java 288 String destination = null; local
291 destination = PhoneUtils.getDefault().getCanonicalBySystemLocale(
295 if (destination == null) {
298 destination = emails.get(0).getAddress();
301 avatarUri = AvatarUriUtil.createAvatarUri(null, displayName, destination, null);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
ChooseConfigurationPage.java 53 /** Absolute destination folder root, e.g. "/res/" */
55 /** Relative destination folder root, e.g. "res/" */
224 * Returns the destination folder path relative to the project or an empty string.
263 // -- validate destination file doesn't exist
267 warning = "The destination file already exists";
  /dalvik/dx/src/com/android/dx/dex/code/
InsnFormat.java 166 * output destination. The instruction must be of this instance's format.
170 * @param out {@code non-null;} the output destination to write to
584 * Writes one code unit to the given output destination.
594 * Writes two code units to the given output destination.
606 * Writes three code units to the given output destination.
621 * Writes four code units to the given output destination.
638 * Writes five code units to the given output destination.
657 * Writes three code units to the given output destination, where the
670 * Writes four code units to the given output destination, where the
685 * Writes five code units to the given output destination, where th
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
InsnFormat.java 167 * output destination. The instruction must be of this instance's format.
171 * @param out {@code non-null;} the output destination to write to
586 * Writes one code unit to the given output destination.
596 * Writes two code units to the given output destination.
608 * Writes three code units to the given output destination.
623 * Writes four code units to the given output destination.
640 * Writes five code units to the given output destination.
659 * Writes three code units to the given output destination, where the
672 * Writes four code units to the given output destination, where the
687 * Writes five code units to the given output destination, where th
    [all...]
  /external/kernel-headers/original/uapi/linux/netfilter/
nf_tables.h 380 * @NFTA_IMMEDIATE_DREG: destination register to load data into (NLA_U32)
395 * @NFTA_BITWISE_DREG: destination register (NLA_U32: nft_registers)
438 * @NFTA_BYTEORDER_DREG: destination register (NLA_U32: nft_registers)
494 * @NFTA_LOOKUP_DREG: destination register (NLA_U32: nft_registers)
523 * @NFTA_PAYLOAD_DREG: destination register to load data into (NLA_U32: nft_registers)
541 * @NFTA_EXTHDR_DREG: destination register (NLA_U32: nft_registers)
612 * @NFTA_META_DREG: destination register (NLA_U32)
637 * @NFT_CT_DST: conntrack layer 3 protocol destination (IPv4/IPv6 address)
640 * @NFT_CT_PROTO_DST: conntrack layer 4 protocol destination
662 * @NFTA_CT_DREG: destination register (NLA_U32
    [all...]
  /external/libnfc-nxp/src/
phHciNfc_Pipe.c 123 phHciNfc_Gate_Info_t *destination,
136 * This function creates the pipe between a source host's gate and destination
146 phHciNfc_Gate_Info_t *destination,
160 /* The Source Gate is same as the Destination Gate */
162 ((phHciNfc_Gate_Info_t *)destination)->gate_id;
164 ((phHciNfc_Gate_Info_t *)destination)->host_id;
166 ((phHciNfc_Gate_Info_t *)destination)->gate_id;
212 /* The Source Gate is same as the Destination Gate */
276 * destination host's gate
    [all...]
  /external/protobuf/src/google/protobuf/
unknown_field_set_unittest.cc 286 unittest::TestEmptyMessage source, destination; local
288 destination.mutable_unknown_fields()->AddVarint(1, 1);
289 destination.mutable_unknown_fields()->AddVarint(3, 2);
293 destination.MergeFrom(source);
302 destination.DebugString());
328 unittest::TestAllTypes destination; local
329 ASSERT_TRUE(destination.ParseFromString(all_fields_data_ + data));
331 TestUtil::ExpectAllFieldsSet(destination);
332 ASSERT_EQ(1, destination.unknown_fields().field_count());
334 destination.unknown_fields().field(0).type())
    [all...]
  /frameworks/rs/scriptc/
rs_matrix.rsh 212 * If loading from a matrix and the source is smaller than the destination, the rest
213 * of the destination is filled with elements of the identity matrix. E.g.
223 * destination: Matrix to set.
228 rsMatrixLoad(rs_matrix4x4* destination, const float* array);
231 rsMatrixLoad(rs_matrix3x3* destination, const float* array);
234 rsMatrixLoad(rs_matrix2x2* destination, const float* array);
237 rsMatrixLoad(rs_matrix4x4* destination, const rs_matrix4x4* source);
240 rsMatrixLoad(rs_matrix3x3* destination, const rs_matrix3x3* source);
243 rsMatrixLoad(rs_matrix2x2* destination, const rs_matrix2x2* source);
246 rsMatrixLoad(rs_matrix4x4* destination, const rs_matrix3x3* source)
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_matrix.rsh 212 * If loading from a matrix and the source is smaller than the destination, the rest
213 * of the destination is filled with elements of the identity matrix. E.g.
223 * destination: Matrix to set.
228 rsMatrixLoad(rs_matrix4x4* destination, const float* array);
231 rsMatrixLoad(rs_matrix3x3* destination, const float* array);
234 rsMatrixLoad(rs_matrix2x2* destination, const float* array);
237 rsMatrixLoad(rs_matrix4x4* destination, const rs_matrix4x4* source);
240 rsMatrixLoad(rs_matrix3x3* destination, const rs_matrix3x3* source);
243 rsMatrixLoad(rs_matrix2x2* destination, const rs_matrix2x2* source);
246 rsMatrixLoad(rs_matrix4x4* destination, const rs_matrix3x3* source)
    [all...]
  /external/iproute2/doc/
api-ip6-flowlabels.tex 57 destination address and not-fragmentable extensions headers (i.e.\
168 \paragraph{Note about IPv6 options and destination address.}
169 \addcontentsline{toc}{subsection}{IPv6 options and destination address}
171 destination address in \verb|sin6_addr| and non-fragmentable
285 \item \verb|dst| is IPv6 destination address associated with the label.
321 label, it will not be reused with different destination and options at least
401 \item \verb|Dst| is IPv6 destination address.
  /external/iptables/extensions/
libxt_multiport.c 29 " --destination-ports port[,port,port...]\n"
31 " match destination port(s)\n"
33 " match both source and destination port(s)\n"
44 "[!] --destination-ports port[,port:port,port...]\n"
46 " match destination port(s)\n"
48 " match both source and destination port(s)\n");
56 {.name = "destination-ports", .id = O_DEST_PORTS,
  /external/libavc/encoder/arm/
ih264e_fmt_conv.s 82 sub r8, r8, r5 @// Destination increment
99 @//Both source and destination will point to 146th pixel and then 16 bytes will be read
129 sub r8, r8, r5 @// Destination increment
153 @//Both source and destination will point to 146th pixel and then 16 bytes will be read
210 @ * Stride of destination Y buffer
213 @ * Stride of destination U/V buffer
312 @//Both source and destination will point to 146th pixel and then 16 bytes will be read
  /external/libhevc/common/arm/
ihevc_intra_pred_filters_neon_intr.c 106 * WORD32 Destination stride
441 * UWORD8 pointer to the destination
640 * UWORD8 pointer to the destination
646 * integer destination stride
875 * UWORD8 pointer to the destination
881 * integer destination stride
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
planar_functions.h 225 // Apply a color table each ARGB pixel but preserve destination alpha.
232 // Apply a luma/color table each ARGB pixel but preserve destination alpha.
285 // Get function to Alpha Blend ARGB pixels and store to destination.
289 // Alpha Blend ARGB images and store to destination.
290 // Alpha of destination is set to 255.
379 // (0 to 255) and store to destination.
396 // of destination. Useful for scaling, rotation, mirror, texture mapping.
  /external/libvpx/libvpx/vp8/common/x86/
subpixel_mmx.asm 51 movsxd rax, dword ptr arg(5) ;output_width ; destination pitch?
93 movq [rdi], mm3 ; store the results in the destination
152 movsxd rax, DWORD PTR arg(2) ;output_pitch ; destination pitch?
188 movd [rdi],mm3 ; store the results in the destination
342 movq [rdi], mm3 ; store the results in the destination
497 movq [rdi], mm3 ; store the results in the destination
614 movd [rdi], mm3 ; store the results in the destination
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
subpixel_mmx.asm 51 movsxd rax, dword ptr arg(5) ;output_width ; destination pitch?
93 movq [rdi], mm3 ; store the results in the destination
152 movsxd rax, DWORD PTR arg(2) ;output_pitch ; destination pitch?
188 movd [rdi],mm3 ; store the results in the destination
342 movq [rdi], mm3 ; store the results in the destination
497 movq [rdi], mm3 ; store the results in the destination
614 movd [rdi], mm3 ; store the results in the destination
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPUtilsImpl.java 508 * @param destination The destination XMP object.
511 * @param deleteEmptyValues Delete destination values if source property is empty.
514 public static void appendProperties(XMPMeta source, XMPMeta destination,
519 ParameterAsserts.assertImplementation(destination);
522 XMPMetaImpl dest = (XMPMetaImpl) destination;
528 // Make sure we have a destination schema node
590 * @param destXMP The destination XMP object.
592 * @param destParent the parent of the destination node
595 * in the destination object
    [all...]
  /libcore/luni/src/main/java/javax/net/ssl/
SSLEngine.java 934 * the array of destination buffers for incoming application
937 * the offset in the array of destination buffers to which data
940 * the maximum number of destination buffers to be used.
948 * if one of the destination buffers is read-only.
974 * the destination buffer for network data.
982 * if the destination buffer is readonly
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winbase.h 844 LONGLONG __cdecl InterlockedCompareExchange64 (LONGLONG volatile *Destination,LONGLONG ExChange,LONGLONG Comperand);
845 LONGLONG __cdecl InterlockedCompareExchangeAcquire64 (LONGLONG volatile *Destination,LONGLONG ExChange,LONGLONG Comperand);
846 LONGLONG __cdecl InterlockedCompareExchangeRelease64 (LONGLONG volatile *Destination,LONGLONG ExChange,LONGLONG Comperand);
851 LONG __cdecl InterlockedCompareExchange(LONG volatile *Destination,LONG ExChange,LONG Comperand);
852 LONG __cdecl InterlockedCompareExchangeRelease(LONG volatile *Destination,LONG ExChange,LONG Comperand);
853 LONG __cdecl InterlockedCompareExchangeAcquire(LONG volatile *Destination,LONG ExChange,LONG Comperand);
855 PVOID __cdecl InterlockedCompareExchangePointer(PVOID volatile *Destination,PVOID ExChange,PVOID Comperand);
856 PVOID __cdecl InterlockedCompareExchangePointerAcquire(PVOID volatile *Destination,PVOID Exchange,PVOID Comperand);
857 PVOID __cdecl InterlockedCompareExchangePointerRelease(PVOID volatile *Destination,PVOID Exchange,PVOID Comperand);
907 __CRT_INLINE LONGLONG InterlockedAnd64_Inline (LONGLONG volatile *Destination,LONGLONG Value)
    [all...]
winnt.h     [all...]
  /external/icu/icu4c/source/i18n/unicode/
uregex.h     [all...]
  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 62 /// an ordering, where the source must precede the destination; in contrast,
66 /// the set of predecessor edges for its destination instruction and a set
73 Instruction *Destination) :
75 Dst(Destination),
106 /// getDst - Returns the destination instruction for this dependence.
144 /// (occurs every time the source and destination are executed).
148 /// source and destination of the dependence.
172 /// if no subscript in the source or destination mention the induction
216 /// ordering, where the source must precede the destination; in contrast,
234 /// (occurs every time the source and destination are executed)
    [all...]

Completed in 1246 milliseconds

<<31323334353637383940>>