HomeSort by relevance Sort by last modified time
    Searched full:remote (Results 901 - 925 of 3672) sorted by null

<<31323334353637383940>>

  /ndk/sources/host-tools/make-3.81/
NMakefile 95 $(OUTDIR)/remote-stub.obj \
237 # .deps/remote-cstms.Po
240 # .deps/remote-stub.Po
241 remote-stub.o remote-stub.o: remote-stub.c make.h config.h \
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexClientSession.java 431 /* check remote accept or reject */
436 if (V) Log.v(TAG, "Remote accept");
443 Log.i(TAG, "Remote reject, Response code is " + responseCode);
454 /* check remote abort */
478 Log.i(TAG, "Remote reject file " + fileInfo.mFileName + " length "
482 Log.i(TAG, "Remote reject file type " + fileInfo.mMimetype);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContactDelta.java 105 public static RawContactDelta mergeAfter(RawContactDelta local, RawContactDelta remote) {
107 final ValuesDelta remoteValues = remote.mValues;
116 final Long remoteVersion = remote.mValues.getAsLong(RawContacts.VERSION);
122 local.mValues = ValuesDelta.mergeAfter(local.mValues, remote.mValues);
124 // Find matching local entry for each remote values, or create
125 for (ArrayList<ValuesDelta> mimeEntries : remote.mEntries.values()) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
tipc_config.h 66 * Accepted by own node, or by remote node only if remote management enabled.
88 * Accepted by own node, or by remote node only if remote management enabled
121 * Accepted by own node only; cannot be used on a remote node.
245 #define TIPC_CFG_NO_REMOTE "\x83" /* remote management not enabled */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
tipc_config.h 66 * Accepted by own node, or by remote node only if remote management enabled.
88 * Accepted by own node, or by remote node only if remote management enabled
121 * Accepted by own node only; cannot be used on a remote node.
245 #define TIPC_CFG_NO_REMOTE "\x83" /* remote management not enabled */
  /system/core/adb/
transport_local.c 61 D("remote local: read terminated (message)\n");
68 D("read remote packet: %04x arg0=%0x arg1=%0x data_length=%0x data_check=%0x magic=%0x\n",
77 D("remote local: terminated (data)\n");
96 D("write remote packet: %04x arg0=%0x arg1=%0x data_length=%0x data_check=%0x magic=%0x\n",
100 D("remote local: write terminated\n");
128 D("client: connected on remote on fd %d\n", fd);
  /bionic/libc/include/sys/
_errdefs.h 103 __BIONIC_ERRDEF( EREMOTE , 66, "Object is remote" )
115 __BIONIC_ERRDEF( EREMCHG , 78, "Remote address changed" )
158 __BIONIC_ERRDEF( EREMOTEIO , 121, "Remote I/O error" )
  /development/ndk/platforms/android-3/include/sys/
_errdefs.h 102 __BIONIC_ERRDEF( EREMOTE , 66, "Object is remote" )
114 __BIONIC_ERRDEF( EREMCHG , 78, "Remote address changed" )
157 __BIONIC_ERRDEF( EREMOTEIO , 121, "Remote I/O error" )
  /external/chromium_org/content/common/
websocket_messages.h 58 // The browser process will not send |channel_id| as-is to the remote server; it
112 // will be sent to the remote server. If the sender is the browser, it comes
113 // from the remote server. |fin| indicates that this frame is the last in the
  /external/chromium_org/mojo/system/
message_pipe_dispatcher.cc 122 "attach; remote ID = " << remote_id << ")";
125 DVLOG(2) << "Deserializing message pipe dispatcher (remote ID = "
262 // get an ack back from the other side with the remote ID.
  /external/clang/test/Index/
headerfile-comment-to-html.m 16 A Device represents a remote or local computer or device with which the Developer Tools can interact. Each Device supports blah blah blah from doing blah blah blah.
20 // CHECK: headerfile-comment-to-html.m:[[@LINE-2]]:12: ObjCInterfaceDecl=Device:{{.*}} FullCommentAsXML=[<Other file="{{[^"]+}}headerfile-comment-to-html.m" line="[[@LINE-2]]" column="12"><Name>Device</Name><USR>c:objc(cs)Device</USR><Headerfile><Para> Device.h &lt;Foundation/Device.h&gt;</Para></Headerfile><Declaration>@interface Device\n@end</Declaration><Abstract><Para> A Device represents a remote or local computer or device with which the Developer Tools can interact. Each Device supports blah blah blah from doing blah blah blah.</Para></Abstract></Other>]
31 // CHECK-NEXT: (CXComment_Text Text=[ A Device represents a remote or local computer or device with which the Developer Tools can interact. Each Device supports blah blah blah from doing blah blah blah.])))]
  /external/ipsec-tools/
NEWS 5 o Fix a remote crash and a memory leak
10 o Fix a remote crash in fragmentation code
86 o Inheritance of 'remote{}' sections.
  /external/ipsec-tools/src/racoon/
localconf.c 161 getpskbyaddr(remote)
162 struct sockaddr *remote;
167 GETNAMEINFO(remote, addr, port);
  /external/libnfc-nxp/src/
phFriNfc_DesfireFormat.h 192 * \brief Initiates the card formatting procedure for Remote Smart Card Type.
195 * operation,remote card would be properly initialized and
232 * tag to READ ONLY. After this formation, remote card would be properly Ndef Compliant and READ ONLY.
phHal4Nfc_Internal.h 96 the upper layer.If this flag is set ,then a remote device disconnect call
147 /*Points to Remote device info of a connected device*/
216 /**List of pointers to remote device information for all discovered
  /external/libunwind/include/
libunwind-dynamic.h 36 these structures directly. On the other hand, with remote-unwinding,
37 the data-structures are read from the remote process's memory and
38 translated into internalized versions. To facilitate remote-access,
  /external/lldb/examples/test/
usage-lldb-loggings 2 # The following example shows how to utilize the pre-flight config file to route the lldb gdb-remote log messages
33 self.runCmd("log enable -f %s gdb-remote packets process" % dest)
98 self.runCmd("log enable -f %s gdb-remote packets process" % dest)
  /frameworks/base/core/java/android/app/
SharedElementCallback.java 125 * Creates a snapshot of a shared element to be used by the remote Activity and reconstituted
127 * null return value will mean that the remote Activity will have a null snapshot View in
138 * @return A snapshot to send to the remote Activity to be reconstituted with
  /frameworks/base/core/java/android/bluetooth/
BluetoothManager.java 76 * Get the current connection state of the profile to the remote device.
85 * @param device Remote bluetooth device.
209 * @param transport preferred transport for GATT connections to remote dual-mode devices
  /frameworks/base/core/java/android/os/
CommonTimeUtils.java 39 * Operation failed due to dead remote object.
43 public CommonTimeUtils(IBinder remote, String interfaceDesc) {
44 mRemote = remote;
  /frameworks/base/docs/html/guide/faq/
framework.jd 14 <li><a href="#5">If an Activity starts a remote service, is
138 <h2>If an Activity starts a remote service, is there any way for the
144 service interaction from the generic remote case, as shown by the "Local
  /frameworks/base/telecomm/java/android/telecom/
RemoteConnectionService.java 38 * Remote connection service which other connection services can use to place calls on their behalf.
188 // created by, and therefore being tracked by, this remote connection service. It
226 // Not supported from remote connection service.
  /frameworks/opt/net/voip/src/jni/rtp/
AudioGroup.cpp 99 bool set(int mode, int socket, sockaddr_storage *remote,
165 bool AudioStream::set(int mode, int socket, sockaddr_storage *remote,
203 mRemote = *remote;
210 if (remote->ss_family == AF_INET) {
212 (unsigned char *)&((sockaddr_in *)remote)->sin_addr;
410 sockaddr_storage remote; local
411 socklen_t addrlen = sizeof(remote);
414 MSG_TRUNC | MSG_DONTWAIT, (sockaddr *)&remote, &addrlen);
435 mRemote = remote;
948 sockaddr_storage remote; local
    [all...]
  /packages/apps/Email/src/com/android/email/mail/
Store.java 164 * Updates the local list of mailboxes according to what is located on the remote server.
167 * @return The set of remote folders
168 * @throws MessagingException If there was a problem connecting to the remote server
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpcsvc/
rex.x 34 * Remote execution (rex) protocol specification
200 * Start remote execution
206 * Wait for remote execution to terminate

Completed in 660 milliseconds

<<31323334353637383940>>