/packages/apps/Calendar/src/com/android/calendar/ |
CalendarApplication.java | 37 // Initialize the registry mapping some custom behavior.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
functiondiscoverycategories.h | 20 #define FCTN_CATEGORY_REGISTRY L"Provider\\Microsoft.Base.Registry"
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/GLES/ |
glplatform.h | 18 * by filing a bug against product "OpenGL-ES" component "Registry".
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES/ |
glplatform.h | 18 * by filing a bug against product "OpenGL-ES" component "Registry".
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/GLES/ |
glplatform.h | 18 * by filing a bug against product "OpenGL-ES" component "Registry".
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/GLES/ |
glplatform.h | 18 * by filing a bug against product "OpenGL-ES" component "Registry".
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/GLES/ |
glplatform.h | 18 * by filing a bug against product "OpenGL-ES" component "Registry".
|
/prebuilts/ndk/5/platforms/android-4/arch-arm/usr/include/GLES/ |
glplatform.h | 18 * by filing a bug against product "OpenGL-ES" component "Registry".
|
/prebuilts/ndk/6/platforms/android-4/arch-arm/usr/include/GLES/ |
glplatform.h | 18 * by filing a bug against product "OpenGL-ES" component "Registry".
|
/prebuilts/ndk/6/platforms/android-4/arch-x86/usr/include/GLES/ |
glplatform.h | 18 * by filing a bug against product "OpenGL-ES" component "Registry".
|
/external/clang/include/clang/ASTMatchers/Dynamic/ |
Parser.h | 38 #include "clang/ASTMatchers/Dynamic/Registry.h" 52 /// \brief Interface to connect the parser with the registry and more. 56 /// processor implementation would simply call into the registry to create 122 /// \brief Sema implementation that uses the matcher registry to process the 151 /// construct the matchers. If null, it uses the default registry. 182 /// construct the matchers. If null, it uses the default registry. 202 /// construct the matchers. If null, it uses the default registry.
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
CharsetProviderICU.java | 175 If a charset listed in the IANA Charset Registry is supported by an implementation 176 of the Java platform then its canonical name must be the name listed in the registry. 177 Many charsets are given more than one name in the registry, in which case the registry 178 identifies one of the names as MIME-preferred. If a charset has more than one registry 180 the registry must be valid aliases. If a supported charset is not listed in the IANA 181 registry then its canonical name must begin with one of the strings "X-" or "x-".
|
/external/icu/icu4c/source/i18n/ |
transreg.h | 39 * the registry code and the transliterator code that deadlocks. 67 * it when the registry mutex is NOT held, to prevent deadlock. 123 * A registry of system transliterators. This is the data structure 126 * transliterators. There is one instance of the registry that is 129 * The registry consists of a dynamic component -- a hashtable -- and 136 * delegates all registry-related operations to it. 161 * compound) attempt to instantiate it from the registry. Return 183 * OUTSIDE THE REGISTRY MUTEX, then call this method to retry 432 * Dynamic registry mapping full IDs to Entry objects. This 437 Hashtable registry; member in class:TransliteratorRegistry [all...] |
/external/apache-http/src/org/apache/http/client/protocol/ |
RequestAddCookies.java | 100 // Obtain the registry of cookie specs 101 CookieSpecRegistry registry= (CookieSpecRegistry) context.getAttribute( local 103 if (registry == null) { 104 this.log.info("CookieSpec registry not available in HTTP context"); 152 CookieSpec cookieSpec = registry.getCookieSpec(policy, request.getParams());
|
ClientContext.java | 46 public static final String COOKIESPEC_REGISTRY = "http.cookiespec-registry"; 47 public static final String AUTHSCHEME_REGISTRY = "http.authscheme-registry";
|
/external/jetty/src/config/etc/ |
jetty-jmx.xml | 61 can create a remote JMX connector. It requires RMI registry to 66 <!-- Optionally start the RMI registry. Normally RMI registry runs on 71 <Call name="createRegistry" class="java.rmi.registry.LocateRegistry"> 85 the RMI registry hostname and port number, that may need to be modified
|
/external/mesa3d/src/gallium/state_trackers/egl/wayland/ |
native_drm.c | 186 registry_handle_global(void *data, struct wl_registry *registry, uint32_t name, 192 drmdpy->wl_drm = wl_registry_bind(registry, name, &wl_drm_interface, 1); 207 drmdpy->base.registry = wl_display_get_registry(drmdpy->base.dpy); 208 wl_proxy_set_queue((struct wl_proxy *) drmdpy->base.registry, 210 wl_registry_add_listener(drmdpy->base.registry, ®istry_listener, drmdpy);
|
/external/deqp/framework/egl/ |
egluUtil.cpp | 441 static const Factory& selectFactory (const tcu::FactoryRegistry<Factory>& registry, const char* objectTypeName, const char* cmdLineArg) 445 const Factory* factory = registry.getFactoryByName(cmdLineArg); 453 for (size_t ndx = 0; ndx < registry.getFactoryCount(); ndx++) 454 tcu::print(" %s: %s\n", registry.getFactoryByIndex(ndx)->getName(), registry.getFactoryByIndex(ndx)->getDescription()); 459 else if (!registry.empty()) 460 return *registry.getDefaultFactory(); 465 const NativeDisplayFactory& selectNativeDisplayFactory (const NativeDisplayFactoryRegistry& registry, const tcu::CommandLine& cmdLine) 467 return selectFactory(registry, "display", cmdLine.getEGLDisplayType());
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
WireFormatTest.java | 164 ExtensionRegistry registry = TestUtil.getExtensionRegistry(); local 167 TestAllExtensions.parseFrom(rawBytes, registry); 177 ExtensionRegistry registry = TestUtil.getExtensionRegistry(); local 180 TestPackedExtensions.parseFrom(rawBytes, registry); 200 // Try again using a full extension registry. 201 ExtensionRegistry registry = TestUtil.getExtensionRegistry(); local 204 TestAllExtensionsLite.parseFrom(rawBytes, registry); 214 ExtensionRegistryLite registry = TestUtil.getExtensionRegistryLite(); local 217 TestPackedExtensionsLite.parseFrom(rawBytes, registry);
|
/frameworks/native/opengl/tools/glgen2/registry/ |
reg.py | 90 # BaseInfo - base class for information about a registry feature 99 """Represents the state of a registry feature, used during API generation""" 108 # TypeInfo - registry information about a type. No additional state 111 """Represents the state of a registry type""" 115 # GroupInfo - registry information about a group of related enums. 118 """Represents the state of a registry enumerant group""" 123 # EnumInfo - registry information about an enum 127 """Represents the state of a registry enum""" 134 # CmdInfo - registry information about a command 141 """Represents the state of a registry command"" [all...] |
/external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/ |
i18n.py | 830 #: Key used to store :class:`I18nStore` in the app registry. 832 #: Key used to store :class:`I18n` in the request registry. 837 """Returns an instance of :class:`I18nStore` from the app registry. 839 It'll try to get it from the current app registry, and if it is not 847 The key used to store the instance in the registry. A default is used 854 store = app.registry.get(key) 856 store = app.registry[key] = factory(app) 862 """Sets an instance of :class:`I18nStore` in the app registry. 867 The key used to retrieve the instance from the registry. A default 874 app.registry[key] = stor [all...] |
/external/deqp/framework/opengl/ |
gluRenderContext.cpp | 121 const ContextFactoryRegistry& registry = platform.getGLPlatform().getContextFactoryRegistry(); local 127 if (registry.empty()) 138 factory = registry.getFactoryByName(factoryName); 145 for (int factoryNdx = 0; factoryNdx < (int)registry.getFactoryCount(); factoryNdx++) 147 const ContextFactory* curFactory = registry.getFactoryByIndex(factoryNdx); 155 factory = registry.getDefaultFactory();
|
/external/libnfc-nci/src/hal/int/ |
nfc_brcm_defs.h | 308 /* Card emulation RF Gate A registry information */ 325 /* Card emulation RF Gate B registry information */ 339 /* Card emulation RF Gate BP registry information */ 351 /* Card emulation RF Gate F registry information */ 360 /* Reader RF Gate A registry information */ 367 /* Reader RF Gate B registry information */
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/ |
config.py | 5 from paste.registry import RegistryManager, StackedObjectProxy 101 environ['paste.registry'].register(dispatching_config,
|
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/api/ |
webapp2.rst | 54 debug, router, config, registry, error_handlers, app, request, 104 :members: app, response, route, route_args, route_kwargs, registry,
|