/external/tcpdump/ |
ipx.h | 22 u_int16_t dstNet[2]; /* destination net */ 23 u_int8_t dstNode[6]; /* destination node */ 24 u_int16_t dstSkt; /* destination socket */
|
/packages/apps/Gallery2/jni/filters/ |
redeye.c | 22 char* destination = 0; local 23 AndroidBitmap_lockPixels(env, bitmap, (void**) &destination); 24 unsigned char * rgb = (unsigned char * )destination;
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/ |
layout_tests_mover_unittest.py | 96 self.assertRaises(Exception, self._mover.move, 'non_existent', 'destination') 99 self.assertRaises(Exception, self._mover.move, '../outside', 'destination') 108 self._mover.move('origin/path', 'destination') 110 self.assertTrue(self._filesystem.isfile(self._port._absolute_path('destination/test.html'))) 126 self._mover.move('origin/path', 'destination') 127 self.assertTrue('src="local_script.js"' in self._filesystem.read_text_file(self._port._absolute_path('destination', 'test.html'))) 130 self._mover.move('origin/path', 'destination') 134 self._mover.move('origin/path', 'destination') 135 self.assertTrue('src="../destination/remote_script.js"' in self._filesystem.read_text_file(self._port._absolute_path('unmoved', 'test.html'))) 138 self._mover.move('origin/path', 'destination') [all...] |
/external/chromium_org/media/base/ |
audio_pull_fifo.cc | 21 void AudioPullFifo::Consume(AudioBus* destination, int frames_to_consume) { 22 DCHECK_LE(frames_to_consume, destination->frames()); 27 int frames_read = ReadFromFifo(destination, remaining_frames_to_provide, 0); 41 ReadFromFifo(destination, remaining_frames_to_provide, write_pos); 49 int AudioPullFifo::ReadFromFifo(AudioBus* destination, 58 float* dest = destination->channel(ch) + write_pos;
|
/external/chromium_org/chrome/browser/resources/print_preview/search/ |
destination_search.html | 1 <div id="destination-search" class="destination-search overlay transparent">
|
cloud_destination_list.js | 9 * Sub-class of a destination list that shows cloud-based destinations. 10 * @param {!cr.EventTarget} eventTarget Event target to pass to destination 30 var docsId = print_preview.Destination.GooglePromotedId.DOCS; 31 var fedexId = print_preview.Destination.GooglePromotedId.FEDEX;
|
recent_destination_list.js | 9 * Sub-class of a destination list that shows recent destinations. This list 11 * @param {!cr.EventTarget} eventTarget Event target to pass to destination 36 setIsVisible(this.getChildElement('.destination-list > footer'), false); 42 destListItem.render(this.getChildElement('.destination-list > ul'));
|
/frameworks/ex/chips/src/com/android/ex/chips/ |
RecipientEntry.java | 53 /** Destination for this contact entry. Would be an email address or a phone number. */ 55 /** Type of the destination like {@link Email#TYPE_HOME} */ 58 * Label of the destination which will be used when type was {@link Email#TYPE_CUSTOM}. 64 /** ID for the destination */ 79 private RecipientEntry(int entryType, String displayName, String destination, 85 mDestination = destination; 137 * to avoid confusion and just use the destination instead. 140 String destination) { 141 return (displayNameSource > DisplayNameSources.PHONE) ? displayName : destination; 157 String destination, int destinationType, String destinationLabel, long contactId [all...] |
/frameworks/base/core/java/android/net/ |
RouteInfo.java | 32 * In order to be used, a route must have a destination prefix and: 47 * The IP destination address for this route. 68 * If destination is null, then gateway must be specified and the 74 * destination and gateway may not both be null. 76 * @param destination the destination prefix 80 public RouteInfo(LinkAddress destination, InetAddress gateway, String iface) { 81 if (destination == null) { 84 destination = new LinkAddress(Inet4Address.ANY, 0); 86 destination = new LinkAddress(Inet6Address.ANY, 0) [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/graphics/cpu/arm/ |
GraphicsContext3DNEON.h | 37 ALWAYS_INLINE void unpackOneRowOfRGBA16LittleToRGBA8(const uint16_t*& source, uint8_t*& destination, unsigned& pixelsPerRow) 46 vst1q_u8(destination + i, components.val[1]); 50 destination += componentsSize; 54 ALWAYS_INLINE void unpackOneRowOfRGB16LittleToRGBA8(const uint16_t*& source, uint8_t*& destination, unsigned& pixelsPerRow) 67 vst4_u8(destination, RGBA8); 68 destination += 32; 75 ALWAYS_INLINE void unpackOneRowOfARGB16LittleToRGBA8(const uint16_t*& source, uint8_t*& destination, unsigned& pixelsPerRow) 88 vst4_u8(destination + i, RGBA8); 92 destination += componentsSize; 96 ALWAYS_INLINE void unpackOneRowOfBGRA16LittleToRGBA8(const uint16_t*& source, uint8_t*& destination, unsigned& pixelsPerRow [all...] |
/external/ceres-solver/docs/source/ |
CMakeLists.txt | 8 DESTINATION share/doc/ceres
|
/external/chromium_org/tools/gyp/test/copies/src/ |
copies-attribs.gyp | 12 'destination': '<(PRODUCT_DIR)',
|
copies-updir.gyp | 12 'destination': '<(PRODUCT_DIR)/../copies-out-updir',
|
/external/chromium_org/ui/gfx/ |
blit.h | 19 // Blits a rectangle from the source context into the destination context. 25 // Blits a rectangle from the source context into the destination canvas. 31 // Blits a rectangle from the source canvas into the destination context. 37 // Blits a rectangle from the source canvas into the destination canvas.
|
/external/eigen/Eigen/ |
CMakeLists.txt | 16 DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen COMPONENT Devel
|
/external/iptables/extensions/ |
libxt_iprange.man | 7 Match destination IP in the specified range.
|
libxt_multiport.man | 1 This module matches a set of source or destination ports. Up to 15 16 [\fB!\fP] \fB\-\-destination\-ports\fP,\fB\-\-dports\fP \fIport\fP[\fB,\fP\fIport\fP|\fB,\fP\fIport\fP\fB:\fP\fIport\fP]... 17 Match if the destination port is one of the given ports. The flag 22 Match if either the source or destination ports are equal to one of
|
/external/iptables/include/linux/netfilter/ |
xt_iprange.h | 8 IPRANGE_DST = 1 << 1, /* match destination IP address */
|
/external/kernel-headers/original/linux/netfilter_ipv4/ |
ipt_iprange.h | 5 #define IPRANGE_DST 0x02 /* Match destination IP address */
|
/external/pixman/demos/ |
checkerboard.c | 14 pixman_image_t *destination; local 27 destination = pixman_image_create_bits (PIXMAN_a8r8g8b8, 64 checkerboard, NULL, destination, 68 show_image (destination);
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_BuildAudioCVT.3 | 11 Before an \fI\fBSDL_AudioCVT\fR\fR structure can be used to convert audio data it must be initialized with source and destination information\&. 13 \fBsrc_format\fR and \fBdst_format\fR are the source and destination format of the conversion\&. (For information on audio formats see \fI\fB SDL_AudioSpec\fR\fR)\&. \fBsrc_channels\fR and \fBdst_channels\fR are the number of channels in the source and destination formats\&. Finally, \fBsrc_rate\fR and \fBdst_rate\fR are the frequency or samples-per-second of the source and destination formats\&. Once again, see \fI\fBSDL_AudioSpec\fR\fR\&.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv4/ |
ipt_iprange.h | 7 #define IPRANGE_DST 0x02 /* Match destination IP address */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv4/ |
ipt_iprange.h | 7 #define IPRANGE_DST 0x02 /* Match destination IP address */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv4/ |
ipt_iprange.h | 7 #define IPRANGE_DST 0x02 /* Match destination IP address */
|
/system/core/toolbox/ |
mv.c | 16 fprintf(stderr,"USAGE: %s <source...> <destination>\n", argv[0]); 20 /* check if destination exists */ 23 /* an error, unless the destination was missing */ 41 /* if destination is a directory, concat the source file name */
|