Home
last modified time | relevance | path

Searched refs:is_valid (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/l10ntools/scripts/tool/
H A Dl10ntool.py189 is_valid = lambda x: x != None and len(x) > 0 function
190 …return is_valid(opt.project_root) and is_valid(opt.project_name) and is_valid(opt.languages) and \
191 …( is_valid(opt.inputfile) and (( is_valid(opt.path_prefix) and is_valid(opt.path_postfix) ) or is_…
192 …( ( is_valid(opt.input_sdf_file) and ( is_valid(opt.outputfile) or ( is_valid(opt.path_prefix) an…
193 ( is_valid(opt.inputfile) and is_valid(opt.outputFile)) ))))
/aoo42x/main/vcl/unx/gtk/a11y/
H A Datkhypertext.cxx159 klass->is_valid = hyper_link_is_valid; in hyper_link_class_init()

Completed in 19 milliseconds