HomeSort by relevance Sort by last modified time
    Searched refs:BIND (Results 1 - 17 of 17) sorted by null

  /external/avahi/avahi-autoipd/
avahi-autoipd.action.bsd 24 # BIND: Successfully claimed address
34 BIND)
avahi-autoipd.action.linux 24 # BIND: Successfully claimed address
43 BIND)
64 BIND)
  /libcore/ojluni/src/main/java/java/net/
SocksConsts.java 42 static final int BIND = 2;
SocksSocketImpl.java 516 super.bind(baddr, lport);
531 out.write(BIND);
577 * Sends the Bind request to the SOCKS proxy. In the SOCKS protocol, bind
587 // call the SOCKS proxy for a bind!
720 // We're OK. Let's issue the BIND command.
722 out.write(BIND);
    [all...]
  /external/mdnsresponder/mDNSShared/
dnsextd.conf 7 // on port 53, and forward them on as appropriate to BIND on localhost:5030.
17 // tell BIND to accept packets from localhost:5030, like this:
21 // You also need a "zone" statement in /etc/named.conf to tell BIND the update
  /external/v8/src/crankshaft/
hydrogen-environment-liveness.cc 112 DCHECK(marker->kind() == HEnvironmentMarker::BIND);
201 // Only collect bind/lookup instructions during the first pass.
215 // Finally, remove the HEnvironment{Bind,Lookup} markers.
hydrogen.h 560 void Bind(Variable* variable, HValue* value) {
561 Bind(IndexFor(variable), value);
564 void Bind(int index, HValue* value);
567 Bind(parameter_count(), value);
2331 HEnvironmentMarker* bind = local
    [all...]
hydrogen-instructions.cc 905 return os << (kind() == BIND ? "bind" : "lookup") << " var[" << index()
    [all...]
hydrogen-instructions.h     [all...]
  /toolchain/binutils/binutils-2.25/ld/
ldgram.y 127 %token <token> ALIGN_K BLOCK BIND QUAD SQUAD LONG SHORT BYTE
1129 | /* The BIND cases are to support the gcc svr3.ifile
1131 support for the BIND keyword. I'm not even sure
1132 what BIND is supposed to mean. */
1133 BIND '(' exp ')' atype ':' { $$ = $3; }
1134 | BIND '(' exp ')' BLOCK '(' exp ')' atype ':'
ldlex.l 251 <EXPRESSION,BOTH,SCRIPT>"BIND" { RTOKEN(BIND);}
  /external/chromium-trace/catapult/third_party/polymer/components/polymer/
polymer.js 215 scope.findTarget = target.findTarget.bind(target);
224 scope.deepContains = target.deepContains.bind(target);
611 this.eventMap[e] = s[e].bind(s);
832 dispatcher.boundHandler = dispatcher.eventHandler.bind(dispatcher);
833 dispatcher.boundGestureTrigger = dispatcher.gestureTrigger.bind(dispatcher);
1073 var allShadows = scope.targetFinding.allShadows.bind(scope.targetFinding);
1075 var touchMap = Array.prototype.map.call.bind(Array.prototype.map);
    [all...]
  /external/chromium-trace/catapult/tracing/third_party/components/polymer/
polymer.js 215 scope.findTarget = target.findTarget.bind(target);
224 scope.deepContains = target.deepContains.bind(target);
611 this.eventMap[e] = s[e].bind(s);
832 dispatcher.boundHandler = dispatcher.eventHandler.bind(dispatcher);
833 dispatcher.boundGestureTrigger = dispatcher.gestureTrigger.bind(dispatcher);
1073 var allShadows = scope.targetFinding.allShadows.bind(scope.targetFinding);
1075 var touchMap = Array.prototype.map.call.bind(Array.prototype.map);
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
yyscript.y 120 %token BIND
script.cc     [all...]
  /external/valgrind/memcheck/tests/solaris/
scalar.stderr.exp     [all...]
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 

Completed in 361 milliseconds