OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isempty
(Results
1 - 17
of
17
) sorted by null
/external/libxkbcommon/xkbcommon/test/
rulescomp.c
76
if (!
isempty
(rules))
81
if (!
isempty
(model))
86
if (!
isempty
(layout))
91
if (!
isempty
(variant))
96
if (!
isempty
(options))
common.c
327
.rules =
isempty
(rules) ? NULL : rules,
328
.model =
isempty
(model) ? NULL : model,
329
.layout =
isempty
(layout) ? NULL : layout,
330
.variant =
isempty
(variant) ? NULL : variant,
331
.options =
isempty
(options) ? NULL : options
/external/libxkbcommon/xkbcommon/src/
context-priv.c
177
if (
isempty
(rmlvo->rules))
179
if (
isempty
(rmlvo->model))
183
if (
isempty
(rmlvo->layout)) {
utils.h
86
isempty
(const char *s)
function
/external/webrtc/tools/matlab/
parseLog.m
42
if ~
isempty
(m)
47
elseif ~
isempty
(colheaders{i})
/external/webrtc/webrtc/modules/audio_processing/test/
apmtest.m
26
if nargin < 5 ||
isempty
(legacy)
31
if nargin < 4 ||
isempty
(casenumber)
35
if nargin < 3 ||
isempty
(filepath)
39
if nargin < 2 ||
isempty
(testname)
43
if nargin < 1 ||
isempty
(task)
200
if ~
isempty
(findstr(opt, '-vad'))
348
if
isempty
(new)
/external/webrtc/webrtc/modules/audio_coding/neteq/test/delay_tool/
plot_neteq_delay.m
67
if ~
isempty
(nonun_ix)
156
if not(
isempty
(delaypoints))
172
while ~
isempty
(jumps)
parse_delay_file.m
112
if ~
isempty
(k)
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
Map.h
63
bool
isempty
();
231
bool Map<T,T2>::
isempty
()
function in class:Map
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
Map.h
66
bool
isempty
();
239
bool Map<T,T2>::
isempty
()
function in class:Map
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Map.h
65
bool
isempty
();
238
bool Map<T,T2>::
isempty
()
function in class:Map
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Map.h
65
bool
isempty
();
238
bool Map<T,T2>::
isempty
()
function in class:Map
/prebuilts/go/darwin-x86/src/os/
dir_windows.go
28
for n != 0 && !file.dirinfo.
isempty
{
file_windows.go
84
isempty
bool // set if FindFirstFile returns ERROR_FILE_NOT_FOUND
137
d.
isempty
= true
184
if file.isdir() && file.dirinfo.
isempty
{
/prebuilts/go/linux-x86/src/os/
dir_windows.go
28
for n != 0 && !file.dirinfo.
isempty
{
file_windows.go
84
isempty
bool // set if FindFirstFile returns ERROR_FILE_NOT_FOUND
137
d.
isempty
= true
184
if file.isdir() && file.dirinfo.
isempty
{
/external/libxkbcommon/xkbcommon/src/xkbcomp/
ast-build.c
461
if (
isempty
(file)) {
Completed in 2122 milliseconds