HomeSort by relevance Sort by last modified time
    Searched full:destination (Results 426 - 450 of 7124) sorted by null

<<11121314151617181920>>

  /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...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/renderer/
IPdfEditor.aidl 30 void write(in ParcelFileDescriptor destination);
  /frameworks/base/telecomm/java/android/telecom/
GatewayInfo.java 112 public void writeToParcel(Parcel destination, int flags) {
113 destination.writeString(mGatewayProviderPackageName);
114 mGatewayAddress.writeToParcel(destination, 0);
115 mOriginalAddress.writeToParcel(destination, 0);
  /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);
  /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/TvSettings/Settings/src/com/android/tv/settings/device/storage/
MoveAppStepFragment.java 54 void onRequestMovePackageToVolume(String packageName, VolumeInfo destination);
131 final VolumeInfo destination = mCandidateVolumes.get((int) action.getId()); local
132 if (destination.equals(mCurrentVolume)) {
137 callback.onRequestMovePackageToVolume(mPackageName, destination);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
bpqether.h 16 unsigned char destination[ETH_ALEN]; member in struct:bpq_ethaddr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
xt_set.h 13 #define IPSET_DST 0x02 /* Destination match/add */
  /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);
  /system/connectivity/shill/
mock_icmp.h 36 MOCK_METHOD3(TransmitEchoRequest, bool(const IPAddress& destination,
mock_icmp_session.h 35 bool(const IPAddress& destination,
  /system/extras/perfprofd/
perfprofd.conf 6 # Destination directory for profiles
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
thumb2_mul.s 19 # destination do not match.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
cortex-a8-fix-b-rel.s 35 @ If branching to an ARM destination, we *don't* want to create a
cortex-a8-fix-bl-rel.s 35 @ If calling an ARM destination, we *don't* want to create a
  /external/skia/src/codec/
SkSwizzler.h 93 * @param dstInfo Describes the destination.
148 * @param dstWidth Width in pixels of the destination
189 // to the destination. This subset is specified to CreateSwizzler
203 // fDstOffset: Will be zero. There is no destination offset
210 // For this type of subset, the destination width
217 // same as the actual width of the destination.
220 // subset of destination memory. This subset is specified to
230 // fDstOffset: First pixel to write in destination.
234 // fDstWidth: The entire width of the destination memory,
239 // fAllocatedWidth: The actual number of pixels in destination
    [all...]
  /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/autotest/client/cros/netprotos/
fake_host.py 51 @param ip_addr: Local destination ip_addr.
52 @param port: Local destination port number.
  /external/clang/test/Sema/
builtin-object-size.c 26 __builtin___vsnprintf_chk (0, 42, 0, 11, fmt, args); // expected-warning {{'__builtin___vsnprintf_chk' will always overflow destination buffer}}
53 __builtin___memccpy_chk (b, buf, '\0', sizeof(buf), __builtin_object_size (b, 0)); // expected-warning {{'__builtin___memccpy_chk' will always overflow destination buffer}}
  /external/curl/lib/
socks.h 46 * final destination server.
57 * final destination server.
  /external/e2fsprogs/util/
install-symlink.in 3 # install-symlink source destination destdir
49 echo $DEST: Destination pathname must be absolute
  /external/eigen/test/
sparselu.cpp 26 // SparseLU solve does not accept column major matrices for the destination.
28 // rhs and destination matrices when compiled with EIGEN_DEFAULT_TO_ROW_MAJOR
  /external/icu/icu4c/source/common/
ulistformatter.cpp 77 // NULL destination for pure preflighting: empty dummy string
78 // otherwise, alias the destination buffer (copied from udat_format)

Completed in 386 milliseconds

<<11121314151617181920>>