/aosp12/frameworks/opt/vcard/java/com/android/vcard/ |
H A D | VCardParserImpl_V30.java | 163 VCardProperty propertyData, final String paramName, final String paramValue) { in handleAnyParam() argument 164 splitAndPutParam(propertyData, paramName, paramValue); in handleAnyParam() 168 protected void handleParamWithoutName(VCardProperty property, final String paramValue) { in handleParamWithoutName() argument 169 handleType(property, paramValue); in handleParamWithoutName() 185 protected void handleType(VCardProperty property, final String paramValue) { in handleType() argument 186 splitAndPutParam(property, VCardConstants.PARAM_TYPE, paramValue); in handleType() 212 final int length = paramValue.length(); in splitAndPutParam() 214 final char ch = paramValue.charAt(i); in splitAndPutParam() 239 paramValue + ")"); in splitAndPutParam() 271 protected String encodeParamValue(String paramValue) { in encodeParamValue() argument [all …]
|
H A D | VCardProperty.java | 87 public void setParameter(final String paramName, final String paramValue) { in setParameter() argument 89 addParameter(paramName, paramValue); in setParameter() 92 public void addParameter(final String paramName, final String paramValue) { in addParameter() argument 104 values.add(paramValue); in addParameter()
|
H A D | VCardParserImpl_V21.java | 448 String paramValue = strArray[1].trim(); 450 handleType(propertyData, paramValue); 452 handleValue(propertyData, paramValue); 454 handleEncoding(propertyData, paramValue.toUpperCase()); 456 handleCharset(propertyData, paramValue); 458 handleLanguage(propertyData, paramValue); 460 handleAnyParam(propertyData, paramName, paramValue); 472 protected void handleParamWithoutName(VCardProperty propertyData, final String paramValue) { 473 handleType(propertyData, paramValue); 567 VCardProperty propertyData, String paramName, String paramValue) { [all …]
|
/aosp12/frameworks/base/telephony/common/com/android/internal/telephony/ |
H A D | SipMessageParsingUtils.java | 128 String paramValue = getParameterValue(subHeader, BRANCH_PARAM_KEY); in getTransactionId() local 129 if (paramValue == null) continue; in getTransactionId() 130 return paramValue; in getTransactionId() 259 private static String[] splitParamValue(String paramValue) { in splitParamValue() argument 260 if (!paramValue.startsWith("\"") && !paramValue.endsWith("\"")) { in splitParamValue() 261 return new String[] {paramValue}; in splitParamValue() 264 paramValue = paramValue.substring(1, paramValue.length() - 1); in splitParamValue() 265 String[] splitValues = paramValue.split(","); in splitParamValue()
|
/aosp12/hardware/interfaces/audio/effect/all-versions/default/ |
H A D | Effect.h | 121 std::function<void(Result retval, T paramValue)> cb) { in getIntegerParam() 133 Result getParam(uint32_t paramId, T& paramValue) { in getParam() 137 memcpy(¶mValue, valueData, valueSize); in getParam() 142 Result getParam(uint32_t paramId, uint32_t paramArg, T& paramValue) { in getParam() 147 memcpy(¶mValue, valueData, valueSize); in getParam() 152 Result setParam(uint32_t paramId, const T& paramValue) { in setParam() 153 return setParameterImpl(sizeof(uint32_t), ¶mId, sizeof(T), ¶mValue); in setParam() 157 Result setParam(uint32_t paramId, uint32_t paramArg, const T& paramValue) { in setParam() 159 return setParameterImpl(sizeof(params), params, sizeof(T), ¶mValue); in setParam()
|
/aosp12/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() argument 210 uint32_t paramData[2] = {paramType, paramValue}; in preProcSetConfigParam() 221 short preProcGetShortVal(float paramValue) { in preProcGetShortVal() argument 222 return static_cast<short>(paramValue * std::numeric_limits<short>::max()); in preProcGetShortVal()
|
/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/ |
H A D | SipMessageUtils.java | 70 private static String addParamToHeader(String headerValue, String paramKey, String paramValue) { in addParamToHeader() argument 72 + paramValue.trim(); in addParamToHeader()
|
/aosp12/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/ |
H A D | VNodeBuilder.java | 113 for (String paramValue : paramValueList) { in onPropertyCreated() 114 propNode.paramMap.put(paramType, paramValue); in onPropertyCreated()
|
/aosp12/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() argument 59 uint32_t paramData[2] = {paramType, paramValue}; in reverbSetConfigParam()
|
/aosp12/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() argument 136 uint32_t paramData[2] = {paramType, paramValue}; in reverbSetConfigParam()
|
/aosp12/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() argument 185 uint32_t paramData[2] = {paramType, paramValue}; in preProcSetConfigParam()
|
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/ |
H A D | httpclient-4.5.12.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |