/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
D | fanotify17.c | 90 static void verify_user_limits(unsigned int init_flags, int groups, int marks) in verify_user_limits() argument 113 } else if (!ret && i > marks) { in verify_user_limits() 116 "marks limit (%d) exceeded", i, marks); in verify_user_limits() 117 } else if (ret < 0 && errno == ENOSPC && marks < groups) { in verify_user_limits() 124 "below marks limit (%d)", i, marks); in verify_user_limits() 171 int marks = max_marks; in test_fanotify() local 188 marks = groups = tc->max_user_groups; in test_fanotify() 191 if (tc->max_user_marks && tc->max_user_marks < marks) { in test_fanotify() 193 marks = tc->max_user_marks; in test_fanotify() 194 SAFE_FILE_PRINTF(USERNS_MAX_MARKS, "%d", marks); in test_fanotify() [all …]
|
D | fanotify10.c | 490 int marks = 0; in show_fanotify_ignore_marks() local 499 marks++; in show_fanotify_ignore_marks() 502 if (marks < min) { in show_fanotify_ignore_marks() 503 tst_res(TFAIL, "Found %d ignore marks but at least %d expected", marks, min); in show_fanotify_ignore_marks() 506 if (marks > max) { in show_fanotify_ignore_marks() 507 tst_res(TFAIL, "Found %d ignore marks but at most %d expected", marks, max); in show_fanotify_ignore_marks() 510 tst_res(TPASS, "Found %d ignore marks which is in expected range %d-%d", marks, min, max); in show_fanotify_ignore_marks()
|
/third_party/typescript/src/compiler/ |
D | performance.ts | 46 const marks = new Map<string, number>(); constant 59 marks.set(markName, timestamp()); 75 … const end = (endMarkName !== undefined ? marks.get(endMarkName) : undefined) ?? timestamp(); 76 … const start = (startMarkName !== undefined ? marks.get(startMarkName) : undefined) ?? timeorigin; 111 marks.forEach((_time, markName) => cb(markName)); 123 marks.delete(name); 127 marks.clear(); 161 marks.clear();
|
/third_party/rust/crates/cxx/syntax/ |
D | toposort.rs | 12 let ref mut marks = Map::new(); in sort() 15 let _ = visit(cx, strct, &mut sorted, marks, types); in sort() 25 marks: &mut Map<*const Struct, Mark>, in visit() 28 match marks.entry(strct) { in visit() 41 if visit(cx, inner, sorted, marks, types).is_err() { in visit() 48 marks.insert(strct, Mark::Visited); in visit()
|
/third_party/PyYAML/lib/yaml/ |
D | parser.py | 86 self.marks = [] 186 assert not self.marks 378 self.marks.append(token.start_mark) 392 raise ParserError("while parsing a block collection", self.marks[-1], 397 self.marks.pop() 424 self.marks.append(token.start_mark) 438 raise ParserError("while parsing a block mapping", self.marks[-1], 443 self.marks.pop() 473 self.marks.append(token.start_mark) 483 raise ParserError("while parsing a flow sequence", self.marks[-1], [all …]
|
/third_party/node/test/parallel/ |
D | test-trace-events-dynamic-enable.js | 61 const marks = events.filter((t) => null !== /foo/.exec(t.cat)); 62 assert.strictEqual(marks.length, 1); 63 assert.strictEqual(marks[0].name, 'test2');
|
/third_party/python/Lib/idlelib/ |
D | undo.py | 196 marks = {} 199 marks[name] = text.index(name) 200 return marks 202 def set_marks(self, text, marks): argument 203 for name, index in marks.items():
|
/third_party/harfbuzz/ |
D | backport-0002-CVE-2023-25193.patch | 27 + * used for looking back for base glyphs when attaching marks. If we 29 + * consecutive marks. */
|
/third_party/icu/icu4c/source/data/translit/ |
D | blt_blt_FONIPA.txt | 23 # Currently, these rules only support tone marks, but not tone letters. 67 # TODO: Also support tone letters, not just tone marks. 74 # TODO: Also support tone letters, not just tone marks.
|
D | lt_Upper.txt | 10 …Remove \u0307 following soft-dotteds (i, j, and the like), with possible intervening non-230 marks.
|
D | el_Title.txt | 10 # Remove \0301 following Greek, with possible intervening 0308 marks.
|
D | el_Upper.txt | 10 # Remove \0301 following Greek, with possible intervening 0308 marks.
|
D | Latn_Kana.txt | 96 # Copy previous letter § marks 307 # iteration marks 381 # [ʾ[:Nonspacing Mark:]-[\u3099-゜]] → ; # delete any non-spacing marks that we didn't use
|
/third_party/skia/third_party/externals/icu/source/data/translit/ |
D | blt_blt_FONIPA.txt | 23 # Currently, these rules only support tone marks, but not tone letters. 67 # TODO: Also support tone letters, not just tone marks. 74 # TODO: Also support tone letters, not just tone marks.
|
D | lt_Upper.txt | 10 …Remove \u0307 following soft-dotteds (i, j, and the like), with possible intervening non-230 marks.
|
D | el_Upper.txt | 10 # Remove \0301 following Greek, with possible intervening 0308 marks.
|
D | el_Title.txt | 10 # Remove \0301 following Greek, with possible intervening 0308 marks.
|
D | Latn_Kana.txt | 96 # Copy previous letter § marks 307 # iteration marks 381 # [ʾ[:Nonspacing Mark:]-[\u3099-゜]] → ; # delete any non-spacing marks that we didn't use
|
/third_party/benchmark/ |
D | WORKSPACE.bzlmod | 1 # This file marks the root of the Bazel workspace.
|
/third_party/libsnd/src/ |
D | rf64.c | 183 uint32_t marks [2], marker, chunk_size, parsestage = 0 ; in rf64_read_header() local 191 psf_binheader_readf (psf, "pmmm", 0, &marker, marks, marks + 1) ; in rf64_read_header() 192 if (marker != RF64_MARKER || marks [1] != WAVE_MARKER) in rf64_read_header() 195 if (marks [0] == FFFF_MARKER) in rf64_read_header()
|
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-types-in-catch/ |
D | arkts-no-types-in-catch-1-error.ets | 21 let json = '{"name": "John", age: 30}' // Missing quotation marks causing inability to parse
|
/third_party/curl/docs/cmdline-opts/ |
D | user-agent.md | 22 the string, surround the string with single quote marks. This header can also
|
/third_party/typescript/tests/baselines/reference/ |
D | thisConditionalOnMethodReturnOfGenericInstance.types | 35 const y = x.method(); // usage flags `method` in `B` as circular and marks `y` as the error-any type
|
/third_party/lz4/programs/ |
D | bench.c | 433 const char* const marks[NB_MARKS] = { " |", " /", " =", "\\" }; in BMK_benchMem() local 449 DISPLAYLEVEL(2, "%2s-%-17.17s :%10u ->\r", marks[markNb], displayName, (U32)totalRSize); in BMK_benchMem() 489 marks[markNb], displayName, in BMK_benchMem() 552 marks[markNb], displayName, in BMK_benchMem()
|
/third_party/node/deps/v8/src/compiler/ |
D | loop-analysis.cc | 179 uint32_t marks = backward_[tindex + i] & forward_[findex + i]; in PropagateForwardMarks() local 181 uint32_t next = prev | marks; in PropagateForwardMarks() 413 uint32_t marks = backward_[pos + i] & forward_[pos + i]; in FinishLoopTree() local 416 if (marks & (1u << j)) { in FinishLoopTree()
|