/hardware/intel/common/libva/test/putsurface/ |
putsurface_wayland.c | 105 struct wl_registry *registry; member in struct:display 180 struct wl_registry *registry, 190 wl_registry_bind(registry, id, &wl_compositor_interface, 1); 192 d->shell = wl_registry_bind(registry, id, &wl_shell_interface, 1); 214 d->registry = wl_display_get_registry(d->display); 215 wl_registry_add_listener(d->registry, ®istry_listener, d);
|
/external/icu/icu4c/source/i18n/ |
translit.cpp | 90 * The mutex controlling access to registry object. 95 * System transliterator registry; non-null when initialized. 97 static icu::TransliteratorRegistry* registry = 0; variable 99 // Macro to check/initialize the registry. ONLY USE WITHIN 100 // MUTEX. Avoids function call when registry is initialized. 101 #define HAVE_REGISTRY(status) (registry!=0 || initializeRegistry(status)) [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
SignificantMotionTestActivity.java | 337 TriggerEventRegistry registry = awaitForEvent(); 340 TriggerEvent event = registry.triggerEvent; 373 registry.realtimeTimestampNanos, 379 TriggerEventRegistry registry = awaitForEvent(); 381 TriggerEvent event = registry.triggerEvent; 391 TriggerEventRegistry registry = mEventRegistry; 400 return registry != null ? registry : new TriggerEventRegistry(null, 0);
|
/external/chromium-trace/trace-viewer/third_party/webapp2/tests/ |
extras_auth_test.py | 212 self.assertEqual(len(app.registry), 0) 214 self.assertEqual(len(app.registry), 1) 222 self.assertEqual(len(app.registry), 0) 224 self.assertEqual(len(app.registry), 1) 233 self.assertEqual(len(req.registry), 0) 235 self.assertEqual(len(req.registry), 1) 243 self.assertEqual(len(req.registry), 0) 245 self.assertEqual(len(req.registry), 1)
|
/external/chromium-trace/trace-viewer/tracing/tracing/model/ |
event_registry.html | 17 // Create the type registry. 61 EventRegistry.addEventListener('registry-changed', function() {
|
/external/deqp/scripts/opengl/ |
gen_es31_wrapper.py | 29 def genES31WrapperFuncs (registry): 30 iface = getInterface(registry, api='gles2', version="3.1")
|
gen_es_direct_init.py | 35 def genESDirectInit (registry): 36 genCommandLists(registry, commandDirectInitStatement,
|
gen_es_static_library.py | 30 def genESStaticLibrary (registry): 31 genCommandLists(registry, commandLibraryEntry,
|
gen_func_init.py | 31 def genFuncInit (registry): 37 genCommandLists(registry, commandInitStatement,
|
/external/libvorbis/lib/ |
Makefile.am | 12 res0.c mapping0.c registry.c codebook.c sharedbook.c\ 16 registry.h scales.h window.h lookup.h lookup_data.h\
|
/external/pdfium/third_party/freetype/src/cid/ |
cidtoken.h | 27 T1_FIELD_STRING( "Registry", registry, 0 )
|
/external/replicaisland/src/com/replica/replicaisland/ |
ObjectRegistry.java | 22 * The object registry manages a collection of global singleton objects. However, it differs from 24 * - The objects managed by the registry have an undefined lifetime. They may become invalid at
|
BaseObject.java | 23 * BaseObject. BaseObject also defines the interface for the object-wide system registry.
|
/packages/apps/Email/tests/src/com/android/email/mail/transport/ |
SmtpSenderUnitTests.java | 169 message.mFrom = Address.parseToHeader("Jones@Registry.Org"); 170 message.mTo = Address.parseToHeader("Smith@Registry.Org"); 179 mockTransport.expect("MAIL FROM:<Jones@Registry.Org>", 180 "250 2.1.0 <Jones@Registry.Org> sender ok"); 181 mockTransport.expect("RCPT TO:<Smith@Registry.Org>", 182 "250 2.1.5 <Smith@Registry.Org> recipient ok"); 186 mockTransport.expect("From: Jones@Registry.Org"); 187 mockTransport.expect("To: Smith@Registry.Org");
|
/external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/ |
auth.py | 559 #: Key used to store :class:`AuthStore` in the app registry. 561 #: Key used to store :class:`Auth` in the request registry. 566 """Returns an instance of :class:`AuthStore` from the app registry. 568 It'll try to get it from the current app registry, and if it is not 576 The key used to store the instance in the registry. A default is used 583 store = app.registry.get(key) 585 store = app.registry[key] = factory(app) 591 """Sets an instance of :class:`AuthStore` in the app registry. 596 The key used to retrieve the instance from the registry. A default 603 app.registry[key] = stor [all...] |
/external/openssh/openbsd-compat/ |
port-aix.c | 325 * If we have setauthdb, retrieve the password registry for the user's 334 char *registry; local 341 if (getuserattr((char *)user, S_REGISTRY, ®istry, SEC_CHAR) == 0) { 342 if (setauthdb(registry, old_registry) == 0) 343 debug3("AIX/setauthdb set registry '%s'", registry); 345 debug3("AIX/setauthdb set registry '%s' failed: %s", 346 registry, strerror(errno)); 355 * Restore the user's registry settings from old_registry. 365 debug3("%s: restoring old registry '%s'", __func__ [all...] |
/external/apache-http/src/org/apache/http/impl/client/ |
AbstractAuthenticationHandler.java | 119 AuthSchemeRegistry registry = (AuthSchemeRegistry) context.getAttribute( local 121 if (registry == null) { 122 throw new IllegalStateException("AuthScheme registry not set in HTTP context"); 146 authScheme = registry.getAuthScheme(id, response.getParams());
|
/external/freetype/include/internal/services/ |
svcid.h | 32 const char* *registry,
|
/external/iptables/extensions/ |
dscp_helper.c | 5 * <http://www.iana.org/assignments/dscp-registry>
|
/external/llvm/bindings/ocaml/backends/ |
llvm_backend.mli.in | 16 in the target registry, which is necessary in order to emit assembly,
|
/external/llvm/include/llvm/ |
PassRegistry.h | 1 //===- llvm/PassRegistry.h - Pass Information Registry ----------*- C++ -*-===// 58 /// getPassRegistry - Access the global registry object, which is 72 /// registry. Required in order to use the pass with a PassManager. 76 // an analysis group) with the registry. Like registerPass, this is required
|
/external/mesa3d/docs/ |
patents.txt | 31 [2] http://www.opengl.org/registry/specs/ARB/texture_float.txt
|
/external/mesa3d/src/glsl/glcpp/ |
README | 7 http://www.opengl.org/registry/doc/GLSLangSpec.Full.1.30.10.pdf
|
/external/pdfium/third_party/freetype/include/internal/services/ |
svcid.h | 31 const char* *registry,
|
/frameworks/ex/framesequence/jni/ |
Android.mk | 36 Registry.cpp \
|