/external/chromium_org/v8/src/ |
object-observe.js | 10 // User code will interact with these mechanisms via the Object.observe APIs 18 // what "change types" are in progress on the object (i.e. via 239 // observer is referenced directly via objectInfo.changeObservers. When a second
|
/external/iproute2/ip/ |
iproute.c | 75 fprintf(stderr, "NH := [ via ADDRESS ] [ dev STRING ] [ weight NUMBER ] NHFLAGS\n"); 132 inet_prefix via; local 199 memset(&via, 0, sizeof(via)); 200 via.family = r->rtm_family; 202 memcpy(&via.data, RTA_DATA(tb[RTA_GATEWAY]), host_len/8); 223 if (filter.rvia.family && inet_addr_match(&via, &filter.rvia, filter.rvia.bitlen)) 379 fprintf(fp, "via %s ", 588 fprintf(fp, " via %s ", 637 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/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/mathmaps/ |
math_map.js | 7 * JSON files. The class (and entries) can then be used as via the
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
memoize.js | 98 * (via a call to scope()), the second time the cached result
|
/external/chromium_org/chrome/browser/resources/instant/ |
instant.js | 136 * The method is asynchronous, results being provided via getDebugInfoResult.
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
searchbox_api.js | 102 // the page. They are only accessible via getMostVisitedItemData().
|
/external/chromium_org/chrome/renderer/resources/ |
neterror.js | 24 // easier to support platforms that load the error page via different
|
/external/chromium_org/remoting/webapp/background/ |
it2me_service.js | 63 * This function is called when Hangouts connects via chrome.runtime.connect.
|
/external/chromium_org/tools/vim/ |
ninja-build.vim | 10 " to any key by default, but can be used via the :CrBuild command.
|
/external/chromium_org/tools/win/ |
copy-installer.bat | 127 REM Branch to handle copying via robocopy (fast) or xcopy (slow).
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
math-floor-global.js | 161 // to optimize via OSR (triggering the bug).
|
math-floor-local.js | 161 // to optimize via OSR (triggering the bug).
|
/external/chromium_org/v8/test/mjsunit/ |
debug-evaluate-with-context.js | 113 // Now try all the same, but via debug protocol.
|
math-round.js | 71 // to optimize via OSR (triggering the bug).
|
/external/chromium_org/v8/test/mjsunit/es6/ |
generators-runtime.js | 57 // properties, sloppy generators have a poison pill implemented via
|
/external/libunwind/doc/ |
libunwind-setjmp.tex | 29 library is that setting up a non-local goto via one of the
|
unw_create_addr_space.tex | 21 passed via the \Var{ap} pointer and the specified \Var{byteorder}. 35 routines are specified via the \Var{ap} argument, which points to a 93 released via the \Func{put\_unwind\_info} call-back (see below). 197 memory-state via calls to the \Func{access\_reg}(),
|
unw_get_proc_name.tex | 35 completely unavailable or may be limited to those exported via a
|
unw_resume.tex | 47 argument register to a particular value (e.g., via
|
/external/libvorbis/doc/ |
Vorbis_I_spec.tex | 18 % Do not indent paragraphs, instead separate them via vertical spacing
|
/external/chromium_org/tools/grit/grit/format/ |
html_inline.py | 303 """Helper function that inlines CSS files included via the @import
|
/external/chromium_org/v8/test/mjsunit/harmony/ |
private.js | 228 // Set the even symbols via assignment. 238 // Set the odd symbols via defineProperty (as non-enumerable).
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
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...] |
/frameworks/base/services/core/java/com/android/server/ |
NetworkManagementService.java | 757 * Format: "NNN Route <updated|removed> <dst> [via <gateway] [dev <iface>]" 763 String via = null; local 773 } else if (cooked[i].equals("via")) { 774 if (via == null) { 775 via = cooked[i+1]; 787 if (via != null) gateway = InetAddress.parseNumericAddress(via); [all...] |