Searched refs:VariableTypes (Results 1 – 12 of 12) sorted by relevance
/external/srec/shared/include/ |
D | ESR_Session.h | 50 ESR_ReturnCode(*getProperty)(const LCHAR* name, void** value, VariableTypes type); 57 ESR_ReturnCode(*getPropertyType)(const LCHAR* name, VariableTypes* type); 116 ESR_ReturnCode(*setProperty)(const LCHAR* name, void* value, VariableTypes type); 338 VariableTypes type); 406 VariableTypes type); 613 ESR_SHARED_API ESR_ReturnCode ESR_SessionGetPropertyType(const LCHAR* name, VariableTypes* type);
|
D | ESR_SessionTypeImpl.h | 59 VariableTypes type; 69 VariableTypes type); 117 void* value, VariableTypes type); 256 VariableTypes* type);
|
D | ESR_SessionImpl.h | 37 VariableTypes type); 80 VariableTypes type); 197 VariableTypes* type);
|
D | ESR_SessionType.h | 53 …*getProperty)(struct ESR_SessionType_t* self, const LCHAR* name, void** value, VariableTypes type); 62 …ESR_ReturnCode(*getPropertyType)(struct ESR_SessionType_t* self, const LCHAR* name, VariableTypes*… 137 …(*setProperty)(struct ESR_SessionType_t* self, const LCHAR* name, void* value, VariableTypes type);
|
D | ESR_VariableTypes.h | 40 } VariableTypes; typedef
|
D | ESR_SessionTypeListener.h | 54 … const void* oldValue, const void* newValue, VariableTypes variableType, void* data);
|
/external/srec/shared/src/ |
D | ESR_Session.c | 57 ESR_ReturnCode ESR_SessionGetProperty(const LCHAR* name, void** value, VariableTypes type) in ESR_SessionGetProperty() 106 ESR_ReturnCode ESR_SessionSetProperty(const LCHAR* name, void* value, VariableTypes type) in ESR_SessionSetProperty() 244 ESR_ReturnCode ESR_SessionGetPropertyType(const LCHAR* name, VariableTypes* type) in ESR_SessionGetPropertyType()
|
D | SessionTypeImpl.c | 122 VariableTypes type) in ESR_SessionTypeGetPropertyImpl() 304 VariableTypes type) in ESR_SessionTypeSetPropertyImpl() 582 VariableTypes type; in ESR_SessionTypeImportCommandLineImpl() 1047 const LCHAR* name, VariableTypes* type) in ESR_SessionTypeGetPropertyTypeImpl() 1073 VariableTypes* type; in addParMapping() 1160 VariableTypes Int = TYPES_INT; in ESR_SessionTypeImportParFileImpl() 1161 VariableTypes UInt16_t = TYPES_UINT16_T; in ESR_SessionTypeImportParFileImpl() 1162 VariableTypes Float = TYPES_FLOAT; in ESR_SessionTypeImportParFileImpl() 1163 VariableTypes Bool = TYPES_BOOL; in ESR_SessionTypeImportParFileImpl() 1164 VariableTypes IntArrayList = TYPES_INTARRAYLIST; in ESR_SessionTypeImportParFileImpl() [all …]
|
/external/lldb/include/lldb/Symbol/ |
D | SymbolFile.h | 41 VariableTypes = (1u << 6), enumerator
|
/external/srec/srec/EventLog/src/ |
D | EventLogImpl.c | 98 … self, const LCHAR* name, const void* oldValue, const void* newValue, VariableTypes variableType, … in propertyChanged() 757 VariableTypes type; in SR_EventLogEventSessionImpl()
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARFDebugMap.cpp | 628 SymbolFile::VariableTypes | in CalculateAbilities()
|
D | SymbolFileDWARF.cpp | 694 … abilities |= CompileUnits | Functions | Blocks | GlobalVariables | LocalVariables | VariableTypes; in CalculateAbilities()
|