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

  /external/chromium/chrome/browser/prefs/
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);
  /bootable/recovery/updater/
Android.mk 42 # gets #included by updater.c. It calls all those registration
47 # any sort of registration function for these. Use this variable for
  /external/bluetooth/bluez/audio/
telephony-dummy.c 347 dbus_bool_t registration; local
350 if (!dbus_message_get_args(msg, NULL, DBUS_TYPE_BOOLEAN, &registration,
354 val = registration ? EV_SERVICE_PRESENT : EV_SERVICE_NONE;
358 DBG("telephony-dummy: registration status set to %d", val);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.util_3.2.100.v20100503.jar 
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/chromium/chrome/browser/
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
    [all...]
  /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 
  /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...]
  /prebuilts/tools/common/osgi/
osgi.jar 
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 1141 milliseconds