HomeSort by relevance Sort by last modified time
    Searched full:destination (Results 676 - 700 of 3792) sorted by null

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
ip6.h 40 struct in6_addr ip6_dst; /* destination address */
65 /* Destination options header */
159 /* followed by destination NSAP */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
ip6.h 40 struct in6_addr ip6_dst; /* destination address */
65 /* Destination options header */
159 /* followed by destination NSAP */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
ip6.h 40 struct in6_addr ip6_dst; /* destination address */
65 /* Destination options header */
159 /* followed by destination NSAP */
  /sdk/eclipse/scripts/
build_server.sh 5 # $1: *Mandatory* destination directory. Must already exist. Cannot contain spaces.
60 [ -n "$DEST_DIR" ] || die "Usage: $0 <destination-directory> [build-number]"
61 [ -d "$DEST_DIR" ] || die "Destination directory $DEST_DIR must exist."
  /system/core/libpixelflinger/
col32cb16blend_neon.S 25 // This function alpha blends a fixed color into a destination scanline, using
30 // where d is the destination pixel,
38 // r0 = destination buffer pointer
t32cb16blend.S 28 * \DREG is a 32-bit register containing *two* original destination RGB565
171 // load the destination
173 // stream the destination
  /external/clang/lib/CodeGen/
CGCleanup.cpp 248 BranchFixups.back().Destination == 0)
284 // Skip this fixup if its destination isn't set.
286 if (Fixup.Destination == 0) continue;
289 // still pointing directly to its destination; forward it to the
304 if (!CasesAdded.insert(Fixup.Destination)) continue;
307 Fixup.Destination);
318 // destination is its original target.
346 // Skip this fixup if its destination doesn't match.
348 if (Fixup.Destination != Block) continue;
350 Fixup.Destination = 0
    [all...]
  /external/icu4c/common/unicode/
ustring.h 136 * @param dst The destination string.
153 * @param dst The destination string.
660 * @param dst The destination string.
674 * @param dst The destination string.
692 * @param dst The destination string.
706 * @param dst The destination string.
721 * @param dst The destination string.
735 * @param dst The destination string.
749 * @param dest The destination string
760 * @param dest The destination strin
    [all...]
  /external/webkit/Tools/MiniBrowser/mac/
MainMenu.xib     [all...]
  /external/clang/
CMakeLists.txt 228 LIBRARY DESTINATION lib${LLVM_LIBDIR_SUFFIX}
229 ARCHIVE DESTINATION lib${LLVM_LIBDIR_SUFFIX}
230 RUNTIME DESTINATION bin)
245 DESTINATION include
254 DESTINATION include
  /external/grub/stage2/
start.S 263 /* load addresses for copy from disk buffer to destination */
264 movw 6(%di), %es /* load destination segment */
269 /* determine the next possible destination address (presuming
272 addw %ax, 6(%di) /* add the corrected value to the destination
283 xorw %di, %di /* zero offset of destination addresses */
  /external/libyuv/files/include/libyuv/
planar_functions.h 235 // Get function to Alpha Blend ARGB pixels and store to destination.
239 // Alpha Blend ARGB images and store to destination.
240 // Alpha of destination is set to 255.
304 // (0 to 255) and store to destination.
320 // of destination. Useful for scaling, rotation, mirror, texture mapping.
  /external/opencv/cvaux/src/
cvmorphing.cpp 66 float begCorr; /* begin of correspondence destination of run */
67 float endCorr; /* end of correspondence destination of run */
284 uchar * dst_pix, /* raster epiline from the destination image */
365 uchar * dst_pix, /* raster epiline from the destination image */
384 dst_pix, /* raster epiline from the destination image */
  /external/webkit/Source/WebCore/platform/graphics/cg/
ImageBufferCG.cpp 324 RetainPtr<CGImageDestinationRef> destination(AdoptCF, CGImageDestinationCreateWithData(data.get(), uti.get(), 1, 0));
325 if (!destination)
330 // Apply the compression quality to the image destination.
337 CGImageDestinationAddImage(destination.get(), image, imageProperties.get());
338 CGImageDestinationFinalize(destination.get());
  /external/webkit/Source/WebCore/webaudio/
AudioNode.cpp 111 bool AudioNode::connect(AudioNode* destination, unsigned outputIndex, unsigned inputIndex)
119 if (destination && inputIndex >= destination->numberOfInputs())
123 if (!destination) {
129 AudioNodeInput* input = destination->input(inputIndex);
  /external/webkit/Tools/Scripts/webkitpy/common/system/
filesystem.py 68 def copyfile(self, source, destination):
69 """Copies the contents of the file at the given path to the destination
71 shutil.copyfile(source, destination)
183 def move(self, source, destination):
184 shutil.move(source, destination)
  /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.
  /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 167 * output destination. The instruction must be of this instance's format.
171 * @param out {@code non-null;} the output destination to write to
585 * Writes one code unit to the given output destination.
595 * Writes two code units to the given output destination.
607 * Writes three code units to the given output destination.
622 * Writes four code units to the given output destination.
639 * Writes five code units to the given output destination.
658 * Writes three code units to the given output destination, where the
671 * Writes four code units to the given output destination, where the
686 * 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/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...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLEngineImpl.java 75 // placed in destination buffers it will be stored in this
399 * be placed in the destination buffers.
403 * @param dsts destination buffers to place received application data.
443 // check the destination buffers and count their capacity
565 * @param offset the offset in the destination buffers array pointing to
568 * @param dst the destination buffer where encoded data will be placed.
614 // place the alert record into destination
645 logger.println("Capacity of the destination("
662 logger.println("The destination buffer("
677 // It should newer happen because we checked the destination
    [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,

Completed in 786 milliseconds

<<21222324252627282930>>