Home
last modified time | relevance | path

Searched defs:allow_empty (Results 1 – 4 of 4) sorted by relevance

/third_party/cef/libcef/browser/devtools/
Ddevtools_util.cc14 bool IsValidDictionary(const base::StringPiece& str, bool allow_empty) { in IsValidDictionary()
/third_party/python/Lib/test/
Dtest_buffer.py703 def rslice(n, allow_empty=False): argument
711 def rslices(n, allow_empty=False): argument
/third_party/alsa-lib/src/ucm/
Ducm_subs.c662 bool ignore_error, allow_empty; in uc_mgr_get_substituted_value() local
/third_party/python/Lib/tkinter/test/
Dwidget_tests.py121 def checkColorParam(self, widget, name, *, allow_empty=None, **kwargs): argument