Home
last modified time | relevance | path

Searched refs:parameter_string (Results 1 – 6 of 6) sorted by relevance

/external/chromium/base/
Dcommand_line.cc93 bool IsSwitch(const CommandLine::StringType& parameter_string, in IsSwitch() argument
101 if (parameter_string.find(prefix) != 0) in IsSwitch()
105 const size_t equals_position = parameter_string.find( in IsSwitch()
109 switch_native = parameter_string.substr(switch_start); in IsSwitch()
111 switch_native = parameter_string.substr( in IsSwitch()
113 *switch_value = parameter_string.substr(equals_position + 1); in IsSwitch()
/external/bluetooth/glib/glib/
Dgoption.h103 GOptionContext *g_option_context_new (const gchar *parameter_string);
Dgoption.c79 gchar *parameter_string; member
218 g_option_context_new (const gchar *parameter_string) in g_option_context_new() argument
225 context->parameter_string = g_strdup (parameter_string); in g_option_context_new()
254 g_free (context->parameter_string); in g_option_context_free()
623 if (context->parameter_string) in g_option_context_get_help()
626 g_string_append (string, TRANSLATE (context, context->parameter_string)); in g_option_context_get_help()
/external/webkit/Source/WebKit2/Scripts/webkit2/
Dmessages.py139 def parse_parameter_string(parameter_string): argument
140 …return [Parameter(*type_and_name.rsplit(' ', 1)) for type_and_name in parameter_string.split(', ')]
/external/v8/src/
Dlog.cc1233 char* parameter_string = s.Finalize(); in DebugEvent() local
1238 parameter_string); in DebugEvent()
1239 DeleteArray(parameter_string); in DebugEvent()
/external/bluetooth/glib/
DChangeLog.pre-2-12723 of parameter_string in the docs. (#336085, Claudio Saavedra)