Home
last modified time | relevance | path

Searched full:hear (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/external/guice/core/src/com/google/inject/internal/
DEncounterImpl.java66 checkState(valid, "Encounters may not be used after hear() returns."); in bindInterceptor()
91 checkState(valid, "Encounters may not be used after hear() returns."); in register()
102 checkState(valid, "Encounters may not be used after hear() returns."); in register()
113 checkState(valid, "Encounters may not be used after hear() returns."); in addError()
119 checkState(valid, "Encounters may not be used after hear() returns."); in addError()
125 checkState(valid, "Encounters may not be used after hear() returns."); in addError()
131 checkState(valid, "Encounters may not be used after hear() returns."); in getProvider()
142 checkState(valid, "Encounters may not be used after hear() returns."); in getMembersInjector()
/external/guice/core/test/com/google/inject/
DTypeListenerTest.java53 public <I> void hear(TypeLiteral<I> type, TypeEncounter<I> encounter) {
99 public <I> void hear(TypeLiteral<I> type, TypeEncounter<I> encounter) { in testTypeListenersAreFired()
136 public <I> void hear(TypeLiteral<I> type, TypeEncounter<I> encounter) { in testInstallingInjectionListener()
189 public <I> void hear(TypeLiteral<I> type, TypeEncounter<I> encounter) {
286 public <I> void hear(TypeLiteral<I> type, TypeEncounter<I> encounter) {
376 public <I> void hear(TypeLiteral<I> type, TypeEncounter<I> encounter) {
441 public <I> void hear(TypeLiteral<I> type, TypeEncounter<I> encounter) {
486 public <I> void hear(TypeLiteral<I> type, TypeEncounter<I> encounter) {
530 public <I> void hear(TypeLiteral<I> type, TypeEncounter<I> encounter) {
571 public <I> void hear(TypeLiteral<I> type, TypeEncounter<I> encounter) {
[all …]
/external/sonic/samples/
DREADME11 able to hear the characteristic WSOLA distortion relative to the sonic version.
32 This is just two sine periods, which is too short to hear. However, it's
/external/autotest/site_utils/tester_feedback/
Daudio_query_delegate_impl.py103 prompt='Did you hear audible sound?')
104 err_msg = 'User did not hear audible feedback'
149 prompt='Did you hear silence?')
152 'User did not hear silence')
/external/openthread/src/core/thread/
Dchild_supervision.hpp66 * to the parent. If the child does not hear from its parent
172 …* If the child does not hear from its parent within the given check timeout interval, it initiates…
194 * not hear from its parent within the specified check timeout interval.
/external/iamf_tools/gh_pages/web_demo/
Dindex.html38 To get the spatial, binaural audio experience and hear the direction of sounds, you need
80 With your headphones on, play the stereo and binaural versions to hear the differences
146 stereo versions and hear the difference in spatalization.
/external/openthread/include/openthread/
Dchild_supervision.h77 …* If the device is a sleepy child and it does not hear from its parent within the specified check …
98 * not hear from its parent within the specified check timeout interval.
/external/libwebsockets/minimal-examples/api-tests/api-test-lws_smd/
Dmain.c226 /* register a messaging participant to hear INTERACTION class */ in main()
234 /* register a messaging participant to hear SYSTEM_STATE class */ in main()
242 /* temporarily register a messaging participant to hear a user class */ in main()
/external/tensorflow/tensorflow/compiler/xla/pjrt/distributed/
Dprotocol.proto135 // intervals. If the worker does not hear from the coordinator or the
136 // coordinator does not hear from the tasks, the tasks abort.
/external/guice/core/src/com/google/inject/spi/
DTypeEncounter.java29 * encounter after the {@link TypeListener#hear(TypeLiteral, TypeEncounter) hear()} method has
DTypeListener.java45 <I> void hear(TypeLiteral<I> type, TypeEncounter<I> encounter); in hear() method
/external/python/cpython3/Lib/test/
Dtest_textwrap.py54 text = "Hello there, how are you this fine day? I'm glad to hear it!"
61 "glad to hear",
65 "I'm glad to hear it!"])
480 text = "Hello there, how are you this fine day? I'm glad to hear it!"
503 "glad to hear",
526 "glad to hear",
1030 text = "Hello there, how are you this fine day? I'm glad to hear it!"
1039 text = "Hello there, how are you this fine day? I'm glad to hear it!"
1047 "I'm glad to hear$$", placeholder='$$')
/external/webrtc/data/voice_engine/stereo_rtp_files/
DREADME.txt4 You can hear the voice getting panned from left, right and center.
/external/mockito/src/main/java/org/mockito/
DMockitoFramework.java45 * we are very happy to hear about it via our issue tracker or mailing list.
65 * we are very happy to hear about it via our issue tracker or mailing list.
/external/autotest/client/site_tests/suite_HWQual/
Dcontrol.audio9 …ed in device list. Additionally, the user can fail the test if they don't hear or see the expected…
/external/skia/site/
Dconfig.toml136 yes = 'Glad to hear it! Please <a href="https://bugs.chromium.org/p/skia/issues/entry">tell us how …
137 no = 'Sorry to hear that. Please <a href="https://bugs.chromium.org/p/skia/issues/entry">tell us ho…
/external/python/bumble/docs/mkdocs/src/use_cases/
Duse_case_1.md6 Write a python application (ex: a GATT client that will connect to a hear rate sensor, or a GATT se…
Duse_case_5.md6 Write several python applications (ex: a GATT client that will connect to a hear rate sensor, or a …
/external/rust/android-crates-io/crates/spdx/src/text/licenses/
DBahyph9 …ed by a modified script. Despite the lack of warranty, we would like to hear about any problem y…
/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/cancellation/
DCancellationClient.java49 echoBlocking("I'M A BLOCKING CLIENT! HEAR ME ROAR!"); in demonstrateCancellation()
77 // We realize we really don't want to hear that echo. in demonstrateCancellation()
/external/aws-sdk-java-v2/services/lexmodelbuilding/src/main/resources/codegen-resources/
Dexamples-1.json31 "content": "I'm sorry, I didn't hear that. Can you repeate what you just said?",
367 "content": "I'm sorry, I didn't hear that. Can you repeate what you just said?",
408 "content": "I'm sorry, I didn't hear that. Can you repeate what you just said?",
/external/compiler-rt/test/asan/TestCases/Posix/
Dclosed-fds.cc23 result = fprintf(stderr, "Can you hear me now?\n"); in main()
/external/chromium-trace/catapult/third_party/polymer/components/iron-a11y-announcer/demo/
Dindex.html30 …<span>Note: in order to hear the announcements, be sure to turn on your favorite screen reader!</s…
/external/rust/android-crates-io/crates/tinytemplate/
DCONTRIBUTING.md5 …report your experiences, ask questions and contribute ideas. We'd love to hear your thoughts on ho…
/external/libgsm/
DINSTALL38 your original, or if you hear compression artifacts, complain;

12345678910>>...12