Home
last modified time | relevance | path

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

12345678910>>...21

/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/
Dsort.go29 marks := map[*Struct]uint8{}
31 if _, ok := marks[n]; !ok {
32 sorted, ok = tssVisit(sorted, n, byQID, marks)
41 func tssVisit(dst []*Struct, n *Struct, byQID map[t.QID]*Struct, marks map[*Struct]uint8) ([]*Struc…
47 switch marks[n] {
53 marks[n] = temporary
59 dst, ok = tssVisit(dst, o, byQID, marks)
66 marks[n] = permanent
/third_party/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify17.c91 static void verify_user_limits(unsigned int init_flags, int groups, int marks) in verify_user_limits() argument
114 } else if (!ret && i > marks) { in verify_user_limits()
117 "marks limit (%d) exceeded", i, marks); in verify_user_limits()
118 } else if (ret < 0 && errno == ENOSPC && marks < groups) { in verify_user_limits()
125 "below marks limit (%d)", i, marks); in verify_user_limits()
173 int marks = max_marks; in test_fanotify() local
190 marks = groups = tc->max_user_groups; in test_fanotify()
193 if (tc->max_user_marks && tc->max_user_marks < marks) { in test_fanotify()
195 marks = tc->max_user_marks; in test_fanotify()
196 SAFE_FILE_PRINTF(USERNS_MAX_MARKS, "%d", marks); in test_fanotify()
[all …]
/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/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;
139 marks.clear();
/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.js54 const marks = events.filter((t) => null !== /node\.perf\.usertim/.exec(t.cat));
55 assert.strictEqual(marks.length, 1);
56 assert.strictEqual(marks[0].name, 'mark2');
/third_party/node/src/
Dnode_perf.cc131 auto marks = env->performance_marks(); in Mark() local
132 (*marks)[*name] = now; in Mark()
147 auto marks = env->performance_marks(); in ClearMark() local
150 marks->clear(); in ClearMark()
153 marks->erase(*name); in ClearMark()
158 auto marks = env->performance_marks(); in GetPerformanceMark() local
159 auto res = marks->find(name); in GetPerformanceMark()
160 return res != marks->end() ? res->second : 0; in GetPerformanceMark()
/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/flutter/skia/third_party/externals/icu/source/data/translit/
Dblt_blt_FONIPA.txt22 # Currently, these rules only support tone marks, but not tone letters.
66 # TODO: Also support tone letters, not just tone marks.
73 # TODO: Also support tone letters, not just tone marks.
Dlt_Upper.txt9 …Remove \u0307 following soft-dotteds (i, j, and the like), with possible intervening non-230 marks.
Del_Title.txt9 # Remove \0301 following Greek, with possible intervening 0308 marks.
Del_Upper.txt9 # Remove \0301 following Greek, with possible intervening 0308 marks.
DLatn_Kana.txt95 # Copy previous letter § marks
306 # iteration marks
380 # [ʾ[:Nonspacing Mark:]-[\u3099-゜]] → ; # delete any non-spacing marks that we didn't use
/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_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/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/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/flutter/flutter/packages/flutter/lib/src/material/
Dslider_theme.dart29 /// [Slider]'s tick marks.
49 /// the [RangeSlider]'s tick marks.
256 /// * The "tick marks", which are regularly spaced marks that are drawn when
271 /// The thumb, track, tick marks, value indicator, and overlay can be customized
450 /// The color of the track's tick marks that are drawn between the [Slider.min]
454 /// The color of the track's tick marks that are drawn between the current
458 /// The color of the track's tick marks that are drawn between the [Slider.min]
462 /// The color of the track's tick marks that are drawn between the current
495 /// The shape that will be used to draw the [Slider]'s tick marks.
523 /// track. It is also used to horizontally position tick marks, when the
[all …]

12345678910>>...21