/external/chromium/base/ |
command_line.cc | 92 // |parameter_string| represents a switch. 93 bool IsSwitch(const CommandLine::StringType& parameter_string, 101 if (parameter_string.find(prefix) != 0) 105 const size_t equals_position = parameter_string.find( 109 switch_native = parameter_string.substr(switch_start); 111 switch_native = parameter_string.substr( 113 *switch_value = parameter_string.substr(equals_position + 1);
|
/external/bluetooth/glib/glib/ |
goption.h | 103 GOptionContext *g_option_context_new (const gchar *parameter_string);
|
goption.c | 79 gchar *parameter_string; member in struct:_GOptionContext 187 * @parameter_string: a string which is displayed in 194 * The @parameter_string can serve multiple purposes. It can be used 208 * Note that the @parameter_string is translated using the 218 g_option_context_new (const gchar *parameter_string) 225 context->parameter_string = g_strdup (parameter_string); 254 g_free (context->parameter_string); 623 if (context->parameter_string) 626 g_string_append (string, TRANSLATE (context, context->parameter_string)); [all...] |
/external/webkit/Source/WebKit2/Scripts/webkit2/ |
messages.py | 139 def parse_parameter_string(parameter_string): 140 return [Parameter(*type_and_name.rsplit(' ', 1)) for type_and_name in parameter_string.split(', ')]
|
/external/v8/src/ |
log.cc | 1233 char* parameter_string = s.Finalize(); local [all...] |
/external/libvpx/examples/includes/geshi/geshi/ |
gml.php | 297 'file_bin_write_byte','file_bin_read_byte','parameter_count','parameter_string', [all...] |
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
option.sgml | 187 @parameter_string:
|
/external/bluetooth/glib/ |
ChangeLog.pre-2-12 | 723 of parameter_string in the docs. (#336085, Claudio Saavedra)
|