/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/arpa/ |
telnet.h | 85 #define TELOPT_RCTE 7 /* remote controlled transmission and echo */ 111 #define TELOPT_LFLOW 33 /* remote flow control */ 149 #define LFLOW_OFF 0 /* Disable remote flow control */ 150 #define LFLOW_ON 1 /* Enable remote flow control */
|
/prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/arpa/ |
telnet.h | 85 #define TELOPT_RCTE 7 /* remote controlled transmission and echo */ 111 #define TELOPT_LFLOW 33 /* remote flow control */ 149 #define LFLOW_OFF 0 /* Disable remote flow control */ 150 #define LFLOW_ON 1 /* Enable remote flow control */
|
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/arpa/ |
telnet.h | 85 #define TELOPT_RCTE 7 /* remote controlled transmission and echo */ 111 #define TELOPT_LFLOW 33 /* remote flow control */ 149 #define LFLOW_OFF 0 /* Disable remote flow control */ 150 #define LFLOW_ON 1 /* Enable remote flow control */
|
/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/arpa/ |
telnet.h | 85 #define TELOPT_RCTE 7 /* remote controlled transmission and echo */ 111 #define TELOPT_LFLOW 33 /* remote flow control */ 149 #define LFLOW_OFF 0 /* Disable remote flow control */ 150 #define LFLOW_ON 1 /* Enable remote flow control */
|
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/arpa/ |
telnet.h | 85 #define TELOPT_RCTE 7 /* remote controlled transmission and echo */ 111 #define TELOPT_LFLOW 33 /* remote flow control */ 149 #define LFLOW_OFF 0 /* Disable remote flow control */ 150 #define LFLOW_ON 1 /* Enable remote flow control */
|
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/arpa/ |
telnet.h | 85 #define TELOPT_RCTE 7 /* remote controlled transmission and echo */ 111 #define TELOPT_LFLOW 33 /* remote flow control */ 149 #define LFLOW_OFF 0 /* Disable remote flow control */ 150 #define LFLOW_ON 1 /* Enable remote flow control */
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/arpa/ |
telnet.h | 85 #define TELOPT_RCTE 7 /* remote controlled transmission and echo */ 111 #define TELOPT_LFLOW 33 /* remote flow control */ 149 #define LFLOW_OFF 0 /* Disable remote flow control */ 150 #define LFLOW_ON 1 /* Enable remote flow control */
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/arpa/ |
telnet.h | 85 #define TELOPT_RCTE 7 /* remote controlled transmission and echo */ 111 #define TELOPT_LFLOW 33 /* remote flow control */ 149 #define LFLOW_OFF 0 /* Disable remote flow control */ 150 #define LFLOW_ON 1 /* Enable remote flow control */
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/arpa/ |
telnet.h | 85 #define TELOPT_RCTE 7 /* remote controlled transmission and echo */ 111 #define TELOPT_LFLOW 33 /* remote flow control */ 149 #define LFLOW_OFF 0 /* Disable remote flow control */ 150 #define LFLOW_ON 1 /* Enable remote flow control */
|
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-project/2.0.7/ |
maven-project-2.0.7.pom | 32 and to retrieve remote models as required.</description>
|
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-project/2.0.8/ |
maven-project-2.0.8.pom | 32 and to retrieve remote models as required.</description>
|
/prebuilts/tools/common/m2/repository/org/objenesis/objenesis/1.2/ |
objenesis-1.2.pom | 46 <artifactId>maven-remote-resources-plugin</artifactId>
|
/frameworks/base/docs/html/tools/help/ |
adb.jd | 23 <li><a href="#sqlite">Examining sqlite3 databases from a remote shell</a></li> 201 <td><code>pull <remote> <local></code></td> 207 <td><code>push <local> <remote></code></td> 214 <td><code>forward <local> <remote></code></td> 215 <td>Forwards socket connections from a specified local port to a specified remote port on the emulator/device instance. </td> 281 <td>Starts a remote shell in the target emulator/device instance.</td> 287 <td>Issues a shell command in the target emulator/device instance and then exits the remote shell.</td> 402 <pre class="no-pretty-print">adb pull <remote> <local></pre> 405 <pre class="no-pretty-print">adb push <local> <remote></pre> 407 <p>In the commands, <code><local></code> and <code><remote></code> refer to th [all...] |
/external/ppp/pppd/ |
ipcp.c | 82 /* Hook for a plugin to choose the remote IP address */ 168 { "ipcp-accept-remote", o_bool, &ipcp_wantoptions[0].accept_remote, 223 "set local and remote IP addresses", 415 u_int32_t local, remote; local 450 * If colon last character, then no remote addr. 453 if ((remote = inet_addr(colon)) == (u_int32_t) -1) { 458 remote = *(u_int32_t *)hp->h_addr; 462 if (bad_ip_adrs(remote)) { 463 option_error("bad remote IP address %s", ip_ntoa(remote)); [all...] |
/external/bluetooth/bluedroid/stack/btm/ |
btm_int.h | 123 BD_ADDR active_remote_addr; /* remote address used on this connection */ 304 BD_ADDR remname_bda; /* Name of bd addr for active remote name request */ 308 #define BTM_RMT_NAME_INQ 0x4 /* Remote name initiated internally by inquiry */ 309 BOOLEAN remname_active; /* State of a remote name request by external API */ 342 #define BTM_INQ_REMNAME_STATE 4 /* Remote name requests are active */ 364 ** BD Address of remote 423 BOOLEAN rem_bd_known; /* TRUE if remote BD addr known */ 519 BOOLEAN privacy_enabled; /* remote device privacy enabled or not */ 595 #define BTM_SM4_REQ_PEND 0x08 /* set this bit when getting remote features */ 698 UINT16 min_rmt_to;/* stored SSR minimum remote timeout * [all...] |
/external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/ |
debugging.rst | 433 (gdb) target remote localhost:4014 434 (gdb) remote get nexe <path-to-save-translated-nexe-with-debug-info> 436 (gdb) remote get irt <path-to-save-NaCl-integrated-runtime> 441 (gdb) target remote localhost:4014 443 (gdb) remote get irt <path-to-save-NaCl-integrated-runtime> 448 ``target remote localhost:4014`` 457 ``remote get nexe <path>`` 469 ``remote get irt <path>`` 476 The ``remote get irt <path>`` saves that to the current working 483 ``remote get irt <path>`` or the copy that is installed alongside Chrome [all...] |
/external/libnfc-nci/src/nfc/llcp/ |
llcp_api.c | 736 ** - Remote SAP who sent UI PDU is returned. 773 /* get remote SAP from LLCP header */ [all...] |
/external/ppp/pppd/plugins/radius/ |
radius.c | 546 u_int32_t remote; local 612 /* seting up remote IP addresses */ 613 remote = vp->lvalue; 614 if (remote == 0xffffffff) { 617 } else if (remote != 0xfffffffe) { 619 remote = htonl(vp->lvalue); 620 if (bad_ip_adrs (remote)) { 621 slprintf(msg, BUF_LEN, "RADIUS: bad remote IP address %I for %s", 622 remote, rstate.user); 626 rstate.ip_addr = remote; [all...] |
/external/valgrind/main/coregrind/m_gdbserver/ |
remote-utils.c | 0 /* Remote utility routines for the remote server for GDB. 145 VG_(umsg)("remote communication not initialized\n"); 160 return 2; // check for error on remote desc shows a problem 277 /* Open a connection to a remote debugger. 349 " target remote | %s/../../bin/vgdb%s%s --pid=%d\n", 530 /* poll the remote desc */ 773 /* Send a packet to the remote machine, with error checking. 852 /* Send a packet to the remote machine, with error checking. The data 882 /* Returns next char from remote GDB. -1 if error. * [all...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothHeadset.java | 59 * <li> {@link BluetoothDevice#EXTRA_DEVICE} - The remote device. </li> 80 * <li> {@link BluetoothDevice#EXTRA_DEVICE} - The remote device. </li> 99 * <li> {@link BluetoothDevice#EXTRA_DEVICE} - The remote Bluetooth Device 323 * Initiate connection to a profile of the remote bluetooth device. 339 * @param device Remote Bluetooth Device 368 * <p> If the disconnection is initiated by a remote device, the state 380 * @param device Remote Bluetooth Device 715 * It setup SCO channel with remote connected headset device. 738 * It tears down the SCO channel from remote headset device. 766 * @param device Remote Bluetooth Devic [all...] |
/ndk/sources/host-tools/make-3.81/ |
Makefile.DOS | 73 REMOTE = stub 80 make_SOURCES = ar.c arscan.c commands.c default.c dir.c expand.c file.c function.c getopt.c getopt1.c implicit.c job.c main.c misc.c read.c remake.c rule.c signame.c strcache.c variable.c version.c vpath.c hash.c remote-$(REMOTE).c 92 EXTRA_DIST = $(BUILT_SOURCES) $(man_MANS) README.customs remote-cstms.c make-stds.texi texinfo.tex SCOPTIONS SMakefile Makefile.ami README.Amiga config.ami amiga.c amiga.h NMakefile README.DOS configh.dos configure.bat makefile.com README.W32 build_w32.bat config.h-W32 subproc.bat make.lnk config.h-vms makefile.vms readme.vms vmsdir.h vmsfunctions.c vmsify.c 107 make_OBJECTS = ar.o arscan.o commands.o default.o dir.o expand.o file.o function.o getopt.o getopt1.o implicit.o job.o main.o misc.o read.o remake.o rule.o signame.o strcache.o variable.o version.o vpath.o hash.o remote-$(REMOTE).o 659 # .deps/remote-cstms.Po 662 # .deps/remote-stub.Po 663 remote-stub.o remote-stub.o: remote-stub.c make.h config.h [all...] |
job.c | 476 int remote = 0; 520 any_remote |= c->remote; 521 any_local |= ! c->remote; 524 (long) c->pid, c->remote ? _(" (remote)") : "")); 530 /* First, check for remote children. */ 537 /* We got a remote child. */ 538 remote = 1; 541 /* A remote status command failed miserably. Punt. */ 547 /* No remote children. Check for local children. * 472 int remote = 0; local [all...] |
/external/iproute2/misc/ |
ss.c | 434 inet_prefix remote; member in struct:tcpstat 733 return unix_match(&s->remote, &a->addr); 738 if (!inet2_addr_match(&s->remote, &a->addr, a->addr.bitlen)) 1198 s.local.family = s.remote.family = family; 1201 sscanf(rem, "%x:%x", s.remote.data, (unsigned*)&s.rport); 1202 s.local.bytelen = s.remote.bytelen = 4; 1211 s.remote.data, 1212 s.remote.data+1, 1213 s.remote.data+2, 1214 s.remote.data+3 [all...] |
/external/netperf/ |
netlib.c | 13 /* calibrate_remote_cpu() do remote cpu calibration */ 14 /* send_request() send a request to the remote */ 15 /* recv_response() receive a response from remote */ 16 /* send_response() send a response to the remote */ 17 /* recv_request() recv a request from the remote */ 27 /* identify_remote() print remote host information */ 198 lib_num_rem_cpus; /* how many we think are in the remote */ [all...] |
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/ |
MusicService.java | 139 // our RemoteControlClient object, which will use remote control APIs available in 143 // Dummy album art we will pass to the remote control (if the APIs are available). 146 // The component name of MusicIntentReceiver, for use with media button and remote control 258 // Tell any remote controls that our playback state is 'playing'. 281 // Tell any remote controls that our playback state is 'paused'. 312 // Tell any remote controls that our playback state is 'paused'. 447 // Use the remote control APIs (if available) to set the playback state 468 // Update the remote controls
|