Searched refs:STRING (Results 1 – 15 of 15) sorted by relevance
/system/libvintf/ |
D | KernelConfigTypedValue.cpp | 34 mType = KernelConfigType::STRING; in KernelConfigTypedValue() 58 case KernelConfigType::STRING: in operator ==() 72 case KernelConfigType::STRING: in matchValue()
|
D | parse_string.cpp | 104 case KernelConfigType::STRING: in operator <<() 186 case KernelConfigType::STRING: in parseKernelConfigValue() 200 kctv->mType = KernelConfigType::STRING; in parseKernelConfigTypedValue()
|
/system/bt/profile/sdp/common/test/ |
D | data_element_reader_test.cc | 150 {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/ |
D | config.cc | 49 type_ = STRING; in ConfigValue() 67 CHECK(type_ == STRING); in getString() 84 type_ = STRING; in parseFromString()
|
/system/libvintf/include/vintf/ |
D | KernelConfigType.h | 28 STRING, enumerator
|
/system/bt/profile/sdp/ |
D | sdp_common.h | 72 STRING = 0x04, enumerator
|
D | sdp_logging_helper.h | 89 CASE_RETURN_TEXT(DataElementType::STRING); in DataElementTypeText()
|
/system/nfc/utils/include/ |
D | config.h | 24 enum Type { UNSIGNED, STRING, BYTES }; enumerator
|
/system/bt/profile/sdp/common/ |
D | data_element_reader.cc | 68 case DataElementType::STRING: in ReadNext()
|
/system/tools/hidl/docs/src/lexer/ |
D | Token.kt | 70 STRING("string", TokenCategory.TypeDef),
|
/system/tools/aidl/ |
D | aidl_language.cpp | 388 return new AidlConstantValue(location, Type::STRING, value); in String() 491 case AidlConstantValue::Type::STRING: in As() 520 case Type::STRING: in ToString()
|
D | generate_ndk.cpp | 176 if (value.GetType() == AidlConstantValue::Type::STRING) { in GenerateConstantDeclarations() 212 if (value.GetType() == AidlConstantValue::Type::STRING) { in GenerateConstantDefinitions()
|
D | generate_cpp.cpp | 745 if (value.GetType() != AidlConstantValue::Type::STRING) continue; in BuildInterfaceSource() 933 case AidlConstantValue::Type::STRING: { in BuildInterfaceHeader()
|
D | aidl_language.h | 334 enum class Type { ERROR, ARRAY, BOOLEAN, CHARACTER, FLOATING, HEXIDECIMAL, INTEGRAL, STRING }; enumerator
|
D | generate_java_binder.cpp | 1025 case AidlConstantValue::Type::STRING: { in generate_binder_interface_class()
|