Home
last modified time | relevance | path

Searched refs:expose (Results 1 – 25 of 390) sorted by relevance

12345678910>>...16

/external/guice/core/test/com/google/inject/
DPrivateModuleTest.java55 expose(AB.class).annotatedWith(named("one")); in testBasicUsage()
66 expose(AB.class).annotatedWith(named("two")); in testBasicUsage()
89 bindA.expose(String.class).annotatedWith(named("a")); in testWithoutPrivateModules()
94 bindB.expose(String.class).annotatedWith(named("b")); in testWithoutPrivateModules()
131 ((PrivateBinder) binder()).expose(String.class).annotatedWith(named("a")); in testMisplacedExposeStatement()
155 expose(String.class).annotatedWith(named("a")); in testPrivateModulesAndProvidesMethods()
220 expose(String.class); in testCannotBindAKeyExportedByASibling()
258 expose(AB.class); in testExposeButNoBind()
314 expose(String.class); in testNestedPrivateInjectors()
321 expose(String.class); in testNestedPrivateInjectors()
[all …]
DJitBindingsTest.java464 expose(FooBar.class); in testPrivateModulesInheritOptions()
487 expose(Foo.class); in testPrivateModulesInheritOptions()
511 expose(FooBar.class); in testPrivateModuleAddsOption()
546 expose(FooBar.class); in testPrivateModuleSiblingsDontShareOption()
/external/guice/core/src/com/google/inject/
DPrivateModule.java114 protected final <T> void expose(Key<T> key) { in expose() method in PrivateModule
115 binder().expose(key); in expose()
123 protected final AnnotatedElementBuilder expose(Class<?> type) { in expose() method in PrivateModule
124 return binder().expose(type); in expose()
132 protected final AnnotatedElementBuilder expose(TypeLiteral<?> type) { in expose() method in PrivateModule
133 return binder().expose(type); in expose()
DPrivateBinder.java31 void expose(Key<?> key); in expose() method
38 AnnotatedElementBuilder expose(Class<?> type); in expose() method
45 AnnotatedElementBuilder expose(TypeLiteral<?> type); in expose() method
/external/jemalloc_new/test/include/test/
Djemalloc_test.h.in41 * For unit tests, expose all public and private interfaces.
51 * For integration tests, expose the public jemalloc interfaces, but only
52 * expose the minimum necessary internal utility code (to avoid re-implementing
86 * For stress tests, expose the public jemalloc interfaces with name mangling
87 * so that they can be tested as e.g. malloc() and free(). Also expose the
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/m4/
Dcares-confopts.m4225 dnl --enable-expose-statics or --disable-expose-statics,
229 AC_MSG_CHECKING([whether to expose internal static functions for testing])
231 AC_ARG_ENABLE(expose-statics,
232 AC_HELP_STRING([--enable-expose-statics],[Enable exposure of internal static functions for testing])
233 AC_HELP_STRING([--disable-expose-statics],[Disable exposure of internal static functions for testin…
237 dnl --disable-expose-statics option used.
242 dnl configure's expose-statics option not specified.
243 dnl Handle this as if --disable-expose-statics option was given.
248 dnl --enable-expose-statics option used.
/external/linux-kselftest/android/patches/
D0010-seccomp-detect-compat-mode-in-ARM64.patch33 * - native ARM registers do NOT expose true syscall.
34 * - compat ARM registers on ARM64 DO expose true syscall.
/external/adhd/cras/src/tests/
Daudio_test_gui.py35 @cherrypy.expose
170 @cherrypy.expose
/external/mesa3d/docs/_extra/specs/
DMESA_copy_sub_buffer.spec34 used to quickly repaint 3D windows in response to expose events
65 in response to expose events when the back color buffer cannot be
/external/icu/tools/icu4c_srcgen/
Dlibicu_export.txt186 # Don't expose the following API because NDK has no mutable APIs for UText yet.
188 # Don't expose the following APIs because android.icu.text.RuleBasedBreakIterator is not
302 # Do not expose the following APIs because mutability of UText is not strictly required by the users
/external/guice/extensions/grapher/test/com/google/inject/grapher/demo/
DPrivateTestModule.java34 expose(Exposed.class); in configure()
/external/rust/cxx/tests/ui/
Dlifetime_extern_rust.stderr1 error: must be `unsafe fn f` in order to expose explicit lifetimes to C++
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/travis/
Ddistcheck.sh8 …./configure --disable-symbol-hiding --enable-expose-statics --enable-maintainer-mode --enable-debug
Dbuild.sh6 …$SCAN_WRAP ./configure --disable-symbol-hiding --enable-expose-statics --enable-maintainer-mode --…
/external/angle/src/libANGLE/renderer/gl/glx/
DFBConfigCompatibility.md16 Obviously the EGLconfig we will expose will have a one-to-one
26 that means we have to expose EGLconfigs whose respective GLXFBConfigs
111 or DirectColor. The depth-stencil will be useful to expose to application.
119 can find a trick to avoid that flicker, then we would be able to expose single
125 As can be seen above, NVIDIA does not expose conformant context with multisampled
194 to see if we can use them to expose another EGL extension.
/external/guice/core/test/com/google/inject/util/
DOverrideModuleTest.java441 expose(Integer.class); in testOverridePrivateModuleOverPrivateModule()
452 expose(Long.class); in testOverridePrivateModuleOverPrivateModule()
469 expose(Integer.class); in testOverridePrivateModuleOverPrivateModule()
502 expose(Integer.class); in testOverrideModuleAndPrivateModule()
534 expose(Integer.class); in testOverrideDeepExpose()
539 expose(Integer.class); in testOverrideDeepExpose()
/external/mesa3d/docs/relnotes/
D19.0.6.rst36 - [regression][bisected] Reverting 'expose 0 shader binary formats
118 - Revert "st/mesa: expose 0 shader binary formats for compat profiles
D17.2.5.rst57 - radv: Don't expose heaps with 0 memory.
95 - st/dri: don't expose modifiers in EGL if the driver doesn't implement
/external/autotest/utils/named_semaphore/
DREADME1 A simple module to expose the standard sem_* functions in Linux needed for
/external/llvm-project/llvm/test/CodeGen/Thumb/
Dmachine-cse-physreg.mir3 # This is a contrived example made to expose a bug in
/external/skqp/experimental/canvaskit/canvaskit/
DREADME.md34 With node, you also need to supply the `--expose-wasm` flag.
48 Since WebPack does not expose the entire `/node_modules/` directory, but instead
/external/angle/extensions/
DEGL_ANGLE_program_cache_control.txt211 access, and not expose undefined behaviour.
213 3. Should we expose the key/value semantics or just have a binary value?
218 RESOLVED: we should expose the key to mirror the implementation.
227 RESOLVED: yes, we should expose cache size controls.
/external/rust/crates/ring/tests/
Dconstant_time_tests.rs28 let initial: [u8; 256] = rand::generate(&rand::SystemRandom::new()).unwrap().expose(); in test_verify_slices_are_equal()
/external/perfetto/docs/concepts/
Dservice-model.md39 Concrete example: at some point in the future Chrome might expose one Producer for tracing within t…
70 Different producers may expose the same data source. Concrete example:
74 against the updated Perfetto library, will expose the heap profiler data source,
/external/icu/android_icu4j/
DREADME.android15 libcore_bridge/ - Android-specific codes to expose APIs from ICU4J/ICU4C to libcore.

12345678910>>...16