Home
last modified time | relevance | path

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

12345678910

/external/webrtc/webrtc/tools/rtcbot/bot/browser/
Dbot.js33 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/
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/webrtc/webrtc/tools/rtcbot/bot/
Dapi.js28 function expose(obj, src, method, casts) { function
36 window.expose = expose;
/external/jemalloc/test/include/test/
Djemalloc_test.h.in37 * 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/
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/v8/include/
DAPIDesign.md41 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/
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/v8/tools/clusterfuzz/testdata/
Dfailure_output.txt12 --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/
Daudio_test_gui.py35 @cherrypy.expose
170 @cherrypy.expose
/external/mesa3d/docs/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/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/guice/extensions/grapher/test/com/google/inject/grapher/demo/
DPrivateTestModule.java34 expose(Exposed.class); in configure()
/external/skia/modules/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/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/autotest/utils/named_semaphore/
DREADME1 A simple module to expose the standard sem_* functions in Linux needed for
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb/
Dmachine-cse-physreg.mir3 # This is a contrived example made to expose a bug in
/external/perfetto/docs/
Darchitecture.md37 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/
Dpackage.xml.template103 - expose per-call host override option
104 - expose connectivity API
105 - expose channel target and call peer
/external/u-boot/lib/efi_loader/
DKconfig16 on top of U-Boot. If this option is enabled, U-Boot will expose EFI
/external/guice/core/src/com/google/inject/util/
DModules.java185 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/
DServletScopesTest.java75 expose(f); in testIsRequestScopedPositive()
141 expose(i); in testIsRequestScopedNegative()
/external/guice/core/src/com/google/inject/spi/
DElements.java479 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

12345678910