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

<<11121314151617181920>>

  /packages/services/Telephony/src/com/android/services/telephony/
PstnIncomingCallNotifier.java 256 TelecomAccountRegistry registry = TelecomAccountRegistry.getInstance(null); local
257 if (registry != null) {
258 TelephonyConnectionService service = registry.getTelephonyConnectionService();
  /external/apache-http/src/org/apache/http/impl/conn/
DefaultClientConnectionOperator.java 80 /** The scheme registry for looking up socket factories. */
85 * Creates a new client connection operator for the given scheme registry.
87 * @param schemes the scheme registry
92 ("Scheme registry must not be null.");
  /external/chromium-trace/trace-viewer/third_party/webapp2/tests/
extras_sessions_test.py 186 self.assertEqual(len(req.registry), 0)
188 self.assertEqual(len(req.registry), 1)
200 self.assertEqual(len(req.registry), 0)
202 self.assertEqual(len(req.registry), 1)
  /external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/
sessions.py 430 #: Key used to store :class:`SessionStore` in the request registry.
435 """Returns an instance of :class:`SessionStore` from the request registry.
437 It'll try to get it from the current request registry, and if it is not
445 The key used to store the instance in the registry. A default is used
452 store = request.registry.get(key)
454 store = request.registry[key] = factory(request)
460 """Sets an instance of :class:`SessionStore` in the request registry.
465 The key used to retrieve the instance from the registry. A default
472 request.registry[key] = store
  /external/compiler-rt/lib/lsan/
lsan_thread.h 11 // Thread registry for standalone LSan.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.jre11_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
JRE-1.1.zip 
  /external/fio/
GFIO-TODO 33 using gfonf on Linux, registry on Windows, ?? on OSX.
  /external/libvorbis/macosx/Vorbis.xcodeproj/
project.pbxproj 25 738836050B18FFF8005C7A69 /* registry.c in Sources */ = {isa = PBXBuildFile; fileRef = F5D8F65503389C830112CE8F /* registry.c */; };
95 F5D8F65503389C830112CE8F /* registry.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = registry.c; sourceTree = "<group>"; };
96 F5D8F65603389C830112CE8F /* registry.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = registry.h; sourceTree = "<group>"; };
199 F5D8F65503389C830112CE8F /* registry.c */,
200 F5D8F65603389C830112CE8F /* registry.h */,
350 738836050B18FFF8005C7A69 /* registry.c in Sources */,
  /external/libvorbis/symbian/
vorbis.mmp 39 SOURCE lookup.c lpc.c lsp.c mapping0.c mdct.c psy.c registry.c res0.c sharedbook.c
  /external/llvm/include/llvm/Support/
TargetRegistry.h 586 /// @name Registry Access
624 /// while another thread is attempting to access the registry. Typically
644 /// while another thread is attempting to access the registry. Typically
657 /// while another thread is attempting to access the registry. Typically
671 /// while another thread is attempting to access the registry. Typically
691 /// while another thread is attempting to access the registry. Typically
704 /// while another thread is attempting to access the registry. Typically
718 /// while another thread is attempting to access the registry. Typically
732 /// while another thread is attempting to access the registry. Typically
745 /// while another thread is attempting to access the registry. Typicall
    [all...]
  /external/llvm/lib/CodeGen/
MachinePassRegistry.cpp 10 // This file contains the machine function pass registry for register allocators
  /external/mesa3d/src/gallium/state_trackers/egl/wayland/
native_wayland.h 49 struct wl_registry *registry; member in struct:wayland_display
  /external/nanopb-c/generator/proto/
nanopb.proto 45 // Protocol Buffers extension number registry
  /external/selinux/libsemanage/tests/
libsemanage-tests.c 54 /* Initialize the CUnit test registry. */
  /external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/spi/
LoggerRepository.java 31 * can act as a point of registry for events related to loggers.
  /frameworks/base/core/java/android/database/
Observable.java 25 * a registry of observers of specific types and dispatch notifications to them.
  /frameworks/data-binding/baseLibrary/src/main/java/android/databinding/
Observable.java 32 * can help classes that don't extend BaseObservable to implement the listener registry.
  /packages/apps/Gallery2/jni/
jni_egl_fence.cpp 64 // http://www.khronos.org/registry/vg/extensions/KHR/EGL_KHR_fence_sync.txt
  /packages/services/Telecomm/src/com/android/server/telecom/
PhoneStateBroadcaster.java 38 "telephony.registry"));
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/maven-project/2.0.6/
maven-project-2.0.6.pom 58 <artifactId>maven-plugin-registry</artifactId>
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-project/2.0.7/
maven-project-2.0.7.pom 58 <artifactId>maven-plugin-registry</artifactId>
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-project/2.0.8/
maven-project-2.0.8.pom 58 <artifactId>maven-plugin-registry</artifactId>
  /sdk/eclipse/
dictionary.txt 244 registry
  /sdk/find_java2/src/
utils.h 55 // The registry is also remapped.
  /system/keymaster/
operation.h 39 // Required for registry

Completed in 6275 milliseconds

<<11121314151617181920>>