Searched defs:must (Results 1 - 14 of 14) sorted by relevance

/external/skia/gm/rebaseline_server/
H A Ddownload_actuals_test.py28 import fix_pythonpath # must do this first namespace
H A Dcompare_configs_test.py28 import gm_json # must import results first, so that gm_json will be in sys.path namespace
H A Dcompare_to_expectations_test.py28 import gm_json # must import results first, so that gm_json will be in sys.path namespace
H A Dcompare_configs.py21 import fix_pythonpath # must do this first namespace
190 'must be one of ' +
H A Dcompare_rendered_pictures.py19 import fix_pythonpath # must do this first namespace
H A Dcompare_rendered_pictures_test.py29 import gm_json # must import results first, so that gm_json will be in sys.path namespace
H A Ddownload_actuals.py20 import fix_pythonpath # must do this first namespace
H A Dcompare_to_expectations.py23 import fix_pythonpath # must do this first namespace
96 in order to see those updates, you must instantiate a new
288 # for the test (the implicit expectation is that it must
372 'must be one of ' +
H A Dresults.py18 import fix_pythonpath # must do this first namespace
73 results_type: string describing which types of results to include; must
86 must be one of the RESULTS_* constants
109 # Hash of dataset, which the client must return with any edits--
H A Dserver.py29 import fix_pythonpath # must do this first namespace
225 # Reentrant lock that must be held whenever updating EITHER of:
425 # All requests must be of this form:
446 must be one of the results_mod.RESULTS_* constants
449 # Since we must make multiple calls to the ExpectationComparisons object,
502 # All requests must be of this form:
554 # We must hold _SERVER.results_rlock while we do this, to guarantee that
675 'must restart the server to pick up new data.'),
/external/chromium_org/third_party/skia/gm/rebaseline_server/
H A Dcompare_to_expectations_test.py28 import gm_json # must import results first, so that gm_json will be in sys.path namespace
/external/llvm/lib/Support/
H A Dregex2.h14 * 1. Redistributions of source code must retain the above copyright
16 * 2. Redistributions in binary form must reproduce the above copyright
52 * flow must be marked at both its source and its destination. Some
149 char *must; /* match must contain this string */ member in struct:re_guts
150 int mlen; /* length of must */
154 /* catspace must be last */
/external/chromium_org/third_party/icu/source/i18n/
H A Dcompactdecimalformat.cpp523 // If we haven't found UNUM_SHORT look in latn numbering system. We must
569 // (i.e "foo" but not "foo/bar"); If fillIn is NULL, caller must always call
606 UBool must = (flags & MUST); local
608 if (must) {
624 if (status == U_MISSING_RESOURCE_ERROR && !must) {
636 if (must && (status == U_ZERO_ERROR)) {
772 // We must have 0's in format string.
/external/icu/icu4c/source/i18n/
H A Dcompactdecimalformat.cpp523 // If we haven't found UNUM_SHORT look in latn numbering system. We must
569 // (i.e "foo" but not "foo/bar"); If fillIn is NULL, caller must always call
606 UBool must = (flags & MUST); local
608 if (must) {
624 if (status == U_MISSING_RESOURCE_ERROR && !must) {
636 if (must && (status == U_ZERO_ERROR)) {
772 // We must have 0's in format string.

Completed in 1341 milliseconds