Home
last modified time | relevance | path

Searched defs:wm (Results 1 – 25 of 831) sorted by relevance

12345678910>>...34

/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/WindowManager-Shell/android_common/kotlin_headers/
DWindowManager-Shell.jar ... com/ com/android/ com/android/wm/ com/android/wm/shell/ com ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/WindowManager-Shell/android_common/turbine/
DWindowManager-Shell.jar ... android.wm.shell public com.android.wm.shell.EventLogTags extends java.lang.Object
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/shared/WindowManager-Shell-shared/android_common/kotlin_headers/
DWindowManager-Shell-shared.jar ... com/ com/android/ com/android/wm/ com/android/wm/shell/ com ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/shared/WindowManager-Shell-shared/android_common/javac/
DWindowManager-Shell-shared.jar ... com/ com/android/ com/android/wm/ com/android/wm/shell/ com
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/shared/WindowManager-Shell-shared/android_common/repackaged-jarjar/javac/
DWindowManager-Shell-shared.jar ... com/android/wm/shell/shared/startingsurface/SplashScreenExitAnimationUtils.class ...
/aosp_15_r20/external/aws-sdk-java-v2/services/s3/src/test/java/software/amazon/awssdk/services/s3/functionaltests/
H A DS3ExpressCreateSessionTest.java101 public void when_clientDefaultIsUsed_andOkResponse_callIsSuccessful(WireMockRuntimeInfo wm) { in when_clientDefaultIsUsed_andOkResponse_callIsSuccessful()
108 …hen_clientDefaultIsUsed_andResponseIsDelayed_timeoutExceptionIsPropagated(WireMockRuntimeInfo wm) { in when_clientDefaultIsUsed_andResponseIsDelayed_timeoutExceptionIsPropagated()
119 …syncClientDefaultIsUsed_andResponseIsDelayed_timeoutExceptionIsPropagated(WireMockRuntimeInfo wm) { in when_asyncClientDefaultIsUsed_andResponseIsDelayed_timeoutExceptionIsPropagated()
131 …en_clientDefaultIsUsed_andResponseHasRetryableError_exceptionIsPropagated(WireMockRuntimeInfo wm) { in when_clientDefaultIsUsed_andResponseHasRetryableError_exceptionIsPropagated()
142 …yncClientDefaultIsUsed_andResponseHasRetryableError_exceptionIsPropagated(WireMockRuntimeInfo wm) { in when_asyncClientDefaultIsUsed_andResponseHasRetryableError_exceptionIsPropagated()
155 …sUsed_andResponseHasRetryableErrorWithDelays_timeoutExceptionIsPropagated(WireMockRuntimeInfo wm) { in when_asyncClientDefaultIsUsed_andResponseHasRetryableErrorWithDelays_timeoutExceptionIsPropagated()
173WireMockRuntimeInfo wm) { in when_clientApiCallTimeoutConfigured_andOkResponse_callIsSuccessful()
183WireMockRuntimeInfo wm) { in when_clientApiCallTimeoutConfigured_andResponseIsDelayed_timeoutExceptionIsPropagated()
197WireMockRuntimeInfo wm) { in when_clientApiCallTimeoutConfigured_andResponseHasRetryableError_exceptionIsPropagated()
210WireMockRuntimeInfo wm) { in when_asyncClientApiCallTimeoutConfigured_andResponseHasRetryableError_exceptionIsPropagated()
[all …]
H A DGetObjectWithChecksumTest.java60 private S3ClientBuilder getSyncClientBuilder(WireMockRuntimeInfo wm) { in getSyncClientBuilder()
74 private S3AsyncClientBuilder getAsyncClientBuilder(WireMockRuntimeInfo wm) { in getAsyncClientBuilder()
84 public void async_getObject_with_correct_http_checksum(WireMockRuntimeInfo wm) { in async_getObject_with_correct_http_checksum()
102 public void async_getObject_with_validation_enabled_no_http_checksum(WireMockRuntimeInfo wm) { in async_getObject_with_validation_enabled_no_http_checksum()
117 … void async_getObject_with_validation_not_enabled_incorrect_http_checksum(WireMockRuntimeInfo wm) { in async_getObject_with_validation_not_enabled_incorrect_http_checksum()
132 public void async_getObject_with_customized_multipart_checksum(WireMockRuntimeInfo wm) { in async_getObject_with_customized_multipart_checksum()
149 public void sync_getObject_with_correct_http_checksum(WireMockRuntimeInfo wm) { in sync_getObject_with_correct_http_checksum()
168 public void sync_getObject_with_validation_enabled_no_http_checksum(WireMockRuntimeInfo wm) { in sync_getObject_with_validation_enabled_no_http_checksum()
184 …c void sync_getObject_with_validation_not_enabled_incorrect_http_checksum(WireMockRuntimeInfo wm) { in sync_getObject_with_validation_not_enabled_incorrect_http_checksum()
201 public void sync_getObject_with_customized_multipart_checksum(WireMockRuntimeInfo wm) { in sync_getObject_with_customized_multipart_checksum()
H A DPutObjectWithChecksumTest.java68 private S3ClientBuilder getSyncClientBuilder(WireMockRuntimeInfo wm) { in getSyncClientBuilder()
81 private S3AsyncClientBuilder getAsyncClientBuilder(WireMockRuntimeInfo wm) { in getAsyncClientBuilder()
91 void sync_putObject_default_MD5_validation_withIncorrectChecksum(WireMockRuntimeInfo wm) { in sync_putObject_default_MD5_validation_withIncorrectChecksum()
110 void sync_putObject_default_MD5_validation_withCorrectChecksum(WireMockRuntimeInfo wm) { in sync_putObject_default_MD5_validation_withCorrectChecksum()
127 void async_putObject_default_MD5_validation_withIncorrectChecksum(WireMockRuntimeInfo wm) { in async_putObject_default_MD5_validation_withIncorrectChecksum()
147 void async_putObject_default_MD5_validation_withCorrectChecksum(WireMockRuntimeInfo wm) { in async_putObject_default_MD5_validation_withCorrectChecksum()
164 void sync_putObject_httpChecksumValidation_withIncorrectChecksum(WireMockRuntimeInfo wm) { in sync_putObject_httpChecksumValidation_withIncorrectChecksum()
183 void async_putObject_httpChecksumValidation_withIncorrectChecksum(WireMockRuntimeInfo wm) { in async_putObject_httpChecksumValidation_withIncorrectChecksum()
H A DS3ExpressTest.java113 WireMockRuntimeInfo wm) { in putObject()
124 WireMockRuntimeInfo wm) { in uploadPart()
135 WireMockRuntimeInfo wm) { in getObject()
147 WireMockRuntimeInfo wm) { in operation_withChecksumRequired_CalculatesCrc32InsteadOfMD5()
178 WireMockRuntimeInfo wm) { in operation_withoutChecksumTrait()
196 … ChecksumAlgorithm checksumAlgorithm, WireMockRuntimeInfo wm) { in createClientAndCallPutObject()
210 … ChecksumAlgorithm checksumAlgorithm, WireMockRuntimeInfo wm) { in createClientAndCallUploadPart()
225 … ChecksumAlgorithm checksumAlgorithm, WireMockRuntimeInfo wm) { in createClientAndCallGetObject()
358 …private S3Client getSyncClient(Protocol protocol, WireMockRuntimeInfo wm, S3ExpressSessionAuth s3E… in getSyncClient()
375 …private S3AsyncClient getAsyncClient(Protocol protocol, WireMockRuntimeInfo wm, S3ExpressSessionAu… in getAsyncClient()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/WindowManager-Shell-lite-proto/android_common/turbine/
DWindowManager-Shell-lite-proto.jar ... com/android/wm/shell/desktopmode/education/data/WindowingEducation
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/shared/WindowManager-Shell-shared/android_common/kotlin/
DWindowManager-Shell-shared.jar ... com/ com/android/ com/android/wm/ com/android/wm/shell/ com ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/shared/WindowManager-Shell-shared/android_common/repackaged-jarjar/kotlinc/
DWindowManager-Shell-shared.jar ... com/android/wm/shell/shared/multiinstance/ManageWindowsViewContainer.class ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/WindowManager-Shell/android_common/repackaged-jarjar/kotlinc/
DWindowManager-Shell.jar ... com/android/wm/shell/windowdecor/viewholder/WindowDecorationViewHolder.class ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/WindowManager-Shell/android_common/kotlin/
DWindowManager-Shell.jar ... com/ com/android/ com/android/wm/ com/android/wm/shell/ com ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/shared/WindowManager-Shell-shared/android_common/turbine/
DWindowManager-Shell-shared.jar ... com/android/wm/shell/shared/CounterRotator.class <Unknown
/aosp_15_r20/external/aws-sdk-java-v2/test/codegen-generated-classes-test/src/test/java/software/amazon/awssdk/services/protocolrestjson/
H A DBlobUnmarshallingTest.java89 WireMockRuntimeInfo wm) { in missingSdkBytes_unmarshalledCorrectly()
111 WireMockRuntimeInfo wm) { in presentSdkBytes_unmarshalledCorrectly()
140 …private SdkBytes callService(WireMockRuntimeInfo wm, ClientType clientType, Protocol protocol, Sdk… in callService()
148 …private SdkBytes syncCallService(WireMockRuntimeInfo wm, Protocol protocol, SdkBytesLocation bytes… in syncCallService()
157 …private SdkBytes asyncCallService(WireMockRuntimeInfo wm, Protocol protocol, SdkBytesLocation byte… in asyncCallService()
166 private SdkBytes asyncQueryCallService(WireMockRuntimeInfo wm, SdkBytesLocation bytesLoc) { in asyncQueryCallService()
180 private SdkBytes asyncXmlCallService(WireMockRuntimeInfo wm, SdkBytesLocation bytesLoc) { in asyncXmlCallService()
194 private SdkBytes asyncJsonCallService(WireMockRuntimeInfo wm, SdkBytesLocation bytesLoc) { in asyncJsonCallService()
208 private SdkBytes syncQueryCallService(WireMockRuntimeInfo wm, SdkBytesLocation bytesLoc) { in syncQueryCallService()
222 private SdkBytes syncXmlCallService(WireMockRuntimeInfo wm, SdkBytesLocation bytesLoc) { in syncXmlCallService()
[all …]
H A DStringPayloadUnmarshallingTest.java82 WireMockRuntimeInfo wm) { in missingStringPayload_unmarshalledCorrectly()
104 WireMockRuntimeInfo wm) { in presentStringPayload_unmarshalledCorrectly()
132 …private String callService(WireMockRuntimeInfo wm, ClientType clientType, Protocol protocol, Strin… in callService()
140 …private String syncCallService(WireMockRuntimeInfo wm, Protocol protocol, StringLocation stringLoc… in syncCallService()
148 …private String asyncCallService(WireMockRuntimeInfo wm, Protocol protocol, StringLocation stringLo… in asyncCallService()
156 private String syncJsonCallService(WireMockRuntimeInfo wm, StringLocation stringLoc) { in syncJsonCallService()
170 private String asyncJsonCallService(WireMockRuntimeInfo wm, StringLocation stringLoc) { in asyncJsonCallService()
185 private String syncXmlCallService(WireMockRuntimeInfo wm, StringLocation stringLoc) { in syncXmlCallService()
199 private String asyncXmlCallService(WireMockRuntimeInfo wm, StringLocation stringLoc) { in asyncXmlCallService()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/WindowManager-Shell-lite-proto/android_common/repackaged-jarjar/javac/
DWindowManager-Shell-lite-proto.jar ... com/android/wm/shell/desktopmode/persistence/PersistentDesktopRepositories.class ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/WindowManager-Shell-lite-proto/android_common/javac/
DWindowManager-Shell-lite-proto.jar ... com/ com/android/ com/android/wm/ com/android/wm/shell/ com
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/WindowManager-Shell/android_common/repackaged-jarjar/javac/
DWindowManager-Shell.jar ... com/android/wm/shell/windowdecor/WindowDecoration.class WindowDecoration.
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/WindowManager-Shell/android_common/javac/
DWindowManager-Shell.jar ... <clinit> () } com/android/wm/ com/android/wm/shell/ com ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/shared/SystemUISharedLib/android_common/turbine/
DSystemUISharedLib.jarcom/android/systemui/dagger/qualifiers/Main.class <Unknown> package com. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/aconfig/com_android_wm_shell_flags_lib/android_common/repackaged-jarjar/turbine/
Dcom_android_wm_shell_flags_lib.jar ... .wm.shell public final com.android.wm.shell.Flags extends java.lang.Object ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/aconfig/com_android_wm_shell_flags_lib/android_common/turbine/
Dcom_android_wm_shell_flags_lib.jar ... android.wm.shell public com.android.wm.shell.CustomFeatureFlags extends java.lang.Object ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/aconfig/com_android_wm_shell_flags_lib/android_common/turbine-combined/
Dcom_android_wm_shell_flags_lib.jar ... android.wm.shell public com.android.wm.shell.CustomFeatureFlags extends java.lang.Object ...

12345678910>>...34