HomeSort by relevance Sort by last modified time
    Searched refs:remote (Results 376 - 400 of 1305) sorted by null

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
lex.go 121 remote := plan9quote(f[2])
122 return fmt.Sprintln(verb, local, remote)
125 p.error(syntax.Error{Pos: pos, Msg: fmt.Sprintf(`usage: //go:%s local [remote]`, verb)})
135 remote := plan9quote(f[2])
136 return fmt.Sprintln(verb, local, remote)
140 remote := plan9quote(f[2])
142 return fmt.Sprintln(verb, local, remote, library)
145 p.error(syntax.Error{Pos: pos, Msg: `usage: //go:cgo_import_dynamic local [remote ["library"]]`})
  /system/libhwbinder/include/hwbinder/
Binder.h 91 inline IBinder* remote() const { return mRemote; } function in class:android::hardware::BpHwRefBase
  /tools/repohooks/tools/
checkpatch.pl-update 46 output=$(git ls-remote --tags "${GIT_URL}")
  /tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
AddCommandFileOp.java 16 package com.android.tradefed.command.remote;
26 * Remote operation for adding a command file to the local tradefed scheduler.
AddCommandOp.java 16 package com.android.tradefed.command.remote;
23 * Remote operation for adding a command to the local tradefed scheduler.
ExecCommandOp.java 16 package com.android.tradefed.command.remote;
23 * Remote operation for asynchronously executing a command on an already allocated device.
  /tools/tradefederation/core/src/com/android/tradefed/command/remote/
DeviceTracker.java 16 package com.android.tradefed.command.remote;
  /tools/tradefederation/core/src/com/android/tradefed/device/
DeviceDiagTest.java 19 import com.android.tradefed.command.remote.DeviceDescriptor;
IDeviceManager.java 20 import com.android.tradefed.command.remote.DeviceDescriptor;
  /tools/tradefederation/core/tests/src/com/android/tradefed/
FuncTests.java 20 import com.android.tradefed.command.remote.RemoteManagerFuncTest;
48 // command.remote
  /tools/tradefederation/core/tests/src/com/android/tradefed/device/
DeviceUtilStatsMonitorLoadTest.java 19 import com.android.tradefed.command.remote.DeviceDescriptor;
  /external/libnl/lib/route/link/
ip6tnl.c 55 struct in6_addr remote; member in struct:ip6_tnl_info
114 nla_memcpy(&ip6_tnl->remote, tb[IFLA_IPTUN_REMOTE], sizeof(struct in6_addr));
170 NLA_PUT(msg, IFLA_IPTUN_REMOTE, sizeof(struct in6_addr), &ip6_tnl->remote);
236 nl_dump(p, " remote ");
238 if(inet_ntop(AF_INET6, &ip6_tnl->remote, addr, INET6_ADDRSTRLEN))
241 nl_dump_line(p, "%#x\n", ip6_tnl->remote);
441 * Set IP6_TNL tunnel remote address
443 * @arg remote remote address
453 memcpy(&ip6_tnl->remote, addr, sizeof(struct in6_addr))
    [all...]
sit.c 52 uint32_t remote; member in struct:sit_info
110 sit->remote = nla_get_u32(tb[IFLA_IPTUN_REMOTE]);
161 NLA_PUT_U32(msg, IFLA_IPTUN_REMOTE, sit->remote);
221 nl_dump(p, " remote ");
222 if(inet_ntop(AF_INET, &sit->remote, addr, sizeof(addr)))
225 nl_dump_line(p, "%#x\n", ntohs(sit->remote));
413 * Set SIT tunnel remote address
415 * @arg remote remote address
425 sit->remote = addr
    [all...]
  /external/toybox/toys/pending/
lsof.c 178 struct in6_addr local, remote; local
186 &(remote.s6_addr32[0]), &remote_port,
194 &(remote.s6_addr32[0]), &(remote.s6_addr32[1]),
195 &(remote.s6_addr32[2]), &(remote.s6_addr32[3]),
202 inet_ntop(af, &remote, remote_ip, sizeof(remote_ip));
  /libcore/ojluni/src/main/java/sun/nio/ch/
AsynchronousSocketChannelImpl.java 97 InetSocketAddress remote)
104 this.remoteAddress = remote;
193 abstract <A> Future<Void> implConnect(SocketAddress remote,
198 public final Future<Void> connect(SocketAddress remote) {
199 return implConnect(remote, null, null);
203 public final <A> void connect(SocketAddress remote,
209 implConnect(remote, attachment, handler);
597 sb.append(" remote=");
  /external/curl/docs/cmdline-opts/
write-out.d 30 is told to write to a file with the --remote-name or --output
31 option. It's most useful in combination with the --remote-header-name
35 The initial path curl ended up in when logging on to the remote FTP
73 The remote IP address of the most recently done connection - can be either
77 The remote port number of the most recently done connection (Added in 7.29.0)
108 connect/handshake to the remote host was completed. (Added in 7.19.0)
112 remote host (or proxy) was completed.
  /frameworks/av/media/libmedia/
IMediaMetadataRetriever.cpp 30 // the binder interface so that remote calls are executed with
91 remote()->transact(DISCONNECT, data, &reply);
118 remote()->transact(SET_DATA_SOURCE_URL, data, &reply);
129 remote()->transact(SET_DATA_SOURCE_FD, data, &reply);
145 remote()->transact(SET_DATA_SOURCE_CALLBACK, data, &reply);
162 remote()->transact(GET_FRAME_AT_TIME, data, &reply);
183 remote()->transact(GET_IMAGE_AT_INDEX, data, &reply);
207 remote()->transact(GET_IMAGE_RECT_AT_INDEX, data, &reply);
229 remote()->transact(GET_FRAME_AT_INDEX, data, &reply);
251 remote()->transact(EXTRACT_ALBUM_ART, data, &reply)
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntityDelta.java 100 public static EntityDelta mergeAfter(EntityDelta local, EntityDelta remote) {
102 final ValuesDelta remoteValues = remote.mValues;
111 final Long remoteVersion = remote.mValues.getAsLong(RawContacts.VERSION);
117 local.mValues = ValuesDelta.mergeAfter(local.mValues, remote.mValues);
119 // Find matching local entry for each remote values, or create
120 for (ArrayList<ValuesDelta> mimeEntries : remote.mEntries.values()) {
717 public static ValuesDelta mergeAfter(ValuesDelta local, ValuesDelta remote) {
719 if (local == null && (remote.isDelete() || remote.isTransient())) return null;
726 local.mAfter = remote.getCompleteValues()
    [all...]
  /frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/
RemoteLayoutlibCallbackAdapter.java 17 package com.android.layoutlib.bridge.remote.server.adapters;
27 import com.android.layout.remote.api.RemoteLayoutlibCallback;
28 import com.android.layout.remote.api.RemoteLayoutlibCallback.RemoteResolveResult;
50 public RemoteLayoutlibCallbackAdapter(@NotNull RemoteLayoutlibCallback remote) {
51 mDelegate = remote;
125 // TODO: Convert this to remote
  /external/ipsec-tools/src/racoon/
isakmp_quick.c 335 plog(LLV_ERROR, LOCATION, iph2->ph1->remote,
357 plog(LLV_ERROR, LOCATION, iph2->ph1->remote,
373 plog(LLV_WARNING, LOCATION, iph2->ph1->remote,
464 plog(LLV_ERROR, LOCATION, iph2->ph1->remote,
479 plog(LLV_ERROR, LOCATION, iph2->ph1->remote,
511 plog(LLV_DEBUG, LOCATION, iph2->ph1->remote,
612 isakmp_printpacket(buf, iph2->ph1->local, iph2->ph1->remote, 1);
633 if (add_recvdpkt(iph2->ph1->remote, iph2->ph1->local,
712 plog(LLV_ERROR, LOCATION, iph2->ph1->remote,
750 plog(LLV_ERROR, LOCATION, iph2->ph1->remote,
    [all...]
  /prebuilts/devtools/tools/lib/
sdklib.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.2.0/
sdklib-25.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.2.0-alpha7/
sdklib-25.2.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.2.0-beta1/
sdklib-25.2.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.2.0-beta2/
sdklib-25.2.0-beta2.jar 

Completed in 861 milliseconds

<<11121314151617181920>>