Home
last modified time | relevance | path

Searched refs:test_url (Results 1 – 5 of 5) sorted by relevance

/third_party/node/benchmark/
D_test-double-benchmarker.js16 const url = process.env.test_url;
D_http-benchmarkers.js108 test_url: `${scheme}://127.0.0.1:${options.port}${options.path}`, property
/third_party/cef/tests/ceftests/
Dv8_unittest.cc2803 V8TestHandler(V8TestMode test_mode, const char* test_url) in V8TestHandler() argument
2804 : test_mode_(test_mode), test_url_(test_url) {} in V8TestHandler()
3009 #define V8_TEST_EX(name, test_mode, test_url) \ argument
3011 CefRefPtr<V8TestHandler> handler = new V8TestHandler(test_mode, test_url); \
/third_party/node/
Dnode.gyp1073 'test/cctest/test_url.cc',
/third_party/python/Lib/test/
Dtest_urllib.py203 def test_url(self): member in urlopen_FileTests