/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cShaderAtomicCounterOpsTests.hpp | 53 AtomicOperation(std::string function, glw::GLuint inputValue, glw::GLuint paramValue, in AtomicOperation() 109 AtomicOperationAdd(glw::GLuint inputValue, glw::GLuint paramValue) in AtomicOperationAdd() 125 AtomicOperationSubtract(glw::GLuint inputValue, glw::GLuint paramValue) in AtomicOperationSubtract() 141 AtomicOperationMin(glw::GLuint inputValue, glw::GLuint paramValue) in AtomicOperationMin() 157 AtomicOperationMax(glw::GLuint inputValue, glw::GLuint paramValue) in AtomicOperationMax() 173 AtomicOperationAnd(glw::GLuint inputValue, glw::GLuint paramValue) in AtomicOperationAnd() 189 AtomicOperationOr(glw::GLuint inputValue, glw::GLuint paramValue) in AtomicOperationOr() 205 AtomicOperationXor(glw::GLuint inputValue, glw::GLuint paramValue) in AtomicOperationXor() 222 AtomicOperationExchange(glw::GLuint inputValue, glw::GLuint paramValue) in AtomicOperationExchange() 237 … AtomicOperationCompSwap(glw::GLuint inputValue, glw::GLuint paramValue, glw::GLuint compareValue) in AtomicOperationCompSwap()
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/adselection/ |
D | PrebuiltLogicGeneratorTest.java | 56 String paramValue = "bid_floor"; in testPrebuiltLogicRunnerGeneratesWaterfallScriptSuccess() local 70 String.format(NAMED_PARAM_TEMPLATE, paramKey), paramValue), in testPrebuiltLogicRunnerGeneratesWaterfallScriptSuccess() local 77 String paramValue = "bid_floor"; in testPrebuiltLogicRunnerNotPrebuiltSchemaReturnFalseSuccess() local 94 String paramValue = "www.test.com"; in testPrebuiltLogicRunnerGeneratesPickHighestBidScoringScriptSuccessfully() local 108 String.format(NAMED_PARAM_TEMPLATE, paramKey), paramValue), in testPrebuiltLogicRunnerGeneratesPickHighestBidScoringScriptSuccessfully() local 162 String paramValue = "bid_floor"; in testPrebuiltLogicRunnerParameterUnrecognizedException() local 187 String paramValue = "bid_floor"; in testPrebuiltLogicFeatureFlagDisabledPrebuiltUriFailure() local
|
D | JsFetcherTest.java | 304 String paramValue = "bid_floor"; in testGetOutcomeSelectionLogicJsWithPrebuiltUri_featureDisabled_failure() local 332 String.format(NAMED_PARAM_TEMPLATE, paramKey), paramValue), in testGetOutcomeSelectionLogicJsWithPrebuiltUri_featureDisabled_failure() local
|
D | AdOutcomeSelectorImplTest.java | 402 String paramValue = "bid_floor"; in testAdOutcomeSelectorWithPrebuiltUriReturnsOutcomeSuccess() local
|
/aosp_15_r20/frameworks/opt/vcard/java/com/android/vcard/ |
D | VCardParserImpl_V30.java | 163 VCardProperty propertyData, final String paramName, final String paramValue) { in handleAnyParam() 168 protected void handleParamWithoutName(VCardProperty property, final String paramValue) { in handleParamWithoutName() 185 protected void handleType(VCardProperty property, final String paramValue) { in handleType() 201 private void splitAndPutParam(VCardProperty property, String paramName, String paramValue) { in splitAndPutParam() 271 protected String encodeParamValue(String paramValue) { in encodeParamValue()
|
D | VCardProperty.java | 87 public void setParameter(final String paramName, final String paramValue) { in setParameter() 92 public void addParameter(final String paramName, final String paramValue) { in addParameter()
|
/aosp_15_r20/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/api/policy/annotation/ |
D | Annotation.kt | 32 val paramValue = getParam(paramName) in getStringParam() constant
|
/aosp_15_r20/external/aws-sdk-java-v2/http-client-spi/src/main/java/software/amazon/awssdk/http/ |
H A D | SdkHttpFullRequest.java | 153 default Builder putRawQueryParameter(String paramName, String paramValue) { in putRawQueryParameter() 167 Builder appendRawQueryParameter(String paramName, String paramValue); in appendRawQueryParameter()
|
H A D | SdkHttpRequest.java | 257 default Builder putRawQueryParameter(String paramName, String paramValue) { in putRawQueryParameter() 270 Builder appendRawQueryParameter(String paramName, String paramValue); in appendRawQueryParameter()
|
/aosp_15_r20/frameworks/av/media/libeffects/preprocessing/benchmarks/ |
H A D | preprocessing_benchmark.cpp | 207 int preProcSetConfigParam(effect_handle_t effectHandle, uint32_t paramType, uint32_t paramValue) { in preProcSetConfigParam() 221 short preProcGetShortVal(float paramValue) { in preProcGetShortVal()
|
/aosp_15_r20/frameworks/base/telephony/common/com/android/internal/telephony/ |
H A D | SipMessageParsingUtils.java | 128 String paramValue = getParameterValue(subHeader, BRANCH_PARAM_KEY); in getTransactionId() local 259 private static String[] splitParamValue(String paramValue) { in splitParamValue()
|
/aosp_15_r20/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/ |
D | SipMessageUtils.java | 70 private static String addParamToHeader(String headerValue, String paramKey, String paramValue) { in addParamToHeader()
|
/aosp_15_r20/frameworks/av/media/libeffects/lvm/benchmarks/ |
H A D | reverb_benchmark.cpp | 56 int reverbSetConfigParam(uint32_t paramType, uint32_t paramValue, effect_handle_t effectHandle) { in reverbSetConfigParam()
|
/aosp_15_r20/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/ |
H A D | SipMessageUtils.java | 183 private static String addParamToHeader(String headerValue, String paramKey, String paramValue) { in addParamToHeader()
|
/aosp_15_r20/external/libbrillo/brillo/ |
H A D | mime_utils.cc | 146 const std::string& paramValue) { in AppendParameter()
|
/aosp_15_r20/frameworks/av/media/libeffects/lvm/tests/ |
H A D | reverb_test.cpp | 133 int reverbSetConfigParam(uint32_t paramType, uint32_t paramValue, effect_handle_t effectHandle) { in reverbSetConfigParam()
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/debuggablects/ |
D | FledgeCtsDebuggableTest.java | 1115 String paramValue = "https://www.test.com/reporting/seller"; in testFledgeAuctionSelectionFlow_scoringPrebuilt_Success() local 2725 String paramValue = "bid_floor"; in testAdSelectionFromOutcomesFlow_waterfallWithPrebuilt_returnsOutcomeSuccess() local 2769 String paramValue = "bid_floor"; in testAdSelectionFromOutcomesFlow_waterfallWithPrebuilt_returnsNoOutcomeSuccess() local
|
/aosp_15_r20/external/TestParameterInjector/junit4/src/main/java/com/google/testing/junit/testparameterinjector/ |
H A D | TestParametersMethodProcessor.java | 403 paramValue, in validateThatValuesMatchParameters() local
|
/aosp_15_r20/platform_testing/libraries/flag-helpers/junit/src_base/android/platform/test/flag/junit/ |
H A D | AnnotationsRetriever.java | 275 final Boolean paramValue = params.mOverrides.get(flag); in assumeAllSetFlagsMatchParameterization() local
|
/aosp_15_r20/external/TestParameterInjector/junit5/src/main/java/com/google/testing/junit/testparameterinjector/junit5/ |
H A D | TestParametersMethodProcessor.java | 403 paramValue, in validateThatValuesMatchParameters() local
|
/aosp_15_r20/external/aac/libDRCdec/src/ |
H A D | drcDec_gainDecoder.cpp | 187 const int paramValue) { in drcDec_GainDecoder_SetParam()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/opt/vcard/com.android.vcard/android_common_apex33/javac/ |
D | com.android.vcard.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/opt/vcard/com.android.vcard/android_common/javac/ |
D | com.android.vcard.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/sc/ |
H A D | vktApplicationParametersTests.cpp | 67 uint64_t paramValue; member
|
/aosp_15_r20/frameworks/av/media/libeffects/preprocessing/tests/ |
H A D | PreProcessingTest.cpp | 182 int preProcSetConfigParam(uint32_t paramType, uint32_t paramValue, effect_handle_t effectHandle) { in preProcSetConfigParam()
|