HomeSort by relevance Sort by last modified time
    Searched full:forwarder (Results 1 - 25 of 75) sorted by null

1 2 3

  /external/v8/test/webkit/
function-apply-aliased.js 36 function forwarder(f, thisValue, args) { function
51 shouldBe("forwarder(myObject)", '[myObject, "myObject.apply"]');
53 shouldBe("forwarder(myFunction, null, ['arg1'])", '[this, "myFunction", "arg1"]');
56 shouldBe("forwarder(myFunction, myObject, arg1Array)", '[myObject, "myFunction", "arg1"]');
67 shouldBe("forwarder(myFunctionWithApply, myObject, arg1Array)", '[myFunctionWithApply, "myFunctionWithApply.apply", myObject]');
function-apply-aliased-expected.txt 30 PASS forwarder(myObject) is [myObject, "myObject.apply"]
32 PASS forwarder(myFunction, null, ['arg1']) is [this, "myFunction", "arg1"]
35 PASS forwarder(myFunction, myObject, arg1Array) is [myObject, "myFunction", "arg1"]
46 PASS forwarder(myFunctionWithApply, myObject, arg1Array) is [myFunctionWithApply, "myFunctionWithApply.apply", myObject]
  /external/dnsmasq/contrib/slackware-dnsmasq/
slack-desc 11 dnsmasq: Dnsmasq is a lightweight, easy to configure DNS forwarder and DHCP
  /external/javassist/src/main/javassist/util/proxy/
MethodHandler.java 34 * @param proceed the forwarder method for invoking the overridden
ProxyFactory.java 938 MethodInfo forwarder local
1121 MethodInfo forwarder = new MethodInfo(cp, meth.getName(), desc); local
    [all...]
  /external/dnsmasq/
doc.html 3 <TITLE> Dnsmasq - a DNS forwarder for NAT firewalls.</TITLE>
7 Dnsmasq is a lightweight, easy to configure DNS forwarder and DHCP
70 both protocols and can even act as IPv6-to-IPv4 or IPv4-to-IPv6 forwarder.
  /external/dnsmasq/contrib/Suse/
dnsmasq-suse.spec 24 Dnsmasq is lightweight, easy to configure DNS forwarder and DHCP server. It
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/
recursive.py 70 environ['paste.recursive.forward'] = Forwarder(
284 class Forwarder(Recursive):
287 The forwarder will try to restart the request, except with
305 "recursive.Forwarder has been deprecated; please use "
errordocument.py 233 forwarder = forward(app, map)
234 return forwarder
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSRecordType.java 31 * Mail Forwarder
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libresolv-2.11.1.so 
libresolv.so 
libresolv.so.2 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libresolv-2.15.so 
libresolv.so 
libresolv.so.2 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cfg-flags.def 76 /* Set on blocks that are forwarder blocks.
cfghooks.h 45 newly created forwarder basic block is returned. The edge must
  /external/libpcap/Win32/Include/arpa/
nameser.h 148 #define T_MF 4 /* mail forwarder */
  /external/tcpdump/
nameser.h 142 #define T_MF 4 /* mail forwarder */
  /external/dnsmasq/src/
nameser.h 141 #define T_MF 4 /* mail forwarder */
  /bionic/libc/include/arpa/
nameser.h 292 ns_t_mf = 4, /* Mail forwarder. */
  /development/ndk/platforms/android-21/include/arpa/
nameser.h 292 ns_t_mf = 4, /* Mail forwarder. */
  /frameworks/base/docs/html/tools/debugging/
ddms.jd 63 The base port is a port forwarder, which can accept VM traffic from any debugging port and forward
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/
nameser.h 257 ns_t_mf = 4, /*%< Mail forwarder. */

Completed in 448 milliseconds

1 2 3