Searched defs:execCtx (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/aws-sdk-java-v2/services/s3/src/main/java/software/amazon/awssdk/services/s3/internal/signing/ |
H A D | DefaultS3Presigner.java | 358 ExecutionContext execCtx = in presign() local 462 private void callBeforeMarshallingHooks(ExecutionContext execCtx) { in callBeforeMarshallingHooks() 469 private <T> void marshalRequestAndUpdateContext(ExecutionContext execCtx, in marshalRequestAndUpdateContext() 491 private void callAfterMarshallingHooks(ExecutionContext execCtx) { in callAfterMarshallingHooks() 499 private void addRequestLevelHeadersAndQueryParameters(ExecutionContext execCtx) { in addRequestLevelHeadersAndQueryParameters() 529 private void callModifyHttpRequestHooksAndUpdateContext(ExecutionContext execCtx) { in callModifyHttpRequestHooksAndUpdateContext() 537 private SdkHttpFullRequest getHttpFullRequest(ExecutionContext execCtx) { in getHttpFullRequest() 558 … private SdkHttpFullRequest presignRequest(ExecutionContext execCtx, SdkHttpFullRequest request) { in presignRequest() 569 … private SdkHttpFullRequest sraPresignRequest(ExecutionContext execCtx, SdkHttpFullRequest request, in sraPresignRequest() 619 ExecutionContext execCtx, in initializePresignedRequest()
|
/aosp_15_r20/external/deqp/framework/randomshaders/ |
H A D | rsgProgramExecutor.cpp | 230 ExecutionContext execCtx(m_samplers2D, m_samplersCube); in execute() local 289 ExecutionContext execCtx(m_samplers2D, m_samplersCube); in execute() local
|
H A D | rsgBinaryOps.cpp | 89 void CustomAbsOp::evaluate(ExecutionContext &execCtx) in evaluate() 352 void BinaryOp<Precedence, Assoc>::evaluate(ExecutionContext &execCtx) in evaluate()
|
H A D | rsgExpression.hpp | 289 void evaluate(ExecutionContext &execCtx) in evaluate()
|
H A D | rsgExpression.cpp | 1488 void SwizzleOp::evaluate(ExecutionContext &execCtx) in evaluate() 1755 void TexLookup::evaluate(ExecutionContext &execCtx) in evaluate()
|
H A D | rsgBuiltinFunctions.hpp | 110 …iltinVecFunc<GetValueRangeWeight, ComputeValueRange, Evaluate>::evaluate(ExecutionContext &execCtx) in evaluate()
|