Searched refs:isempty (Results 1 – 15 of 15) sorted by relevance
/external/libxkbcommon/xkbcommon/test/ |
D | rulescomp.c | 76 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()
|
D | common.c | 327 .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/ |
D | context-priv.c | 177 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()
|
D | utils.h | 86 isempty(const char *s) in isempty() function
|
/external/libiio/src/bindings/matlab/ |
D | iio_sys_obj.m | 140 if(~isempty(strfind(line, 'channel'))) 157 elseif(~isempty(strfind(line, 'data_in_device'))) 163 elseif(~isempty(strfind(line, 'data_out_device'))) 169 elseif(~isempty(strfind(line, 'ctrl_device'))) 192 if(isempty(obj.iio_dev_cfg)) 226 if(~isempty(obj.iio_dev_cfg.ctrl_device)) 280 if(~isempty(varargin{i + obj.in_ch_no})) 331 if(~isempty(config)) 345 if(~isempty(config)) 367 if(~isempty(config)) [all …]
|
D | iio_sys_obj_matlab.m | 140 if(~isempty(strfind(line, 'channel'))) 159 elseif(~isempty(strfind(line, 'data_in_device'))) 165 elseif(~isempty(strfind(line, 'data_out_device'))) 171 elseif(~isempty(strfind(line, 'ctrl_device'))) 205 if(isempty(obj.iio_dev_cfg)) 239 if(~isempty(obj.iio_dev_cfg.ctrl_device)) 294 if(~isempty(varargin{1}{i + obj.in_ch_no}))
|
D | libiio_if_daq2.m | 64 if isempty(instance_cnt) 368 if(~isempty(obj.iio_buffer)) 371 if(~isempty(obj.iio_ctx)) 561 if(~isempty(name)) 579 has_wildcard = ~isempty(strfind(attr_name, '*')); 590 if(isempty(ret))
|
D | libiio_if.m | 64 if isempty(instance_cnt) 364 if(~isempty(obj.iio_buffer)) 367 if(~isempty(obj.iio_ctx)) 561 if(~isempty(name)) 579 has_wildcard = ~isempty(strfind(attr_name, '*')); 590 if(isempty(ret))
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
D | 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/tools/matlab/ |
D | parseLog.m | 42 if ~isempty(m) 47 elseif ~isempty(colheaders{i})
|
/external/webrtc/webrtc/modules/audio_coding/neteq/test/delay_tool/ |
D | plot_neteq_delay.m | 67 if ~isempty(nonun_ix) 156 if not(isempty(delaypoints)) 172 while ~isempty(jumps)
|
D | parse_delay_file.m | 112 if ~isempty(k)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopStrengthReduce/ |
D | dominate-assert.ll | 64 %arraydestroy.isempty = icmp eq i8* undef, %arrayctor.cur
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | dominate-assert.ll | 64 %arraydestroy.isempty = icmp eq i8* undef, %arrayctor.cur
|
/external/libxkbcommon/xkbcommon/src/xkbcomp/ |
D | ast-build.c | 461 if (isempty(file)) { in IncludeCreate()
|