Home
last modified time | relevance | path

Searched refs:compare_ops (Results 1 – 3 of 3) sorted by relevance

/external/autotest/tko/
Dquery_lib.py17 compare_ops = {'=':'=', '<>':'<>', '==':'=', '!=':'<>', '>':'>',
44 '|'.join(compare_ops.keys()))
48 op = compare_ops[match.group(2)]
/external/mesa3d/.gitlab-ci/
Ddeqp-radv-pitcairn-aco-fails.txt1 dEQP-VK.pipeline.depth.format.d16_unorm.compare_ops.never_zerodepthbounds_depthdisabled_stencilenab…
2 dEQP-VK.pipeline.depth.format.d32_sfloat.compare_ops.never_zerodepthbounds_depthdisabled_stencilena…
/external/libcups/scheduler/
Dpolicy.c22 static int compare_ops(cupsd_location_t *a, cupsd_location_t *b);
79 p->ops = cupsArrayNew3((cups_array_func_t)compare_ops, NULL, in cupsdAddPolicyOp()
452 compare_ops(cupsd_location_t *a, /* I - First operation */ in compare_ops() function