HomeSort by relevance Sort by last modified time
    Searched refs:registration (Results 26 - 48 of 48) sorted by null

12

  /external/smack/src/org/jivesoftware/smack/util/
PacketParserUtils.java 41 import org.jivesoftware.smack.packet.Registration;
456 private static Registration parseRegistration(XmlPullParser parser) throws Exception {
457 Registration registration = new Registration(); local
480 registration.setInstructions(value);
485 registration.addExtension(
498 registration.setAttributes(fields);
499 return registration;
    [all...]
  /external/chromium_org/chrome/test/ext_auto/auto_provider/
connection_handler.js 8 // Event listener registration map socket->event->callback
107 // If the method is an event registration, it will register an event listener
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.jar 
org.eclipse.core.runtime_3.6.0.v20100505.jar 
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
org.eclipse.equinox.preferences_3.3.0.v20100503.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /external/mdnsresponder/mDNSShared/
dnsextd.c 861 // Startup SRV Registration Routines
880 mDNSlocal mDNSu8 *PutUpdateSRV(DaemonInfo *d, DNSZone * zone, PktMsg *pkt, mDNSu8 *ptr, char *regtype, mDNSIPPort port, mDNSBool registration)
898 VLog("%s %s", registration ? "Registering SRV record" : "Deleting existing RRSet",
900 if (registration) ptr = PutResourceRecord(&pkt->msg, ptr, &pkt->msg.h.mDNS_numUpdates, &rr.resrec);
908 mDNSlocal int UpdateSRV(DaemonInfo *d, mDNSBool registration)
937 ptr = PutUpdateSRV(d, zone, &pkt, ptr, "_dns-update-tls._tcp.", d->private_port, registration);
939 ptr = PutUpdateSRV(d, zone, &pkt, ptr, "_dns-query-tls._tcp.", d->private_port, registration);
941 ptr = PutUpdateSRV(d, zone, &pkt, ptr, "_dns-llq-tls._tcp.", d->private_port, registration);
944 if ( !registration )
946 ptr = PutUpdateSRV(d, zone, &pkt, ptr, "_dns-update._udp.", d->llq_port, registration);
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /hardware/ril/reference-ril/
reference-ril.c 1299 int *registration; local
    [all...]
  /external/chromium_org/chrome/installer/util/
shell_util.cc 56 // An enum used to tell QuickIsChromeRegistered() which level of registration
66 // Note: Shell registration implies ProgId registration.
191 // Returns the Windows browser client registration key for Chrome. For
196 // user-specific registration suffix; see GetUserSpecificDefaultBrowserSuffix
251 // registered to handle some verbs. This registration has the side-effect
1049 base::win::ScopedComPtr<IApplicationAssociationRegistration> registration; local
1080 base::win::ScopedComPtr<IApplicationAssociationRegistration> registration; local
    [all...]
  /external/v8/src/
spaces.cc 651 MemoryAllocationCallbackRegistration registration = local
653 if ((registration.space & space) == space &&
654 (registration.action & action) == action)
655 registration.callback(space, action, static_cast<int>(size));
674 MemoryAllocationCallbackRegistration registration(callback, space, action);
676 return memory_allocation_callbacks_.Add(registration);
    [all...]
  /external/chromium_org/native_client_sdk/src/doc/_static/css/
local_extensions.css     [all...]
  /external/chromium_org/v8/src/
spaces.cc 815 MemoryAllocationCallbackRegistration registration = local
817 if ((registration.space & space) == space &&
818 (registration.action & action) == action)
819 registration.callback(space, action, static_cast<int>(size));
838 MemoryAllocationCallbackRegistration registration(callback, space, action);
840 return memory_allocation_callbacks_.Add(registration);
    [all...]
object-observe.js 139 // An Observer is a registration to observe an object by a callback with
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 283 milliseconds

12