Searched defs:Direct (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/network/
H A DProxyServer.h41 Direct, enumerator in enum:WebCore::ProxyServer::Type
48 : m_type(Direct)
/external/chromium/net/proxy/
H A Dproxy_server.h108 static ProxyServer Direct() { function in class:net::ProxyServer
/external/chromium_org/net/proxy/
H A Dproxy_server.h108 static ProxyServer Direct() { function in class:net::ProxyServer
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DDeodexUtil.java40 public static final int Direct = 1; field in class:DeodexUtil
/external/clang/lib/CodeGen/
H A DABIInfo.h43 /// Direct - Pass the argument directly using the normal converted LLVM
49 Direct, enumerator in enum:clang::ABIArgInfo::Kind
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 accessors
/external/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp43 enum Kind { Default = 0x0, Direct = 0x1 }; enumerator in enum:__anon15605::BindingKey::Kind
67 bool isDirect() const { return P.getInt() & Direct; }
201 return removeBinding(R, BindingKey::Direct).
236 return Optional<SVal>::create(lookup(R, BindingKey::Direct));
426 assert(!B.lookup(R, BindingKey::Direct));
1094 B = B.addBinding(baseR, BindingKey::Direct, V);
1367 const SVal *V = B.lookup(R, BindingKey::Direct);
1922 return NewB.addBinding(BindingKey::Make(R, BindingKey::Direct), V);

Completed in 140 milliseconds