Searched refs:GROW (Results 1 – 9 of 9) sorted by relevance
/third_party/rust/crates/rustix/tests/io/ |
D | seals.rs | 22 fcntl_add_seals(&file, SealFlags::GROW).unwrap(); in test_seals() 25 assert_eq!(now, SealFlags::GROW); in test_seals() 36 assert_eq!(now, SealFlags::GROW | SealFlags::SHRINK); in test_seals()
|
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/m4sugar/ |
D | m4sugar.m4 | 1520 # diversion, GROW. When the outer macro is fully expanded, we first 1521 # undivert the most nested diversions (GROW - 1...), and finally 1522 # undivert GROW. To understand why we need several diversions, 1533 # GROW - 2: Test...3 1534 # GROW - 1: Test...2 1535 # GROW: Test...1 1538 # Finally the epilogue of TEST1 undiverts GROW - 2, GROW - 1, and 1539 # GROW into the regular flow, BODY. 1541 # GROW - 2: 1542 # GROW - 1: [all …]
|
/third_party/libxml2/ |
D | parser.c | 2128 #define GROW if ((ctxt->progressive == 0) && \ macro 2318 GROW; in xmlPushInput() 2348 GROW; in xmlParseCharRef() 2352 GROW; in xmlParseCharRef() 2380 GROW; in xmlParseCharRef() 2384 GROW; in xmlParseCharRef() 3224 GROW; in xmlParseNameComplex() 3277 GROW; in xmlParseNameComplex() 3304 GROW; in xmlParseNameComplex() 3358 GROW; in xmlParseName() [all …]
|
D | HTMLparser.c | 312 #define GROW if ((ctxt->progressive == 0) && \ macro 2639 GROW; in htmlParseName() 2680 GROW; in htmlParseNameComplex() 2696 GROW; in htmlParseNameComplex() 2887 GROW; in htmlParseEntityRef() 3140 GROW; in htmlParseScript() 3220 GROW; in htmlParseCharDataInternal() 3225 GROW; in htmlParseCharDataInternal() 3408 GROW; in htmlParsePI() 3422 GROW; in htmlParsePI() [all …]
|
D | NEWS | 875 CVE-2015-7499-2 Detect incoherency on GROW (Daniel Veillard),
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
D | types.rs | 407 const GROW = linux_raw_sys::general::F_SEAL_GROW; constant
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
D | types.rs | 572 const GROW = c::F_SEAL_GROW; constant
|
/third_party/icu/icu4j/perf-tests/data/collation/ |
D | ulyss10.txt | 23490 GROW DULL, DARKER AND POUCHED, HIS NOSE THICKENS.) 25044 STEPHEN: (STRANGLED WITH RAGE) Shite! (HIS FEATURES GROW DRAWN GREY 25812 GROW FAINTER WITH THEIR TOORALOOLOO LOOLOO LAY. BLOOM, HOLDING IN
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 75981 - * parser.c: added a GROW when parsing complex comments (bug #405666) 123625 GROW; 123705 GROW; 123716 GROW; 123734 + GROW; 123752 - GROW; 123764 GROW;
|