HomeSort by relevance Sort by last modified time
    Searched refs:remote (Results 1 - 25 of 156) sorted by null

1 2 3 4 5 6 7

  /external/llvm/utils/bugpoint/
RemoteRunSafely.sh 15 # <hostname> is the remote host to execute the program,
16 # <login_name> is the username on the remote host,
17 # <port> is the port used by the remote client,
93 remote="./"$PROGRAM
97 'rm -f '$remote' ; ' \
98 'cat > '$remote' ; chmod +x '$remote' ; '$remote' '$*' ; ' \
99 'err=$? ; rm -f '$remote' ; exit $err'
  /bionic/libc/kernel/common/linux/
if_pppopns.h 30 __u16 remote; member in struct:sockaddr_pppopns
if_pppolac.h 31 } local, remote; member in struct:sockaddr_pppolac
  /external/kernel-headers/original/linux/
if_pppopns.h 29 __u16 remote; member in struct:sockaddr_pppopns
if_pppolac.h 30 } local, remote; member in struct:sockaddr_pppolac
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
if_pppopns.h 25 __u16 remote; member in struct:sockaddr_pppopns
if_pppolac.h 26 } local, remote; member in struct:sockaddr_pppolac
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
if_pppopns.h 25 __u16 remote; member in struct:sockaddr_pppopns
if_pppolac.h 26 } local, remote; member in struct:sockaddr_pppolac
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
callback-to-remote-context2.js 1 description("Tests that when a Geolocation request is made from a remote frame, and the JavaScript call chain starts from that remote frame, callbacks are made as usual.");
4 // Make request from remote frame, with call chain starting here
17 iframe.src = 'resources/callback-to-remote-context-inner.html';
callback-to-remote-context.js 1 description("Tests that when a Geolocation request is made from a remote frame, callbacks are made as usual.");
4 // Make request from remote frame
15 iframe.src = 'resources/callback-to-remote-context-inner.html';
  /external/webkit/Source/WebCore/dom/default/
PlatformMessagePortChannel.cpp 139 // We can't call member functions on our remote pair while holding our mutex or we'll deadlock, but we need to guard against the remote port getting closed/freed, so create a standalone reference.
140 RefPtr<PlatformMessagePortChannel> remote = entangledChannel(); local
141 if (!remote)
143 remote->setRemotePort(port);
149 RefPtr<PlatformMessagePortChannel> remote = entangledChannel(); local
150 if (remote)
151 remote->setRemotePort(0);
174 void PlatformMessagePortChannel::setEntangledChannel(PassRefPtr<PlatformMessagePortChannel> remote)
178 if (remote)
209 RefPtr<PlatformMessagePortChannel> remote = entangledChannel(); local
    [all...]
  /external/llvm/utils/
GetRepositoryPath 22 git remote -v | grep 'fetch' | awk '{ print $2 }'
  /external/chromium/third_party/libjingle/source/talk/base/
socketpool.h 53 virtual StreamInterface* RequestConnectedStream(const SocketAddress& remote,
69 virtual StreamInterface* RequestConnectedStream(const SocketAddress& remote,
98 virtual StreamInterface* RequestConnectedStream(const SocketAddress& remote,
118 virtual StreamInterface* RequestConnectedStream(const SocketAddress& remote,
143 virtual StreamInterface* RequestConnectedStream(const SocketAddress& remote,
socketpool.cc 59 const SocketAddress& remote, int* err) {
60 LOG_F(LS_VERBOSE) << "(" << remote << ")";
63 if (remote == it->first) {
74 if (StreamInterface* stream = pool_->RequestConnectedStream(remote, err)) {
76 active_.push_front(ConnectedStream(remote, stream));
137 NewSocketPool::RequestConnectedStream(const SocketAddress& remote, int* err) {
145 if ((socket->Connect(remote) != 0) && !socket->IsBlocking()) {
175 ReuseSocketPool::RequestConnectedStream(const SocketAddress& remote, int* err) {
189 if ((stream_->GetState() == SS_OPEN) && (remote == remote_)) {
192 remote_ = remote;
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
mock_auth_response_handler.cc 37 const GURL remote,
42 remote,
  /frameworks/base/media/libmedia/
IMediaRecorder.cpp 72 remote()->transact(SET_CAMERA, data, &reply);
81 remote()->transact(QUERY_SURFACE_MEDIASOURCE, data, &reply);
95 remote()->transact(SET_PREVIEW_SURFACE, data, &reply);
104 remote()->transact(INIT, data, &reply);
114 remote()->transact(SET_VIDEO_SOURCE, data, &reply);
124 remote()->transact(SET_AUDIO_SOURCE, data, &reply);
134 remote()->transact(SET_OUTPUT_FORMAT, data, &reply);
144 remote()->transact(SET_VIDEO_ENCODER, data, &reply);
154 remote()->transact(SET_AUDIO_ENCODER, data, &reply);
164 remote()->transact(SET_OUTPUT_FILE_PATH, data, &reply)
    [all...]
IAudioTrack.cpp 53 status_t status = remote()->transact(START, data, &reply);
66 remote()->transact(STOP, data, &reply);
73 remote()->transact(FLUSH, data, &reply);
81 remote()->transact(MUTE, data, &reply);
88 remote()->transact(PAUSE, data, &reply);
96 status_t status = remote()->transact(GET_CBLK, data, &reply);
108 status_t status = remote()->transact(ATTACH_AUX_EFFECT, data, &reply);
  /frameworks/compile/libbcc/runtime/test/Unit/
test 4 REMOTE=0
9 REMOTE=1
10 mkdir -p remote
41 if test "$REMOTE" = "1"
43 if gcc $CFLAGS $FILE ../../darwin_fat/Release/libcompiler_rt.a $LIBS $EXTRA -o ./remote/$FILE.exe
  /system/netd/
PppController.h 35 struct in_addr remote, struct in_addr dns1,
  /external/ipsec-tools/src/racoon/
remoteconf.c 208 rmconf->remote->sa_family == AF_UNSPEC){
209 plog(LLV_DEBUG2, LOCATION, rmsel->remote,
215 plog(LLV_DEBUG2, LOCATION, rmsel->remote,
223 if (rmsel->remote != NULL) {
224 if (rmconf->remote->sa_family != AF_UNSPEC) {
225 if (cmpsaddr(rmsel->remote, rmconf->remote) == CMPSADDR_MISMATCH){
226 plog(LLV_DEBUG2, LOCATION, rmsel->remote,
241 plog(LLV_DEBUG2, LOCATION, rmsel->remote,
251 plog(LLV_DEBUG2, LOCATION, rmsel->remote,
    [all...]
handler.h 105 * (local) (remote) (local) (remote)
121 struct sockaddr *remote; /* remote address to negosiate ph1 */ member in struct:ph1handle
126 struct remoteconf *rmconf; /* pointer to remote configuration */
204 int dpd_support; /* Does remote supports DPD ? */
225 struct sockaddr *remote; member in struct:ph1selector
270 * they are _derived_ from the local and remote parameters of the
369 struct sockaddr *remote; /* remote address to negosiate ph1 * member in struct:contacted
377 struct sockaddr *remote; \/* the remote address *\/ member in struct:recvdpkt
450 struct sockaddr_storage remote; member in struct:ph1dump
    [all...]
  /frameworks/base/libs/camera/
ICamera.cpp 66 remote()->transact(DISCONNECT, data, &reply);
76 remote()->transact(SET_PREVIEW_DISPLAY, data, &reply);
88 remote()->transact(SET_PREVIEW_TEXTURE, data, &reply);
100 remote()->transact(SET_PREVIEW_CALLBACK_FLAG, data, &reply);
109 remote()->transact(START_PREVIEW, data, &reply);
119 remote()->transact(START_RECORDING, data, &reply);
129 remote()->transact(STOP_PREVIEW, data, &reply);
138 remote()->transact(STOP_RECORDING, data, &reply);
147 remote()->transact(RELEASE_RECORDING_FRAME, data, &reply);
156 remote()->transact(STORE_META_DATA_IN_BUFFERS, data, &reply)
    [all...]
  /frameworks/base/libs/storage/
IMountService.cpp 68 if (remote()->transact(TRANSACTION_registerListener, data, &reply) != NO_ERROR) {
69 LOGD("registerListener could not contact remote\n");
84 if (remote()->transact(TRANSACTION_unregisterListener, data, &reply) != NO_ERROR) {
85 LOGD("unregisterListener could not contact remote\n");
99 if (remote()->transact(TRANSACTION_isUsbMassStorageConnected, data, &reply) != NO_ERROR) {
100 LOGD("isUsbMassStorageConnected could not contact remote\n");
116 if (remote()->transact(TRANSACTION_setUsbMassStorageEnabled, data, &reply) != NO_ERROR) {
117 LOGD("setUsbMassStorageEnabled could not contact remote\n");
131 if (remote()->transact(TRANSACTION_isUsbMassStorageEnabled, data, &reply) != NO_ERROR) {
132 LOGD("isUsbMassStorageEnabled could not contact remote\n")
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/tests/com/android/sdkuilib/internal/repository/
UpdaterLogicTest.java 112 ArrayList<Package> remote = new ArrayList<Package>(); local
122 ArchiveInfo fai = mul.findPlatformDependency(a2, out, selected, remote, sources, locals);
131 ArchiveInfo ai2 = mul.findPlatformDependency(a2, out, selected, remote, sources, locals);
154 ArrayList<Package> remote = new ArrayList<Package>(); local
165 a1, out, selected, remote, sources, locals);
170 found = mul.findExactApiLevelDependency(a2, out, selected, remote, sources, locals);
179 found = mul.findExactApiLevelDependency(a2, out, selected, remote, sources, locals);
203 ArrayList<Package> remote = new ArrayList<Package>(); local
213 ArchiveInfo fai = mul.findToolsDependency(p2, out, selected, remote, sources, locals);
222 ArchiveInfo ai2 = mul.findToolsDependency(p2, out, selected, remote, sources, locals);
244 ArrayList<Package> remote = new ArrayList<Package>(); local
    [all...]

Completed in 2490 milliseconds

1 2 3 4 5 6 7