OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opt_name
(Results
1 - 4
of
4
) sorted by null
/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
;
/external/v8/tools/
codemap.js
238
* @param {string}
opt_name
Code entry name.
241
devtools.profiler.CodeMap.CodeEntry = function(size,
opt_name
) {
243
this.name =
opt_name
|| '';
/external/bluetooth/bluez/audio/
pcm_bluetooth.c
340
int
opt_name
, err;
local
396
opt_name
= (io->stream == SND_PCM_STREAM_PLAYBACK) ?
399
if (setsockopt(data->stream.fd, SOL_SOCKET,
opt_name
, &t,
403
opt_name
= (io->stream == SND_PCM_STREAM_PLAYBACK) ?
406
if (setsockopt(data->stream.fd, SOL_SCO,
opt_name
, &period_count,
410
opt_name
= (io->stream == SND_PCM_STREAM_PLAYBACK) ?
413
if (setsockopt(data->stream.fd, SOL_SCO,
opt_name
, &period_count,
[
all
...]
liba2dp.c
223
int
opt_name
, err, bytes;
local
Completed in 249 milliseconds