HomeSort by relevance Sort by last modified time
    Searched defs:Direct (Results 1 - 8 of 8) 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 32 template<size_t DIRECT>
36 template<size_t DIRECT>
45 enum Direct {
68 template<size_t DIRECT>
70 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 41 /// Direct - Pass the argument directly using the normal converted LLVM
47 Direct,
49 /// Extend - Valid only for integer argument types. Same as 'direct'
67 KindFirst=Direct, KindLast=Expand
73 llvm::Type *PaddingType; // Currently allowed only for Direct.
85 ABIArgInfo() : TheKind(Direct), TypeData(0), UIntData(0) {}
89 return ABIArgInfo(Direct, T, Offset, false, false, false, Padding);
92 return ABIArgInfo(Direct, T, 0, false, false, true, 0);
116 bool isDirect() const { return TheKind == Direct; }
123 return TheKind == Direct || TheKind == Extend
    [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 44 enum Kind { Default = 0x0, Direct = 0x1 };
64 bool isDirect() const { return P.getInt() & Direct; }
122 os << ',' << (K.isDirect() ? "direct" : "default")
250 return removeBinding(removeBinding(B, R, BindingKey::Direct), R,
264 assert(!lookup(B, R, BindingKey::Direct));
774 B = RM.addBinding(B, baseR, BindingKey::Direct, V);
    [all...]
  /tools/motodev/src/plugins/preflighting.core/apktool/
apktool.jar 

Completed in 177 milliseconds