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

  /external/chromium_org/third_party/WebKit/Source/core/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.
  /external/chromium_org/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/clang/lib/CodeGen/
ABIInfo.h 43 /// Direct - Pass the argument directly using the normal converted LLVM
49 Direct,
51 /// Extend - Valid only for integer argument types. Same as 'direct'
69 KindFirst=Direct, KindLast=Expand
88 ABIArgInfo() : TheKind(Direct), TypeData(0), UIntData(0) {}
92 return ABIArgInfo(Direct, T, Offset, false, false, false, false, Padding);
95 return ABIArgInfo(Direct, T, 0, false, false, true, false, 0);
126 bool isDirect() const { return TheKind == Direct; }
133 return TheKind == Direct || TheKind == Extend;
136 // 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 43 enum Kind { Default = 0x0, Direct = 0x1 };
67 bool isDirect() const { return P.getInt() & Direct; }
125 os << ',' << (K.isDirect() ? "direct" : "default")
201 return removeBinding(R, BindingKey::Direct).
236 return Optional<SVal>::create(lookup(R, BindingKey::Direct));
426 assert(!B.lookup(R, BindingKey::Direct));
    [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 526 milliseconds