/ndk/build/tools/ |
dev-platform-expand-all.sh | 29 # The default destination directory is a temporary one 31 register_var_option "--dst-dir=<path>" DSTDIR "Destination directory" 55 log "Using destination directory: $DSTDIR"
|
/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/ |
CoordinateUtils.java | 48 public static void copy(@Nonnull final int[] destination, @Nonnull final int[] source) { 49 destination[INDEX_X] = source[INDEX_X]; 50 destination[INDEX_Y] = source[INDEX_Y];
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/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...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/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/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 | 249 SkPoint destination[4]; local 256 destination[0].set(-tangent->fX * halfWidth - tangent->fY * vOffset, 258 destination[1].set(tangent->fX * halfWidth - tangent->fY * vOffset, 260 destination[2].set(destination[1].fX + tangent->fY * height, 261 destination[1].fY - tangent->fX * height); 262 destination[3].set(destination[0].fX + tangent->fY * height, 263 destination[0].fY - tangent->fX * height); 271 position->x() + destination[0].x() [all...] |
/frameworks/opt/bitmap/src/com/android/bitmap/ |
DecodeTask.java | 533 * Round sample size to the nearest power of 2. Depending on the source and destination 550 * The destination width to decode to. 554 * The destination height to decode to. 558 * If the destination dimensions are smaller than the source image provided by the request 559 * key, this will determine where horizontally the destination rect will be cropped from. 564 * If the destination dimensions are smaller than the source image provided by the request 565 * key, this will determine where vertically the destination rect will be cropped from. 580 * @param destW The destination width to decode to. 581 * @param destH The destination height to decode to. 582 * @param verticalCenter If the destination dimensions are smaller than the source imag [all...] |
/packages/apps/Messaging/src/com/android/messaging/util/ |
ContactUtil.java | 244 * Lookup a destination (phone, email). Supplied destination should be a relatively complete 246 * loose match to see whether there is a contact that matches this destination. 249 final String destination) { 250 if (MmsSmsUtils.isEmailAddress(destination)) { 251 return ContactUtil.lookupEmail(context, destination); 253 return ContactUtil.lookupPhone(context, destination); 265 * Get a list of destinations (phone, email) matching the partial destination. 268 final String destination) { 269 if (shouldFilterForEmail(destination)) { 459 final String destination = cursor.getString( local [all...] |
/external/libavc/common/arm/ |
ih264_weighted_pred_a9q.s | 51 @* off, adds offset and stores it in the destination block. 57 @* UWORD8 pointer to the destination where the output block is stored. 63 @* Stride of the destination buffer 157 vst1.32 d4[0], [r1], r3 @store row 1 in destination 158 vst1.32 d4[1], [r1], r3 @store row 2 in destination 159 vst1.32 d6[0], [r1], r3 @store row 3 in destination 160 vst1.32 d6[1], [r1], r3 @store row 4 in destination 196 vst1.8 d4, [r1], r3 @store row 1 in destination 197 vst1.8 d6, [r1], r3 @store row 2 in destination 199 vst1.8 d8, [r1], r3 @store row 3 in destination [all...] |
/external/libavc/common/armv8/ |
ih264_weighted_pred_av8.s | 51 //* off, adds offset and stores it in the destination block. 57 //* UWORD8 pointer to the destination where the output block is stored. 63 //* Stride of the destination buffer 159 st1 {v4.s}[0], [x1], x3 //store row 1 in destination 160 st1 {v4.s}[1], [x1], x3 //store row 2 in destination 161 st1 {v6.s}[0], [x1], x3 //store row 3 in destination 162 st1 {v6.s}[1], [x1], x3 //store row 4 in destination 198 st1 {v4.8b}, [x1], x3 //store row 1 in destination 199 st1 {v6.8b}, [x1], x3 //store row 2 in destination 201 st1 {v8.8b}, [x1], x3 //store row 3 in destination [all...] |
/build/core/ |
copy_headers.mk | 12 # destination header. copy-one-header defines the
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/ |
Streams.java | 103 * Write the full contents of inStr to the destination stream outStr. 106 * @param outStr destination output stream. 121 * Write up to limit bytes of data from inStr to the destination stream outStr. 125 * @param outStr destination output stream.
|
/external/clang/lib/Analysis/ |
CFGReachabilityAnalysis.cpp | 30 // If we haven't analyzed the destination node, run the analysis now 41 // destination node. 49 // Start searching from the destination node, since we commonly will perform 50 // multiple queries relating to a destination node.
|
/external/clang/test/CodeGen/ |
ms-intrinsics.c | 29 void *test_InterlockedCompareExchangePointer(void * volatile *Destination, 31 return _InterlockedCompareExchangePointer(Destination, Exchange, Comparand); 34 // CHECK: define{{.*}}i8* @test_InterlockedCompareExchangePointer(i8** %Destination, i8* %Exchange, i8* %Comparand){{.*}}{ 35 // CHECK: %[[DEST:[0-9]+]] = bitcast i8** %Destination to [[iPTR]]*
|
/external/compiler-rt/include/ |
CMakeLists.txt | 32 DESTINATION ${COMPILER_RT_INSTALL_PATH}/include/sanitizer)
|
/external/iproute2/doc/ |
Plan | 16 3.2 Neighbour cache and destination cache. (iki-neighdst.tex)
|
/external/iproute2/man/man8/ |
ip-mroute.8 | 35 the prefix selecting the destination multicast addresses to list.
|
/external/iptables/extensions/ |
libxt_conntrack.man | 18 Match against original/reply source/destination address 27 Match against original/reply source/destination port (TCP/UDP/etc.) or GRE key. 65 destination. 68 A virtual state, matching if the original destination differs from the reply
|
libxt_dccp.man | 4 [\fB!\fP] \fB\-\-destination\-port\fP,\fB\-\-dport\fP \fIport\fP[\fB:\fP\fIport\fP]
|
/external/iptables/include/linux/netfilter/ |
xt_set.h | 13 #define IPSET_DST 0x02 /* Destination match/add */
|
/external/kernel-headers/original/uapi/linux/ |
bpqether.h | 16 unsigned char destination[ETH_ALEN]; member in struct:bpq_ethaddr
|
/external/libavc/common/ |
ih264_mem_fns.c | 67 * Does memcpy of 8bit data from source to destination for 8,16 or 32 number of bytes 70 * UWORD8 pointer to the destination 106 * UWORD8 pointer to the destination 142 * UWORD8 pointer to the destination
|
/external/libavc/common/x86/ |
ih264_mem_fns_ssse3.c | 60 * Does memcpy of 8bit data from source to destination for 8,16 or 32 number of bytes 63 * UWORD8 pointer to the destination 104 * UWORD8 pointer to the destination 142 * UWORD8 pointer to the destination
|