Searched defs:Registration (Results 1 - 7 of 7) sorted by relevance

/external/compiler-rt/lib/profile/
H A DInstrProfilingRuntime.cc28 RegisterRuntime Registration; member in namespace:__anon2888
/external/chromium-trace/trace-viewer/tracing/third_party/components/webcomponentsjs/
H A Dwebcomponents-lite.js156 registration = new Registration(this, target, options);
225 function Registration(observer, target, options) { class
231 Registration.prototype = {
1458 throw new Error("Failed to execute 'registerElement' on 'Document': Registration failed for type '" + String(name) + "'. The type name is invalid.");
H A DShadowDOM.js671 registration = new Registration(this, target, newOptions);
695 function Registration(observer, target, options) { class
701 Registration.prototype = {
H A Dwebcomponents.js710 registration = new Registration(this, target, newOptions);
734 function Registration(observer, target, options) { class
740 Registration.prototype = {
5792 throw new Error("Failed to execute 'registerElement' on 'Document': Registration failed for type '" + String(name) + "'. The type name is invalid.");
/external/jetty/src/java/org/eclipse/jetty/servlet/
H A DFilterHolder.java183 _registration = new Registration();
190 protected class Registration extends HolderRegistration implements FilterRegistration.Dynamic class in class:FilterHolder
H A DServletHolder.java599 if (((Registration)getRegistration()).getMultipartConfig() != null)
680 MultipartConfigElement mpce = ((Registration)getRegistration()).getMultipartConfig();
751 public class Registration extends HolderRegistration implements ServletRegistration.Dynamic class in class:ServletHolder
850 _registration = new Registration();
/external/jetty/lib/
H A Djavax.servlet-3.0.0.v201112011016.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 276 milliseconds