/external/webkit/LayoutTests/storage/domstorage/events/script-tests/ |
basic.js | 1 description("This is a test to make sure DOM Storage mutations fire StorageEvents that are caught by the event listener set via window.onstorage.");
|
/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/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/webkit/LayoutTests/dom/html/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.
|
/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/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/ |
en.stg | 238 <paths:{ it | alt <it.alt> via NFA path <it.states; separator=","><\n>}> 280 <paths:{ it | alt <it.alt> via NFA path <it.states; separator=","><\n>}>
|
/external/chromium/chrome/browser/profiles/ |
profile.h | 543 // Locale has been reverted via LocaleChangeGuard. 553 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...] |
/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...] |