/external/chromium/chrome/browser/prefs/ |
H A D | pref_change_registrar.cc | 30 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 D | org.eclipse.osgi.util_3.2.100.v20100503.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.jar | ... .Bundle bundle
org.osgi.framework.ServiceRegistration registration
public void ungetService (org.osgi.framework.Bundle ... |
H A D | org.eclipse.core.runtime_3.6.0.v20100505.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.osgi_3.6.1.R36x_v20100806.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.osgi_3.6.2.R36x_v20101103.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.equinox.preferences_3.3.0.v20100503.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/chromium/chrome/browser/ |
H A D | enumerate_modules_model_win.cc | 473 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 D | dnsextd.c | 880 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 D | 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);
|
/external/dropbear/libtomcrypt/ |
H A D | crypt.tex | 1976 work exactly like those of the cipher registration code. The functions are:
|