HomeSort by relevance Sort by last modified time
    Searched refs:Direct (Results 1 - 25 of 48) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/platform/network/
ProxyServer.h 17 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
42 Direct,
49 : m_type(Direct)
ProxyServer.cpp 17 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
36 case ProxyServer::Direct:
37 builder.append("DIRECT");
61 return "DIRECT";
  /external/chromium_org/net/spdy/
hpack_huffman_aggregator_test.cc 115 SpdySessionKey key1(HostPortPair("one.com", 443), ProxyServer::Direct(),
117 SpdySessionKey key2(HostPortPair("two.com", 443), ProxyServer::Direct(),
119 SpdySessionKey key3(HostPortPair("three.com", 443), ProxyServer::Direct(),
spdy_session_pool_unittest.cc 98 test_host_port_pair, ProxyServer::Direct(),
159 SpdySessionKey key1(test_host_port_pair1, ProxyServer::Direct(),
173 SpdySessionKey key2(test_host_port_pair2, ProxyServer::Direct(),
187 SpdySessionKey key3(test_host_port_pair3, ProxyServer::Direct(),
269 test_host_port_pair, ProxyServer::Direct(),
358 HostPortPair(test_hosts[i].name, kTestPort), ProxyServer::Direct(),
537 test_host_port_pairA, ProxyServer::Direct(), PRIVACY_MODE_DISABLED);
563 test_host_port_pairB, ProxyServer::Direct(), PRIVACY_MODE_DISABLED);
579 test_host_port_pairC, ProxyServer::Direct(), PRIVACY_MODE_DISABLED);
spdy_http_stream_unittest.cc 144 SpdySessionKey key(host_port_pair, ProxyServer::Direct(),
170 SpdySessionKey key(host_port_pair, ProxyServer::Direct(),
245 SpdySessionKey key(host_port_pair, ProxyServer::Direct(),
334 SpdySessionKey key(host_port_pair, ProxyServer::Direct(),
410 SpdySessionKey key(host_port_pair, ProxyServer::Direct(),
504 SpdySessionKey key(host_port_pair, ProxyServer::Direct(),
563 SpdySessionKey key(host_port_pair, ProxyServer::Direct(),
spdy_session_pool.cc 128 // to see if this is a direct connection.
334 ProxyServer::Direct(),
  /build/tools/droiddoc/templates-pdk/assets/
customizations.js 13 // Direct searches to search.html
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
bin-farabs.asm 25 ; Direct far jump.
46 ; Direct far, explicitly.
  /frameworks/compile/mclinker/include/mcld/ADT/
TreeBase.h 34 enum Direct {
57 template<size_t DIRECT>
60 template<size_t DIRECT>
  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 39 /// Direct - Pass the argument directly using the normal converted LLVM
45 Direct,
47 /// Extend - Valid only for integer argument types. Same as 'direct'
66 /// This is similar to 'direct', except it only applies to arguments stored
71 KindFirst = Direct,
97 TheKind(Direct), PaddingInReg(false), InReg(false) {}
101 auto AI = ABIArgInfo(Direct);
160 bool isDirect() const { return TheKind == Direct; }
169 // Direct/Extend accessors
171 assert((isDirect() || isExtend()) && "Not a direct or extend kind")
    [all...]
  /external/chromium_org/net/proxy/
proxy_info.cc 34 proxy_list_.SetSingleProxyServer(ProxyServer::Direct());
proxy_server.h 51 // Returns true if this ProxyServer is actually just a DIRECT connection.
87 // "direct://" {scheme=DIRECT}
106 // "DIRECT" {scheme=DIRECT}
115 // Returns a ProxyServer representing DIRECT connections.
116 static ProxyServer Direct() {
142 // |scheme| can be one of http, https, socks, socks4, socks5, direct.
proxy_server_unittest.cc 181 // Test parsing of the special URI form "direct://". Analagous to the "DIRECT"
183 TEST(ProxyServerTest, Direct) {
185 net::ProxyServer::FromURI("direct://", net::ProxyServer::SCHEME_HTTP);
188 EXPECT_EQ("direct://", uri.ToURI());
189 EXPECT_EQ("DIRECT", uri.ToPacString());
200 "direct://xyz", // direct is not allowed a host/port.
269 " direct ",
270 "direct://"
    [all...]
proxy_list.cc 125 // DIRECT (this basically means an error in the PAC script).
127 proxies_.push_back(ProxyServer::Direct());
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 103 ATTRIBUTE Ascend-IP-Direct 209 ipaddr
113 ATTRIBUTE Ascend-FR-Direct 219 integer
114 ATTRIBUTE Ascend-FR-Direct-Profile 220 string
115 ATTRIBUTE Ascend-FR-Direct-DLCI 221 integer
169 VALUE Ascend-FR-Direct FR-Direct-No 0
170 VALUE Ascend-FR-Direct FR-Direct-Yes 1
  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_protocol.cc 141 proxy_list.AddProxyServer(net::ProxyServer::Direct());
  /external/llvm/include/llvm/CodeGen/
StackMaps.h 87 enum LocationType { Unprocessed, Register, Direct, Indirect, Constant,
  /external/llvm/test/MC/Mips/
cpsetup.s 30 # FIXME: Direct object emission for N32 is still under development.
50 # FIXME: Direct object emission for N32 is still under development.
  /external/chromium_org/v8/test/webkit/
eval-and-with.js 17 // DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
28 // Direct non-strict eval inside a with.
  /external/chromium_org/net/http/
http_proxy_client_socket_pool.cc 208 ProxyServer::Direct(),
311 ProxyServer::Direct(),
324 // Create a session direct to the proxy itself
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 43 enum Kind { Default = 0x0, Direct = 0x1 };
67 bool isDirect() const { return P.getInt() & Direct; }
125 os << ',' << (K.isDirect() ? "direct" : "default")
199 return removeBinding(R, BindingKey::Direct).
232 return Optional<SVal>::create(lookup(R, BindingKey::Direct));
418 assert(!B.lookup(R, BindingKey::Direct));
    [all...]
  /external/llvm/lib/CodeGen/
StackMaps.cpp 91 Locs.push_back(Location(StackMaps::Location::Direct, Size, Reg, Imm));
338 /// uint8 : Register | Direct | Indirect | Constant | ConstantIndex
355 /// 0x2, Direct, Reg + Offset (frame index)
424 case Location::Direct:
425 dbgs() << "Direct " << TRI->getName(Loc.Reg);
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
downsample_fast_neon.S 60 @ Direct program flow to the right channel.
  /external/chromium_org/net/socket/
ssl_client_socket_pool_unittest.cc 295 // socket request on Init (for the DIRECT case).
832 HostPortPair(test_hosts[i].name, kTestPort), ProxyServer::Direct(),
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 511 // them are direct or extend without a specified coerce type, specify the
    [all...]

Completed in 2955 milliseconds

1 2