Home
last modified time | relevance | path

Searched refs:fieldName (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/default_config/JsonConfigLoader/src/
DJsonConfigLoader.cpp319 Result<bool> JsonValueParser::convertValueToType<bool>(const std::string& fieldName, in convertValueToType() argument
322 return Error() << "The value: " << value << " for field: " << fieldName in convertValueToType()
329 Result<int32_t> JsonValueParser::convertValueToType<int32_t>(const std::string& fieldName, in convertValueToType() argument
332 return Error() << "The value: " << value << " for field: " << fieldName in convertValueToType()
339 Result<float> JsonValueParser::convertValueToType<float>(const std::string& fieldName, in convertValueToType() argument
343 return Error() << "The value: " << value << " for field: " << fieldName in convertValueToType()
350 Result<int64_t> JsonValueParser::convertValueToType<int64_t>(const std::string& fieldName, in convertValueToType() argument
353 return Error() << "The value: " << value << " for field: " << fieldName in convertValueToType()
360 Result<std::string> JsonValueParser::convertValueToType<std::string>(const std::string& fieldName, in convertValueToType() argument
363 return Error() << "The value: " << value << " for field: " << fieldName in convertValueToType()
[all …]
/hardware/interfaces/automotive/vehicle/aidl/impl/default_config/JsonConfigLoader/include/
DJsonConfigLoader.h53 android::base::Result<std::string> parseStringValue(const std::string& fieldName,
57 android::base::Result<std::vector<T>> parseArray(const std::string& fieldName,
61 android::base::Result<T> parseValue(const std::string& fieldName,
66 static android::base::Result<T> convertValueToType(const std::string& fieldName,
114 const std::string& fieldName, bool fieldIsOptional, T* outPtr,
129 const std::string& fieldName, bool fieldIsOptional,
133 void parseAccessChangeMode(const Json::Value& parentJsonNode, const std::string& fieldName,
140 bool parsePropValues(const Json::Value& parentJsonNode, const std::string& fieldName,
145 void parseAreas(const Json::Value& parentJsonNode, const std::string& fieldName,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/chunkindex/
Dlunr.js150 lunr.FieldRef = function (docRef, fieldName, stringValue) { argument
152 this.fieldName = fieldName
173 this._stringValue = this.fieldName + lunr.FieldRef.joiner + this.docRef
322 for (var fieldName in posting) {
323 if (fieldName == '_index') continue // Ignore the term index, its not a field
324 documentsWithTerm += Object.keys(posting[fieldName]).length
2219 score = queryVectors[fieldRef.fieldName].similarity(fieldVector),
2414 lunr.Builder.prototype.field = function (fieldName, attributes) { argument
2415 if (/\//.test(fieldName)) {
2416 throw new RangeError ("Field '" + fieldName + "' contains illegal character '/'")
[all …]
/hardware/interfaces/audio/effect/all-versions/default/util/
DEffectUtils.cpp163 inline status_t charBufferToHal(const hidl_string& str, char (&halBuf)[N], const char* fieldName) { in charBufferToHal() argument
169 ALOGE("%s is too long: %zu (%zu max)", fieldName, strSize, halBufChars); in charBufferToHal()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
DgenRef.py276 def refPageHead(pageName, pageDesc, specText, fieldName, fieldText, descText, fp): argument
293 if fieldName is not None:
294 sections[fieldName] = fieldText
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/include/
DFakeVehicleHardware.h313 static std::string parseErrMsg(std::string fieldName, std::string value, std::string type);