/aosp_15_r20/cts/tests/accessibility/src/android/view/accessibility/cts/ |
H A D | AccessibilityManagerTest.java | 438 assertTrue("Listener told that touch exploration is enabled, but manager says disabled", in testTouchExplorationListenerNoHandler() 443 assertFalse("Listener told that touch exploration is disabled, but manager says it enabled", in testTouchExplorationListenerNoHandler() 464 assertTrue("Listener told that touch exploration is enabled, but manager says disabled", in testTouchExplorationListenerWithHandler() 469 assertFalse("Listener told that touch exploration is disabled, but manager says it enabled", in testTouchExplorationListenerWithHandler() 533 assertTrue("Listener told that accessibility is enabled, but manager says disabled", in testAccessibilityStateListenerNoHandler() 538 assertFalse("Listener told that accessibility is disabled, but manager says enabled", in testAccessibilityStateListenerNoHandler() 563 assertTrue("Listener told that audio description by default is request.", in testAudioDescriptionRequestedChangeListenerWithExecutor() 569 assertFalse("Listener told that audio description by default is not request.", in testAudioDescriptionRequestedChangeListenerWithExecutor() 622 assertTrue("Listener told that accessibility is enabled, but manager says disabled", in testAccessibilityStateListenerWithHandler() 627 assertFalse("Listener told that accessibility is disabled, but manager says enabled", in testAccessibilityStateListenerWithHandler()
|
/aosp_15_r20/external/crosvm/hypervisor/src/haxm/ |
H A D | vcpu.rs | 181 // kernel told us how large it was. in handle_mmio() 189 // Safe because the exit_reason (which comes from the kernel) told us which in handle_mmio() 193 // Safe because the exit_reason (which comes from the kernel) told us which in handle_mmio() 238 // kernel told us how large it was. in handle_io() 244 // Safe because the exit_reason (which comes from the kernel) told us which in handle_io() 252 // Safe because the exit_reason (which comes from the kernel) told us that this is port io, in handle_io() 294 // kernel told us how large it was. in run() 303 // 1) we mapped enough memory to hold the hax_tunnel struct because the kernel told in run() 326 // kernel told us how large it was. in set_interrupt_window_requested() 336 // kernel told us how large it was. in ready_for_interrupt()
|
/aosp_15_r20/external/libwebsockets/minimal-examples/api-tests/api-test-fts/ |
H A D | the-picture-of-dorian-gray.txt | 173 age of eighty what he was told to say when he was a boy of eighteen, 175 Your mysterious young friend, whose name you have never told me, but 251 "I told you the real reason." 292 white tie, as you told me once, anybody, even a stock-broker, can gain 336 of that. Dorian told me so afterwards. He, too, felt that we were 524 it will alter you. What you have told me is quite a romance, a romance 562 told me she had discovered a wonderful young man who was going to help 564 state that she never told me he was good-looking. Women have no 669 don't really mind, Basil, do you? You have often told me that you 806 reason that I don't believe anything he has told me." [all …]
|
/aosp_15_r20/external/libwebsockets/minimal-examples/http-server/minimal-http-server-fulltext-search/ |
H A D | the-picture-of-dorian-gray.txt | 173 age of eighty what he was told to say when he was a boy of eighteen, 175 Your mysterious young friend, whose name you have never told me, but 251 "I told you the real reason." 292 white tie, as you told me once, anybody, even a stock-broker, can gain 336 of that. Dorian told me so afterwards. He, too, felt that we were 524 it will alter you. What you have told me is quite a romance, a romance 562 told me she had discovered a wonderful young man who was going to help 564 state that she never told me he was good-looking. Women have no 669 don't really mind, Basil, do you? You have often told me that you 806 reason that I don't believe anything he has told me." [all …]
|
/aosp_15_r20/external/antlr/runtime/ObjC/Framework/ |
H A D | ACBTree.m | 143 ACBTree *told, *sNode; 159 told = dict.root; 164 told = btNodes[0]; 165 told.nodeid = 1; 166 told.updtd = YES; 167 dict.root = told; 173 return(told);
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
D | mathinline.h | 182 the rounding mode change and cannot currently be told. */ in __NTH() 195 the rounding mode change and cannot currently be told. */ in __NTH() 208 the rounding mode change and cannot currently be told. */ in __NTH() 219 the rounding mode change and cannot currently be told. */ in __NTH() 295 the rounding mode change and cannot currently be told. */ in __NTH() 306 the rounding mode change and cannot currently be told. */ in __NTH() 320 the rounding mode change and cannot currently be told. */ in __NTH() 331 the rounding mode change and cannot currently be told. */ in __NTH()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
D | mathinline.h | 182 the rounding mode change and cannot currently be told. */ in __NTH() 195 the rounding mode change and cannot currently be told. */ in __NTH() 208 the rounding mode change and cannot currently be told. */ in __NTH() 219 the rounding mode change and cannot currently be told. */ in __NTH() 295 the rounding mode change and cannot currently be told. */ in __NTH() 306 the rounding mode change and cannot currently be told. */ in __NTH() 320 the rounding mode change and cannot currently be told. */ in __NTH() 331 the rounding mode change and cannot currently be told. */ in __NTH()
|
/aosp_15_r20/external/crosvm/hypervisor/src/kvm/ |
H A D | mod.rs | 918 // kernel told us how large it was. The pointer is page aligned so casting to a different in set_immediate_exit() 982 // kernel told us how large it was. in run() 1000 // Safe because the exit_reason (which comes from the kernel) told us which in run() 1015 // Safe because we know the exit reason told us this union in run() 1020 // Safe because we know the exit reason told us this union in run() 1043 // kernel told us how large it was. in handle_mmio() 1048 // Safe because the exit_reason (which comes from the kernel) told us which in handle_mmio() 1069 // kernel told us how large it was. in handle_io() 1074 // Safe because the exit_reason (which comes from the kernel) told us which in handle_io()
|
/aosp_15_r20/external/crosvm/kvm/src/ |
H A D | lib.rs | 1106 // kernel told us how large it was. The pointer is page aligned so casting to a different in set_data() 1113 // Safe because the exit_reason (which comes from the kernel) told us which in set_data() 1134 // Safe because the exit_reason (which comes from the kernel) told us which in set_data() 1149 // Safe because the exit_reason (which comes from the kernel) told us which in set_data() 1175 // kernel told us how large it was. The pointer is page aligned so casting to a different in set_immediate_exit() 1645 // kernel told us how large it was. in run() 1650 // Safe because the exit_reason (which comes from the kernel) told us which in run() 1678 // Safe because the exit_reason (which comes from the kernel) told us which in run() 1695 // Safe because the exit_reason (which comes from the kernel) told us which in run() 1702 // Safe because the exit_reason (which comes from the kernel) told us which in run() [all …]
|
/aosp_15_r20/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/core/glide/ |
D | LoadMediaTest.kt | 210 // Ensure the CloudProvider is being told to return a preview thumbnail, in case the in testLoadMediaGenericThumbnailResolutionSMinus() 266 // Ensure the CloudProvider is being told to return a preview thumbnail, in case the in testLoadMediaGenericThumbnailResolutionTPlus() 321 // Ensure the CloudProvider is being told to return a preview thumbnail, in case the in testLoadMediaGenericFullResolutionSMinus() 380 // Ensure the CloudProvider is being told to return a preview thumbnail, in case the in testLoadMediaGenericFullResolutionTPlus()
|
/aosp_15_r20/external/crosvm/hypervisor/src/gunyah/ |
H A D | mod.rs | 747 // because the kernel told us how large it is. in run() 753 // Safe because the exit_reason (which comes from the kernel) told us which in run() 798 // kernel told us how large it was. The pointer is page aligned so casting to a different in set_immediate_exit() 815 // kernel told us how large it was. The pointer is page aligned so casting to a different in handle_mmio() 821 // Safe because the exit_reason (which comes from the kernel) told us which in handle_mmio()
|
/aosp_15_r20/external/icu/icu4j/perf-tests/data/collation/ |
H A D | vfear11a.txt | 504 Until I am told which page and which book I am powerless." 693 from the old one. No doubt he would have told us so had his 948 Victoria. But about this picture: I thought you told me once, Mr. 1609 Sussex. I've told you now how matters were, up to the time 2158 he had already told the police. Personally, he was convinced that 2185 told him what the society was, nor how he had come to offend it. 2232 up to the claim and wanted to know where he was. I told them 2761 is our starting point. The whole story told by Barker is a lie. 2789 the shot must have been fired some time earlier than we are told. 2813 penetrated to Mrs. Allen's room. She is, as she has told us, [all …]
|
H A D | ulyss10.txt | 540 --He can't wear them, Buck Mulligan told his face in the mirror. 789 --I told him your symbol of Irish art. He says it's very clever. Touch 860 --What sort of a kip is this? he said. I told her to come after eight. 1010 language myself. I'm told it's a grand language by them that knows. 1714 --Mr Deasy told me to write them out all again, he said, and show them to 2330 Houses of decay, mine, his and all. You told the Clongowes gentry 2908 The sweated legend in the crown of his hat told him mutely: Plasto's high 3085 told me. Arbutus place: Pleasants street: pleasant old times. Must be 3575 address she then told with my tooraloom tooraloom tay. O, surely he bagged 4046 Molly told me one time I asked her. I have sinned: or no: I have suffered, [all …]
|
/aosp_15_r20/frameworks/base/core/java/android/view/inputmethod/ |
H A D | InputMethod.java | 308 * be told the impact of their request, which should be supplied here. 330 * be told the impact of their request, which should be supplied here. 346 * be told the impact of their request, which should be supplied here. 370 * be told the impact of their request, which should be supplied here.
|
/aosp_15_r20/external/replicaisland/res/values/ |
H A D | kyle.xml | 63 I warned you, you over-complicated washing machine. I told you not to cross my path again, and yet… 76 …cent. Does Kabocha really force you to collect pearls to keep operating? I told you he was crazy. 97 … but right now I’ve got more important things to think about. Wanda just told me we’ve found the …
|
/aosp_15_r20/external/sonic/samples/ |
H A D | test1.txt | 1 … was made by Mr. Mark Twain, and he told the truth, mainly. There was things which he stretched, …
|
/aosp_15_r20/packages/apps/DevCamera/src/com/android/devcamera/ |
D | CameraTimer.java | 28 // Told camera to configure capture session. 30 // Told session to do repeating request.
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/util/concurrency/ |
H A D | FakeExecutorTest.java | 97 * Test FakeExecutor that is told to delay execution on items. 131 * Test FakeExecutor that is told to delay execution on items. 165 * Test FakeExecutor that is told to delay execution on items.
|
/aosp_15_r20/external/curl/tests/server/ |
H A D | sws.c | 92 #define RCMD_IDLE 1 /* told to sit idle */ 93 #define RCMD_STREAM 2 /* told to stream */ 153 /* when told to run as proxy, we store the logs in different files so that 624 request including the body before we return. If we've been told to in ProcessRequest() 1248 logmsg("Told to sleep for %d seconds", num); in send_doc() 1514 /* unless told not to do so, monitor readability */ in http_connect() 1520 /* unless told not to do so, monitor writability in http_connect() 1530 /* unless told not to do so, monitor readability */ in http_connect() 1536 /* unless told not to do so, monitor writability in http_connect()
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/RemoteKeyProvisioning/app/com.android.rkpdapp-aidl-java-source/gen/com/android/rkpdapp/ |
D | IRegistration.java | 68 * needs to be told about the new blob. After calling storeUpgradedKeyAsync, 243 * needs to be told about the new blob. After calling storeUpgradedKeyAsync, 316 * needs to be told about the new blob. After calling storeUpgradedKeyAsync,
|
/aosp_15_r20/frameworks/base/cmds/incidentd/src/ |
H A D | report_file.proto | 30 * Package name for broadcast receiver to be told when 36 * Class name for broadcast receiver to be told when
|
/aosp_15_r20/external/swiftshader/third_party/marl/docs/ |
H A D | scheduler.md | 99 This loop continues until the worker has finished all its work and has been told to shut down. 101 Once the loop has exited due to the worker being told to shut down, the `mainFiber` is resumed, whi… 228 When the worker is told to shut down and all work is complete, `marl::Scheduler::Worker::run()` exi…
|
/aosp_15_r20/external/crosvm/hypervisor/src/geniezone/ |
H A D | mod.rs | 1169 // kernel told us how large it was. in run() 1180 // Safe because the exit_reason (which comes from the kernel) told us which in run() 1193 // Safe because the exit_reason (which comes from the kernel) told us which in run() 1216 // kernel told us how large it was. The pointer is page aligned so casting to a different in handle_mmio() 1223 // Safe because the exit_reason (which comes from the kernel) told us which in handle_mmio()
|
/aosp_15_r20/external/libwebsockets/lib/secure-streams/ |
H A D | secure-streams-serialize.c | 156 * We should have the rideshare name if we have been told it's in lws_ss_serialize_rx_payload() 297 * event loop side was told about remote peer tx credit window update, serialize 909 * We're the proxy, being told by the client in lws_ss_deserialize_parse() 930 * We're the client, being told by the proxy in lws_ss_deserialize_parse() 1487 * We have told him he's CREATING when in lws_ss_deserialize_parse()
|
/aosp_15_r20/external/curl/docs/libcurl/ |
H A D | curl_multi_socket_action.md | 93 callback has been told. 106 /* the event-library gets told when there activity on the socket 'fd',
|