Home
last modified time | relevance | path

Searched refs:keyValue (Results 1 – 17 of 17) sorted by relevance

/aosp12/packages/modules/StatsD/statsd/tests/
H A DLogEntryMatcher_test.cpp616 keyValue->set_eq_int(10); in TEST()
618 keyValue->set_eq_int(11); in TEST()
620 keyValue->set_eq_int(12); in TEST()
624 keyValue->set_lt_int(10); in TEST()
626 keyValue->set_lt_int(11); in TEST()
628 keyValue->set_lt_int(12); in TEST()
632 keyValue->set_lte_int(10); in TEST()
640 keyValue->set_gt_int(10); in TEST()
642 keyValue->set_gt_int(11); in TEST()
644 keyValue->set_gt_int(12); in TEST()
[all …]
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DApnConfigTypeRepository.java100 final String[] keyValue = entry.split(":"); in getCarrierApnTypeMap() local
101 if (keyValue.length != 2) { in getCarrierApnTypeMap()
103 } else if (keyValue[0].contains(",")) { in getCarrierApnTypeMap()
107 int apnTypeBitmask = ApnSetting.getApnTypesBitmaskFromString(keyValue[0]); in getCarrierApnTypeMap()
109 apnTypeMap.put(apnTypeBitmask, Integer.parseInt(keyValue[1])); in getCarrierApnTypeMap()
/aosp12/hardware/google/av/media/eco/
H A DECOData.cpp377 char keyValue[SIZE]; in debugString() local
381 snprintf(keyValue, SIZE, "int32_t %s = %d, ", it.first.c_str(), in debugString()
385 snprintf(keyValue, SIZE, "int64_t %s = %" PRId64 ", ", it.first.c_str(), in debugString()
389 snprintf(keyValue, SIZE, "size_t %s = %zu, ", it.first.c_str(), in debugString()
393 snprintf(keyValue, SIZE, "float %s = %f, ", it.first.c_str(), in debugString()
397 snprintf(keyValue, SIZE, "double %s = %f, ", it.first.c_str(), in debugString()
401 snprintf(keyValue, SIZE, "string %s = %s, ", it.first.c_str(), in debugString()
405 snprintf(keyValue, SIZE, "int8_t %s = %d, ", it.first.c_str(), in debugString()
411 s.append(keyValue); in debugString()
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DBootReceiver.java684 String[] keyValue = keyValueStr.split(":"); in logSystemServerShutdownTimeMetrics() local
685 if (keyValue.length != 2) { in logSystemServerShutdownTimeMetrics()
690 if (keyValue[0].startsWith(SHUTDOWN_TRON_METRICS_PREFIX)) { in logSystemServerShutdownTimeMetrics()
691 logTronShutdownMetric(keyValue[0], keyValue[1]); in logSystemServerShutdownTimeMetrics()
692 if (keyValue[0].equals(METRIC_SYSTEM_SERVER)) { in logSystemServerShutdownTimeMetrics()
693 duration = keyValue[1]; in logSystemServerShutdownTimeMetrics()
696 if (keyValue[0].equals("reboot")) { in logSystemServerShutdownTimeMetrics()
697 reboot = keyValue[1]; in logSystemServerShutdownTimeMetrics()
698 } else if (keyValue[0].equals("reason")) { in logSystemServerShutdownTimeMetrics()
699 reason = keyValue[1]; in logSystemServerShutdownTimeMetrics()
[all …]
/aosp12/hardware/interfaces/identity/support/tests/
H A DIdentityCredentialSupportTest.cpp368 const cppbor::Item* findValueForTstr(const cppbor::Map* map, const string& keyValue) { in findValueForTstr() argument
370 const auto& item = map->get(keyValue); in findValueForTstr()
377 const cppbor::Array* findArrayValueForTstr(const cppbor::Map* map, const string& keyValue) { in findArrayValueForTstr() argument
378 const cppbor::Item* item = findValueForTstr(map, keyValue); in findArrayValueForTstr()
385 const cppbor::Map* findMapValueForTstr(const cppbor::Map* map, const string& keyValue) { in findMapValueForTstr() argument
386 const cppbor::Item* item = findValueForTstr(map, keyValue); in findMapValueForTstr()
394 const string& keyValue) { in findSemanticValueForTstr() argument
395 const cppbor::Item* item = findValueForTstr(map, keyValue); in findSemanticValueForTstr()
402 const std::string findStringValueForTstr(const cppbor::Map* map, const string& keyValue) { in findStringValueForTstr() argument
403 const cppbor::Item* item = findValueForTstr(map, keyValue); in findStringValueForTstr()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DInstallCarrierAppUtils.java196 String[] keyValue = keyValueString.split(keyValueDelim); in getAppNameFromPackageName() local
198 if (keyValue.length == 2) { in getAppNameFromPackageName()
199 if (keyValue[0].equals(packageName)) { in getAppNameFromPackageName()
200 return keyValue[1]; in getAppNameFromPackageName()
H A DUiccProfile.java1438 String[] keyValue = keyValueString.split(keyValueDelim); in parseToCertificateToPackageMap() local
1440 if (keyValue.length == 2) { in parseToCertificateToPackageMap()
1441 map.put(keyValue[0].toUpperCase(), keyValue[1]); in parseToCertificateToPackageMap()
/aosp12/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
H A DCombinedInputOutput.java86 final String keyValue[] = item.split("="); in readDictionaryCombined() local
87 if (2 != keyValue.length) { in readDictionaryCombined()
90 attributes.put(keyValue[0], keyValue[1]); in readDictionaryCombined()
/aosp12/packages/apps/Settings/src/com/android/settings/wifi/dpp/
H A DWifiQrCode.java162 for (String keyValue : keyValueList) { in getValueOrNull()
163 if (keyValue.startsWith(prefix)) { in getValueOrNull()
164 return keyValue.substring(prefix.length()); in getValueOrNull()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/
H A DTestUtils.java339 String[] keyValue = line.split("="); in readAdapterConfig() local
340 adapterConfig.get(section).put(keyValue[0].trim(), in readAdapterConfig()
341 keyValue.length == 1 ? "" : keyValue[1].trim()); in readAdapterConfig()
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/mschapv2/
H A DEapMsChapV2TypeData.java431 String[] keyValue = value.split("="); in getMessageMappings() local
432 if (keyValue.length != LABEL_VALUE_LENGTH) { in getMessageMappings()
435 } else if (messageMappings.containsKey(keyValue[0])) { in getMessageMappings()
439 messageMappings.put(keyValue[0], keyValue[1]); in getMessageMappings()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DNumericTextView.java273 final int keyValue = numericKeyCodeToInt(keyCode); in handleKeyUp() local
274 final int newValue = mValue * RADIX + keyValue; in handleKeyUp()
/aosp12/hardware/interfaces/drm/1.2/vts/functional/
H A Ddrm_hal_common.cpp341 KeyValue keyValue; in toHidlKeyedVector() local
342 keyValue.key = it->first; in toHidlKeyedVector()
343 keyValue.value = it->second; in toHidlKeyedVector()
344 stdKeyedVector.push_back(keyValue); in toHidlKeyedVector()
/aosp12/hardware/interfaces/drm/1.0/vts/functional/
H A Ddrm_hal_vendor_test.cpp286 KeyValue keyValue; in toHidlKeyedVector() local
287 keyValue.key = it->first; in toHidlKeyedVector()
288 keyValue.value = it->second; in toHidlKeyedVector()
289 stdKeyedVector.push_back(keyValue); in toHidlKeyedVector()
/aosp12/frameworks/av/drm/libmediadrm/
H A DDrmHal.cpp192 KeyValue keyValue; in toHidlKeyedVector() local
193 keyValue.key = toHidlString(keyedVector.keyAt(i)); in toHidlKeyedVector()
194 keyValue.value = toHidlString(keyedVector.valueAt(i)); in toHidlKeyedVector()
195 stdKeyedVector.push_back(keyValue); in toHidlKeyedVector()
/aosp12/packages/apps/RemoteProvisioner/tests/unittests/
H A Dtink-android-1.5.0.jarcom/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...
/aosp12/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...