Searched refs:option_value (Results 1 - 25 of 27) sorted by relevance

12

/external/lldb/source/Interpreter/
H A DOptionValue.cpp327 const OptionValueBoolean *option_value = GetAsBoolean (); local
328 if (option_value)
329 return option_value->GetCurrentValue();
336 OptionValueBoolean *option_value = GetAsBoolean (); local
337 if (option_value)
339 option_value->SetCurrentValue(new_value);
348 const OptionValueEnumeration *option_value = GetAsEnumeration(); local
349 if (option_value)
350 return option_value->GetCurrentValue();
357 OptionValueEnumeration *option_value local
369 const OptionValueFileSpec *option_value = GetAsFileSpec (); local
379 OptionValueFileSpec *option_value = GetAsFileSpec (); local
391 const OptionValueFileSpecList *option_value = GetAsFileSpecList (); local
401 const OptionValueFormat *option_value = GetAsFormat (); local
410 OptionValueFormat *option_value = GetAsFormat (); local
422 const OptionValueRegex *option_value = GetAsRegex (); local
432 const OptionValueSInt64 *option_value = GetAsSInt64 (); local
441 OptionValueSInt64 *option_value = GetAsSInt64 (); local
453 const OptionValueString *option_value = GetAsString (); local
462 OptionValueString *option_value = GetAsString (); local
474 const OptionValueUInt64 *option_value = GetAsUInt64 (); local
483 OptionValueUInt64 *option_value = GetAsUInt64 (); local
495 const OptionValueUUID *option_value = GetAsUUID(); local
504 OptionValueUUID *option_value = GetAsUUID(); local
[all...]
H A DOptionValueDictionary.cpp49 OptionValue *option_value = pos->second.get(); local
63 option_value->DumpValue(exe_ctx, strm, dump_mask | extra_dump_options);
76 option_value->DumpValue(exe_ctx, strm, (dump_mask & (~eDumpOptionType)) | extra_dump_options);
H A DOptionValueProperties.cpp615 OptionValue *option_value = property->GetValue().get(); local
616 assert (option_value);
617 const bool transparent_value = option_value->ValueIsTransparent ();
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_generator.cc110 string option_value = TrimString(options[i].second); local
112 output_list_file = option_value;
115 SplitStringUsing(option_value, "|", &parts);
118 + option_value + "'";
124 SplitStringUsing(option_value, "|", &parts);
128 + option_value + "'";
133 params.set_store_unknown_fields(option_value == "true");
135 params.set_override_java_multiple_files(option_value == "true");
137 params.set_generate_has(option_value == "true");
139 params.set_java_enum_style(option_value
[all...]
/external/lldb/include/lldb/Interpreter/
H A DOptionGroupUUID.h44 const char *option_value);
H A DOptionGroupArchitecture.h45 const char *option_value);
H A DOptionGroupBoolean.h58 const char *option_value);
H A DOptionGroupOutputFile.h45 const char *option_value);
H A DOptionGroupString.h57 const char *option_value);
H A DOptionGroupUInt64.h57 const char *option_value);
H A DOptionGroupFile.h58 const char *option_value);
116 const char *option_value);
H A DOptionGroupValueObjectDisplay.h45 const char *option_value);
H A DOptionGroupFormat.h53 const char *option_value);
H A DOptionGroupPlatform.h56 const char *option_value);
H A DOptions.h375 const char *option_value) = 0;
/external/lldb/include/lldb/Core/
H A DConnectionFileDescriptor.h125 GetSocketOption(int fd, int level, int option_name, int &option_value);
128 SetSocketOption(int fd, int level, int option_name, int option_value);
/external/libvpx/libvpx/vpx/src/
H A Dsvc_encodeframe.c206 char *option_value; local
219 option_value = strtok_r(NULL, " ", &input_ptr);
220 if (option_value == NULL) {
227 svc_ctx->spatial_layers = atoi(option_value);
229 svc_ctx->temporal_layers = atoi(option_value);
231 res = parse_layer_options_from_string(svc_ctx, SCALE_FACTOR, option_value,
236 res = parse_layer_options_from_string(svc_ctx, QUANTIZER, option_value,
241 res = parse_layer_options_from_string(svc_ctx, QUANTIZER, option_value,
246 res = parse_layer_options_from_string(svc_ctx, AUTO_ALT_REF, option_value,
250 res = parse_layer_options_from_string(svc_ctx, BITRATE, option_value,
[all...]
/external/lldb/source/Commands/
H A DCommandObjectExpression.h46 const char *option_value);
H A DCommandObjectRegister.cpp299 const char *option_value)
307 OptionValueSP value_sp (OptionValueUInt64::Create (option_value, error));
297 SetOptionValue(CommandInterpreter &interpreter, uint32_t option_idx, const char *option_value) argument
/external/lldb/tools/debugserver/source/
H A DRNBSocket.h66 static int SetSocketOption(int fd, int level, int option_name, int option_value);
H A DRNBSocket.cpp310 RNBSocket::SetSocketOption(int fd, int level, int option_name, int option_value) argument
312 return ::setsockopt(fd, level, option_name, &option_value, sizeof(option_value));
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.cpp216 OptionValueFileSpecList *option_value = m_collection_sp->GetPropertyAtIndexAsOptionValueFileSpecList (NULL, false, idx); local
217 assert(option_value);
218 return option_value->GetCurrentValue();
/external/lldb/source/Core/
H A DConnectionFileDescriptor.cpp1442 ConnectionFileDescriptor::GetSocketOption(int fd, int level, int option_name, int &option_value)
1444 get_socket_option_arg_type option_value_p = static_cast<get_socket_option_arg_type>(&option_value);
1450 ConnectionFileDescriptor::SetSocketOption(int fd, int level, int option_name, int option_value)
1452 set_socket_option_arg_type option_value_p = static_cast<get_socket_option_arg_type>(&option_value);
1453 return ::setsockopt(fd, level, option_name, option_value_p, sizeof(option_value));
/external/ppp/pppd/
H A Doptions.c84 struct option_value { struct
85 struct option_value *next;
796 struct option_value *ovp, *pp;
979 struct option_value *ovp;
981 ovp = (struct option_value *) opt->addr2;
/external/lldb/source/Target/
H A DTarget.cpp2634 OptionValuePathMappings *option_value = m_collection_sp->GetPropertyAtIndexAsOptionValuePathMappings (NULL, false, idx); local
2635 assert(option_value);
2636 return option_value->GetCurrentValue();
2643 OptionValueFileSpecList *option_value = m_collection_sp->GetPropertyAtIndexAsOptionValueFileSpecList (NULL, false, idx); local
2644 assert(option_value);
2645 return option_value->GetCurrentValue();
2652 OptionValueFileSpecList *option_value = m_collection_sp->GetPropertyAtIndexAsOptionValueFileSpecList (NULL, false, idx); local
2653 assert(option_value);
2654 return option_value->GetCurrentValue();

Completed in 1007 milliseconds

12