Searched refs:registration (Results 1 - 13 of 13) sorted by relevance

/external/chromium/chrome/browser/prefs/
H A Dpref_change_registrar.cc30 ObserverRegistration registration(path, obs);
31 if (observers_.find(registration) != observers_.end()) {
35 observers_.insert(registration);
44 ObserverRegistration registration(path, obs);
46 observers_.find(registration);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi.util_3.2.100.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.jar ... .Bundle bundle org.osgi.framework.ServiceRegistration registration public void ungetService (org.osgi.framework.Bundle ...
H A Dorg.eclipse.core.runtime_3.6.0.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.preferences_3.3.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium/chrome/browser/
H A Denumerate_modules_model_win.cc473 base::win::RegistryValueIterator registration(parent, kRegPath);
474 while (registration.Valid()) {
475 std::wstring key(std::wstring(L"CLSID\\") + registration.Name() +
479 ++registration;
484 ++registration;
498 ++registration;
557 // to list each registration, so we just increment the count for each module
/external/mdnsresponder/mDNSShared/
H A Ddnsextd.c880 mDNSlocal mDNSu8 *PutUpdateSRV(DaemonInfo *d, DNSZone * zone, PktMsg *pkt, mDNSu8 *ptr, char *regtype, mDNSIPPort port, mDNSBool registration) argument
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) argument
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);
948 ptr = PutUpdateSRV(d, zone, &pkt, ptr, "_dns-llq._udp.", d->llq_port, registration);
[all...]
/external/v8/src/
H A Dspaces.cc651 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);
/external/dropbear/libtomcrypt/
H A Dcrypt.tex1976 work exactly like those of the cipher registration code. The functions are:

Completed in 236 milliseconds