Home
last modified time | relevance | path

Searched refs:marks (Results 1 – 25 of 440) sorted by relevance

12345678910>>...18

/third_party/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify17.c90 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 …]
Dfanotify10.c490 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/
Dperformance.ts46 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/
Dtoposort.rs12 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/
Dparser.py86 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/
Dtest-trace-events-dynamic-enable.js61 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/
Dundo.py196 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/
Dbackport-0002-CVE-2023-25193.patch27 + * used for looking back for base glyphs when attaching marks. If we
29 + * consecutive marks. */
/third_party/icu/icu4c/source/data/translit/
Dblt_blt_FONIPA.txt23 # 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.
Dlt_Upper.txt10 …Remove \u0307 following soft-dotteds (i, j, and the like), with possible intervening non-230 marks.
Del_Title.txt10 # Remove \0301 following Greek, with possible intervening 0308 marks.
Del_Upper.txt10 # Remove \0301 following Greek, with possible intervening 0308 marks.
DLatn_Kana.txt96 # 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/
Dblt_blt_FONIPA.txt23 # 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.
Dlt_Upper.txt10 …Remove \u0307 following soft-dotteds (i, j, and the like), with possible intervening non-230 marks.
Del_Upper.txt10 # Remove \0301 following Greek, with possible intervening 0308 marks.
Del_Title.txt10 # Remove \0301 following Greek, with possible intervening 0308 marks.
DLatn_Kana.txt96 # Copy previous letter § marks
307 # iteration marks
381 # [ʾ[:Nonspacing Mark:]-[\u3099-゜]] → ; # delete any non-spacing marks that we didn't use
/third_party/benchmark/
DWORKSPACE.bzlmod1 # This file marks the root of the Bazel workspace.
/third_party/libsnd/src/
Drf64.c183 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/
Darkts-no-types-in-catch-1-error.ets21 let json = '{"name": "John", age: 30}' // Missing quotation marks causing inability to parse
/third_party/curl/docs/cmdline-opts/
Duser-agent.md22 the string, surround the string with single quote marks. This header can also
/third_party/typescript/tests/baselines/reference/
DthisConditionalOnMethodReturnOfGenericInstance.types35 const y = x.method(); // usage flags `method` in `B` as circular and marks `y` as the error-any type
/third_party/lz4/programs/
Dbench.c433 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/
Dloop-analysis.cc179 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()

12345678910>>...18