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

  /external/v8/tools/
codemap.js 233 * @param {string} opt_name Code entry name.
236 CodeMap.CodeEntry = function(size, opt_name) {
238 this.name = opt_name || '';
  /external/grub/docs/
help2man 61 my ($opt_name, @opt_include, $opt_output, $opt_no_info);
66 'n|name=s' => \$opt_name,
221 $include{NAME} = "$program \\- $opt_name\n" if $opt_name;
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
help2man 73 my ($opt_name, @opt_include, $opt_output, $opt_info, $opt_no_info);
76 'n|name=s' => \$opt_name,
249 $include{NAME} = "$program \\- $opt_name\n" if $opt_name;
  /external/bluetooth/bluez/audio/
pcm_bluetooth.c 342 int opt_name, err; local
398 opt_name = (io->stream == SND_PCM_STREAM_PLAYBACK) ?
401 if (setsockopt(data->stream.fd, SOL_SOCKET, opt_name, &t,
405 opt_name = (io->stream == SND_PCM_STREAM_PLAYBACK) ?
408 if (setsockopt(data->stream.fd, SOL_SCO, opt_name, &period_count,
412 opt_name = (io->stream == SND_PCM_STREAM_PLAYBACK) ?
415 if (setsockopt(data->stream.fd, SOL_SCO, opt_name, &period_count,
    [all...]
liba2dp.c 223 int opt_name, err, bytes; local

Completed in 587 milliseconds