Home
last modified time | relevance | path

Searched refs:exposed (Results 1 – 25 of 134) sorted by relevance

123456

/external/llvm/lib/Support/
DREADME.txt.system23 1. No system header files are to be exposed through the interface.
24 2. Std C++ and Std C header files are okay to be exposed through the interface.
25 3. No exposed system-specific functions.
26 4. No exposed system-specific data.
/external/dagger2/compiler/src/it/functional-tests/src/test/java/test/
DGenericTest.java117 Exposed exposed = component.exposed(); in packagePrivateTypeParameterDependencies() local
118 assertThat(exposed.gpp.t).isNotNull(); in packagePrivateTypeParameterDependencies()
119 assertThat(exposed.gpp2).isNotNull(); in packagePrivateTypeParameterDependencies()
/external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/
DCheckedProviderMethod.java50 private final boolean exposed; field in CheckedProviderMethod
71 this.exposed = method.isAnnotationPresent(Exposed.class); in CheckedProviderMethod()
96 if (exposed) { in configure()
/external/webrtc/webrtc/tools/rtcbot/
DREADME12 no access to node.js specifics other than the exposed api via a test variable.
14 Part of the exposed api (test.spawnBot) allows a test to spawn a bot and
15 access its exposed API. Details are in botmanager.js.
/external/chromium-trace/catapult/third_party/Paste/paste/evalexception/
Dmiddleware.py128 wsgiapp_wrapper.exposed = True
214 media.exposed = True
223 mochikit.exposed = True
236 summary.exposed = True
253 view.exposed = True
/external/guice/core/src/com/google/inject/internal/
DProviderMethod.java103 private final boolean exposed; field in ProviderMethod
118 this.exposed = method.isAnnotationPresent(Exposed.class); in ProviderMethod()
156 if (exposed) { in configure()
DAbstractBindingProcessor.java114 ExposedBindingImpl exposed = (ExposedBindingImpl) original; in isOkayDuplicate() local
115 InjectorImpl exposedFrom = (InjectorImpl) exposed.getPrivateElements().getInjector(); in isOkayDuplicate()
/external/autotest/client/common_lib/cros/fake_device_server/
Dmeta_handler.py15 exposed = True variable in MetaHandler
Dfail_control.py17 exposed = True variable in FailControl
Doauth.py25 exposed = True variable in OAuth
Dcommands.py24 exposed = True variable in Commands
/external/guice/extensions/grapher/test/com/google/inject/grapher/demo/
DDeLorian.java27 @Inject PrivateTestModule.Exposed exposed; field in DeLorian
/external/guice/core/src/com/google/inject/util/
DModules.java187 for(Key exposed : privateElements.getExposedKeys()) { in configure()
188 privateBinder.withSource(privateElements.getExposedSource(exposed)).expose(exposed); in configure()
/external/guice/extensions/servlet/test/com/google/inject/servlet/
DServletScopesTest.java196 for (Key<?> exposed : privateElements.getExposedKeys()) { in indexBindings()
197 builder.put(exposed, privateBindings.get(exposed)); in indexBindings()
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/
DGenericComponent.java34 Exposed exposed(); in exposed() method
/external/llvm/test/Transforms/AtomicExpand/X86/
Dexpand-atomic-rmw-initial-load.ll4 ; It isn't technically target specific, but is exposed through a pass that is.
/external/llvm/test/Transforms/LoopSimplify/
D2003-04-25-AssertFail.ll1 ; This testcase exposed a problem with the loop identification pass (LoopInfo).
/external/llvm/docs/
DSystemLibrary.rst70 exposed through the ``lib/System`` interface. These headers and the things they
78 template library may be exposed through the ``lib/System`` interface. These
133 must not be exposed through the ``lib/System`` interface, even if the header
134 file for that function is not exposed. This prevents inadvertent use of system
149 not be exposed through the ``lib/System`` interface, even if the header file
150 for that function is not exposed. As with functions, this prevents inadvertent
/external/autotest/client/site_tests/peerd_AdvertiseServices/
Dcontrol14 service advertisements from Avahi as services are exposed through peerd.
/external/autotest/client/site_tests/network_BasicProfileProperties/
Dcontrol13 This test fails if basic DBus properties exposed by shill fail to work as
/external/llvm/test/CodeGen/PowerPC/
Dindexed-load.ll3 ; The SplitIndexingFromLoad tranformation exposed an isel backend bug. This
/external/autotest/client/site_tests/network_ChromeCellularNetworkProperties/
Dcontrol17 that Service properties exposed by shill are propagated to Chrome. The API call
/external/autotest/client/site_tests/network_CDMAActivate/
Dcontrol26 This test verifies that the activation state exposed by ModemManager is
/external/autotest/client/site_tests/network_3GDisconnectFailure/
Dcontrol13 The test will fail if the cellular service exposed by shill is in an
/external/llvm/lib/Target/AMDGPU/
DSIIntrinsics.td23 // Fully-flexible TBUFFER_STORE_FORMAT_* except for the ADDR64 bit, which is not exposed
41 // Fully-flexible BUFFER_LOAD_DWORD_* except for the ADDR64 bit, which is not exposed

123456