HomeSort by relevance Sort by last modified time
    Searched full:registry (Results 226 - 250 of 1331) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/GLES2/
gl2platform.h 17 * by filing a bug against product "OpenGL-ES" component "Registry".
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/GLES/
glplatform.h 17 * by filing a bug against product "OpenGL-ES" component "Registry".
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/GLES2/
gl2platform.h 17 * by filing a bug against product "OpenGL-ES" component "Registry".
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/GLES/
glplatform.h 17 * by filing a bug against product "OpenGL-ES" component "Registry".
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/GLES2/
gl2platform.h 17 * by filing a bug against product "OpenGL-ES" component "Registry".
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/GLES/
glplatform.h 17 * by filing a bug against product "OpenGL-ES" component "Registry".
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/GLES2/
gl2platform.h 17 * by filing a bug against product "OpenGL-ES" component "Registry".
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 1 //===--- Registry.cpp - Matcher registry -------------------------===//
11 /// \brief Registry map populated at static initialization time.
15 #include "clang/ASTMatchers/Dynamic/Registry.h"
72 /// \brief Generate a registry map with all the known matchers.
362 llvm::Optional<MatcherCtor> Registry::lookupMatcherCtor(StringRef MatcherName) {
390 std::vector<ArgKind> Registry::getAcceptedCompletionTypes(
421 Registry::getMatcherCompletions(ArrayRef<ArgKind> AcceptedTypes) {
424 // Search the registry for acceptable matchers.
499 VariantMatcher Registry::constructMatcher(MatcherCtor Ctor
    [all...]
  /external/chromium-trace/trace-viewer/third_party/Paste/Paste.egg-info/
entry_points.txt 43 registry = paste.registry:make_registry_manager
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerRegistry.h 33 // void clang_registerCheckers (CheckerRegistry &registry) {
34 // registry.addChecker<MainCallChecker>("example.MainCallChecker",
45 // registry. If any checkers require additional initialization, use the three-
100 /// Adds a checker to the registry. Use this non-templated overload when your
105 /// Adds a checker to the registry. Use this templated overload when your
121 /// Prints the name and description of all checkers in this registry.
  /external/deqp/scripts/khr_util/
registry.py 179 class Registry:
281 def createInterface(registry, spec, api=None):
297 return parseType(registry.types[name, api])
303 return parseEnum(registry.enums[enumName, api])
328 eCmd = registry.commands[commandName]
343 eGroup = registry.groups[name]
364 # This is a mess because the registry contains alias chains whose
371 aliasCommand = registry.commands[alias]
386 def spec(registry, api, version=None, profile=None, extensionNames=[], protects=[], force=False):
397 for eFeature in registry.getFeatures(api, check)
    [all...]
  /external/chromium-trace/trace-viewer/third_party/webapp2/docs/guide/
app.rst 118 .. _guide.app.registry:
120 Registry
123 are shared between requests: it is the :attr:`webapp2.WSGIApplication.registry`
135 my_parser = app.registry.get('my_parser')
141 # Register the instance in the registry.
142 app.registry['my_parser'] = my_parser
146 The registry can be used to lazily instantiate objects when needed, and keep a
149 A registry dictionary is also available in the
150 :ref:`request object <guide.request.registry>`, to store shared objects
267 access the app registry or configuration values:
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
qosregistry.h 325 name Registry-specific QOS_FN_xxx definitions
329 desc These are defines for the registry-specific function codes
361 Creates empty Registry, then adds all the default system resources
369 QOSREGISTRY* ptr to new system registry
389 Deletes Registry and cleans up QoS Gateway & Registry objects that it
394 registry ptr to previously created registry
406 void DSPRegistry_Delete(struct QOSREGISTRY *registry);
428 registry system registry
    [all...]
  /hardware/ti/omap3/dspbridge/libbridge/inc/
qosregistry.h 319 name Registry-specific QOS_FN_xxx definitions
323 desc These are defines for the registry-specific function codes
355 Creates empty Registry, then adds all the default system resources
363 QOSREGISTRY* ptr to new system registry
383 Deletes Registry and cleans up QoS Gateway & Registry objects that it
388 registry ptr to previously created registry
400 void DSPRegistry_Delete(struct QOSREGISTRY *registry);
422 registry system registr
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
MessageReflection.java 238 ExtensionRegistry registry, String name);
241 ExtensionRegistry registry, Descriptors.Descriptor containingType,
322 Object parseGroup(CodedInputStream input, ExtensionRegistryLite registry,
330 Object parseMessage(CodedInputStream input, ExtensionRegistryLite registry,
340 ByteString bytes, ExtensionRegistryLite registry,
433 ExtensionRegistry registry, String name) {
434 return registry.findImmutableExtensionByName(name);
438 ExtensionRegistry registry, Descriptors.Descriptor containingType,
440 return registry.findImmutableExtensionByNumber(containingType,
594 ExtensionRegistry registry, String name)
616 input.readGroup(field.getNumber(), subBuilder, registry); local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/wayland/
native_shm.c 137 registry_handle_global(void *data, struct wl_registry *registry, uint32_t name,
143 shmdpy->wl_shm = wl_registry_bind(registry, name, &wl_shm_interface, 1);
159 shmdpy->base.registry = wl_display_get_registry(shmdpy->base.dpy);
160 wl_proxy_set_queue((struct wl_proxy *) shmdpy->base.registry,
162 wl_registry_add_listener(shmdpy->base.registry, &registry_listener, shmdpy);
  /hardware/intel/common/libva/va/wayland/
va_wayland_drm.c 47 struct wl_registry *registry; member in struct:va_wayland_drm_context
149 struct wl_registry *registry,
159 wl_registry_bind(wl_drm_ctx->registry, id, wl_drm_ctx->drm_interface, 1);
203 wl_drm_ctx->registry = wl_display_get_registry(ctx->native_dpy);
204 wl_registry_add_listener(wl_drm_ctx->registry, &registry_listener, wl_drm_ctx);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
__init__.py 66 # registry, so this call doesn't recurse. (See unicodeobject.c
119 # Now ask the module for the registry entry
139 # Cache the codec registry entry
153 # Return the registry entry
156 # Register the search_function in the Python codec registry
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
__init__.py 66 # registry, so this call doesn't recurse. (See unicodeobject.c
119 # Now ask the module for the registry entry
139 # Cache the codec registry entry
153 # Return the registry entry
156 # Register the search_function in the Python codec registry
  /external/llvm/tools/opt/
opt.cpp 309 void initializePollyPasses(llvm::PassRegistry &Registry);
331 PassRegistry &Registry = *PassRegistry::getPassRegistry();
332 initializeCore(Registry);
333 initializeScalarOpts(Registry);
334 initializeObjCARCOpts(Registry);
335 initializeVectorization(Registry);
336 initializeIPO(Registry);
337 initializeAnalysis(Registry);
338 initializeIPA(Registry);
339 initializeTransformUtils(Registry);
    [all...]
  /external/clang/unittests/ASTMatchers/Dynamic/
RegistryTest.cpp 1 //===- unittest/ASTMatchers/Dynamic/RegistryTest.cpp - Registry unit tests -===//
11 #include "clang/ASTMatchers/Dynamic/Registry.h"
39 return Registry::lookupMatcherCtor(MatcherName);
49 Out = Registry::constructMatcher(*Ctor, SourceRange(), Args(), Error);
62 Out = Registry::constructMatcher(*Ctor, SourceRange(), Args(Arg1), Error);
76 Out = Registry::constructMatcher(*Ctor, SourceRange(), Args(Arg1, Arg2),
86 return Registry::getMatcherCompletions(
87 Registry::getAcceptedCompletionTypes(Context));
96 return Registry::getMatcherCompletions(
97 Registry::getAcceptedCompletionTypes(Context))
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
BuildMachineManager.java 31 * This class finds an available build machine by reading a registry of build
36 // registry mapping of machines being used by a given build
43 // createKey is written to the registry with the machine name that is
  /external/llvm/lib/Target/
Target.cpp 36 void llvm::initializeTarget(PassRegistry &Registry) {
37 initializeTargetLibraryInfoWrapperPassPass(Registry);
38 initializeTargetTransformInfoWrapperPassPass(Registry);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
warnings.py 211 registry = globals.setdefault("__warningregistry__", {})
212 warn_explicit(message, category, filename, lineno, module, registry,
216 module=None, registry=None, module_globals=None):
222 if registry is None:
223 registry = {}
232 if registry.get(key):
246 registry[key] = 1
257 registry[key] = 1
265 registry[key] = 1
267 if registry.get(altkey)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
warnings.py 211 registry = globals.setdefault("__warningregistry__", {})
212 warn_explicit(message, category, filename, lineno, module, registry,
216 module=None, registry=None, module_globals=None):
222 if registry is None:
223 registry = {}
232 if registry.get(key):
246 registry[key] = 1
257 registry[key] = 1
265 registry[key] = 1
267 if registry.get(altkey)
    [all...]

Completed in 280 milliseconds

1 2 3 4 5 6 7 8 91011>>