/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
seqmid.h | 62 * \brief set the explicit destination 64 * \param c destination client id 65 * \param p destination port id 78 * This macro sets the destination as the subscribers. 90 * This macro sets the destination as the broadcasting.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
seqmid.h | 62 * \brief set the explicit destination 64 * \param c destination client id 65 * \param p destination port id 78 * This macro sets the destination as the subscribers. 90 * This macro sets the destination as the broadcasting.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
seqmid.h | 62 * \brief set the explicit destination 64 * \param c destination client id 65 * \param p destination port id 78 * This macro sets the destination as the subscribers. 90 * This macro sets the destination as the broadcasting.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
AidlProcessor.java | 363 * Returns the {@link IFile} handle to the destination file for a given aidl source file 367 * @param createFolders whether or not the parent folder of the destination should be created 370 * @return the handle to the destination file. 383 // remove the file name. This is now the destination folder. 412 * Creates the destination folder. Because
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/ |
AndroidTypeMoveParticipant.java | 131 Object destination = getArguments().getDestination(); local 132 if (destination instanceof IPackageFragment) { 133 IPackageFragment packageFragment = (IPackageFragment) destination; 135 } else if (destination instanceof IResource) { 140 if (resource.equals(destination)) {
|
/external/ipsec-tools/src/racoon/ |
racoonctl.c | 779 errx(1, "Cannot resolve destination address"); 1107 "Destination Cookies Created"; 1113 "Destination Cookies ST S V E Created Phase2"; 1119 "Source Destination Cookies ST S V E Created Phase2"; 1123 side stats source address destination address 1166 /* destination address */ 1223 source address destination address 1227 "Source Destination "; 1231 source address destination address 1236 "Source Destination "; [all...] |
/external/qemu/distrib/sdl-1.2.15/include/ |
SDL_video.h | 623 * opaque, the source pixels copied to the destination (the default). Note 636 * Sets the clipping rectangle for the destination surface in a blit. 645 * and destination surfaces. 650 * Gets the clipping rectangle for the destination surface in a blit. 672 * This performs a fast blit from the source surface to the destination 673 * surface. It assumes that the source and destination rectangles are 697 * set destination alpha to opaque. 699 * copy RGB, set destination alpha to source per-surface alpha value. 707 * leave destination alpha untouched. [Note: is this correct?] 710 * copy all of RGBA to the destination [all...] |
/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL_video.h | 623 * opaque, the source pixels copied to the destination (the default). Note 636 * Sets the clipping rectangle for the destination surface in a blit. 645 * and destination surfaces. 650 * Gets the clipping rectangle for the destination surface in a blit. 672 * This performs a fast blit from the source surface to the destination 673 * surface. It assumes that the source and destination rectangles are 697 * set destination alpha to opaque. 699 * copy RGB, set destination alpha to source per-surface alpha value. 707 * leave destination alpha untouched. [Note: is this correct?] 710 * copy all of RGBA to the destination [all...] |
/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL_video.h | 623 * opaque, the source pixels copied to the destination (the default). Note 636 * Sets the clipping rectangle for the destination surface in a blit. 645 * and destination surfaces. 650 * Gets the clipping rectangle for the destination surface in a blit. 672 * This performs a fast blit from the source surface to the destination 673 * surface. It assumes that the source and destination rectangles are 697 * set destination alpha to opaque. 699 * copy RGB, set destination alpha to source per-surface alpha value. 707 * leave destination alpha untouched. [Note: is this correct?] 710 * copy all of RGBA to the destination [all...] |
/prebuilts/tools/windows/sdl/include/SDL/ |
SDL_video.h | 623 * opaque, the source pixels copied to the destination (the default). Note 636 * Sets the clipping rectangle for the destination surface in a blit. 645 * and destination surfaces. 650 * Gets the clipping rectangle for the destination surface in a blit. 672 * This performs a fast blit from the source surface to the destination 673 * surface. It assumes that the source and destination rectangles are 697 * set destination alpha to opaque. 699 * copy RGB, set destination alpha to source per-surface alpha value. 707 * leave destination alpha untouched. [Note: is this correct?] 710 * copy all of RGBA to the destination [all...] |
/external/chromium/base/ |
file_util.h | 122 // volume, or the function will fail. Destination file will be created 204 // and 'destination' parameters are required, everything else can be NULL. 205 // 'source' is the existing file, 'destination' is the new link file to be 211 const wchar_t *destination, 221 // initialized COM before calling into this function. Only 'destination' 223 // is NULL no changes are made to the shortcut). 'destination' is the link 227 const wchar_t *destination,
|
/external/icu4c/common/unicode/ |
ushape.h | 63 * By default, this means that the destination buffer may receive text with a 76 * @param dest The destination buffer that will receive the results of the 78 * <code>destSize</code> is 0. The source and destination must not 81 * @param destSize The size (capacity) of the destination buffer in UChars. 87 * then the result will always be written to the destination 93 * @return The number of UChars written to the destination buffer. 96 * the return value indicates the necessary destination buffer size.
|
/external/webkit/Tools/Scripts/ |
svn-apply | 423 my ($source, $destination) = @_; 425 system("svn", "copy", $source, $destination) == 0 or die "Failed to svn copy $source $destination."; 427 system("cp", $source, $destination) == 0 or die "Failed to copy $source $destination."; 428 system("git", "add", $destination) == 0 or die "Failed to git add $destination.";
|
/frameworks/native/cmds/rawbu/ |
backup.cpp | 379 fprintf(stderr, "unable to open destination '%s': %s\n", 398 fprintf(stderr, "error flushing destination '%s': %s\n", 404 fprintf(stderr, "error syncing destination '%s': %s\n", 575 fprintf(stderr, "unable to open destination file '%s': %s\n", 596 fprintf(stderr, "unable to chmod destination %s '%s' to 0x%x: %s\n", 603 fprintf(stderr, "unable to chown destination %s '%s' to uid %d / gid %d: %s\n", 613 fprintf(stderr, "unable to utime destination %s '%s': %s\n",
|
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/ |
PublicApiFunctionalTest.java | 351 Uri destination = getExternalUri(); local 352 Download download = enqueueRequest(getRequest().setDestinationUri(destination)); 356 assertEquals(destination, localUri); 358 InputStream stream = new FileInputStream(destination.getPath()); 686 Uri destination = getExternalUri(); local 687 new File(destination.getPath()).createNewFile(); 689 Download download = enqueueRequest(getRequest().setDestinationUri(destination)); [all...] |
/external/llvm/lib/CodeGen/ |
StrongPHIElimination.cpp | 72 /// PHI with that register as its destination has been isolated. 113 /// isolated. Otherwise, it is the original color of its destination and 135 // Lowers a PHI instruction, inserting copies of the source and destination 175 // Maps inserted destination copy registers to their defining copy 193 STATISTIC(NumDestCopiesInserted, "Number of destination copies inserted"); 271 // Insert copies for all PHI source and destination registers. 335 // PHI destination copy. In this case, they have the same value and thus don't 348 && "PHI destination copy's live interval should be a single live " 589 // the predecessor block. The def of a PHI's destination register is processed
|
/external/webkit/Source/WebKit/chromium/ |
WebKit.gyp | [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
SmsMessage.java | 197 * Get an SMS-SUBMIT PDU for a destination address and a message 214 * Get an SMS-SUBMIT PDU for a destination address and a message using the 364 * Get an SMS-SUBMIT PDU for a destination address and a message 379 * Get an SMS-SUBMIT PDU for a data message to a destination address & port 382 * @param destinationAddress the address of the destination for the message 384 * destination 443 * @param destinationAddress the address of the destination for the message 477 // destination address length in BCD digits, ignoring TON byte and pad 482 // destination address [all...] |
/bionic/libc/include/netinet/ |
ip6.h | 83 struct in6_addr ip6_dst; /* destination address */ 142 /* Destination options header */ 194 /* followed by destination NSAP */
|
/development/ndk/platforms/android-3/include/netinet/ |
ip6.h | 83 struct in6_addr ip6_dst; /* destination address */ 142 /* Destination options header */ 194 /* followed by destination NSAP */
|
/external/chromium/chrome/browser/debugger/ |
devtools_remote_listen_socket_unittest.cc | 24 "Destination:2\r"; 40 "Destination:1\r\n" 312 ASSERT_STREQ("", message.destination().c_str());
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_button.h | 94 // |point| is in the base coordinate system of the destination window; 114 // |point| is in the base coordinate system of the destination window; 121 // |point| is in the base coordinate system of the destination window;
|
/external/chromium/net/base/ |
filter.h | 209 // destination buffer. Upon exit, *dest_len is the actual number of chars 210 // written into the destination buffer. 218 // Copy pre-filter data directly to destination buffer without decoding.
|
/external/chromium/net/tools/tld_cleanup/ |
tld_cleanup.cc | 258 logging::LoggingDestination destination = logging::LOG_ONLY_TO_FILE; local 260 logging::LoggingDestination destination = local 271 destination,
|
/external/icu4c/i18n/unicode/ |
regex.h | 461 * also appear in the destination array of output strings, interspersed 466 * destination capacity. This differs from the default behavior for Java 482 * @param destCapacity The number of elements in the destination array. 484 * extra strings in the destination array are not altered. 485 * If the number of destination strings is less than the number 487 * field delimiters, is placed in the last destination string. 505 * also appear in the destination array of output strings, interspersed 510 * destination capacity. This differs from the default behavior for Java 525 * @param destCapacity The number of elements in the destination array. 527 * extra strings in the destination array are not altered [all...] |