Home
last modified time | relevance | path

Searched refs:VariableTypes (Results 1 – 12 of 12) sorted by relevance

/external/srec/shared/include/
DESR_Session.h50 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);
DESR_SessionTypeImpl.h59 VariableTypes type;
69 VariableTypes type);
117 void* value, VariableTypes type);
256 VariableTypes* type);
DESR_SessionImpl.h37 VariableTypes type);
80 VariableTypes type);
197 VariableTypes* type);
DESR_SessionType.h53 …*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);
DESR_VariableTypes.h40 } VariableTypes; typedef
DESR_SessionTypeListener.h54 … const void* oldValue, const void* newValue, VariableTypes variableType, void* data);
/external/srec/shared/src/
DESR_Session.c57 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()
DSessionTypeImpl.c122 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/
DSymbolFile.h41 VariableTypes = (1u << 6), enumerator
/external/srec/srec/EventLog/src/
DEventLogImpl.c98 … 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/
DSymbolFileDWARFDebugMap.cpp628 SymbolFile::VariableTypes | in CalculateAbilities()
DSymbolFileDWARF.cpp694 … abilities |= CompileUnits | Functions | Blocks | GlobalVariables | LocalVariables | VariableTypes; in CalculateAbilities()