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

<<21222324252627282930>>

  /external/lldb/utils/test/
README-lldb-disasm 8 da0603a-dhcp191:9131529 johnny$ /Volumes/data/lldb/svn/trunk/utils/test/lldb-disasm.py -C 'platform create remote-ios' -e /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.3.sdk/usr/lib/libSystem.B.dylib
9 lldb commands: ['platform create remote-ios']
17 run command: platform create remote-ios
18 output: Platform: remote-ios
19 Not connected to a remote platform.
  /external/netperf/
netsh.c 122 char host_name[HOSTNAMESIZE]; /* remote host name or ip addr */
127 int address_family; /* which address family remote */
172 remote_recv_align, /* alignment for remote receives */
173 remote_send_align, /* alignment for remote sends */
249 -A send,recv Set the remote send,recv buffer alignment\n\
252 -C [cpu_rate] Report remote CPU usage\n\
266 -O send,recv Set the remote send,recv buffer offset\n\
273 -T lcpu,rcpu Request netperf/netserver be bound to local/remote cpu\n\
393 strcpy(host_name,""); /* remote host name or ip addr */
421 remote_recv_align = 8; /* alignment for remote receives*
    [all...]
  /frameworks/base/docs/html/google/play/billing/
billing_best_practices.jd 38 <p>If practical, you should perform signature verification on a remote server and not on a device.
41 a remote server, be sure that the device-server handshake is secure.</p>
49 <li>Use a remote server to deliver your content.</li>
51 <p>When you deliver content from a remote server or a real-time service, you can store the unlocked
105 <p>If you are using a remote server to deliver or manage content, have your application verify the
  /frameworks/base/packages/Keyguard/test/src/com/android/keyguard/test/
KeyguardTestActivity.java 115 // Log.v(TAG, "Remote service died trying to call onSystemReady");
237 Log.e(TAG, "Remote service died");
280 Log.e(TAG, "onClick(): Failed due to remote exeption", e);
292 Log.e(TAG, "Remote service died");
304 Log.e(TAG, "Remote service died");
  /hardware/ti/omap4-aah/domx/domx/omx_rpc/inc/
omx_rpc_internal.h 84 /*This defines the maximum number of remote functions that can be registered*/
139 map to remote core.
161 * instance on remote core.
169 * remote core.
170 * @ param hActualRemoteCompHandle : Actual component handle on remote core.
  /hardware/ti/omap4xxx/domx/domx/omx_rpc/inc/
omx_rpc_internal.h 84 /*This defines the maximum number of remote functions that can be registered*/
139 map to remote core.
161 * instance on remote core.
169 * remote core.
170 * @ param hActualRemoteCompHandle : Actual component handle on remote core.
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_service_unittest.cc 230 // Model assocation: We have no local data, and no remote data.
392 // Create some remote fake data.
403 // Merge the local and remote data.
410 // Ensure the local store now has all local and remote notifications.
438 // Test the local store having the read bit unset, the remote store having
452 // Create some remote fake data, item 1 matches except for the read state.
456 // Merge the local and remote data.
477 // Ensure no new data will be sent to the remote store for notification1.
482 // Test when the local store has the read bit set, and the remote store has
496 // Create some remote fake data, item 1 matches except for the read state
    [all...]
  /external/chromium_org/dbus/
property.h 102 // Normally these values are updated from signals emitted by the remote object,
111 // success only; it is up to the remote object when (and indeed if) it updates
188 // PropertySet groups a collection of properties for a remote object
206 // the/ remote object that these properties are for, care should be taken to
242 // Requests an updated value from the remote object for |property|
251 // Queries the remote object for values of all properties and updates
253 // method, or if the remote object does not support retrieving all
259 // new property value was accepted by the remote object.
262 // Requests that the remote object for |property| change the property to
265 // depending on the remote object. This method may be overridden b
    [all...]
  /external/chromium_org/third_party/pexpect/
pxssh.py 41 automatically accepts the remote certificate; or if you have public key
44 pxssh uses the shell prompt to synchronize output from the remote host. In
49 Example that runs a few commands on a remote server and prints the result::
78 off public key authentication. This will only work if the remote SSH server
120 # Unsetting SSH_ASKPASS on the remote side doesn't disable it! Annoying!
195 disable the MOTD on the remote server by creating a zero-length file
196 called "~/.hushlogin" on the remote server. If a prompt cannot be found
224 # This does not distinguish between a remote server 'password' prompt
227 i = self.expect(["(?i)are you sure you want to continue connecting", original_prompt, "(?i)(?:password)|(?:passphrase for key)", "(?i)permission denied", "(?i)terminal type", TIMEOUT, "(?i)connection closed by remote host"], timeout=login_timeout)
232 # This is what you get if SSH does not have the remote host'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
webbrowser.py 159 and without remote functionality."""
205 """Parent class for all Unix browsers with remote functionality."""
215 def _invoke(self, args, remote, autoraise):
217 if remote and self.raise_opts:
218 # use autoraise argument only for remote invocation
225 if remote or self.background:
239 if remote:
241 # remote invocation has (hopefully) started a new instance.
249 # if remote call failed, open() will try direct invocation
277 # remote invocation failed, try straight wa
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
webbrowser.py 159 and without remote functionality."""
205 """Parent class for all Unix browsers with remote functionality."""
215 def _invoke(self, args, remote, autoraise):
217 if remote and self.raise_opts:
218 # use autoraise argument only for remote invocation
225 if remote or self.background:
239 if remote:
241 # remote invocation has (hopefully) started a new instance.
249 # if remote call failed, open() will try direct invocation
277 # remote invocation failed, try straight wa
    [all...]
  /hardware/ti/omap4-aah/domx/domx/omx_rpc/src/
omx_rpc_stub.c 156 * @brief Remote invocation stub for OMX_GetHandle
159 * on Remote core.
162 * @param eCompReturn [OUT] : This is return value returned by the remote
212 DOMX_DEBUG("Remote Handle 0x%x", hComp);
215 with the remote component but is not the actual component
218 actual remote component handle. This is used at present for
223 DOMX_DEBUG("Actual Remote Comp Handle 0x%x", hActualComp);
245 * @brief Remote invocation stub for OMX_FreeHandle
247 * @param eCompReturn [OUT] : Return value returned by the remote component.
299 * @brief Remote invocation stub for OMX_SetParamete
    [all...]
  /hardware/ti/omap4xxx/domx/domx/omx_rpc/src/
omx_rpc_stub.c 150 * @brief Remote invocation stub for OMX_GetHandle
153 * on Remote core.
156 * @param eCompReturn [OUT] : This is return value returned by the remote
206 DOMX_DEBUG("Remote Handle 0x%x", hComp);
209 with the remote component but is not the actual component
212 actual remote component handle. This is used at present for
217 DOMX_DEBUG("Actual Remote Comp Handle 0x%x", hActualComp);
239 * @brief Remote invocation stub for OMX_FreeHandle
241 * @param eCompReturn [OUT] : Return value returned by the remote component.
293 * @brief Remote invocation stub for OMX_SetParamete
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_config_util.cpp 57 #define BLUEDROID_TAG_REMOTE_DEVICE "Remote Devices"
657 btif_config_set("Remote", bd_addr, "HidDescriptor", rd, rep_desc_len,
679 btif_config_set("Remote", bd_addr, "HidDescriptor", rd, rep_desc_len,
700 //debug("attr_mask after Remote Wake:%04x", attr_mask);
736 btif_config_set_int("Remote", bd_addr, "HidAttrMask", attr_mask);
737 btif_config_set_int("Remote", bd_addr, "HidSubClass", dev_sub_class);
738 btif_config_set_int("Remote", bd_addr, "HidAppId", app_id);
739 btif_config_set_int("Remote", bd_addr, "HidVendorId", vendor);
740 btif_config_set_int("Remote", bd_addr, "HidProductId", product);
741 btif_config_set_int("Remote", bd_addr, "HidVersion", product_ver)
    [all...]
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
ProcessKDP.cpp 109 static ConstString g_name("kdp-remote");
116 return "KDP Remote protocol based debugging plug-in for darwin kernel debugging.";
174 m_comm("lldb.process.kdp-remote.communication"),
175 m_async_broadcaster (NULL, "lldb.process.kdp-remote.async-broadcaster"),
221 error.SetErrorString ("launching not supported in kdp-remote plug-in");
229 error.SetErrorString ("attaching to a by process ID not supported in kdp-remote plug-in");
237 error.SetErrorString ("attaching to a by process name not supported in kdp-remote plug-in");
364 error.SetErrorString ("launching not supported in kdp-remote plug-in");
373 error.SetErrorString ("attach to process by ID is not suppported in kdp remote debugging");
381 error.SetErrorString ("attach to process by ID is not suppported in kdp remote debugging")
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java 152 * should immediately attempt graceful disconnection of any remote links.
161 * #SCAN_MODE_CONNECTABLE_DISCOVERABLE}. It allows remote devices to see
244 * nor connectable from remote Bluetooth devices.
250 * remote Bluetooth devices, but is connectable from remote devices that
257 * connectable from remote Bluetooth devices.
262 * Broadcast Action: The local Bluetooth adapter has started the remote
267 * remote Bluetooth devices are found.
269 * remote Bluetooth devices should not be attempted while discovery is in
290 * <p>This name is visible to remote Bluetooth devices
    [all...]
BluetoothA2dp.java 58 * <li> {@link BluetoothDevice#EXTRA_DEVICE} - The remote device. </li>
80 * <li> {@link BluetoothDevice#EXTRA_DEVICE} - The remote device. </li>
205 * Initiate connection to a profile of the remote bluetooth device.
221 * @param device Remote Bluetooth Device
250 * <p> If the disconnection is initiated by a remote device, the state
262 * @param device Remote Bluetooth Device
417 * Tells remote device to adjust volume. Only if absolute volume is supported.
437 * Tells remote device to set an absolute volume. Only if absolute volume is supported
478 * This function checks if the remote device is an AVCRP
  /external/bluetooth/bluedroid/btif/co/
bta_hh_co.c 463 ** Parameters remote_bda - remote device address
483 btif_config_get("Remote", bdstr, "HidReport", NULL, (int*)&len, (int*)&type);
486 btif_config_get("Remote", bdstr, "HidReport", (char*)sReportCache, (int*)&len, (int*)&type);
493 btif_config_set("Remote", bdstr, "HidReport", (const char*)sReportCache,
508 ** Parameters remote_bda - remote device address
529 btif_config_get("Remote", bdstr, "HidReport", NULL, (int*)&len, (int*)&type);
535 btif_config_get("Remote", bdstr, "HidReport", (char*)sReportCache, (int*)&len, (int*)&type);
549 ** Parameters remote_bda - remote device address
562 btif_config_remove("Remote", bdstr, "HidReport");
  /external/bluetooth/bluedroid/stack/include/
gap_api.h 40 #define GAP_ERR_REM_NAME (GAP_ERR_GRP + 0x0a) /* Error starting the remote device name request */
524 ** Description The remote name is retrieved from the specified remote device. If
527 ** is passed in the callback when the remote device name has been retrieved.
530 ** GAP_CMD_INITIATED if remote search successfully initiated
531 ** GAP_ERR_BUSY if a remote name request is already in progress,
675 ** Description This function is called to get the remote BD address
688 ** Description Returns the remote device's MTU size.
786 ** Description Start a process to udpate the reconnect address if remote deviv
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transport.h 167 Candidate remote_candidate; // The remote candidate for this connection.
257 // Get a copy of the remote certificate in use by the specified channel.
280 // Set the remote TransportDescription to be used by TransportChannels.
307 // Handles sending of ready candidates and receiving of remote candidates.
356 // The current remote transport description, for use by derived classes
374 // Pushes down remote ice credentials from the remote description to the
379 // Negotiates the transport parameters based on the current local and remote
436 // Called when a candidate is ready from remote peer.
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
hangoutpubsubclient.cc 38 // presenter state, recording state, mute state, and remote mute.
147 // Can't just repeat because we need to watch for remote mutes.
158 // Can't just repeat because we need to watch for remote mutes.
241 // Remote mute is accomplished by setting another client's mute state.
248 // state, kind of like remote mute.
271 // Since a remote mute is accomplished by another client setting our
273 // Note that remote un-muting is disallowed by the RoomServer.
285 // The server should prevent remote un-mute.
286 LOG(LS_WARNING) << muter_nick << " remote unmuted " << mutee_nick;
  /external/ipsec-tools/src/racoon/
admin.c 408 struct sockaddr *remote = NULL; local
423 /* get remote IP address and port number. */
424 if ((remote = dupsaddr(dst)) == NULL)
427 port = extract_port(rmconf->remote);
428 if (set_port(remote, port) == NULL)
461 "%s\n", saddrwop2str(remote));
464 if (isakmp_ph1begin_i(rmconf, remote, local) < 0)
471 if (remote != NULL)
472 racoon_free(remote);
  /external/libnfc-nxp/src/
phFriNfc_TopazMap.h 236 * Remote Device).
248 * tag to READ ONLY.After this formation, remote card would be properly Ndef Compliant and READ ONLY.
265 * \brief \copydoc page_ovr Initiates Reading of NDEF information from the Remote Device.
267 * The function initiates the reading of NDEF information from a Remote Device.
309 * \brief \copydoc page_ovr Initiates Writing of NDEF information to the Remote Device.
311 * The function initiates the writing of NDEF information to a Remote Device.
352 * \brief \copydoc page_ovr Check whether a particulat Remote Device is NDEF compliant.
484 * \brief \copydoc page_ovr Initiates Reading of NDEF information from the Remote Device.
486 * The function initiates the reading of NDEF information from a Remote Device.
526 * \brief \copydoc page_ovr Initiates Writing of NDEF information to the Remote Device
    [all...]
phHciNfc.c 619 }/* End of the Remote Target Type Switch */
863 * \brief Interface to Select the Next Remote Target Discovered during the
867 * This function Selects and Activates the next Remote Target
914 * \brief Interface to Connect the Remote Target Discovered during the
918 * This function connects the Remote Target Detected using the particular
989 }/* End of the Remote Target Type Switch */
    [all...]
  /bootable/recovery/minadbd/
adb.c 194 static void send_ready(unsigned local, unsigned remote, atransport *t)
200 p->msg.arg1 = remote;
204 static void send_close(unsigned local, unsigned remote, atransport *t)
210 p->msg.arg1 = remote;
332 case A_OKAY: /* READY(local-id, remote-id, "") */
344 case A_CLSE: /* CLOSE(local-id, remote-id, "") */

Completed in 1039 milliseconds

<<21222324252627282930>>