Searched refs:oldc (Results 1 – 7 of 7) sorted by relevance
/third_party/node/deps/npm/lib/utils/ |
D | update-notifier.js | 63 const oldc = chalk.red(current) constant 70 `${oldc} -> ${latestc}\n` +
|
/third_party/mesa3d/bin/pick/ |
D | core.py | 329 for oldc in reversed(commits): 330 if oldc.sha == commit.because_sha: 333 oldc.nominated = False 334 oldc.resolution = Resolution.DENOMINATED
|
/third_party/python/Lib/test/ |
D | test_gc.py | 941 oldc, oldnc = getstats() 947 self.assertEqual(c - oldc, 2*N) 951 oldc, oldnc = c, nc 957 self.assertEqual(c - oldc, 0) 961 oldc, oldnc = c, nc 968 self.assertEqual(c - oldc, 2*N) 973 oldc, oldnc = c, nc 978 self.assertEqual(c - oldc, 4)
|
/third_party/selinux/libsepol/src/ |
D | mls.h | 50 char oldc,
|
D | services.c | 1616 context_struct_t oldc; in convert_context() local 1626 if (context_cpy(&oldc, c)) in convert_context() 1664 rc = convert_context_handle_invalid_context(&oldc); in convert_context() 1669 context_destroy(&oldc); in convert_context() 1673 context_to_string(NULL, policydb, &oldc, &s, &len); in convert_context() 1674 context_destroy(&oldc); in convert_context()
|
D | mls.c | 330 char oldc, char **scontext, context_struct_t * context) in mls_context_to_sid() argument 343 if (!oldc) in mls_context_to_sid()
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.3.0.rst | 689 - pan/bi: Range check newc/oldc when rewriting
|