/external/iproute2/ip/ |
ifcfg | 143 ip ro append default via $peer dev $dev metric 30001
|
/external/libunwind/doc/ |
libunwind-ptrace.tex | 44 possible to hook up \Prog{libunwind} to another process via 49 stands for ``unwind-via-ptrace''. 70 then starting the target program (via \Func{execve}(2)), or by 71 directly attaching to an already running process (via
|
/external/llvm/test/MC/Mips/ |
nooddspreg-cmdarg.s | 43 # command line options and any inconsistencies reported via a warning.
|
nooddspreg.s | 45 # command line options and any inconsistencies reported via a warning.
|
oddspreg.s | 56 # command line options and any inconsistencies reported via a warning.
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
SIPRequest.java | 212 * the contact headers. (2) Request must have cseq, to and from and via headers. (3) Method in 246 throw new ParseException("No via header in request! ", 0); 767 * constructed by a client MUST have only a single Via header field value matching the top 768 * Via value in the request being cancelled. Using the same values for these header fields 868 // The ACK MUST contain a single Via header field 992 Via via = (Via) (((ViaList) nextHeader).getFirst().clone()); local 1075 Via via = (Via) this.getViaHeaders().getFirst(); local 1086 Via via = (Via) this.getViaHeaders().getFirst(); local [all...] |
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
DefaultRouter.java | 295 ViaHeader via = (ViaHeader) request.getHeader(ViaHeader.NAME); local 296 transport = via.getTransport();
|
SIPServerTransaction.java | 36 import gov.nist.javax.sip.header.Via; 408 // The server transport uses the value of the top Via header field 429 Via via = transactionResponse.getTopmostVia(); local 430 String transport = via.getTransport(); 434 int port = via.getRPort(); 436 port = via.getPort(); 444 // Otherwise, if the Via header field value contains a 454 if (via.getMAddr() != null) { 455 host = via.getMAddr() [all...] |
/external/blktrace/doc/ |
blktrace.tex | 43 output (via blkparse). 335 The \emph{blktrace} utility extracts event traces from the kernel (via 349 more filter masks via the \emph{-a} option. 355 \item As noted above, the events are passed up via a series of buffers 357 specified via the \emph{-b} and \emph{-n} arguments respectively. 365 The \emph{device} portion of the event file name can be changed via 371 \item The default behaviour for blktrace is to run forever until explicitly killed by the user (via a control-C, or \emph{kill} utility invocation). There are two ways to modify this: 375 a running trace -- via the \emph{-k} option. 377 \item You can specify a run-time duration for blktrace via the 402 option, multiple filters may be combined via multiple \emph{-a} comman [all...] |
/external/chromium_org/chrome/browser/profiles/ |
profile.h | 282 // Locale has been reverted via LocaleChangeGuard. 294 const std::string& locale, AppLocaleChangedVia via) = 0;
|
/external/chromium_org/chrome/browser/ui/app_list/test/ |
fake_profile.cc | 169 const std::string& locale, AppLocaleChangedVia via) {}
|
/external/chromium_org/extensions/renderer/resources/ |
send_request.js | 15 // bindings and ExtensionFunctions (via sendRequest). 81 // Notify the developer of the error via the (error) console.
|
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
mesadef.py | 60 print '; off the stack, usually via a RETF n instruction.'
|
/external/chromium_org/third_party/skia/platform_tools/barelinux/bin/ |
arm64_download | 20 at port 8022 via user@localhost. The SSH key will be downloaded into
|
/external/mesa3d/src/mapi/glapi/gen/ |
mesadef.py | 60 print '; off the stack, usually via a RETF n instruction.'
|
/external/skia/platform_tools/barelinux/bin/ |
arm64_download | 20 at port 8022 via user@localhost. The SSH key will be downloaded into
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
p2p-action.sh | 54 sudo ip ro re default via "$goipaddr"
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/ |
braille.js | 47 // ensure that this is the "active" iframe via its focused state.
|
/external/chromium_org/native_client_sdk/src/examples/demo/earth/ |
example.js | 16 // forward messages to the NaCl module via postMessage()
|
/external/chromium_org/native_client_sdk/src/examples/demo/earth_simd/ |
example.js | 16 // forward messages to the NaCl module via postMessage()
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/ |
_stream_hybi.py | 473 'Segmented frames must not be received via ' 478 'Control frames must not be received via '
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-1118.js | 47 // This function should be optimized via OSR.
|
regress-263.js | 28 // Exits via return, break, or continue from within try/finally or
|
regress-603.js | 28 // Calling non-objects directly or via Function.prototype.call should
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
HeaderFactoryImpl.java | 70 * This splits up via headers into multiple lines for readability ( better for 1076 Via via = new Via(); local [all...] |