HomeSort by relevance Sort by last modified time
    Searched refs:via (Results 26 - 50 of 190) sorted by null

12 3 4 5 6 7 8

  /external/chromium_org/content/test/data/media/
media_utils.js 8 // Parameters can then be accessed via QueryString.test or QueryString.bob.
  /external/chromium_org/native_client_sdk/src/examples/demo/voronoi/
example.js 16 // forward messages to the NaCl module via postMessage()
  /external/chromium_org/tools/metrics/actions/
extract_actions.py 346 """Add actions reported by extensions via chrome.metricsPrivate API.
483 """Add literal actions specified via calls to UserMetrics functions.
512 """Add user actions sent via calls to RenderThread::RecordUserMetrics.
  /external/chromium_org/tools/stats_viewer/
win32.cs 12 /// Win32 API constants, structs, and wrappers for access via C#.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1513.js 28 // Deleting a mapped arguments property and adding it via
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/chromium_org/v8/test/webkit/
array-constructor-host-call.js 25 "This tests that array construction via a host call works."
  /external/iproute2/ip/
ifcfg 143 ip ro append default via $peer dev $dev metric 30001
  /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/v8/test/mjsunit/regress/
regress-1513.js 28 // Deleting a mapped arguments property and adding it via
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/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 284 // Locale has been reverted via LocaleChangeGuard.
294 const std::string& locale, AppLocaleChangedVia via) = 0;
  /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/mesa3d/src/mapi/glapi/gen/
mesadef.py 60 print '; off the stack, usually via a RETF n instruction.'
  /external/chromium_org/chrome/browser/resources/net_export/
net_export.js 69 * Sends NetLog data via email from browser.
  /external/chromium_org/chrome/browser/resources/task_manager/
includes.js 5 // This script includes additional resources via document.write(). Hence, it
  /external/chromium_org/native_client_sdk/src/examples/demo/earth/
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 '

Completed in 2596 milliseconds

12 3 4 5 6 7 8