HomeSort by relevance Sort by last modified time
    Searched full:destination (Results 326 - 350 of 5499) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
unistd.h 32 "the destination buffer");
63 "the destination buffer");
69 "the destination buffer");
137 "than size of destination buffer");
170 "length than size of destination "
198 "destination buffer");
237 __warnattr ("confstr called with bigger length than size of destination "
263 "can fit into destination buffer");
289 "size of destination buffer");
315 "size of destination buffer")
    [all...]
  /system/core/libpixelflinger/
col32cb16blend.S 24 // This function alpha blends a fixed color into a destination scanline, using
29 // where d is the destination pixel,
34 // r0 = destination buffer pointer
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
plstr.h 86 * destination buffer. It does not (can not) verify that the destination
96 * Copies the source string into the destination buffer, up to and including
98 * comes first. It does not (can not) verify that the destination buffer is
109 * Copies the source string into the destination buffer, up to and including
111 * comes first. It does not (can not) verify that the destination buffer is
112 * large enough. The destination string is always terminated with a '\0',
116 * destination will end up with "abcd\0" (i.e., it's strlen length will be 4)!
171 * end of the string pointed to by the first. The destination buffer is
172 * not (can not be) checked for sufficient size. A null destination
    [all...]
  /external/tcpdump/
decnet.h 67 word sh_dst; /* destination node address */
75 byte lg_darea; /* destination area (reserved) */
76 byte lg_dsarea; /* destination subarea (reserved) */
77 etheraddr lg_dst; /* destination id */
330 #define DI_NOUSER 4 /* destination end user does not exist */
331 #define DI_INVDEST 5 /* invalid end user destination */
368 word nh_dst; /* destination link address */
375 word sh_dst; /* destination link address */
383 word ms_dst; /* destination link address */
397 word ak_dst; /* destination link address *
    [all...]
  /frameworks/base/libs/hwui/font/
Font.cpp 237 SkPoint destination[4]; local
244 destination[0].set(-tangent->fX * halfWidth - tangent->fY * vOffset,
246 destination[1].set(tangent->fX * halfWidth - tangent->fY * vOffset,
248 destination[2].set(destination[1].fX + tangent->fY * height,
249 destination[1].fY - tangent->fX * height);
250 destination[3].set(destination[0].fX + tangent->fY * height,
251 destination[0].fY - tangent->fX * height);
259 position->x() + destination[0].x()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/text/
TextBreakIteratorICU.cpp 133 // Relocate pointer from source into destination as required.
134 static void textFixPointer(const UText* source, UText* destination, const void*& pointer)
138 pointer = static_cast<char*>(destination->pExtra) + (static_cast<const char*>(pointer) - static_cast<const char*>(source->pExtra));
141 pointer = reinterpret_cast<char*>(destination) + (static_cast<const char*>(pointer) - reinterpret_cast<const char*>(source));
145 static UText* textClone(UText* destination, const UText* source, UBool deep, UErrorCode* status)
151 destination = utext_setup(destination, extraSize, status);
153 return destination;
154 void* extraNew = destination->pExtra;
155 int32_t flags = destination->flags
    [all...]
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_math.h 54 @param dst The destination
139 @param str The destination for the string
171 @param c The destination of "a + b"
180 @param c The destination of "a + b"
188 @param c The destination of "a - b"
196 @param c The destination of "a - b"
204 @param c The destination of "a * b"
212 @param c The destination of "a * b"
219 @param b The destination
235 @param b The destination
    [all...]
  /build/core/
copy_headers.mk 12 # destination header. copy-one-header defines the
  /dalvik/vm/compiler/template/armv5te-vfp/
TEMPLATE_CMPG_DOUBLE_VFP.S 7 * destination register based on the results of the comparison.
TEMPLATE_CMPG_FLOAT_VFP.S 7 * destination register based on the results of the comparison.
TEMPLATE_CMPL_DOUBLE_VFP.S 7 * destination register based on the results of the comparison.
TEMPLATE_CMPL_FLOAT_VFP.S 7 * destination register based on the results of the comparison.
  /external/android-clat/
setroute.c 37 * destination - pointer to a struct in_addr or in6_addr for the destination network
44 int if_route(const char *ifname, int family, const void *destination, int prefixlen, const void *gateway, int metric, int mtu, int change_type) {
102 if(nla_put(msg, RTA_DST, addr_size, destination) < 0) {
setroute.h 25 int if_route(const char *ifname, int family, const void *destination, int cidr, const void *gateway, int metric, int mtu, int change_type);
  /external/chromium/chrome/browser/history/
top_sites_cache.cc 95 size_t destination) {
99 // Map all the redirected URLs to the destination.
104 entry.first = &(top_sites_[destination]);
106 canonical_urls_[entry] = destination;
  /external/chromium/net/disk_cache/
cache_util.h 16 // Fails if the destination exists already, or if it doesn't have
  /external/chromium_org/chrome/installer/util/
copy_tree_work_item.cc 45 << " and destination file " << dest_path_.value()
83 VLOG(1) << "Moved destination " << dest_path_.value() <<
92 // In all cases that reach here, copy source to destination.
96 << " to destination " << dest_path_.value();
move_tree_work_item.cc 55 // The files we are moving are already present in the destination path.
79 VLOG(1) << "Moved destination " << dest_path_.value()
88 // Now move source to destination.
92 << " to destination " << dest_path_.value();
  /external/chromium_org/chrome/renderer/media/
cast_udp_transport.h 15 // to connect to a remote client. It specifies the destination address
  /external/chromium_org/chrome/tools/build/win/
syzygy_reorder.py 73 # Make sure the destination directory exists.
75 _LOGGER.info('Creating destination directory "%s".',
79 # Reorder the binaries into the destination directory.
95 help='Destination directory for reordered files, defaults to '
  /external/chromium_org/content/browser/renderer_host/media/
audio_mirroring_manager.h 81 // |destination|. |destination| must live until after StopMirroring() is
84 MirroringDestination* destination);
86 MirroringDestination* destination);
  /external/chromium_org/content/
content_resources.gyp 28 'destination': '<(PRODUCT_DIR)',
  /external/chromium_org/media/base/
multi_channel_resampler.cc 33 // |destination| provided to ProvideInput() directly.
83 float* destination) {
88 wrapped_resampler_audio_bus_->SetChannelData(0, destination);
96 memcpy(destination, wrapped_resampler_audio_bus_->channel(channel),
  /external/chromium_org/net/tools/gdig/
file_net_log.h 22 explicit FileNetLogObserver(FILE* destination);
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
SincResampler.h 47 // Processes numberOfSourceFrames from source to produce numberOfSourceFrames / scaleFactor frames in destination.
48 void process(const float* source, float* destination, unsigned numberOfSourceFrames);
51 void process(AudioSourceProvider*, float* destination, size_t framesToProcess);
69 // This is the number of destination frames we generate per processing pass on the buffer.

Completed in 1288 milliseconds

<<11121314151617181920>>