Home
last modified time | relevance | path

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

123

/external/chromium-trace/trace-viewer/tracing/third_party/components/webcomponentsjs/
Dwebcomponents-lite.js112 registrations.forEach(function(registration) { argument
113 if (registration.observer === observer) registration.removeTransientObservers();
122 var registration = registrations[j];
123 var options = registration.options;
126 if (record) registration.enqueue(record);
146 var registration;
149 registration = registrations[i];
150 registration.removeListeners();
151 registration.options = options;
155 if (!registration) {
[all …]
DShadowDOM.js567 var registration = registrations[i];
568 if (registration.options.subtree) registration.addTransientObserver(node);
578 var registration = registrations[j];
579 if (registration.observer === observer) registration.removeTransientObservers();
590 var registration = registrations[j];
591 var options = registration.options;
599 var observer = registration.observer;
660 var registration;
665 registration = registrations[i];
666 registration.removeTransientObservers();
[all …]
Dwebcomponents.js606 var registration = registrations[i];
607 if (registration.options.subtree) registration.addTransientObserver(node);
617 var registration = registrations[j];
618 if (registration.observer === observer) registration.removeTransientObservers();
629 var registration = registrations[j];
630 var options = registration.options;
638 var observer = registration.observer;
699 var registration;
704 registration = registrations[i];
705 registration.removeTransientObservers();
[all …]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.osgi.util_3.2.100.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.jar ... .Bundle bundle org.osgi.framework.ServiceRegistration registration public void ungetService (org.osgi.framework. ...
Dorg.eclipse.core.runtime_3.6.0.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.equinox.preferences_3.3.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/jetty/src/java/org/eclipse/jetty/webapp/
DWebAppContext.java1247 …public Set<String> setServletSecurity(Dynamic registration, ServletSecurityElement servletSecurity… in setServletSecurity() argument
1267 Collection<String> pathMappings = registration.getMappings(); in setServletSecurity()
1270 …Constraint constraint = ConstraintSecurityHandler.createConstraint(registration.getName(), servlet… in setServletSecurity()
1281 …ings = ConstraintSecurityHandler.createConstraintsWithMappingsForPath(registration.getName(), path… in setServletSecurity()
1303 …ings = ConstraintSecurityHandler.createConstraintsWithMappingsForPath(registration.getName(), path… in setServletSecurity()
/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/llvm/test/Instrumentation/InstrProfiling/
Dplatform.ll22 ;; Emit registration functions for platforms that don't find the
/external/libunwind/doc/
D_U_dyn_cancel.tex19 The \Func{\_U\_dyn\_cancel}() routine cancels the registration of the
Dunw_flush_cache.tex23 also flushed. For example, the address of the dynamic registration
Dunw_create_addr_space.tex117 registration list. The variable stored at the returned address must
121 address of the dynamic unwind-info registration list. If no dynamic
122 unwind-info registration list exist, the value pointed to by
/external/wpa_supplicant_8/wpa_supplicant/
DREADME-WPS7 registration.
86 WPS registration will generate new network blocks for the acquired
111 for each WPS registration session. wpa_supplicant can do this with a
117 entered at the Registrar to complete WPS registration. At that point,
204 WPS tab that guides user through WPS registration with automatic AP
/external/wpa_supplicant_8/hostapd/
DREADME-WPS52 WPS registration between a wireless Enrollee and an external Registrar
273 first successful registration if the AP is initially set in
284 registration). In addition, this can be used to update AP UI about the
285 status of WPS registration progress.
/external/jetty/src/java/org/eclipse/jetty/servlet/
DServletContextHandler.java384 …public Set<String> setServletSecurity(ServletRegistration.Dynamic registration, ServletSecurityEle… in setServletSecurity() argument
387 Collection<String> pathSpecs = registration.getMappings(); in setServletSecurity()
392 …ings = ConstraintSecurityHandler.createConstraintsWithMappingsForPath(registration.getName(), path… in setServletSecurity()
DServletHandler.java903 …public Set<String> setServletSecurity(ServletRegistration.Dynamic registration, ServletSecurityEl… in setServletSecurity() argument
905 return _contextHandler.setServletSecurity(registration, servletSecurityElement); in setServletSecurity()
/external/v8/src/heap/
Dspaces.cc754 MemoryAllocationCallbackRegistration registration = in PerformAllocationCallback() local
756 if ((registration.space & space) == space && in PerformAllocationCallback()
757 (registration.action & action) == action) in PerformAllocationCallback()
758 registration.callback(space, action, static_cast<int>(size)); in PerformAllocationCallback()
776 MemoryAllocationCallbackRegistration registration(callback, space, action); in AddMemoryAllocationCallback() local
778 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
731 .. _writing-an-llvm-pass-registration:
733 Pass registration
737 illustrated how pass registration works, and discussed some of the reasons that
947 Although :ref:`Pass Registration <writing-an-llvm-pass-registration>` is
981 human readable name provided for it. Unlike registration of passes, there is
1230 feedback to the user. This is where pass registration comes into play.
1232 The fundamental mechanisms for pass registration are the
DCompilerWriterInfo.rst93 * `z/Architecture Principles of Operation (registration required, free sign-up) <http://www-01.ibm.…
/external/libunwind/
DTODO57 + implement the remote-lookup of the dynamic registration list

123