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

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_addr.h 19 * but for point-to-point IFA_ADDRESS is DESTINATION address,
if_fc.h 37 __u8 daddr[FC_ALEN]; /* destination address */
43 __u8 dsap; /* destination SAP */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
FileStoreAdapter.java 66 public void copy(IFileStore destination, int options, IProgressMonitor monitor)
68 mStore.copy(destination, options, monitor);
128 public void move(IFileStore destination, int options, IProgressMonitor monitor)
130 mStore.move(destination, options, monitor);
  /development/samples/USB/AdbTest/src/com/android/adb/
AdbSocket.java 38 public boolean open(String destination) {
40 message.set(AdbMessage.A_OPEN, mId, 0, destination);
  /external/chromium/base/test/
test_file_util.h 28 // destination that already exist will be overwritten.
31 // state of the destination is unknown.
  /external/chromium/chrome/browser/debugger/
devtools_remote_message_unittest.cc 47 "2", // destination
65 message->destination().c_str());
  /external/chromium/chrome/browser/resources/file_manager/bin/
squashdir.py 18 each file into the destination directory. The destination file name will
  /external/chromium/third_party/libjingle/source/talk/base/
socketaddresspair.h 35 // Records a pair (source,destination) of socket addresses. The two addresses
44 const SocketAddress& destination() const { return dest_; } function in class:talk_base::SocketAddressPair
  /external/dropbear/libtomcrypt/src/pk/ecc/
ecc_ansi_x963_export.c 28 @param out [out] destination of export
29 @param outlen [in/out] Length of destination and final output size
  /external/icu4c/i18n/
udateintervalformat.cpp 83 // NULL destination for pure preflighting: empty dummy string
84 // otherwise, alias the destination buffer (copied from udat_format)
  /external/kernel-headers/original/linux/
if_fc.h 37 __u8 daddr[FC_ALEN]; /* destination address */
43 __u8 dsap; /* destination SAP */
  /external/openfst/src/include/fst/
arc.h 100 StateId nextstate; // Transition destination state
134 StateId nextstate; // Transition destination state
159 StateId nextstate; // Transition destination state
183 StateId nextstate; // Transition destination state
207 StateId nextstate; // Transition destination state
239 StateId nextstate; // Transition destination state
271 StateId nextstate; // Transition destination state
302 StateId nextstate; // Transition destination state
  /external/skia/legacy/src/animator/
SkMatrixParts.h 99 SkDrawRect* destination; member in class:SkRectToRect
114 SkPolygon* destination; member in class:SkPolyToPoly
  /external/skia/src/animator/
SkMatrixParts.h 99 SkDrawRect* destination; member in class:SkRectToRect
114 SkPolygon* destination; member in class:SkPolyToPoly
  /external/webkit/Source/WebCore/platform/text/
TextCodecUTF8.h 45 void handlePartialSequence(UChar*& destination, const uint8_t*& source, const uint8_t* end, bool flush, bool stopOnError, bool& sawError);
46 void handleError(UChar*& destination, bool stopOnError, bool& sawError);
  /frameworks/ex/chips/src/com/android/ex/chips/
SingleRecipientArrayAdapter.java 60 TextView destination = (TextView) view.findViewById(android.R.id.text1); local
61 destination.setText(Rfc822Tokenizer.tokenize(entry.getDestination())[0].getAddress());
  /hardware/qcom/display/libcopybit/
software_converter.h 45 * @param: destination image
57 * @param: destination image
  /ndk/sources/host-tools/sed-4.2.1/m4/
rename.m4 41 AC_CACHE_CHECK([whether rename is broken when the destination exists],
61 [Define if rename does not work when the destination file exists,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_fc.h 37 __u8 daddr[FC_ALEN]; /* destination address */
43 __u8 dsap; /* destination SAP */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_fc.h 37 __u8 daddr[FC_ALEN]; /* destination address */
43 __u8 dsap; /* destination SAP */
  /external/icu4c/tools/genrb/
derb.1.in 38 .BI "\-d\fP, \fB\-\-destdir" " destination"
140 .BI "\-d\fP, \fB\-\-destdir" " destination"
141 Set the destination directory to
142 .IR destination .
143 The default destination directory is specified by the environment variable
167 is written in the destination
  /external/webkit/Tools/DumpRenderTree/win/
HistoryDelegate.cpp 161 wstring destination; local
163 destination = urlSuitableForTestResult(wstringFromBSTR(destinationURL));
165 printf("WebView performed a client redirect from \"%S\" to \"%S\".\n", source.c_str(), destination.c_str());
178 wstring destination; local
180 destination = urlSuitableForTestResult(wstringFromBSTR(destinationURL));
182 printf("WebView performed a server redirect from \"%S\" to \"%S\".\n", source.c_str(), destination.c_str());
  /libcore/luni/src/main/java/java/util/zip/
InflaterOutputStream.java 41 * implementation-defined default internal buffer size. {@code out} is a destination
44 * @param out the destination {@code OutputStream}
52 * implementation-defined default internal buffer size. {@code out} is a destination
55 * @param out the destination {@code OutputStream}
64 * given internal buffer size. {@code out} is a destination
67 * @param out the destination {@code OutputStream}
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
Action.java 119 private void drawCenteredImage(Bitmap source, Bitmap destination, boolean scale) {
123 border = destination.getWidth() - destination.getHeight();
129 destination.getWidth() - border,
130 destination.getHeight());
136 Canvas canvas = new Canvas(destination);
  /frameworks/base/core/java/com/android/internal/util/
AsyncChannel.java 43 * server/destination. And the server uses the replyToMessage methods.
44 * In this usage model there is no need for the destination to
59 * <p>A second usage model is where the server/destination needs to know
97 * means that the channel can be used to send commends to the destination
98 * but the destination is unaware that the channel exists. The first
99 * command sent to the destination is typically CMD_CHANNEL_FULL_CONNECTION if
112 * This is used to initiate a long term connection with the destination and
113 * typically the destination will reply with CMD_CHANNEL_FULLY_CONNECTED.
120 * Command typically sent after the destination receives a CMD_CHANNEL_FULL_CONNECTION.
124 * : All other values signify the destination rejected the connectio
    [all...]

Completed in 748 milliseconds

<<11121314151617181920>>