HomeSort by relevance Sort by last modified time
    Searched refs:exposed (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /external/autotest/client/common_lib/cros/fake_device_server/
meta_handler.py 15 exposed = True variable in class:MetaHandler
fail_control.py 17 exposed = True variable in class:FailControl
oauth.py 25 exposed = True variable in class:OAuth
commands.py 24 exposed = True variable in class:Commands
  /external/guice/extensions/grapher/test/com/google/inject/grapher/demo/
DeLorian.java 27 @Inject PrivateTestModule.Exposed exposed; field in class:DeLorian
  /compatibility/cdd/3_software/
3_6_api-namespaces.md 16 * [C-0-1] MUST NOT modify the publicly exposed APIs on the Android platform
19 * [C-0-2] MUST NOT add any publicly exposed elements (such as classes or
21 or System APIs to the APIs in the above namespaces. A ?publicly exposed
29 any publicly exposed APIs.
30 * [C-0-4] MUST NOT be advertised or otherwise exposed to developers.
3_1_managed-api-compatibility.md 5 set of Android platform interfaces exposed to applications running in the
9 including all documented behaviors, of any documented API exposed by the
  /external/dagger2/compiler/src/it/functional-tests/src/main/java/test/
GenericComponent.java 19 import test.sub.Exposed;
34 Exposed exposed(); method in interface:GenericComponent
  /hardware/qcom/media/msm8974/mm-video-v4l2/DivxDrmDecrypt/
Android.mk 5 # Deploy the headers that can be exposed
  /external/python/cpython2/Lib/multiprocessing/
managers.py 242 obj, exposed, gettypeid = id_to_obj[ident]
244 if methodname not in exposed:
246 'method %r of %r object is not in exposed=%r' %
247 (methodname, type(obj), exposed)
379 callable, exposed, method_to_typeid, proxytype = \
388 if exposed is None:
389 exposed = public_methods(obj)
392 exposed = list(exposed) + list(method_to_typeid)
398 self.id_to_obj[ident] = (obj, set(exposed), method_to_typeid
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
managers.py 242 obj, exposed, gettypeid = id_to_obj[ident]
244 if methodname not in exposed:
246 'method %r of %r object is not in exposed=%r' %
247 (methodname, type(obj), exposed)
379 callable, exposed, method_to_typeid, proxytype = \
388 if exposed is None:
389 exposed = public_methods(obj)
392 exposed = list(exposed) + list(method_to_typeid)
398 self.id_to_obj[ident] = (obj, set(exposed), method_to_typeid
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
managers.py 242 obj, exposed, gettypeid = id_to_obj[ident]
244 if methodname not in exposed:
246 'method %r of %r object is not in exposed=%r' %
247 (methodname, type(obj), exposed)
379 callable, exposed, method_to_typeid, proxytype = \
388 if exposed is None:
389 exposed = public_methods(obj)
392 exposed = list(exposed) + list(method_to_typeid)
398 self.id_to_obj[ident] = (obj, set(exposed), method_to_typeid
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 242 obj, exposed, gettypeid = id_to_obj[ident]
244 if methodname not in exposed:
246 'method %r of %r object is not in exposed=%r' %
247 (methodname, type(obj), exposed)
379 callable, exposed, method_to_typeid, proxytype = \
388 if exposed is None:
389 exposed = public_methods(obj)
392 exposed = list(exposed) + list(method_to_typeid)
398 self.id_to_obj[ident] = (obj, set(exposed), method_to_typeid
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 242 obj, exposed, gettypeid = id_to_obj[ident]
244 if methodname not in exposed:
246 'method %r of %r object is not in exposed=%r' %
247 (methodname, type(obj), exposed)
379 callable, exposed, method_to_typeid, proxytype = \
388 if exposed is None:
389 exposed = public_methods(obj)
392 exposed = list(exposed) + list(method_to_typeid)
398 self.id_to_obj[ident] = (obj, set(exposed), method_to_typeid
    [all...]
  /external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/
CheckedProviderMethod.java 21 import com.google.inject.Exposed;
50 private final boolean exposed; field in class:CheckedProviderMethod
71 this.exposed = method.isAnnotationPresent(Exposed.class);
96 if (exposed) {
98 // misplaced @Exposed, calling this will add an error to the binder's error queue
  /external/dagger2/compiler/src/it/functional-tests/src/test/java/test/
GenericTest.java 25 import test.sub.Exposed;
117 Exposed exposed = component.exposed(); local
118 assertThat(exposed.gpp.t).isNotNull();
119 assertThat(exposed.gpp2).isNotNull();
  /external/guice/core/src/com/google/inject/internal/
AbstractBindingProcessor.java 110 * @param binding the binding to check (candidate for the exposed binding)
114 ExposedBindingImpl exposed = (ExposedBindingImpl) original; local
115 InjectorImpl exposedFrom = (InjectorImpl) exposed.getPrivateElements().getInjector();
ProviderMethod.java 23 import com.google.inject.Exposed;
103 private final boolean exposed; field in class:ProviderMethod
118 this.exposed = method.isAnnotationPresent(Exposed.class);
132 // exposed for GIN
156 if (exposed) {
158 // misplaced @Exposed, calling this will add an error to the binder's error queue
  /external/python/cpython2/Doc/includes/
mp_newtype.py 51 MyManager.register('Foo2', Foo, exposed=('g', '_h'))
  /prebuilts/go/darwin-x86/src/internal/nettrace/
nettrace.go 7 // net/http/httptrace package and has no stable API exposed to end
17 // It is not exposed to outsider users. (But see issue 12503)
  /prebuilts/go/linux-x86/src/internal/nettrace/
nettrace.go 7 // net/http/httptrace package and has no stable API exposed to end
17 // It is not exposed to outsider users. (But see issue 12503)
  /external/guice/core/src/com/google/inject/util/
Modules.java 69 * Otherwise, private bindings will not be overwritten unless they are exposed.
89 * Otherwise, private bindings will not be overwritten unless they are exposed.
187 for(Key exposed : privateElements.getExposedKeys()) {
188 privateBinder.withSource(privateElements.getExposedSource(exposed)).expose(exposed);
  /external/guice/extensions/servlet/test/com/google/inject/servlet/
ServletScopesTest.java 196 for (Key<?> exposed : privateElements.getExposedKeys()) {
197 builder.put(exposed, privateBindings.get(exposed));
  /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
EphemeralTest.java 51 // a normally installed application with implicitly exposed components
55 // a normally installed application with no exposed components
153 // each connection to an exposed component needs to run in its own test to
154 // avoid sharing state. once an instant app is exposed to a component, it's
155 // exposed until the device restarts or the instant app is removed.
193 final boolean exposed = isIntentExposed(testArgs);
194 if (exposed) {
  /device/sample/products/
sample_addon.mk 26 # Copy the jar files for the optional libraries that are exposed as APIs.

Completed in 678 milliseconds

1 2 3 4