/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/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/v8/tools/clusterfuzz/testdata/ |
D | failure_output.txt | 12 --abort_on_stack_or_string_length_overflow --expose-gc --allow-natives-syntax --invoke-weak-callbac… 14 --abort_on_stack_or_string_length_overflow --expose-gc --allow-natives-syntax --invoke-weak-callbac…
|
/external/adhd/cras/src/tests/ |
D | audio_test_gui.py | 35 @cherrypy.expose 170 @cherrypy.expose
|
/external/mesa3d/docs/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/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/guice/extensions/grapher/test/com/google/inject/grapher/demo/ |
D | PrivateTestModule.java | 34 expose(Exposed.class); in configure()
|
/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/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/autotest/utils/named_semaphore/ |
D | README | 1 A simple module to expose the standard sem_* functions in Linux needed for
|
/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/perfetto/docs/ |
D | architecture.md | 37 Concrete example: at some point in the future Chrome might expose one Producer for tracing within t… 67 Different producers may expose the same data source. Concrete example: 71 against the updated Perfetto library, will expose the heap profiler data source,
|
/external/grpc-grpc/templates/ |
D | package.xml.template | 103 - expose per-call host override option 104 - expose connectivity API 105 - expose channel target and call peer
|
/external/u-boot/lib/efi_loader/ |
D | Kconfig | 16 on top of U-Boot. If this option is enabled, U-Boot will expose EFI
|
/external/guice/core/src/com/google/inject/util/ |
D | Modules.java | 185 privateBinder.withSource(privateElements.getExposedSource(exposed)).expose(exposed); in configure() 261 privateBinder.withSource(privateElements.getExposedSource(key)).expose(key); in configure()
|
/external/guice/extensions/servlet/test/com/google/inject/servlet/ |
D | ServletScopesTest.java | 75 expose(f); in testIsRequestScopedPositive() 141 expose(i); in testIsRequestScopedNegative()
|
/external/guice/core/src/com/google/inject/spi/ |
D | Elements.java | 479 public void expose(Key<?> key) { in expose() method in Elements.RecordingBinder 484 public AnnotatedElementBuilder expose(Class<?> type) { in expose() method in Elements.RecordingBinder 489 public AnnotatedElementBuilder expose(TypeLiteral<?> type) { in expose() method in Elements.RecordingBinder
|