/external/webrtc/webrtc/tools/rtcbot/bot/browser/ |
D | bot.js | 33 expose(obj, pc, "close"); 34 expose(obj, pc, "createOffer"); 35 expose(obj, pc, "createAnswer"); 36 expose(obj, pc, "addEventListener"); 37 expose(obj, pc, "addIceCandidate", { 0: RTCIceCandidate}); 38 expose(obj, pc, "setRemoteDescription", { 0: RTCSessionDescription }); 39 expose(obj, pc, "setLocalDescription", { 0: RTCSessionDescription });
|
/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/webrtc/webrtc/tools/rtcbot/bot/ |
D | api.js | 28 function expose(obj, src, method, casts) { function 36 window.expose = expose;
|
/external/jemalloc/test/include/test/ |
D | jemalloc_test.h.in | 37 * For unit tests, expose all public and private interfaces. 46 * For integration tests, expose the public jemalloc interfaces, but only 47 * expose the minimum necessary internal utility code (to avoid re-implementing 82 * For stress tests, expose the public jemalloc interfaces with name mangling 83 * so that they can be tested as e.g. malloc() and free(). Also expose the
|
/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/v8/include/ |
D | APIDesign.md | 41 stay, and we can safely expose them to embedders. 56 V8 allows embedders to define special objects that expose additional 59 of capabilities we want to expose via this API surface. As a rule of thumb, we 60 want to expose operations as defined in the WebIDL and HTML spec: we
|
/external/adhd/cras/src/tests/ |
D | audio_test_gui.py | 35 @cherrypy.expose 170 @cherrypy.expose
|
/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/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/v8/src/ |
D | DEPS | 15 # TODO(v8:10496): Don't expose so much (through transitive includes) outside 25 # TODO(v8:10496): Don't expose memory chunk outside of heap/.
|
/external/guice/extensions/grapher/test/com/google/inject/grapher/demo/ |
D | PrivateTestModule.java | 34 expose(Exposed.class); in configure()
|
/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/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/autotest/utils/named_semaphore/ |
D | README | 1 A simple module to expose the standard sem_* functions in Linux needed for
|
/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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb/ |
D | machine-cse-physreg.mir | 3 # This is a contrived example made to expose a bug in
|
/external/skia/modules/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/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.
|