/external/guice/core/test/com/google/inject/ |
D | PrivateModuleTest.java | 55 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 …]
|
D | JitBindingsTest.java | 464 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/ |
D | PrivateModule.java | 114 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()
|
D | PrivateBinder.java | 31 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/ |
D | jemalloc_test.h.in | 41 * 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/ |
D | cares-confopts.m4 | 225 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/ |
D | 0010-seccomp-detect-compat-mode-in-ARM64.patch | 33 * - native ARM registers do NOT expose true syscall. 34 * - compat ARM registers on ARM64 DO expose true syscall.
|
/external/adhd/cras/src/tests/ |
D | audio_test_gui.py | 35 @cherrypy.expose 170 @cherrypy.expose
|
/external/mesa3d/docs/_extra/specs/ |
D | MESA_copy_sub_buffer.spec | 34 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/ |
D | libicu_export.txt | 186 # 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/ |
D | PrivateTestModule.java | 34 expose(Exposed.class); in configure()
|
/external/rust/cxx/tests/ui/ |
D | lifetime_extern_rust.stderr | 1 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/ |
D | distcheck.sh | 8 …./configure --disable-symbol-hiding --enable-expose-statics --enable-maintainer-mode --enable-debug
|
D | build.sh | 6 …$SCAN_WRAP ./configure --disable-symbol-hiding --enable-expose-statics --enable-maintainer-mode --…
|
/external/angle/src/libANGLE/renderer/gl/glx/ |
D | FBConfigCompatibility.md | 16 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/ |
D | OverrideModuleTest.java | 441 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/ |
D | 19.0.6.rst | 36 - [regression][bisected] Reverting 'expose 0 shader binary formats 118 - Revert "st/mesa: expose 0 shader binary formats for compat profiles
|
D | 17.2.5.rst | 57 - 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/ |
D | README | 1 A simple module to expose the standard sem_* functions in Linux needed for
|
/external/llvm-project/llvm/test/CodeGen/Thumb/ |
D | machine-cse-physreg.mir | 3 # This is a contrived example made to expose a bug in
|
/external/skqp/experimental/canvaskit/canvaskit/ |
D | README.md | 34 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/ |
D | EGL_ANGLE_program_cache_control.txt | 211 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/ |
D | constant_time_tests.rs | 28 let initial: [u8; 256] = rand::generate(&rand::SystemRandom::new()).unwrap().expose(); in test_verify_slices_are_equal()
|
/external/perfetto/docs/concepts/ |
D | service-model.md | 39 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/ |
D | README.android | 15 libcore_bridge/ - Android-specific codes to expose APIs from ICU4J/ICU4C to libcore.
|