/third_party/python/Tools/c-analyzer/c_parser/preprocessor/ |
H A D | common.py | 138 if (missing := is_missing_dep(errtext)): 139 matching = get_matching_oses(missing, filename) 145 def get_matching_oses(missing, filename): 149 elif missing == 'SystemConfiguration/SystemConfiguration.h': 153 elif missing in ('windows.h', 'winsock2.h'): 157 elif missing == 'sys/ldr.h': 159 elif missing == 'dl.h': 171 missing = errtext.split(': No such file or directory')[0].split()[-1] 172 return missing
|
H A D | errors.py | 84 def _msg(cls, missing, **ignored): 85 msg = 'preprocessing failed due to missing dependencies' 86 if missing: 87 msg = f'{msg} ({", ".join(missing)})' 90 def __init__(self, filename, missing=None, *args, **kwargs): 91 self.missing = _as_tuple(missing) or None
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | runtime.py | 27 from .utils import missing namespace 38 "missing", 100 if value is not missing: 134 # If we have a changed resolve but no changed default or missing 150 def resolve_or_missing(context, key, missing=missing): 155 return missing 175 :class:`Undefined` object for missing variables. 230 if rv is missing: 236 special `missing` valu [all...] |
H A D | environment.py | 59 from .utils import missing namespace 387 block_start_string=missing, 388 block_end_string=missing, 389 variable_start_string=missing, 390 variable_end_string=missing, 391 comment_start_string=missing, 392 comment_end_string=missing, 393 line_statement_prefix=missing, 394 line_comment_prefix=missing, 395 trim_blocks=missing, [all...] |
H A D | asyncsupport.py | 15 from .utils import missing namespace 200 self._length = len(iterable) + self.index + (self._after is not missing) 213 if self._after is not missing: 219 self._after = missing 225 return await self._peek_next() is missing 231 if rv is missing: 240 if self._after is not missing: 242 self._after = missing
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | runtime.py | 27 from .utils import missing namespace 38 "missing", 100 if value is not missing: 134 # If we have a changed resolve but no changed default or missing 150 def resolve_or_missing(context, key, missing=missing): 155 return missing 175 :class:`Undefined` object for missing variables. 230 if rv is missing: 236 special `missing` valu [all...] |
H A D | environment.py | 59 from .utils import missing namespace 387 block_start_string=missing, 388 block_end_string=missing, 389 variable_start_string=missing, 390 variable_end_string=missing, 391 comment_start_string=missing, 392 comment_end_string=missing, 393 line_statement_prefix=missing, 394 line_comment_prefix=missing, 395 trim_blocks=missing, [all...] |
H A D | asyncsupport.py | 15 from .utils import missing namespace 200 self._length = len(iterable) + self.index + (self._after is not missing) 213 if self._after is not missing: 219 self._after = missing 225 return await self._peek_next() is missing 231 if rv is missing: 240 if self._after is not missing: 242 self._after = missing
|
/third_party/pulseaudio/src/tests/ |
H A D | memblockq-test.c | 222 /* Check reporting of missing bytes: in START_TEST() 223 * Initially, tlength bytes are missing. The second call doesn't in START_TEST() 224 * report additional missing data since the first call. */ in START_TEST() 427 * length + missing + requested = tlength in START_TEST() 430 * and "tlength" is the target length. The intuitive meaning of "missing" in START_TEST() 432 * "missing" and "requested" together constitute the amount that is missing in START_TEST() 434 * from the queue increments "missing". pa_memblockq_pop_missing() resets in START_TEST() 435 * "missing" to zero, returns the old "missing" valu in START_TEST() 558 size_t missing; START_TEST() local [all...] |
/third_party/jinja2/ |
H A D | runtime.py | 21 from .utils import missing namespace 51 "missing", 113 if value is not missing: 160 :class:`Undefined` object for missing variables. 222 if rv is missing: 228 """Look up a variable by name, or return a ``missing`` sentinel 243 return missing 330 if item is missing: 396 _after: t.Any = missing 397 _current: t.Any = missing [all...] |
H A D | environment.py | 54 from .utils import missing namespace 386 block_start_string: str = missing, 387 block_end_string: str = missing, 388 variable_start_string: str = missing, 389 variable_end_string: str = missing, 390 comment_start_string: str = missing, 391 comment_end_string: str = missing, 392 line_statement_prefix: t.Optional[str] = missing, 393 line_comment_prefix: t.Optional[str] = missing, 394 trim_blocks: bool = missing, [all...] |
H A D | asyncsupport.py | 15 from .utils import missing namespace 200 self._length = len(iterable) + self.index + (self._after is not missing) 213 if self._after is not missing: 219 self._after = missing 225 return await self._peek_next() is missing 231 if rv is missing: 240 if self._after is not missing: 242 self._after = missing
|
/third_party/python/Lib/unittest/ |
H A D | util.py | 66 missing = [] 73 missing.append(e) 92 missing.extend(expected[i:]) 95 return missing, unexpected 104 missing = [] 110 missing.append(item) 113 return missing, actual
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | environment.py | 29 from jinja2.utils import import_string, LRUCache, Markup, missing, \ 356 def overlay(self, block_start_string=missing, block_end_string=missing, 357 variable_start_string=missing, variable_end_string=missing, 358 comment_start_string=missing, comment_end_string=missing, 359 line_statement_prefix=missing, line_comment_prefix=missing, 360 trim_blocks=missing, lstrip_block 30 concat, consume, internalcode, have_async_gen global() namespace [all...] |
H A D | runtime.py | 17 from jinja2.utils import Markup, soft_unicode, escape, missing, concat, \ 28 'TemplateRuntimeError', 'missing', 'concat', 'escape', 74 if value is not missing: 113 # If we have a changed resolve but no changed default or missing 125 def resolve_or_missing(context, key, missing=missing): 130 return missing 150 :class:`Undefined` object for missing variables. 204 if rv is missing: 210 special `missing` valu 18 internalcode, object_type_repr, evalcontextfunction, Namespace global() namespace [all...] |
/third_party/python/Lib/email/ |
H A D | message.py | 256 some other encoding is used, or the header is missing, or if the 412 Return None if the header is missing instead of raising an exception. 441 Does not raise an exception if the header is missing. 493 is missing. 604 missing = object() 605 value = self.get('content-type', missing) 606 if value is missing: 654 missing = object() 655 value = self.get(header, missing) 656 if value is missing [all...] |
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
H A D | console_printer.py | 82 # Fill in missing start/end with start/end of range. 157 and missing includes (if desired). 165 missing = checker.getMissingUnreferencedApiIncludes() 166 if missing: 167 self.outputMissingIncludes(checker, missing) 186 def outputMissingIncludes(self, checker, missing): 187 """Output a table of missing includes. 191 missing = list(sorted(missing)) 192 if not missing [all...] |
H A D | base_printer.py | 89 def outputMissingIncludes(self, checker, missing): 90 """Output a table of missing includes. 92 `missing` is a iterable entity names. 118 """Outputs broken links and missing includes, if desired. 128 missing = checker.getMissingUnreferencedApiIncludes() 129 if missing: 130 self.outputMissingIncludes(checker, missing)
|
/third_party/python/Lib/distutils/ |
H A D | dep_util.py | 54 def newer_group (sources, target, missing='error'): 58 'missing' controls what we do when a source file is missing; the 60 if it is "ignore", we silently drop any missing source files; if it is 61 "newer", any missing source files make us assume that 'target' is 63 carry out commands that wouldn't work because inputs are missing, but 79 if missing == 'error': # blow up when we stat() the file 81 elif missing == 'ignore': # missing source dropped from 83 elif missing [all...] |
/third_party/glfw/src/ |
H A D | context.c | 188 unsigned int missing, leastMissing = UINT_MAX; in _glfwChooseFBConfig() local 204 // Count number of missing buffers in _glfwChooseFBConfig() 206 missing = 0; in _glfwChooseFBConfig() 209 missing++; in _glfwChooseFBConfig() 212 missing++; in _glfwChooseFBConfig() 215 missing++; in _glfwChooseFBConfig() 220 missing += desired->auxBuffers - current->auxBuffers; in _glfwChooseFBConfig() 228 missing++; in _glfwChooseFBConfig() 232 missing++; in _glfwChooseFBConfig() 318 // Least number of missing buffer in _glfwChooseFBConfig() [all...] |
/third_party/python/Lib/ |
H A D | modulefinder.py | 493 paths, as well as modules that are missing, or seem to be missing. 508 # Print missing modules 509 missing, maybe = self.any_missing_maybe() 510 if missing: 513 for name in missing: 516 # Print modules that may be missing, but then again, maybe not... 519 print("Submodules that appear to be missing, but could also be", end=' ') 526 """Return a list of modules that appear to be missing. Use 528 certain to be missing, an [all...] |
/third_party/curl/tests/ |
H A D | test1139.pl | 288 my $missing; 293 $missing=" tool_getparam.c"; 299 $missing.= " curl.1"; 305 $missing .= " tool_listhelp.c"; 308 print STDERR "$o is not in$missing (but in$exists)\n";
|
/third_party/python/Lib/distutils/command/ |
H A D | check.py | 88 Warns if any are missing. 92 missing = [] 95 missing.append(attr) 97 if missing: 98 self.warn("missing required meta-data: %s" % ', '.join(missing)) 101 self.warn("missing meta-data: if 'author' supplied, " + 105 self.warn("missing meta-data: if 'maintainer' supplied, " + 108 self.warn("missing meta-data: either (author and author_email) " +
|
/third_party/skia/third_party/externals/libpng/ |
H A D | autogen.sh | 8 # missing. They are instantiated with autoreconf --force --install. 77 config.sub configure depcomp install-sh ltmain.sh missing\ 134 # Presence of one of these does not *invalidate* missing, but absence 147 # Either everything is missing or everything is there, the --maintainer option 171 missing= 174 test -f "$file" || missing=1 177 test -z "$missing" || {
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | TestUtilities.java | 138 String missing = ""; in TestCollectionUtilities() 141 if (missing.length() != 0) missing += ", "; in TestCollectionUtilities() 142 missing += RelationName[i]; in TestCollectionUtilities() 145 errln("Not all ContainmentRelations checked: " + missing); in TestCollectionUtilities()
|