HomeSort by relevance Sort by last modified time
    Searched refs:via (Results 51 - 75 of 109) sorted by null

1 23 4 5

  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPDialog.java 57 import gov.nist.javax.sip.header.Via;
1926 Via via = lp.getViaHeader(); local
2044 Via via = ((SIPClientTransaction) clientTransactionId).getOutgoingViaHeader(); local
2459 Via via = this.lastResponse.getTopmostVia(); local
    [all...]
SIPTransactionStack.java 44 import gov.nist.javax.sip.header.Via;
910 Via via = sipMessage.getTopmostVia(); local
911 if (via.getBranch() != null) {
936 Via via = sipMessage.getTopmostVia(); local
937 if (via.getBranch() != null) {
    [all...]
  /external/ceres-solver/docs/
build.tex 52 \item{\gflags} can either be installed from source via the \texttt{autoconf} invocation
60 or via the \texttt{deb} or \texttt{rpm} packages available on the \gflags\ website.
208 \texttt{ceres-solver-1.3.0}. Alternately, checkout Ceres via git to get
  /external/chromium/chrome/common/extensions/docs/js/
api_page_generator.js 9 * It expects to have available via XHR (relative path):
234 * via the script block's innerText property.
452 // Allow empty string to be explitly set via pageData.
  /external/iproute2/ip/
iproute.c 67 fprintf(stderr, "NH := [ via ADDRESS ] [ dev STRING ] [ weight NUMBER ] NHFLAGS\n");
128 inet_prefix via; local
220 memset(&via, 0, sizeof(via));
221 via.family = r->rtm_family;
223 memcpy(&via.data, RTA_DATA(tb[RTA_GATEWAY]), host_len/8);
244 if (filter.rvia.family && inet_addr_match(&via, &filter.rvia, filter.rvia.bitlen))
343 fprintf(fp, "via %s ",
546 fprintf(fp, " via %s ",
595 if (strcmp(*argv, "via") == 0)
    [all...]
  /external/iproute2/doc/
ip-cref.tex 378 i.e.\ packets send through it are encapsulated and sent via the ``master''
    [all...]
  /external/libvorbis/doc/
Vorbis_I_spec.tex 18 % Do not indent paragraphs, instead separate them via vertical spacing
  /external/v8/test/mjsunit/compiler/
math-floor-global.js 160 // to optimize via OSR (triggering the bug).
math-floor-local.js 160 // to optimize via OSR (triggering the bug).
  /external/v8/test/mjsunit/
debug-evaluate-with-context.js 113 // Now try all the same, but via debug protocol.
math-floor.js 158 // to optimize via OSR (triggering the bug).
math-round.js 61 // to optimize via OSR (triggering the bug).
array-slice.js 272 // via indexed assignment.
unicode-test.js     [all...]
  /external/webkit/LayoutTests/fast/dom/Node/script-tests/
initial-values.js 168 // Not possible to create Entity nodes via the DOM, WebKit doesn't create them from parsing
179 // Not possible to create Notation nodes via the DOM, WebKit doesn't create them from parsing
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DFA.as 128 if ( debug ) trace("accept via EOF; predict "+accept[eof[s]]+" from "+eof[s]);
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate_test.js 272 // Fetch a jstemplate by id from within a html string, passed via a function.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
ant.bat 171 rem Windows 9x way of checking the error code. It matches via brute force.
  /external/elfutils/
elfutils.spec 242 rt dynamic symbol tables found via phdrs; dwfl_standard_find_de
478 - use the correct way of identifying the section via the sh_info link.
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
BaseTreeAdaptor.as 71 * and child isNil then you can decide it is ok to move children to t via
  /external/chromium/chrome/browser/profiles/
profile_impl.cc     [all...]
  /external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/
navigation_collector.js 96 * * SERVER_REDIRECT: Redirected by the server via a 301/302 response.
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPMessage.java 67 import gov.nist.javax.sip.header.Via;
413 // in the topmost Via header
816 * @return A string containing the concatenation of various portions of the From,To,Via and
821 * Ledgard of IPera for generating transactionIDs when no port is present in the via
830 Via topVia = null;
832 topVia = (Via) this.getViaHeaders().getFirst();
1014 Via via = (Via) it.next(); local
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 207 \emph{The user has \emph{some} control over this (via the
281 trace files in the directory specified (either via the \texttt{-d}
419 record files in the directory specified (either via the \texttt{-d}
  /build/core/
java.mk 337 # via deps on the target that generates the sources.

Completed in 405 milliseconds

1 23 4 5