/external/chromium_org/chrome/browser/resources/chromeos/ |
neterror.js | 22 // easier to support platforms that load the error page via different
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
settings_app_browsertest.js | 27 // Some things are hidden via a parent, so make a helper function.
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
tag_watcher.js | 32 // Expose a function to watch the |tagName| introduction via mutation observer.
|
/external/chromium_org/chrome/renderer/resources/ |
neterror.js | 25 // easier to support platforms that load the error page via different
|
/external/chromium_org/chrome/test/chromedriver/js/ |
test.js | 52 * Runs all tests and reports the results via the console.
|
/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/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
|
/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
|
/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 | 280 // Locale has been reverted via LocaleChangeGuard. 290 const std::string& locale, AppLocaleChangedVia via) = 0;
|
/external/chromium_org/chrome/browser/ui/app_list/test/ |
fake_profile.cc | 175 const std::string& locale, AppLocaleChangedVia via) {}
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
host_file_system_provider.py | 69 than 'trunk', which must be constructed via the GetTrunk() method.
|
/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/image_loader/ |
request.js | 197 // Fetch the image via authorized XHR and parse it. 209 // Request raw data via XHR. 328 * Sends the resized image via the callback. If the image has been changed, 362 * Sends the resized image via the callback.
|
/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()
|