/external/iptables/extensions/ |
D | libipt_MARK.c | 43 struct ipt_entry_target **target) in parse_v0() 90 struct ipt_entry_target **target) in parse_v1() 141 const struct ipt_entry_target *target, in print_v0() 152 save_v0(const struct ipt_ip *ip, const struct ipt_entry_target *target) in save_v0() 164 const struct ipt_entry_target *target, in print_v1() 186 save_v1(const struct ipt_ip *ip, const struct ipt_entry_target *target) in save_v1()
|
D | libipt_SET.c | 45 static void init(struct ipt_entry_target *target, unsigned int *nfcache) in init() 89 const struct ipt_entry *entry, struct ipt_entry_target **target) in parse() 141 const struct ipt_entry_target *target, int numeric) in print() 152 save(const struct ipt_ip *ip, const struct ipt_entry_target *target) in save()
|
D | libipt_CONNSECMARK.c | 34 const struct ipt_entry *entry, struct ipt_entry_target **target) in parse() 90 const struct ipt_entry_target *target, int numeric) in print() 99 static void save(const struct ipt_ip *ip, const struct ipt_entry_target *target) in save()
|
D | libip6t_CONNSECMARK.c | 34 const struct ip6t_entry *entry, struct ip6t_entry_target **target) in parse() 90 const struct ip6t_entry_target *target, int numeric) in print() 99 static void save(const struct ip6t_ip6 *ip, const struct ip6t_entry_target *target) in save()
|
D | libipt_ECN.c | 51 struct ipt_entry_target **target) in parse() 118 const struct ipt_entry_target *target, in print() 144 save(const struct ipt_ip *ip, const struct ipt_entry_target *target) in save()
|
D | libip6t_HL.c | 35 struct ip6t_entry_target **target) in parse() 100 const struct ip6t_entry_target *target) in save() 121 const struct ip6t_entry_target *target, int numeric) in print()
|
D | libipt_TTL.c | 35 struct ipt_entry_target **target) in parse() 100 const struct ipt_entry_target *target) in save() 121 const struct ipt_entry_target *target, int numeric) in print()
|
D | libipt_SECMARK.c | 40 const struct ipt_entry *entry, struct ipt_entry_target **target) in parse() 87 const struct ipt_entry_target *target, int numeric) in print() 97 static void save(const struct ipt_ip *ip, const struct ipt_entry_target *target) in save()
|
D | libip6t_SECMARK.c | 42 const struct ip6t_entry *entry, struct ip6t_entry_target **target) in parse() 89 const struct ip6t_entry_target *target, int numeric) in print() 99 static void save(const struct ip6t_ip6 *ip, const struct ip6t_entry_target *target) in save()
|
D | libip6t_MARK.c | 39 struct ip6t_entry_target **target) in parse() 92 const struct ip6t_entry_target *target, in print() 104 save(const struct ip6t_ip6 *ip, const struct ip6t_entry_target *target) in save()
|
D | libipt_NFQUEUE.c | 51 struct ipt_entry_target **target) in parse() 78 const struct ipt_entry_target *target, in print() 88 save(const struct ipt_ip *ip, const struct ipt_entry_target *target) in save()
|
D | libip6t_NFQUEUE.c | 51 struct ip6t_entry_target **target) in parse() 78 const struct ip6t_entry_target *target, in print() 88 save(const struct ip6t_ip6 *ip, const struct ip6t_entry_target *target) in save()
|
D | libip6t_TCPMSS.c | 47 struct ip6t_entry_target **target) in parse() 92 const struct ip6t_entry_target *target, in print() 105 save(const struct ip6t_ip6 *ip, const struct ip6t_entry_target *target) in save()
|
D | libipt_CONNMARK.c | 70 struct ipt_entry_target **target) in parse() 148 const struct ipt_entry_target *target, in print() 177 save(const struct ipt_ip *ip, const struct ipt_entry_target *target) in save()
|
D | libip6t_CONNMARK.c | 70 struct ip6t_entry_target **target) in parse() 148 const struct ip6t_entry_target *target, in print() 177 save(const struct ip6t_ip6 *ip, const struct ip6t_entry_target *target) in save()
|
D | libipt_TCPMSS.c | 47 struct ipt_entry_target **target) in parse() 92 const struct ipt_entry_target *target, in print() 105 save(const struct ipt_ip *ip, const struct ipt_entry_target *target) in save()
|
D | libipt_CLASSIFY.c | 51 struct ipt_entry_target **target) in parse() 91 const struct ipt_entry_target *target, in print() 102 save(const struct ipt_ip *ip, const struct ipt_entry_target *target) in save()
|
/external/apache-http/src/org/apache/http/client/ |
D | HttpClient.java | 139 HttpResponse execute(HttpHost target, HttpRequest request) in execute() 162 HttpResponse execute(HttpHost target, HttpRequest request, in execute() 218 HttpHost target, in execute() 242 HttpHost target, in execute()
|
/external/webkit/V8Binding/v8/src/arm/ |
D | assembler-arm-inl.h | 76 void RelocInfo::set_target_address(Address target) { in set_target_address() 94 void RelocInfo::set_target_object(Object* target) { in set_target_object() 113 void RelocInfo::set_call_address(Address target) { in set_call_address() 133 void RelocInfo::set_call_object(Object* target) { in set_call_object() 237 void Assembler::set_target_address_at(Address pc, Address target) { in set_target_address_at()
|
/external/apache-http/src/org/apache/http/conn/routing/ |
D | HttpRoute.java | 96 HttpHost target, HttpHost[] proxies, in HttpRoute() 136 public HttpRoute(HttpHost target, InetAddress local, HttpHost[] proxies, in HttpRoute() 159 public HttpRoute(HttpHost target, InetAddress local, HttpHost proxy, in HttpRoute() 175 public HttpRoute(HttpHost target, InetAddress local, boolean secure) { in HttpRoute() 185 public HttpRoute(HttpHost target) { in HttpRoute() 203 public HttpRoute(HttpHost target, InetAddress local, HttpHost proxy, in HttpRoute()
|
/external/webkit/V8Binding/v8/src/ |
D | ic-inl.h | 68 Address target = Assembler::target_address_at(address); in GetTargetAtAddress() local 77 void IC::SetTargetAtAddress(Address address, Code* target) { in SetTargetAtAddress()
|
/external/apache-http/src/org/apache/http/conn/ |
D | ClientConnectionOperator.java | 88 HttpHost target, in openConnection() 112 HttpHost target, in updateSecureConnection()
|
D | OperatedClientConnection.java | 125 void opening(Socket sock, HttpHost target) in opening() 168 void update(Socket sock, HttpHost target, in update()
|
/external/apache-http/src/org/apache/http/impl/conn/ |
D | ProxySelectorRoutePlanner.java | 117 public HttpRoute determineRoute(HttpHost target, in determineRoute() 172 protected HttpHost determineProxy(HttpHost target, in determineProxy() 250 HttpHost target, in chooseProxy()
|
/external/webkit/WebCore/svg/ |
D | SVGUseElement.cpp | 159 static bool shadowTreeContainsChangedNodes(SVGElementInstance* target) in shadowTreeContainsChangedNodes() 301 SVGElement* target = 0; in buildPendingResource() local 455 void SVGUseElement::buildInstanceTree(SVGElement* target, SVGElementInstance* targetInstance, bool&… in buildInstanceTree() 500 SVGElement* target = 0; in handleDeepUseReferencing() local 534 void SVGUseElement::alterShadowTreeForSVGTag(SVGElement* target) in alterShadowTreeForSVGTag() 562 void SVGUseElement::buildShadowTree(SVGElement* target, SVGElementInstance* targetInstance) in buildShadowTree() 607 SVGElement* target = 0; in expandUseElementsInShadowTree() local 762 void SVGUseElement::transferEventListenersToShadowTree(SVGElementInstance* target) in transferEventListenersToShadowTree() 790 void SVGUseElement::associateInstancesWithShadowTreeElements(Node* target, SVGElementInstance* targ… in associateInstancesWithShadowTreeElements()
|