Home
last modified time | relevance | path

Searched refs:STRING (Results 1 – 15 of 15) sorted by relevance

/system/libvintf/
DKernelConfigTypedValue.cpp34 mType = KernelConfigType::STRING; in KernelConfigTypedValue()
58 case KernelConfigType::STRING: in operator ==()
72 case KernelConfigType::STRING: in matchValue()
Dparse_string.cpp104 case KernelConfigType::STRING: in operator <<()
186 case KernelConfigType::STRING: in parseKernelConfigValue()
200 kctv->mType = KernelConfigType::STRING; in parseKernelConfigTypedValue()
/system/bt/profile/sdp/common/test/
Ddata_element_reader_test.cc150 {Desc(DataElementType::STRING, DataElementSize::ADDITIONAL_8BIT), 0x05,
154 {Desc(DataElementType::STRING, DataElementSize::ADDITIONAL_16BIT), 0x00,
158 {Desc(DataElementType::STRING, DataElementSize::ADDITIONAL_32BIT), 0x00,
337 InvalidTestParam{Desc(DataElementType::STRING, DataElementSize::BYTE1)},
340 Desc(DataElementType::STRING, DataElementSize::ADDITIONAL_8BIT)},
343 Desc(DataElementType::STRING, DataElementSize::ADDITIONAL_16BIT),
348 Desc(DataElementType::STRING, DataElementSize::ADDITIONAL_32BIT),
355 Desc(DataElementType::STRING, DataElementSize::ADDITIONAL_8BIT), 0x04,
/system/nfc/utils/
Dconfig.cc49 type_ = STRING; in ConfigValue()
67 CHECK(type_ == STRING); in getString()
84 type_ = STRING; in parseFromString()
/system/libvintf/include/vintf/
DKernelConfigType.h28 STRING, enumerator
/system/bt/profile/sdp/
Dsdp_common.h72 STRING = 0x04, enumerator
Dsdp_logging_helper.h89 CASE_RETURN_TEXT(DataElementType::STRING); in DataElementTypeText()
/system/nfc/utils/include/
Dconfig.h24 enum Type { UNSIGNED, STRING, BYTES }; enumerator
/system/bt/profile/sdp/common/
Ddata_element_reader.cc68 case DataElementType::STRING: in ReadNext()
/system/tools/hidl/docs/src/lexer/
DToken.kt70 STRING("string", TokenCategory.TypeDef),
/system/tools/aidl/
Daidl_language.cpp388 return new AidlConstantValue(location, Type::STRING, value); in String()
491 case AidlConstantValue::Type::STRING: in As()
520 case Type::STRING: in ToString()
Dgenerate_ndk.cpp176 if (value.GetType() == AidlConstantValue::Type::STRING) { in GenerateConstantDeclarations()
212 if (value.GetType() == AidlConstantValue::Type::STRING) { in GenerateConstantDefinitions()
Dgenerate_cpp.cpp745 if (value.GetType() != AidlConstantValue::Type::STRING) continue; in BuildInterfaceSource()
933 case AidlConstantValue::Type::STRING: { in BuildInterfaceHeader()
Daidl_language.h334 enum class Type { ERROR, ARRAY, BOOLEAN, CHARACTER, FLOATING, HEXIDECIMAL, INTEGRAL, STRING }; enumerator
Dgenerate_java_binder.cpp1025 case AidlConstantValue::Type::STRING: { in generate_binder_interface_class()