Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dreflib.py105 def isempty(s): function
200 while (line >= 0 and not isempty(file[line])):
203 while (line >= 0 and isempty(file[line])):
206 while (line >= 1 and not isempty(file[line-1])):
221 while (line != maxLine and not isempty(file[line])):
224 while (line != maxLine and isempty(file[line])):
/third_party/ntfs-3g/libfuse-lite/
Dmount_util.c219 int isempty = 1; in fuse_mnt_check_empty() local
232 isempty = 0; in fuse_mnt_check_empty()
238 isempty = 0; in fuse_mnt_check_empty()
240 if (!isempty) { in fuse_mnt_check_empty()
/third_party/cups-filters/filter/foomatic-rip/
Doptions.c513 imin = !isempty(param->min) ? atoi(param->min) : -999999; in get_valid_param_string()
514 imax = !isempty(param->max) ? atoi(param->max) : 1000000; in get_valid_param_string()
534 fmin = !isempty(param->min) ? atof(param->min) : -999999.0; in get_valid_param_string()
535 fmax = !isempty(param->max) ? atof(param->max) : 1000000.0; in get_valid_param_string()
566 if (!isempty(param->min) && len < atoi(param->min)) { in get_valid_param_string()
571 if (!isempty(param->max) && len > atoi(param->max)) { in get_valid_param_string()
637 paramvalues[i] = !isempty(param->min) ? param->min : "-999999"; in paramvalues_from_string()
1046 if (choice && !isempty(choice->command)) in option_set_value()
1068 if (isempty(opt->text)) in option_text()
1297 contains_ps = !isempty(*line) && in contains_active_postscript()
[all …]
Dfoomaticrip.c118 if (isempty(postpipe->data)) in open_postpipe()
190 else if (strcmp(key, "execpath") == 0 && !isempty(value)) in config_set_option()
1024 if (!isempty(cupsfilter)) { in main()
1107 if (isempty(cmd)) { in main()
Dutil.h38 int isempty(const char *string);
Dpdf.c319 if (!isempty(tmpfilename)) in print_pdf()
Dpostscript.c1047 if (!isempty(psfifo->data)) { in _print_ps()
1107 if (more_stuff || inheader || !isempty(psfifo->data)) { in _print_ps()
Dutil.c113 int isempty(const char *string) in isempty() function
283 if (isempty(psrc)) { in strncpy_tochar()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstring_view_test.cc1097 constexpr bool isempty = sp.empty(); in TEST() local
1098 EXPECT_TRUE(isempty); in TEST()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp81683 static nsIAtom* isempty; member in nsGkAtoms