HomeSort by relevance Sort by last modified time
    Searched full:parameter_string (Results 1 - 8 of 8) sorted by null

  /external/chromium/base/
command_line.cc 156 bool CommandLine::IsSwitch(const StringType& parameter_string,
164 if (parameter_string.find(prefix) != 0)
168 const size_t equals_position = parameter_string.find(
172 switch_native = parameter_string.substr(switch_start);
174 switch_native = parameter_string.substr(
176 *switch_value = parameter_string.substr(equals_position + 1);
command_line.h 223 // if |parameter_string| represents a switch.
224 static bool IsSwitch(const StringType& parameter_string,
  /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/v8/src/
log.cc 1103 char* parameter_string = s.Finalize(); local
1108 parameter_string);
1109 DeleteArray(parameter_string);
    [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)

Completed in 258 milliseconds