Home
last modified time | relevance | path

Searched refs:isempty (Results 1 – 10 of 10) sorted by relevance

/external/libxkbcommon/xkbcommon/test/
Drulescomp.c76 if (!isempty(rules)) in test_rmlvo_env()
81 if (!isempty(model)) in test_rmlvo_env()
86 if (!isempty(layout)) in test_rmlvo_env()
91 if (!isempty(variant)) in test_rmlvo_env()
96 if (!isempty(options)) in test_rmlvo_env()
Dcommon.c327 .rules = isempty(rules) ? NULL : rules, in test_compile_rules()
328 .model = isempty(model) ? NULL : model, in test_compile_rules()
329 .layout = isempty(layout) ? NULL : layout, in test_compile_rules()
330 .variant = isempty(variant) ? NULL : variant, in test_compile_rules()
331 .options = isempty(options) ? NULL : options in test_compile_rules()
/external/libxkbcommon/xkbcommon/src/
Dcontext-priv.c177 if (isempty(rmlvo->rules)) in xkb_context_sanitize_rule_names()
179 if (isempty(rmlvo->model)) in xkb_context_sanitize_rule_names()
183 if (isempty(rmlvo->layout)) { in xkb_context_sanitize_rule_names()
Dutils.h86 isempty(const char *s) in isempty() function
/external/webrtc/webrtc/modules/audio_processing/test/
Dapmtest.m26 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/tools/matlab/
DparseLog.m42 if ~isempty(m)
47 elseif ~isempty(colheaders{i})
/external/webrtc/webrtc/modules/audio_coding/neteq/test/delay_tool/
Dplot_neteq_delay.m67 if ~isempty(nonun_ix)
156 if not(isempty(delaypoints))
172 while ~isempty(jumps)
Dparse_delay_file.m112 if ~isempty(k)
/external/llvm/test/Transforms/LoopStrengthReduce/
Ddominate-assert.ll64 %arraydestroy.isempty = icmp eq i8* undef, %arrayctor.cur
/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dast-build.c461 if (isempty(file)) { in IncludeCreate()