Home
last modified time | relevance | path

Searched defs:option_value (Results 1 – 13 of 13) sorted by relevance

/external/lldb/source/Interpreter/
DOptionValue.cpp327 const OptionValueBoolean *option_value = GetAsBoolean (); in GetBooleanValue() local
336 OptionValueBoolean *option_value = GetAsBoolean (); in SetBooleanValue() local
348 const OptionValueEnumeration *option_value = GetAsEnumeration(); in GetEnumerationValue() local
357 OptionValueEnumeration *option_value = GetAsEnumeration(); in SetEnumerationValue() local
369 const OptionValueFileSpec *option_value = GetAsFileSpec (); in GetFileSpecValue() local
379 OptionValueFileSpec *option_value = GetAsFileSpec (); in SetFileSpecValue() local
391 const OptionValueFileSpecList *option_value = GetAsFileSpecList (); in GetFileSpecListValue() local
401 const OptionValueFormat *option_value = GetAsFormat (); in GetFormatValue() local
410 OptionValueFormat *option_value = GetAsFormat (); in SetFormatValue() local
422 const OptionValueRegex *option_value = GetAsRegex (); in GetRegexValue() local
[all …]
DOptionValueDictionary.cpp49 OptionValue *option_value = pos->second.get(); in DumpValue() local
DOptions.cpp1023 const char *option_value) in SetOptionValue()
DOptionValueProperties.cpp615 OptionValue *option_value = property->GetValue().get(); in DumpValue() local
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_generator.cc110 string option_value = TrimString(options[i].second); in Generate() local
/external/ppp/pppd/
Doptions.c84 struct option_value { struct
85 struct option_value *next; argument
86 const char *source;
87 char value[1];
/external/lldb/tools/debugserver/source/
DRNBSocket.cpp310 RNBSocket::SetSocketOption(int fd, int level, int option_name, int option_value) in SetSocketOption()
/external/lldb/source/Core/
DConnectionFileDescriptor.cpp1442 ConnectionFileDescriptor::GetSocketOption(int fd, int level, int option_name, int &option_value) in GetSocketOption()
1450 ConnectionFileDescriptor::SetSocketOption(int fd, int level, int option_name, int option_value) in SetSocketOption()
/external/lldb/source/Commands/
DCommandObjectRegister.cpp299 const char *option_value) in SetOptionValue()
DCommandObjectType.cpp376 const char *option_value) in SetOptionValue()
/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwinKernel.cpp216 …OptionValueFileSpecList *option_value = m_collection_sp->GetPropertyAtIndexAsOptionValueFileSpecLi… in GetKextDirectories() local
/external/lldb/source/Target/
DTarget.cpp2634 …OptionValuePathMappings *option_value = m_collection_sp->GetPropertyAtIndexAsOptionValuePathMappin… in GetSourcePathMap() local
2643 …OptionValueFileSpecList *option_value = m_collection_sp->GetPropertyAtIndexAsOptionValueFileSpecLi… in GetExecutableSearchPaths() local
2652 …OptionValueFileSpecList *option_value = m_collection_sp->GetPropertyAtIndexAsOptionValueFileSpecLi… in GetDebugFileSearchPaths() local
/external/libvpx/libvpx/vpx/src/
Dsvc_encodeframe.c367 char *option_value; in parse_options() local