Home
last modified time | relevance | path

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

12

/external/aws-sdk-java-v2/services/s3/src/test/java/software/amazon/awssdk/services/s3/functionaltests/
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()
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 …]
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()
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()
DDeleteObjectsFunctionalTest.java52 public void init(WireMockRuntimeInfo wm) { in init()
/external/aws-sdk-java-v2/test/codegen-generated-classes-test/src/test/java/software/amazon/awssdk/services/protocolrestjson/
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 …]
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()
/external/aws-sdk-java-v2/services-custom/s3-transfer-manager/src/test/java/software/amazon/awssdk/transfer/s3/internal/
DS3CrtTransferProgressListenerTest.java79 private S3CrtAsyncClientBuilder getAsyncClientBuilder(WireMockRuntimeInfo wm) { in getAsyncClientBuilder()
89 …void listeners_reports_ErrorsWithValidPayload(WireMockRuntimeInfo wm) throws InterruptedException { in listeners_reports_ErrorsWithValidPayload()
114 …void listeners_reports_ErrorsWithValidInValidPayload(WireMockRuntimeInfo wm) throws InterruptedExc… in listeners_reports_ErrorsWithValidInValidPayload()
142 void listeners_reports_ErrorsWhenCancelled(WireMockRuntimeInfo wm) throws InterruptedException { in listeners_reports_ErrorsWhenCancelled()
168 void listeners_reports_ProgressWhenSuccess(WireMockRuntimeInfo wm) throws InterruptedException { in listeners_reports_ProgressWhenSuccess()
/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
DAbstractEstimator.java131 WeightedMeasurement wm = measurements[i]; in updateJacobian() local
162 WeightedMeasurement wm = measurements[i]; in updateResidualsAndCost() local
183 WeightedMeasurement[] wm = problem.getMeasurements(); in getRMS() local
198 WeightedMeasurement[] wm = problem.getMeasurements(); in getChiSquare() local
/external/aws-sdk-java-v2/services/s3/src/test/java/software/amazon/awssdk/services/s3/internal/s3express/
DS3ExpressCacheFunctionalTest.java130 …ientCredentialsOnly_cacheUsesClientCredentialsForMainCallAndCreateSession(WireMockRuntimeInfo wm) { in clientCredentialsOnly_cacheUsesClientCredentialsForMainCallAndCreateSession()
156 …errideCredentials_cacheUsesOverrideCredentialsForMainCallAndCreateSession(WireMockRuntimeInfo wm) { in requestOverrideCredentials_cacheUsesOverrideCredentialsForMainCallAndCreateSession()
183 …ifferentBucketSameRequestOverrideCredentials_cacheUsesOverrideCredentials(WireMockRuntimeInfo wm) { in differentBucketSameRequestOverrideCredentials_cacheUsesOverrideCredentials()
203 …ameBucketDifferentRequestOverrideCredentials_cacheUsesOverrideCredentials(WireMockRuntimeInfo wm) { in sameBucketDifferentRequestOverrideCredentials_cacheUsesOverrideCredentials()
241 private S3ClientBuilder getS3ClientBuilder(WireMockRuntimeInfo wm) { in getS3ClientBuilder()
/external/aws-sdk-java-v2/http-clients/url-connection-client/src/test/java/software/amazon/awssdk/http/urlconnection/
DUrlConnectionHttpClientWithProxyTest.java120 …teResponse makeRequestWithHttps_Client(SdkHttpClient httpClient, WireMockRuntimeInfo wm) throws IO… in makeRequestWithHttps_Client()
134 …uteResponse makeRequestWithHttp_Client(SdkHttpClient httpClient, WireMockRuntimeInfo wm) throws IO… in makeRequestWithHttp_Client()
/external/libdav1d/src/
Dwarpmv.c80 int dav1d_get_shear_params(Dav1dWarpedMotionParams *const wm) { in dav1d_get_shear_params()
134 const mv mv, Dav1dWarpedMotionParams *const wm, in dav1d_set_affine_mv2d()
151 const mv mv, Dav1dWarpedMotionParams *const wm, in dav1d_find_affine_int()
/external/libaom/av1/common/
Dwarped_motion.c205 static int is_affine_valid(const WarpedMotionParams *const wm) { in is_affine_valid()
222 static void check_model_consistency(WarpedMotionParams *wm) { in check_model_consistency()
243 int av1_get_shear_params(WarpedMotionParams *wm) { in av1_get_shear_params()
415 void highbd_warp_plane(WarpedMotionParams *wm, const uint16_t *const ref, in highbd_warp_plane()
648 void warp_plane(WarpedMotionParams *wm, const uint8_t *const ref, int width, in warp_plane()
662 void av1_warp_plane(WarpedMotionParams *wm, int use_hbd, int bd, in av1_warp_plane()
798 WarpedMotionParams *wm, int mi_row, int mi_col) { in find_affine_int()
/external/libaom/av1/encoder/
Dglobal_motion.c92 static void force_wmtype(WarpedMotionParams *wm, TransformationType wmtype) { in force_wmtype()
171 static int64_t highbd_warp_error(WarpedMotionParams *wm, in highbd_warp_error()
275 static int64_t warp_error(WarpedMotionParams *wm, const uint8_t *const ref, in warp_error()
340 static int64_t get_warp_error(WarpedMotionParams *wm, int use_hbd, int bd, in get_warp_error()
364 WarpedMotionParams *wm, TransformationType wmtype, int use_hbd, int bd, in av1_refine_integerized_param()
/external/ComputeLibrary/arm_compute/graph/
DGraphContext.h53 …std::shared_ptr<arm_compute::IWeightsManager> wm = { nullptr }; /**< Weights manag… member
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_asm.h51 unsigned wm = 0; in inst_write_mask_compose() local
/external/igt-gpu-tools/lib/
Drendercopy_gen4.c247 uint32_t wm, uint32_t cc) in gen4_emit_pipelined_pointers()
383 struct gen4_wm_state *wm; in gen4_create_wm_state() local
656 uint32_t wm, wm_sampler, wm_kernel, wm_table; in gen4_render_copyfunc() local
/external/webrtc/sdk/android/src/java/org/webrtc/
DCameraSession.java43 final WindowManager wm = (WindowManager) context.getSystemService(Context.WINDOW_SERVICE); in getDeviceOrientation() local
/external/libwebsockets/plugins/
Dprotocol_lws_openmetrics_export.c476 unsigned int m, wm; in callback_lws_openmetrics_export() local
580 unsigned int m, wm; in callback_lws_openmetrics_prox_agg() local
949 unsigned int m, wm; in callback_lws_openmetrics_prox_client() local
/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/uielement/
DDeviceStateAndroid.java132 WindowManager wm = (WindowManager) context.getSystemService(Context.WINDOW_SERVICE); in Builder() local
/external/javassist/sample/evolve/
DEvolution.java135 CtMethod wm = CtNewMethod.wrapped(absClass, handlerMethod, c in makeAbstractClass() local
/external/igt-gpu-tools/tools/
Dintel_watermark.c45 int wm, wm1, dl, fifo, fbc, burst; member
245 uint32_t wm[num_levels][num_pipes][max_planes]; in skl_wm_dump() local
470 struct ilk_wm wm = {}; in ilk_wm_dump() local
/external/cronet/stable/net/third_party/quiche/src/quiche/http2/adapter/
Dwindow_manager_test.cc18 explicit WindowManagerPeer(const WindowManager& wm) : wm_(wm) {} in WindowManagerPeer()
/external/cronet/tot/net/third_party/quiche/src/quiche/http2/adapter/
Dwindow_manager_test.cc18 explicit WindowManagerPeer(const WindowManager& wm) : wm_(wm) {} in WindowManagerPeer()
/external/kotlinx.serialization/formats/json-tests/commonTest/src/kotlinx/serialization/json/
DTrailingCommaTest.kt118 data class Mixed(val mf: MultipleFields, val wm: WithMap, val wl: WithList) in <lambda>() constant in kotlinx.serialization.json.TrailingCommaTest.Mixed

12