HomeSort by relevance Sort by last modified time
    Searched defs:expose (Results 1 - 14 of 14) sorted by null

  /external/webrtc/webrtc/tools/rtcbot/bot/
api.js 28 function expose(obj, src, method, casts) { function
36 window.expose = expose;
  /external/guice/core/src/com/google/inject/
PrivateBinder.java 31 void expose(Key<?> key); method in interface:PrivateBinder
35 * com.google.inject.binder.AnnotatedElementBuilder#annotatedWith(Class) annotatedWith()} to expose {@code type} with a
38 AnnotatedElementBuilder expose(Class<?> type); method in interface:PrivateBinder
42 * AnnotatedElementBuilder#annotatedWith(Class) annotatedWith()} to expose {@code type} with a
45 AnnotatedElementBuilder expose(TypeLiteral<?> type); method in interface:PrivateBinder
PrivateModule.java 37 * This module may expose the bindings it creates and the bindings of the modules it installs.
45 * <p>Guice EDSL bindings can be exposed with {@link #expose(Class) expose()}. {@literal @}{@link
53 * expose(Foo.class);
56 * expose(Bar.class).annotatedWith(Transactional.class);
107 * Creates bindings and other configurations private to this module. Use {@link #expose(Class)
108 * expose()} to make the bindings in this module available externally.
113 protected final <T> void expose(Key<T> key) { method in class:PrivateModule
114 binder().expose(key);
119 * AnnotatedElementBuilder#annotatedWith(Class) annotatedWith()} to expose {@code type} with
122 protected final AnnotatedElementBuilder expose(Class<?> type) { method in class:PrivateModule
131 protected final AnnotatedElementBuilder expose(TypeLiteral<?> type) { method in class:PrivateModule
    [all...]
  /frameworks/wilhelm/src/
entry.cpp 102 // now expose additional interfaces not requested by the earlier engine create
114 BoolHook expose = mi->mExpose; local
115 if ((NULL == expose) || (*expose)((char *) thiz + x->mOffset)) {
118 // FIXME log or report to application that expose hook failed
sles.cpp 162 // Expose all implicit interfaces
215 // The requested interface was both found and available, so expose it
560 // if interface is exposed, also call the optional expose hook
561 BoolHook expose; local
562 state = (exposedMask & 1) && ((NULL == (expose = mi->mExpose)) || (*expose)(self)) ?
564 // FIXME log or report to application if an expose hook on a
  /frameworks/wilhelm/src/itf/
IDynamicInterfaceManagement.cpp 56 BoolHook expose = MPH_init_table[MPH].mExpose; local
57 // call the optional expose hook
58 if ((NULL == expose) || (*expose)(thisItf)) {
164 // call the optional expose hook
165 BoolHook expose = MPH_init_table[MPH].mExpose; local
166 if ((NULL == expose) || (*expose)(thisItf)) {
  /external/guice/core/src/com/google/inject/internal/
ProviderMethod.java 159 ((PrivateBinder) binder).expose(key); method
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
AndroidCamera2AgentImpl.java 80 * expose stable, we cannot simply remove them in such a case; instead, we insert {@code null}s
622 Camera2RequestSettingsSet expose = local
624 expose.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER,
628 expose.createRequest(mCamera, CameraDevice.TEMPLATE_PREVIEW,
    [all...]
  /external/guice/core/src/com/google/inject/spi/
Elements.java 460 public void expose(Key<?> key) { method in class:Elements.RecordingBinder
465 public AnnotatedElementBuilder expose(Class<?> type) { method in class:Elements.RecordingBinder
470 public AnnotatedElementBuilder expose(TypeLiteral<?> type) { method in class:Elements.RecordingBinder
476 addError("Cannot expose %s on a standard binder. "
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xproto.h 1033 } expose;
1030 } expose; member in union:_xEvent::__anon61491
    [all...]
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/
sisu-guice-3.1.0-no_aop.jar 
sisu-guice-3.1.0.jar 
  /external/testng/lib-supplied/
guice-2.0.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 

Completed in 308 milliseconds