Searched
full:destination (Results
351 -
375 of
5499) sorted by null
<<11121314151617181920>>
/external/chromium_org/third_party/skia/include/effects/ |
SkPictureImageFilter.h | 22 * Refs the passed-in picture. rect can be used to crop or expand the destination rect when
|
/external/chromium_org/third_party/skia/src/core/ |
SkBitmapScaler.h | 65 // the destination pixel. For enlargement, this is nearest neighbor. 84 // this destination image that should actually be returned. 89 // The destination subset must be smaller than the destination image.
|
/external/chromium_org/third_party/skia/src/images/ |
SkJpegUtility.h | 52 /* Our destination struct for directing decompressed pixels to our stream
|
/external/chromium_org/tools/gyp/test/copies/ |
gyptest-samedir.py | 9 same destination directory.
|
gyptest-updir.py | 8 Verifies file copies where the destination is one level above an expansion that
|
/external/chromium_org/tools/gyp/test/mac/postbuild-copy-bundle/ |
test.gyp | 20 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Libraries',
|
/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/ |
x86_32-inline-asm.c | 20 // Don't error out if the size of the destination is <= 32 bits.
|
/external/compiler-rt/lib/msandr/ |
CMakeLists.txt | 25 LIBRARY DESTINATION ${COMPILER_RT_LIBRARY_INSTALL_DIR})
|
/external/dropbear/libtomcrypt/src/misc/ |
zeromem.c | 20 @param out The destination of the area to zero
|
/external/dropbear/libtomcrypt/src/pk/pkcs1/ |
pkcs_1_os2ip.c | 21 @param n [out] The mp_int destination
|
/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/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_SetClipRect.3 | 11 Sets the clipping rectangle for a surface\&. When this surface is the destination of a blit, only the area within the clip rectangle will be drawn into\&.
|
/external/skia/include/effects/ |
SkPictureImageFilter.h | 22 * Refs the passed-in picture. rect can be used to crop or expand the destination rect when
|
/external/skia/src/core/ |
SkBitmapScaler.h | 65 // the destination pixel. For enlargement, this is nearest neighbor. 84 // this destination image that should actually be returned. 89 // The destination subset must be smaller than the destination image.
|
/external/skia/src/images/ |
SkJpegUtility.h | 52 /* Our destination struct for directing decompressed pixels to our stream
|
/external/smack/src/org/xbill/DNS/ |
MDRecord.java | 6 * Mail Destination Record - specifies a mail agent which delivers mail
|
/frameworks/base/core/java/android/print/ |
PrintFileDocumentAdapter.java | 87 public void onWrite(PageRange[] pages, ParcelFileDescriptor destination, 89 mWriteFileAsyncTask = new WriteFileAsyncTask(destination, cancellationSignal, callback); 102 public WriteFileAsyncTask(ParcelFileDescriptor destination, 104 mDestination = destination;
|
/frameworks/ex/chips/src/com/android/ex/chips/ |
RecipientAlternatesAdapter.java | 126 query.getProjection()[Queries.Query.DESTINATION] + " IN (" 221 String address = c.getString(Queries.Query.DESTINATION); 226 c.getString(Queries.Query.DESTINATION), 249 + " ADDRESS :" + c.getString(Queries.Query.DESTINATION)); 283 // If only one has a display name that is not the same as the destination, use it 376 * - This method ignores all other fields and dedupe solely on the destination. Normally, 377 * if a cursor contains multiple contacts and they have the same destination, we'd still want 391 final String destination = original.getString(Query.DESTINATION); local 392 if (destinationsSeen.contains(destination)) { 474 TextView destination = (TextView) view.findViewById(android.R.id.text1); local [all...] |
/hardware/samsung_slsi/exynos5/mobicore/daemon/Common/ |
Connection.h | 69 * Connect to destination. 71 * @param Destination pointer. 81 * @param buffer Pointer to destination buffer. 93 * @param buffer Pointer to destination buffer.
|
/libcore/luni/src/main/java/javax/net/ssl/ |
SSLEngineResult.java | 61 * The size of the destination buffer is too small to hold the result of 104 * the number of bytes transferred to the destination buffer(s). 158 * Returns the number of bytes transferred to the destination buffer(s). 160 * @return the number of bytes transferred to the destination buffer(s).
|
/ndk/sources/cxx-stl/gabi++/tests/ |
dynamic_cast_stress.cpp | 58 typedef B<Width/2, Depth> Destination; 59 // typedef A<Width, Depth> Destination; 61 Destination* b = dynamic_cast<Destination*>((C<Width/2, 0>*)&a);
|
Completed in 702 milliseconds
<<11121314151617181920>>