/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
relayport.h | 45 // remote candidate that we try to send data to a RelayEntry instance 46 // is created. The RelayEntry will try to reach the remote destination
|
/external/chromium_org/third_party/mesa/src/src/gallium/docs/source/ |
debugging.rst | 98 Remote Debugger 101 The remote debugger, commonly known as rbug, allows for runtime inspections of
|
/external/chromium_org/third_party/polymer/platform/ |
CONTRIBUTING.md | 52 We iterate fast! To avoid potential merge conflicts, it's a good idea to pull from the main project before making a change and submitting a pull request. The easiest way to do this is setup a remote called `upstream` and do a pull before working on a change: 54 git remote add upstream git://github.com/Polymer/{{ repository }}.git
|
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/ |
rtp_receiver.h | 92 // Returns the remote SSRC of the currently received RTP stream. 95 // Returns the current remote CSRCs.
|
/external/chromium_org/third_party/webrtc/test/w3c/ |
peerconnection_conformance_test.html | 19 <video id="remote-view" autoplay="autoplay"/> 107 var videoTag = document.getElementById('remote-view');
|
/external/chromium_org/tools/ |
run-bisect-perf-regression.cfg | 7 This script is intended for use by anyone that wants to run a remote bisection 61 - You don't need to specify --identity and --remote, they will be added to
|
/external/chromium_org/ui/base/ime/ |
remote_input_method_win.h | 71 // based on remote IME activities in the metro_driver process. 76 // remote IME activities in the metro_driver process.
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/ |
PairingContext.java | 39 * The {@link Certificate} of the remote endpoint of the protocol. 62 * @param peerCertificate the remote endpoint's {@link Certificate}
|
/external/iproute2/ip/ |
ip6tunnel.c | 52 fprintf(stderr, " [ remote ADDR local ADDR ] [ dev PHYS_DEV ]\n"); 70 char remote[64]; local 73 inet_ntop(AF_INET6, &p->raddr, remote, sizeof(remote)); 76 printf("%s: %s/ipv6 remote %s local %s", 77 p->name, tnl_strproto(p->proto), remote, local); 134 } else if (strcmp(*argv, "remote") == 0) { 139 invarg("\"remote\" address family is AF_UNSPEC", *argv);
|
/external/ipsec-tools/src/racoon/samples/ |
racoon.conf.sample-natt | 51 # statement in the remote block, or in case that you know 59 remote anonymous
|
/external/ipsec-tools/src/racoon/samples/roadwarrior/ |
README | 2 remote access using hybrid authentication. In this setup, the VPN 56 add this directive to the remote section of racoon.conf:
|
/external/kernel-headers/original/uapi/linux/ |
if_pppox.h | 41 unsigned char remote[ETH_ALEN]; /* Remote address */ member in struct:pppoe_addr
|
/external/libnfc-nxp/src/ |
phFriNfc_ISO15693Format.h | 59 * \brief Initiates the card formatting procedure for Remote Smart Card Type. 62 * operation,remote card would be properly initialized and
|
phFriNfc_MifareStdMap.h | 19 * \brief NFC Ndef Mapping For Remote Devices. 63 /*! \defgroup grp_fri_nfc_ndef_map NDEF Mapping for Remote Devices 255 * Remote Device). 262 * \brief \copydoc page_ovr Initiates Reading of NDEF information from the Remote Device. 264 * The function initiates the reading of NDEF information from a Remote Device. 304 * \brief \copydoc page_ovr Initiates Writing of NDEF information to the Remote Device. 306 * The function initiates the writing of NDEF information to a Remote Device. 348 * \brief \copydoc page_ovr Check whether a particulat Remote Device is NDEF compliant.
|
/external/libunwind/doc/ |
libunwind.man | 211 supports both local and remote unwinding 257 .SH REMOTE UNWINDING 261 can also be used to unwind a stack in a ``remote\&'' 262 process. Here, ``remote\&'' may mean another process on the same 265 Remote unwinding is typically 268 Before you can unwind a remote process, you need to create a new 277 communicate with the remote process. In particular, there are 371 signal\-safe). For remote\-unwinding, \fInone\fP
|
/external/lldb/docs/ |
lldb-gdb-remote.txt | 2 remote debugging. Why? Normally you need to start the correct GDB and the 4 very quickly. LLDB makes extensive use of the GDB remote protocol and we 6 discover information about a remote target with having to know anything up 7 front. We also ran into performance issues with the existing GDB remote 9 Some packets improve performance, others allow for remote process launching 16 added above and beyond the standard GDB remote protocol packets. 25 // High. Any GDB remote server that can implement this should if the 34 remote server: 50 // Low. Only needed if the remote target wants to launch a target after 56 startup a connection to a remote server and then later supply the path to th [all...] |
/external/lldb/test/pexpect-2.4/examples/ |
passmass.py | 4 Note that login shell prompt on remote machine must end in # or $. """ 57 child.sendline('') # This should tell remote passwd command to quit.
|
/external/llvm/test/ExecutionEngine/MCJIT/remote/ |
test-common-symbols-remote.ll | 1 ; RUN: %lli_mcjit -remote-mcjit -O0 -disable-lazy-compilation=false -mcjit-remote-process=lli-child-target%exeext %s
|
/external/llvm/tools/lli/ |
RemoteTarget.cpp | 1 //===- RemoteTarget.cpp - LLVM Remote process JIT execution --------------===// 25 // Simulated remote execution
|
/external/mesa3d/src/gallium/docs/source/ |
debugging.rst | 98 Remote Debugger 101 The remote debugger, commonly known as rbug, allows for runtime inspections of
|
/external/smack/src/org/xbill/DNS/ |
UDPClient.java | 141 sendrecv(SocketAddress local, SocketAddress remote, byte [] data, int max, 148 client.connect(remote);
|
/frameworks/av/media/libmedia/ |
IMediaLogService.cpp | 48 status_t status = remote()->transact(REGISTER_WRITER, data, &reply); 56 status_t status = remote()->transact(UNREGISTER_WRITER, data, &reply);
|
/frameworks/base/core/java/android/database/ |
CrossProcessCursor.java | 21 * usage from remote processes. 23 * The contents of a cross process cursor are marshalled to the remote process by
|
/frameworks/base/core/java/android/os/storage/ |
IMountShutdownObserver.java | 82 Proxy(IBinder remote) { 83 mRemote = remote;
|
IObbActionListener.java | 87 Proxy(IBinder remote) { 88 mRemote = remote;
|