HomeSort by relevance Sort by last modified time
    Searched refs:registration (Results 1 - 7 of 7) 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 36 # gets #included by updater.c. It calls all those registration
41 # 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/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/v8/src/
spaces.cc 425 MemoryAllocationCallbackRegistration registration = local
427 if ((registration.space & space) == space &&
428 (registration.action & action) == action)
429 registration.callback(space, action, static_cast<int>(size));
448 MemoryAllocationCallbackRegistration registration(callback, space, action);
450 return memory_allocation_callbacks_.Add(registration);
    [all...]
  /prebuilt/common/osgi/
osgi.jar 
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 221 milliseconds