Home
last modified time | relevance | path

Searched refs:strValue (Results 1 – 16 of 16) sorted by relevance

/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGraphReader.java410 String strValue = null; in getAssignmentValue() local
411 if ((strValue = attributes.getValue("stringValue")) != null) { in getAssignmentValue()
412 return strValue; in getAssignmentValue()
414 return Boolean.parseBoolean(strValue); in getAssignmentValue()
415 } else if ((strValue = attributes.getValue("intValue")) != null) { in getAssignmentValue()
416 return Integer.parseInt(strValue); in getAssignmentValue()
417 } else if ((strValue = attributes.getValue("floatValue")) != null) { in getAssignmentValue()
418 return Float.parseFloat(strValue); in getAssignmentValue()
420 String[] floatStrings = TextUtils.split(strValue, ","); in getAssignmentValue()
426 } else if ((strValue = attributes.getValue("varValue")) != null) { in getAssignmentValue()
[all …]
/aosp12/hardware/st/nfc/1.0/adaptation/
H A Dconfig.cpp182 string strValue; in readConfig() local
218 strValue.erase(); in readConfig()
281 strValue.push_back(c); in readConfig()
294 while (n-- > 0) strValue.push_back(((numValue >> (n * 8)) & 0xFF)); in readConfig()
296 if (strValue.length() > 0) in readConfig()
297 pParam = new CNfcParam(token.c_str(), strValue); in readConfig()
301 strValue.erase(); in readConfig()
307 strValue.push_back('\0'); in readConfig()
309 pParam = new CNfcParam(token.c_str(), strValue); in readConfig()
312 strValue.push_back(c); in readConfig()
/aosp12/packages/services/Car/cpp/watchdog/testclient/src/
H A Dmain.cpp44 std::string strValue = argv[2]; in checkArgument() local
45 if (!ParseInt(strValue, &param.inactiveAfterInSec)) { in checkArgument()
48 strValue = argv[3]; in checkArgument()
49 if (!ParseInt(strValue, &param.terminateAfterInSec)) { in checkArgument()
/aosp12/hardware/st/nfc/st21nfc/adaptation/
H A Dconfig.cpp184 string strValue; in readConfig() local
220 strValue.erase(); in readConfig()
290 strValue.push_back(c); in readConfig()
308 while (n-- > 0) strValue.push_back(((numValue >> (n * 8)) & 0xFF)); in readConfig()
310 if (strValue.length() > 0) in readConfig()
311 pParam = new CNfcParam(token.c_str(), strValue); in readConfig()
315 strValue.erase(); in readConfig()
321 strValue.push_back('\0'); in readConfig()
323 pParam = new CNfcParam(token.c_str(), strValue); in readConfig()
326 strValue.push_back(c); in readConfig()
/aosp12/hardware/samsung/nfc/halimpl/src/
H A Dconfig.cpp285 string strValue; in readConfig() local
311 strValue.erase(); in readConfig()
382 strValue.push_back(c); in readConfig()
401 while (n-- > 0) strValue.push_back(((numValue >> (n * 8)) & 0xFF)); in readConfig()
403 if (strValue.length() > 0) in readConfig()
404 pParam = new CNfcParam(token.c_str(), strValue); in readConfig()
408 strValue.erase(); in readConfig()
414 strValue.push_back('\0'); in readConfig()
416 pParam = new CNfcParam(token.c_str(), strValue); in readConfig()
419 strValue.push_back(c); in readConfig()
/aosp12/hardware/nxp/nfc/pn8x/halimpl/utils/
H A DphNxpConfig.cpp264 string strValue; in readConfig() local
291 strValue.erase(); in readConfig()
361 strValue.push_back(c); in readConfig()
380 while (n-- > 0) strValue.push_back(((numValue >> (n * 8)) & 0xFF)); in readConfig()
382 if (strValue.length() > 0) in readConfig()
383 pParam = new CNfcParam(token.c_str(), strValue); in readConfig()
387 strValue.erase(); in readConfig()
393 strValue.push_back('\0'); in readConfig()
395 pParam = new CNfcParam(token.c_str(), strValue); in readConfig()
398 strValue.push_back(c); in readConfig()
/aosp12/frameworks/base/drm/java/android/drm/
H A DDrmUtils.java161 String strValue = readMultipleBytes(constraintData, valueLength, index); in ExtendedMetadataParser() local
162 if (strValue.equals(" ")) { in ExtendedMetadataParser()
163 strValue = ""; in ExtendedMetadataParser()
166 mMap.put(strKey, strValue); in ExtendedMetadataParser()
/aosp12/hardware/nxp/nfc/snxxx/halimpl/utils/
H A DphNxpConfig.cc283 string strValue; in readConfig() local
318 strValue.erase(); in readConfig()
388 strValue.push_back(c); in readConfig()
407 while (n-- > 0) strValue.push_back(((numValue >> (n * 8)) & 0xFF)); in readConfig()
409 if (strValue.length() > 0) in readConfig()
410 pParam = new CNfcParam(token.c_str(), strValue); in readConfig()
414 strValue.erase(); in readConfig()
420 strValue.push_back('\0'); in readConfig()
422 pParam = new CNfcParam(token.c_str(), strValue); in readConfig()
425 strValue.push_back(c); in readConfig()
/aosp12/frameworks/av/media/codec2/sfplugin/tests/
H A DReflectedParamUpdater_test.cpp237 AString strValue; in TEST_F() local
240 EXPECT_EQ(true, msg["string.value"].find(&strValue)); in TEST_F()
241 EXPECT_STREQ("1234567890A", strValue.c_str()); in TEST_F()
244 EXPECT_EQ(true, msg["flex-string.value"].find(&strValue)); in TEST_F()
245 EXPECT_STREQ("abc", strValue.c_str()); in TEST_F()
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DReflectedParamUpdater.cpp52 AString strValue; in debugString() local
93 } else if (it.second.find(&strValue)) { in debugString()
94 s << "string " << it.first << " = \"" << strValue.c_str() << "\""; in debugString()
H A DCCodecConfig.cpp1243 AString strValue; in getFormatForDomain() local
1249 } else if (it->second.find(&strValue)) { in getFormatForDomain()
1250 item.set(strValue); in getFormatForDomain()
1277 AString strValue; in getFormatForDomain() local
1283 } else if (value.find(&strValue)) { in getFormatForDomain()
1284 item.set(strValue); in getFormatForDomain()
1524 AString strValue; in convert() local
1534 } else if (from.find(&strValue)) { in convert()
1535 to->set(strValue); in convert()
/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DWatchdogPerfService.cpp86 if (std::string strValue = std::string(String8(args[pos]).string()); in parseSecondsFlag() local
87 !ParseUint(strValue, &value)) { in parseSecondsFlag()
88 return Error() << "Invalid value " << strValue << ", must be an integer"; in parseSecondsFlag()
/aosp12/frameworks/layoutlib/bridge/src/android/content/res/
H A DResources_Delegate.java826 String strValue = pluralsResourceValue.getValue(pluralRules.select(quantity)); in getQuantityString() local
827 if (strValue == null) { in getQuantityString()
828 strValue = pluralsResourceValue.getValue(PluralRules.KEYWORD_OTHER); in getQuantityString()
831 return strValue; in getQuantityString()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardBuilder.java766 final String strValue) { in matchTypedValue() argument
777 return StringUtils.containsInArray(strValue, a.getString(index).split("\\|")); in matchTypedValue()
/aosp12/frameworks/base/tools/aapt2/dump/
H A DDumpManifest.cpp295 } else if (FileReference* strValue = ValueCast<FileReference>(value)) { in GetAttributeString() local
296 return &(*strValue->path); in GetAttributeString()
/aosp12/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...