HomeSort by relevance Sort by last modified time
    Searched defs:Direct (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebCore/platform/network/
ProxyServer.h 17 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
41 Direct,
48 : m_type(Direct)
  /external/chromium/net/proxy/
proxy_server.h 48 // Returns true if this ProxyServer is actually just a DIRECT connection.
80 // "direct://" {scheme=DIRECT}
99 // "DIRECT" {scheme=DIRECT}
107 // Returns a ProxyServer representing DIRECT connections.
108 static ProxyServer Direct() {
134 // |scheme| can be one of http, https, socks, socks4, socks5, direct.
  /frameworks/compile/mclinker/include/mcld/ADT/
TreeBase.h 33 template<size_t DIRECT>
37 template<size_t DIRECT>
46 enum Direct {
69 template<size_t DIRECT>
71 proxy::move<DIRECT>(m_pNode);
  /external/webkit/Source/WebCore/platform/network/cf/
SocketStreamHandle.h 23 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
104 enum ConnectionType { Unknown, Direct, SOCKSProxy, CONNECTProxy };
  /external/clang/lib/CodeGen/
ABIInfo.h 42 /// Direct - Pass the argument directly using the normal converted LLVM
48 Direct,
50 /// Extend - Valid only for integer argument types. Same as 'direct'
68 KindFirst=Direct, KindLast=Expand
87 ABIArgInfo() : TheKind(Direct), TypeData(0), UIntData(0) {}
91 return ABIArgInfo(Direct, T, Offset, false, false, false, false, Padding);
94 return ABIArgInfo(Direct, T, 0, false, false, true, false, 0);
125 bool isDirect() const { return TheKind == Direct; }
132 return TheKind == Direct || TheKind == Extend;
135 // Direct/Extend accessor
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
DeodexUtil.java 20 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
40 public static final int Direct = 1;
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 41 enum Kind { Default = 0x0, Direct = 0x1 };
65 bool isDirect() const { return P.getInt() & Direct; }
123 os << ',' << (K.isDirect() ? "direct" : "default")
199 return removeBinding(R, BindingKey::Direct).
234 return Optional<SVal>::create(lookup(R, BindingKey::Direct));
393 assert(!B.lookup(R, BindingKey::Direct));
    [all...]

Completed in 118 milliseconds