Home
last modified time | relevance | path

Searched refs:registration (Results 1 – 25 of 64) sorted by relevance

123

/external/chromium/chrome/browser/prefs/
Dpref_change_registrar.cc30 ObserverRegistration registration(path, obs); in Add() local
31 if (observers_.find(registration) != observers_.end()) { in Add()
35 observers_.insert(registration); in Add()
44 ObserverRegistration registration(path, obs); in Remove() local
46 observers_.find(registration); in Remove()
/external/chromium/chrome/browser/
Denumerate_modules_model_win.cc473 base::win::RegistryValueIterator registration(parent, kRegPath); in ReadShellExtensions() local
474 while (registration.Valid()) { in ReadShellExtensions()
475 std::wstring key(std::wstring(L"CLSID\\") + registration.Name() + in ReadShellExtensions()
479 ++registration; in ReadShellExtensions()
484 ++registration; in ReadShellExtensions()
498 ++registration; in ReadShellExtensions()
Dchrome_browser_application_mac.mm113 // no central registration, but I only find about 75 possibilities in
/external/quake/quake/src/QW/server/
Dnotes.txt6 - master validates registration with server
/external/smack/src/org/jivesoftware/smack/util/
DPacketParserUtils.java457 Registration registration = new Registration(); in parseRegistration() local
480 registration.setInstructions(value); in parseRegistration()
485 registration.addExtension( in parseRegistration()
498 registration.setAttributes(fields); in parseRegistration()
499 return registration; in parseRegistration()
DPacketParserUtils.java.orig458 Registration registration = new Registration();
481 registration.setInstructions(value);
486 registration.addExtension(
499 registration.setAttributes(fields);
500 return registration;
/external/mdnsresponder/mDNSShared/
Ddnsextd.c880 …d, DNSZone * zone, PktMsg *pkt, mDNSu8 *ptr, char *regtype, mDNSIPPort port, mDNSBool registration) in PutUpdateSRV() argument
898 VLog("%s %s", registration ? "Registering SRV record" : "Deleting existing RRSet", in PutUpdateSRV()
900 if (registration) ptr = PutResourceRecord(&pkt->msg, ptr, &pkt->msg.h.mDNS_numUpdates, &rr.resrec); in PutUpdateSRV()
908 mDNSlocal int UpdateSRV(DaemonInfo *d, mDNSBool registration) in UpdateSRV() argument
937 … ptr = PutUpdateSRV(d, zone, &pkt, ptr, "_dns-update-tls._tcp.", d->private_port, registration); in UpdateSRV()
939 … ptr = PutUpdateSRV(d, zone, &pkt, ptr, "_dns-query-tls._tcp.", d->private_port, registration); in UpdateSRV()
941 … ptr = PutUpdateSRV(d, zone, &pkt, ptr, "_dns-llq-tls._tcp.", d->private_port, registration); in UpdateSRV()
944 if ( !registration ) in UpdateSRV()
946 ptr = PutUpdateSRV(d, zone, &pkt, ptr, "_dns-update._udp.", d->llq_port, registration); in UpdateSRV()
948 ptr = PutUpdateSRV(d, zone, &pkt, ptr, "_dns-llq._udp.", d->llq_port, registration); in UpdateSRV()
[all …]
/external/wpa_supplicant_8/wpa_supplicant/
DREADME-WPS7 registration.
87 WPS registration will generate new network blocks for the acquired
112 for each WPS registration session. wpa_supplicant can do this with a
118 entered at the Registrar to complete WPS registration. At that point,
205 WPS tab that guides user through WPS registration with automatic AP
DREADME-P2P7 registrar registration.
/external/chromium/chrome/browser/ui/cocoa/
Dabout_window_controller.mm208 // If registration failed, no other operations make sense, so just go
241 // spinner, and if registration failed so that there's an error message.
413 // registration is in progress and subsequently that it has completed.
436 // launched if appropriate immediately after registration.
448 // If registration completes while the window is visible, go straight
/external/openssl/crypto/engine/
DREADME150 that is unset only if un/registration takes place on that pile. Ie. if
167 Cleanup - the registration and unregistration may pose questions about how
176 is deliberately a distinct step. Moreover, registration and unregistration has
187 state will be unchanged. Thus, no cleanup is required unless registration takes
/external/wpa_supplicant_8/hostapd/
DREADME-WPS52 WPS registration between a wireless Enrollee and an external Registrar
275 first successful registration if the AP is initially set in
286 registration). In addition, this can be used to update AP UI about the
287 status of WPS registration progress.
/external/webkit/LayoutTests/http/conf/
Dmime.types82 application/set-registration
83 application/set-registration-initiation
197 application/vnd.japannet-registration
198 application/vnd.japannet-registration-wakeup
/external/v8/src/
Dspaces.cc651 MemoryAllocationCallbackRegistration registration = in PerformAllocationCallback() local
653 if ((registration.space & space) == space && in PerformAllocationCallback()
654 (registration.action & action) == action) in PerformAllocationCallback()
655 registration.callback(space, action, static_cast<int>(size)); in PerformAllocationCallback()
674 MemoryAllocationCallbackRegistration registration(callback, space, action); in AddMemoryAllocationCallback() local
676 return memory_allocation_callbacks_.Add(registration); in AddMemoryAllocationCallback()
/external/llvm/docs/
DDebuggingJITedCode.rst21 of the object files in the global list. When MCJIT calls the registration
DWritingAnLLVMPass.rst175 Lastly, we :ref:`register our class <writing-an-llvm-pass-registration>`
239 <writing-an-llvm-pass-registration>`). Because the Hello pass does not modify
733 .. _writing-an-llvm-pass-registration:
735 Pass registration
739 illustrated how pass registration works, and discussed some of the reasons that
949 Although :ref:`Pass Registration <writing-an-llvm-pass-registration>` is
983 human readable name provided for it. Unlike registration of passes, there is
1232 feedback to the user. This is where pass registration comes into play.
1234 The fundamental mechanisms for pass registration are the
DFAQ.rst326 ``.ll`` file corresponds to the constructor and destructor registration code.
DWritingAnLLVMBackend.rst280 represent the target during registration. Then, in the target's ``TargetInfo``
282 template to register the target. For example, the Sparc registration code
296 are available in separate libraries. These registration steps are separate,
/external/webkit/Tools/WebKitLauncher/
DWebKitNightlyEnabler.m147 … // Register the application with LaunchServices, passing a customized registration dictionary that
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
DNetscapePluginHostManager.mm290 // Spawn the plug-in host and tell it to call the registration function.
/external/chromium/chrome/browser/policy/proto/
Ddevice_management_backend.proto60 // Device mangement token for this registration. This token MUST be
/external/chromium/chrome/browser/cocoa/
Dkeystone_glue.mm28 // Provide declarations of the Keystone registration bits needed here. From
167 // Called when Keystone registration completes.
/external/openssl/crypto/objects/
Dobjects.txt519 # CRMF registration
523 # CRMF registration controls
531 # CRMF registration information
/external/chromium/net/base/
Deffective_tld_names.dat1015 // gu : http://gadao.gov.gu/registration.txt
1706 // http://en.wikipedia.org/wiki/.km says they're available for registration:
1733 // see also: http://domain.nida.or.kr/eng/registration.jsp
3795 // http://www.nic.ps/registration/policy.html#reg
4700 // are available for registration (which they do not seem to be).
/external/libogg/doc/
Drfc5334.txt26 This document describes the registration of media types for the Ogg

123