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

<<11121314151617181920>>

  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/EGL/
eglplatform.h 34 * by filing a bug against product "EGL" component "Registry".
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/EGL/
eglplatform.h 34 * by filing a bug against product "EGL" component "Registry".
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/EGL/
eglplatform.h 34 * by filing a bug against product "EGL" component "Registry".
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gre/
MockNodeProxy.java 23 import org.eclipse.ui.internal.registry.ViewDescriptor;
  /external/chromium-trace/trace-viewer/third_party/Paste/Paste.egg-info/
SOURCES.txt 68 docs/modules/registry.txt
104 paste/registry.py
  /external/llvm/include/llvm/CodeGen/
GCStrategy.h 58 #include "llvm/Support/Registry.h"
174 typedef Registry<GCStrategy> GCRegistry;
  /external/skia/tools/skpdiff/
skpdiff_main.cpp 20 // Note that some macs don't have this header and it can be downloaded from the Khronos registry
113 // TODO Find a better home for the diff registry. One possibility is to have the differs self
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/maven/2.0.6/
maven-2.0.6.pom 104 <module>maven-plugin-registry</module>
178 <artifactId>maven-plugin-registry</artifactId>
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven/2.0.6/
maven-2.0.6.pom 104 <module>maven-plugin-registry</module>
178 <artifactId>maven-plugin-registry</artifactId>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
EclipseLintRunner.java 103 IssueRegistry registry = EclipseLintClient.getRegistry(); local
104 EclipseLintClient client = new EclipseLintClient(registry, resources, doc, fatalOnly);
LintFixGenerator.java 219 IssueRegistry registry = EclipseLintClient.getRegistry(); local
220 Issue issue = registry.getIssue(id);
222 EclipseLintClient mClient = new EclipseLintClient(registry,
  /external/clang/lib/ASTMatchers/Dynamic/
Parser.cpp 16 #include "clang/ASTMatchers/Dynamic/Registry.h"
533 return Registry::lookupMatcherCtor(MatcherName);
540 return Registry::constructMatcher(Ctor, NameRange, Args, Error);
542 return Registry::constructBoundMatcher(Ctor, NameRange, BindID, Args,
549 return Registry::getAcceptedCompletionTypes(Context);
554 return Registry::getMatcherCompletions(AcceptedTypes);
  /external/google-breakpad/src/testing/src/
gmock-spec-builders.cc 54 // Protects the mock object registry (in class Mock), all function
266 // this information in the global mock registry. Will be called
527 // A global registry holding the state of all mock objects that are
528 // alive. A mock object is added to this registry the first time
530 // is removed from the registry in the mock object's destructor.
732 // registry when the last mock method associated with it has been
  /external/wpa_supplicant_8/wpa_supplicant/
config_winreg.c 2 * WPA Supplicant / Configuration backend: Windows registry
8 * This file implements a configuration backend for Windows registry. All the
9 * configuration information is stored in the registry and the format for
384 "registry key");
465 "configuration registry HKLM\\" TSTR, buf);
1002 "configuration registry %s: error %d", buf,
  /external/libnfc-nci/src/nfa/hci/
nfa_hci_act.c     [all...]
nfa_hci_main.c     [all...]
  /external/chromium-trace/
systrace_trace_viewer.html     [all...]
  /external/chromium-trace/trace-viewer/third_party/Paste/docs/
news.txt 228 * :class:`paste.registry.StackedObjectProxy`'s now include the proxied object's names via
277 * Fixed memory leak with ``paste.registry`` not properly removing
355 * Added method to ``paste.registry.StackedObjectProxy``,
445 * Added entry point for ``paste.registry.RegistryManager``
446 (``egg:Paste#registry``).
513 ``paste.registry``. This version of ``ConfigMiddleware`` will
537 * ``paste.registry`` now works within the ``EvalException``
800 * Added `paste.registry <module-paste.registry.html>`_, which is
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/lua/
luarun.swg 246 /* add this all into the Lua registry: */
731 /* gets the swig class registry (or creates it) */
734 /* add this all into the swig registry: */
736 lua_rawget(L,LUA_REGISTRYINDEX); /* get the registry */
752 SWIG_Lua_get_class_registry(L); /* get the registry */
755 lua_remove(L,-2); /* tidy up (remove registry) */
880 SWIG_Lua_get_class_registry(L); /* get the registry */
908 lua_rawset(L,-3); /* metatable into registry */
909 lua_pop(L,1); /* tidy stack (remove registry) */
    [all...]
  /sdk/find_java2/src/
JavaFinder.cpp 335 // Explore the registry to find a suitable version of Java.
408 // We'll do the registry test 3 times: first using the default mode,
409 // then forcing the use of the 32-bit registry then forcing the use of
410 // 64-bit registry. On Windows 2k, the 2 latter will fail since the
515 * Checks whether there's a recorded path in the registry and whether
  /external/apache-http/src/org/apache/http/impl/conn/
SingleClientConnManager.java 118 * @param schreg the scheme registry
125 ("Scheme registry must not be null.");
159 * @param schreg the scheme registry to use, or <code>null</code>
  /frameworks/ex/framesequence/jni/
FrameSequence_webp.cpp 365 // Registry
368 #include "Registry.h"
392 static Registry gRegister(gEntry);
  /hardware/ti/omap4-aah/domx/domx/profiling/src/
profile.c 175 /*clear handler registry */
233 /* identify the component from the registry */
268 /* identify the component from the registry */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 155 def __init__(self, registry, address, authkey, serializer):
157 self.registry = registry
380 self.registry[typeid]
541 def _run_server(cls, registry, address, authkey, serializer, writer,
550 server = cls._Server(registry, address, authkey, serializer)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 155 def __init__(self, registry, address, authkey, serializer):
157 self.registry = registry
380 self.registry[typeid]
541 def _run_server(cls, registry, address, authkey, serializer, writer,
550 server = cls._Server(registry, address, authkey, serializer)
    [all...]

Completed in 595 milliseconds

<<11121314151617181920>>