Home
last modified time | relevance | path

Searched +full:localhost +full:- +full:test +full:- +full:win (Results 1 – 25 of 27) sorted by relevance

12

/external/autotest/client/site_tests/power_LoadTest/extension/
Dtest.js2 // Use of this source code is governed by a BSD-style license that can be
7 var time_ratio = 3600 * 1000 / test_time_ms; // default test time is 1 hour
44 active_idx = cycle.idx == 0 ? cycle.urls.length - 1 : cycle.idx - 1;
72 var ping_url = 'http://localhost:8001/pagenav';
147 cycle.delay / time_ratio - cycle.timeout,
154 chrome.windows.create({'url': '/focus.html'}, function (win) { argument
156 chrome.tabs.getSelected(win.id, function(tab) {
158 chrome.tabs.create({'windowId':win.id, 'url': '/focus.html'});
160 chrome.tabs.getAllInWindow(win.id, function(tabs) {
173 }, (task.duration / time_ratio), win.id);
[all …]
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-tls-80/
DREADME.md14 $ sudo ./lws-minimal-http-server-tls-80
15 [2018/03/20 13:23:13:0131] USER: LWS minimal http server TLS | visit https://localhost:7681
20 …13:23:13:0195] NOTICE: lws_tls_client_create_vhost_context: doing cert filepath localhost-100y.cert
21 [2018/03/20 13:23:13:0195] NOTICE: Loaded client cert localhost-100y.cert
23 [2018/03/20 13:23:13:0196] NOTICE: Loaded client cert private key localhost-100y.key
28 Visit http://localhost
34 07:41:48.596918 IP localhost.http > localhost.52662: Flags [P.], seq 1:100, ack 416, win 350, optio…
42 0x0070: 2d74 7970 653a 2074 6578 742f 6874 6d6c -type:.text/html
43 0x0080: 0d0a 636f 6e74 656e 742d 6c65 6e67 7468 ..content-length
54-e "GB\nErewhon\nAll around\nlibwebsockets-test\n\nlocalhost\nnone@invalid.org\n" | openssl req -n…
[all …]
/external/cronet/testing/scripts/
Drun_variations_smoke_tests.py3 # Use of this source code is governed by a BSD-style license that can be
5 """A smoke test to verify Chrome doesn't crash and basic rendering is functional
54 # Test cases to verify web elements can be rendered correctly.
63 'url': 'http://localhost:8000',
64 'expected_id': 'sites-chrome-userheader-title',
73 hostname = "localhost"
88 One of 'linux', 'win' and 'mac'.
91 return 'win'
102 def _find_chrome_binary(): #pylint: disable=inconsistent-return-statements
117 if platform == 'win':
[all …]
/external/aws-crt-java/.github/workflows/
Dci.yml5 branches-ignore:
6 - 'main'
7 - 'docs'
13 PACKAGE_NAME: aws-crt-java
14 LINUX_BASE_IMAGE: ubuntu-18-x64
15 RUN: ${{ github.run_id }}-${{ github.run_number }}
19 AWS_REGION: us-east-1
20 AWS_DEVICE_FARM_REGION: us-west-2 # Device Farm only available in us-west-2 region
23 linux-compat:
24 runs-on: ubuntu-22.04 # latest
[all …]
/external/swiftshader/docs/
DdEQP.md7 -------------
13 5. Install [MinGW-W64](http://mingw-w64.org/doku.php/download)
15 6. Install [Git](https://git-scm.com/download/win)
16 7. Set environment variables: Config Panel -> System and Security -> System -> Advanced system sett…
18 * Add `<path to MinGW-W64>\bin` to your PATH environment variable
23 ----------------
27 `git clone https://github.com/KhronosGroup/VK-GL-CTS`
29 You may wish to check out a stable vulkan-cts-* branch.
44 -----------------
56 Open `<path to dEQP>\build\dEQP-Core-default.sln` in Visual Studio and Build Solution
[all …]
/external/webrtc/tools_webrtc/perf/
Dcatapult_uploader.py5 # Use of this source code is governed by a BSD-style license
35 bot: The bot running the test (e.g. webrtc-win-large-tests).
36 test_suite: The key for the test in the dashboard (i.e. what you select
37 in the top-level test suite selector in the dashboard
63 args = ['luci-auth', 'token']
92 if url.startswith('http://localhost'):
96 data = zlib.compress(serialized.encode('utf-8'))
137 time.sleep((next_poll_time - current_time).total_seconds())
215 # Remove once we have doubles in the proto and handle -infinity correctly.
220 if value == float('-inf'):
[all …]
/external/perfetto/docs/contributing/
Dbuild-instructions.md6 A read-only mirror is also available at https://github.com/google/perfetto .
12 has non-NDK depedencies into Android internals. Profilers and internal HAL/AIDL
19 [AOSP->Chromium autoroller](https://autoroll.skia.org/r/perfetto-chromium-autoroll)
33 tools/install-build-deps [--android] [--ui] [--linux-arm]
36 `--android` will pull the Android NDK, emulator and other deps required
39 `--ui` will pull NodeJS and all the NPM modules required to build the
40 Web UI. See the [UI Development](#ui-development) section below for more.
42 `--linux-arm` will pull the sysroots for cross-compiling for Linux ARM/64.
51 as primary build system. See the [Build files](#build-files) section below for
61 # Set only when building for Android, omit when building for linux, mac or win.
[all …]
/external/python/cpython2/Lib/test/support/
D__init__.py3 if __name__ != 'test.support':
4 raise ImportError('test.support must be imported from the test package')
51 """Base class for regression test exceptions."""
54 """Test failed."""
57 """Test skipped because it requested a disallowed resource.
59 This is raised when a test calls requires() for a resource that
206 print('re-run %s%r' % (func.__name__, args))
210 if sys.platform.startswith("win"):
326 if sys.platform.startswith('win'):
397 """Test whether a resource is enabled.
[all …]
/external/python/cpython3/Lib/idlelib/
DNEWS2x.txt3 *Release date: XX-XXX-2010*
5 - idle.py modified and simplified to better support developing experimental
8 - OutputWindow/PyShell right click menu "Go to file/line" wasn't working with
11 - Windows: Version string for the .chm help file changed, file not being
14 - Allow multiple IDLE GUI/subprocess pairs to exist simultaneously. Thanks to
18 - Remove port spec from run.py and fix bug where subprocess fails to
21 - Tk 8.5 Text widget requires 'wordprocessor' tabstyle attr to handle
24 - Issue #3549: On MacOS the preferences menu was not present
26 - IDLE would print a "Unhandled server exception!" message when internal
29 - Issue #4455: IDLE failed to display the windows list when two windows have
[all …]
/external/python/cpython3/Lib/test/
Dtest_socket.py2 from test import support
3 from test.support import os_helper
4 from test.support import socket_helper
5 from test.support import threading_helper
43 # test unicode string and carriage return
44 MSG = 'Michael Gilfix was here\u1234\r\n'.encode('utf-8')
205 """Subclass of unittest.TestCase with thread-safe cleanup methods.
225 """To be able to run this test, a `vcan0` CAN interface can be created with
276 """To be able to run this test, the `rds` kernel module must be loaded:
291 """Threadable Test class
[all …]
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DVoteResolver.java14 import org.unicode.cldr.test.CheckCLDR;
15 import org.unicode.cldr.test.CheckCLDR.Phase;
16 import org.unicode.cldr.test.CheckWidths;
17 import org.unicode.cldr.test.DisplayAndInputProcessor;
35 …* // you can create a resolver and keep it around. It isn't thread-safe, so either have a separate…
103 private static final String NO_WINNING_VALUE = "no-winning-value";
112 * href="https://cldr.unicode.org/translation/getting-started/guide">guide</a>
115 * orange/red X are replaced by orange/red up-arrow. That change is made only on the client.
118 * (or orange up-arrow if inherited) Status.unconfirmed: red X (or red up-arrow if inherited
147 * <p>Code related to Level.expert removed 2021-05-18 per CLDR-14597
[all …]
/external/python/cpython2/Lib/idlelib/
DNEWS.txt3 *Release date: 2017-01-01?*
5 - Issue #27854: Make Help => IDLE Help work again on Windows.
8 - Issue #25507: Add back import needed for 2.x encoding warning box.
11 - Issue #15308: Add 'interrupt execution' (^C) to Shell menu.
14 - Issue #27922: Stop IDLE tests from 'flashing' gui widgets on the screen.
16 - Issue #17642: add larger font sizes for classroom projection.
18 - Add version to title of IDLE help window.
20 - Issue #25564: In section on IDLE -- console differences, mention that
23 - Issue #27714: text_textview and test_autocomplete now pass when re-run
25 -w option but without -jn. Fix warning from test_config.
[all …]
DPyShell.py40 HOST = '127.0.0.1' # python execution server on localhost loopback
70 """Show Idle-format warning (after replacing warnings.showwarning).
74 and the output of a hard-coded prompt.
116 if key[:1] + key[-1:] == '<>':
131 self.text.bind("<<set-breakpoint-here>>", self.set_breakpoint_here)
132 self.text.bind("<<clear-breakpoint-here>>", self.clear_breakpoint_here)
133 self.text.bind("<<open-python-shell>>", self.flist.open_shell)
151 ("Set Breakpoint", "<<set-breakpoint-here>>", None),
152 ("Clear Breakpoint", "<<clear-breakpoint-here>>", None)
229 # needs to be re-verified, since the breaks at the time the
[all …]
/external/starlark-go/doc/
Dspec.md6 domain-specific functions and data types beyond those provided by the
14 [the Java-based implementation](https://github.com/bazelbuild/bazel/blob/master/src/main/java/com/g…
17 [appendix](#dialect-differences) provides a summary of those
27 Dmitry Lomov, Jon Brandvin, and Damien Martin-Guillerez, standing on
34 Starlark is an untyped dynamic language with high-level data types,
35 first-class functions with lexical scope, and automatic memory
43 expressing configuration: its programs are short-lived and have no
57 <!-- WTF? No automatic TOC? -->
61 * [Lexical elements](#lexical-elements)
62 * [Data types](#data-types)
[all …]
/external/jemalloc_new/bin/
Djeprof.in3 # Copyright (c) 1998-2007, Google Inc.
32 # ---
38 # This program parses the profile, and generates user-readable
46 # % tools/jeprof --text "program" "profile"
49 # % tools/jeprof --gv "program" "profile"
50 # Generates annotated call-graph and displays via "gv"
52 # % tools/jeprof --gv --focus=Mutex "program" "profile"
55 # % tools/jeprof --gv --focus=Mutex --ignore=string "program" "profile"
59 # % tools/jeprof --list=IBF_CheckDocid "program" "profile"
61 # sample that match the --list=<regexp> pattern. The listing is
[all …]
/external/python/cpython3/Doc/howto/
Dlogging-cookbook.rst1 .. _logging-cookbook:
7 :Author: Vinay Sajip <vinay_sajip at red-dove dot com>
11 :ref:`cookbook-ref-links`.
16 ---------------------------------
39 formatter = logging.Formatter('%(asctime)s - %(name)s - %(levelname)s - %(message)s')
78 .. code-block:: none
80 2005-03-23 23:47:11,663 - spam_application - INFO -
82 2005-03-23 23:47:11,665 - spam_application.auxiliary.Auxiliary - INFO -
84 2005-03-23 23:47:11,665 - spam_application - INFO -
86 2005-03-23 23:47:11,668 - spam_application - INFO -
[all …]
/external/python/cpython3/Misc/
DHISTORY2 --------------
13 Release date: 2017-01-17
21 Release date: 2017-01-02
24 -----------------
26 - Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
29 - Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug
33 -------
35 - Issue #28563: Fixed possible DoS and arbitrary code execution when handle
39 - In the curses module, raise an error if window.getstr() or window.instr() is
42 - Issue #27783: Fix possible usage of uninitialized memory in operator.methodcaller.
[all …]
/external/cronet/net/url_request/
Durl_request_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
37 #include "base/test/bind.h"
38 #include "base/test/metrics/histogram_tester.h"
39 #include "base/test/scoped_feature_list.h"
40 #include "base/test/test_future.h"
41 #include "base/test/values_test_util.h"
126 #include "net/test/cert_test_util.h"
127 #include "net/test/embedded_test_server/http_request.h"
128 #include "net/test/embedded_test_server/http_response.h"
129 #include "net/test/gtest_util.h"
[all …]
/external/bazelbuild-rules_go/third_party/
Dorg_golang_x_tools-deletegopls.patch1 diff -urN a/gopls/api-diff/api_diff.go b/gopls/api-diff/api_diff.go
2 --- a/gopls/api-diff/api_diff.go 2000-01-01 00:00:00.000000000 -0000
3 +++ b/gopls/api-diff/api_diff.go 1970-01-01 00:00:00.000000000 +0000
4 @@ -1,89 +0,0 @@
5 -// Copyright 2021 The Go Authors. All rights reserved.
6 -// Use of this source code is governed by a BSD-style
7 -// license that can be found in the LICENSE file.
8 -
9 -//go:build go1.18
10 -// +build go1.18
[all …]
/external/rust/crates/tikv-jemalloc-sys/patches/
Ddelete_c_library.patch1 diff --git a/build.rs b/build.rs
4 --- a/build.rs
6 @@ -1,408 +0,0 @@
7 -// Copyright 2015 The Rust Project Developers. See the COPYRIGHT
8 -// file at the top-level directory of this distribution and at
9 -// http://rust-lang.org/COPYRIGHT.
10 -//
11 -// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
12 -// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
13 -// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
[all …]
/external/cronet/net/base/registry_controlled_domains/
Deffective_tld_names.gperf3 // Use of this source code is governed by a BSD-style license that can be
39 16-b.it, 4
42 2-d.jp, 4
52 32-b.it, 4
63 64-b.it, 4
147 accident-investigation.aero, 0
148 accident-prevention.aero, 0
165 adobeio-static.net, 4
224 air-surveillance.aero, 0
225 air-traffic-control.aero, 0
[all …]
Deffective_tld_names.dat29 // ae : https://tdra.gov.ae/en/aeda/ae-policies
41 accident-investigation.aero
42 accident-prevention.aero
50 air-surveillance.aero
52 air-traffic-control.aero
105 passenger-association.aero
181 // ar : https://nic.ar/es/nic-argentina/normativa
199 // Confirmed by registry <iana-questions@icann.org> 2008-06-18
202 in-addr.arpa
216 // Confirmed by registry <it@nic.at> 2008-06-17
[all …]
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c17 ** language. The code for the "sqlite3" command-line shell is also in a
38 ** This file implements routines used to report what compile-time options
42 #ifndef SQLITE_OMIT_COMPILEOPTION_DIAGS /* IMP: R-16824-07538 */
46 ** autoconf-based build
60 ** comma. e.g. (-DSQLITE_DEFAULT_LOOKASIDE="100,100") */
65 ** An array of names of all compile-time options. This array should
66 ** be sorted A-Z.
69 ** only a handful of compile-time options, so most times this array is usually
105 "COMPILER=clang-" CTIMEOPT_VAL(__clang_major__) "."
109 "COMPILER=msvc-" CTIMEOPT_VAL(_MSC_VER),
[all …]
/external/sqlite/dist/sqlite-autoconf-3440300/
Dsqlite3.c17 ** language. The code for the "sqlite3" command-line shell is also in a
20 ** The content in this amalgamation comes from Fossil check-in
48 ** Some comments have special meaning to the tools that measure test
51 ** NO_TEST - The branches on this line are not
56 ** OPTIMIZATION-IF-TRUE - This branch is allowed to always be false
60 ** OPTIMIZATION-IF-FALSE - This branch is allowed to always be true
64 ** PREVENTS-HARMLESS-OVERREAD - This branch prevents a buffer overread
69 ** slash-asterisk...asterisk-slash comment marks, with no spaces between the
75 ** only used by test code and Tcl integration code.
144 ** 2015-03-02
[all …]
/external/sqlite/dist/sqlite-autoconf-3440300/orig/
Dsqlite3.c17 ** language. The code for the "sqlite3" command-line shell is also in a
20 ** The content in this amalgamation comes from Fossil check-in
48 ** Some comments have special meaning to the tools that measure test
51 ** NO_TEST - The branches on this line are not
56 ** OPTIMIZATION-IF-TRUE - This branch is allowed to always be false
60 ** OPTIMIZATION-IF-FALSE - This branch is allowed to always be true
64 ** PREVENTS-HARMLESS-OVERREAD - This branch prevents a buffer overread
69 ** slash-asterisk...asterisk-slash comment marks, with no spaces between the
75 ** only used by test code and Tcl integration code.
144 ** 2015-03-02
[all …]

12