HomeSort by relevance Sort by last modified time
    Searched refs:TestMapping (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/net/proxy/
proxy_config_service_android_unittest.cc 94 void TestMapping(const std::string& url, const std::string& expected) {
147 TestMapping("ftp://example.com/", "DIRECT");
148 TestMapping("http://example.com/", "PROXY httpproxy.com:8080");
154 TestMapping("http://example.com/", "PROXY httpproxy.com:80");
166 TestMapping("ftp://example.com/", "DIRECT");
167 TestMapping("http://example.com/", "DIRECT");
168 TestMapping("https://example.com/", "DIRECT");
176 TestMapping("ftp://example.com/", "DIRECT");
177 TestMapping("http://example.com/", "PROXY httpproxy.com:8080");
178 TestMapping("https://example.com/", "DIRECT")
    [all...]
  /external/v8/test/mjsunit/harmony/
collections.js 89 function TestMapping(map, key, value) {
94 TestMapping(m, new Object, 23);
95 TestMapping(m, new Object, 'the-value');
96 TestMapping(m, new Object, new Object);
105 TestMapping(m, i, new Object);
106 TestMapping(m, i / 10, new Object);
107 TestMapping(m, 'key-' + i, new Object);
111 TestMapping(m, keys[i], new Object);
120 TestMapping(m, key, 'to-be-present');
123 TestMapping(m, key, undefined)
    [all...]
  /external/chromium_org/v8/test/mjsunit/harmony/
collections.js 93 function TestMapping(map, key, value) {
98 TestMapping(m, new Object, 23);
99 TestMapping(m, new Object, 'the-value');
100 TestMapping(m, new Object, new Object);
109 TestMapping(m, i, new Object);
110 TestMapping(m, i / 10, new Object);
111 TestMapping(m, 'key-' + i, new Object);
115 TestMapping(m, keys[i], new Object);
126 TestMapping(m, key, values[i]);
138 TestMapping(m, key, 'to-be-deleted')
    [all...]

Completed in 373 milliseconds