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

12 3

  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLObjectElement14.js 78 The type attribute specifies the content type for data downloaded via
object11.js 78 Content type for data downloaded via data attribute.
object15.js 78 Content type for data downloaded via classid attribute.
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLObjectElement07.js 78 The codeType attribute specifies the data downloaded via the classid
HTMLObjectElement14.js 78 The type attribute specifies the content type for data downloaded via
object11.js 78 Content type for data downloaded via data attribute.
object15.js 78 Content type for data downloaded via classid attribute.
  /packages/apps/Email/
Android.mk 18 # static library. All tests can be run via runtest email
  /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...]
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_nodelistindexnotzero.js 78 The items in the list are accessible via an integral
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_nodelistindexnotzero.js 78 The items in the list are accessible via an integral
  /external/chromium/chrome/browser/profiles/
profile.h 536 // Locale has been reverted via LocaleChangeGuard.
546 const std::string& locale, AppLocaleChangedVia via) = 0;
  /external/openssl/crypto/objects/
obj_dat.pl 173 /* THIS FILE IS GENERATED FROM objects.h by obj_dat.pl via the
objects.pl 124 /* THIS FILE IS GENERATED FROM objects.txt by objects.pl via the
  /external/stlport/
configure 49 pass extra options to linker (via C/C++)
101 \$LDFLAGS pass extra options to linker (via C/C++)
  /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/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/v8/test/mjsunit/
debug-evaluate-with-context.js 113 // Now try all the same, but via debug protocol.
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/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.

Completed in 717 milliseconds

12 3