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

1 2 3 4 5 6 7 8 91011>>

  /external/iptables/extensions/
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/images/
SkJpegUtility.h 52 /* Our destination struct for directing decompressed pixels to our stream
  /external/skia/legacy/include/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
  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerSH4.cpp 70 void MacroAssemblerSH4::repatchCall(CodeLocationCall call, CodeLocationLabel destination)
72 SH4Assembler::relinkCall(call.dataLocation(), destination.executableAddress());
75 void MacroAssemblerSH4::repatchCall(CodeLocationCall call, FunctionPtr destination)
77 SH4Assembler::relinkCall(call.dataLocation(), destination.executableAddress());
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsTypes.cpp 41 "destination-over",
42 "destination-in",
43 "destination-out",
44 "destination-atop",
  /external/webkit/Source/WebCore/platform/graphics/mac/
ImageMac.mm 97 RetainPtr<CGImageDestinationRef> destination(AdoptCF, CGImageDestinationCreateWithData(data.get(), CFSTR("public.tiff"), numValidFrames, 0));
99 if (!destination)
103 CGImageDestinationAddImage(destination.get(), images[i], 0);
105 CGImageDestinationFinalize(destination.get());
  /external/webkit/Source/WebCore/platform/mac/
PlatformScreenMac.mm 88 FloatRect toUserSpace(const NSRect& rect, NSWindow *destination)
91 userRect.setY(NSMaxY([screenForWindow(destination) frame]) - (userRect.y() + userRect.height())); // flip
92 if (destination)
93 userRect.scale(1 / windowScaleFactor(destination)); // scale down
  /external/webkit/Source/WebCore/webaudio/
DelayDSPKernel.cpp 78 void DelayDSPKernel::process(const float* source, float* destination, size_t framesToProcess)
87 ASSERT(source && destination);
88 if (!source || !destination)
128 *destination++ = static_cast<float>(output);
  /external/webkit/Source/WebKit/chromium/src/mac/
WebScreenInfoFactory.mm 53 static WebRect toUserSpace(const NSRect& rect, NSWindow* destination)
58 NSMaxY([screenForWindow(destination) frame]) - (userRect.origin.y + userRect.size.height); // flip
60 if (destination) {
61 CGFloat scale = 1 / [destination userSpaceScaleFactor]; // scale down
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/headers/
mozilla 26 Destination
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientAlternatesAdapter.java 125 query.getProjection()[Queries.Query.DESTINATION] + " IN ("
201 String address = c.getString(Queries.Query.DESTINATION);
206 c.getString(Queries.Query.DESTINATION),
228 + " ADDRESS :" + c.getString(Queries.Query.DESTINATION));
262 // If only one has a display name that is not the same as the destination, use it
355 * - This method ignores all other fields and dedupe solely on the destination. Normally,
356 * if a cursor contains multiple contacts and they have the same destination, we'd still want
370 final String destination = original.getString(Query.DESTINATION); local
371 if (destinationsSeen.contains(destination)) {
452 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).
  /packages/apps/Gallery2/jni/filters/
edge.c 22 char* destination = 0; local
23 AndroidBitmap_lockPixels(env, bitmap, (void**) &destination);
35 char * dst = destination;
38 char * ptr = destination;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
RenderingRequest.java 53 RenderingRequestCaller caller, Rect bounds, Rect destination) {
81 request.setDestination(destination);
159 public void setDestination(Rect destination) {
160 mDestination = destination;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
bpqether.h 16 unsigned char destination[ETH_ALEN]; member in struct:bpq_ethaddr
fib_rules.h 34 FRA_DST, /* destination address */
if_addr.h 19 * but for point-to-point IFA_ADDRESS is DESTINATION address,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
bpqether.h 16 unsigned char destination[ETH_ALEN]; member in struct:bpq_ethaddr
fib_rules.h 34 FRA_DST, /* destination address */
if_addr.h 19 * but for point-to-point IFA_ADDRESS is DESTINATION address,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
bpqether.h 16 unsigned char destination[ETH_ALEN]; member in struct:bpq_ethaddr
fib_rules.h 34 FRA_DST, /* destination address */

Completed in 640 milliseconds

1 2 3 4 5 6 7 8 91011>>