Home
last modified time | relevance | path

Searched defs:mark (Results 1 – 25 of 128) sorted by relevance

123456

/third_party/typescript/tests/baselines/reference/
DuncalledFunctionChecksInConditional2.js30 let mark; variable
41 mark = (tag) => perf.mark(tag) function
/third_party/node/deps/v8/src/compiler/
Dnode-marker.h26 Mark mark = node->mark(); in Get() local
33 V8_INLINE void Set(Node* node, Mark mark) { in Set()
/third_party/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify13.c63 struct fanotify_mark_type mark; member
123 struct fanotify_mark_type *mark = &tc->mark; in setup_marks() local
146 struct fanotify_mark_type *mark = &tc->mark; in do_test() local
Dfanotify01.c40 struct fanotify_mark_type mark; member
88 struct fanotify_mark_type *mark = &tc->mark; in test_fanotify() local
Dfanotify15.c60 struct fanotify_mark_type mark; member
83 struct fanotify_mark_type *mark = &tc->mark; in do_test() local
Dfanotify12.c47 struct fanotify_mark_type mark; member
136 struct fanotify_mark_type *mark = &tc->mark; in setup_mark() local
Dfanotify03.c62 struct fanotify_mark_type mark; member
206 struct fanotify_mark_type *mark = &tc->mark; in setup_mark() local
Dfanotify09.c80 struct fanotify_mark_type mark; member
214 struct fanotify_mark_type *mark = &tc->mark; in create_fanotify_groups() local
Dfanotify16.c78 struct fanotify_mark_type mark; member
261 struct fanotify_mark_type *mark = &tc->mark; in do_test() local
Dfanotify14.c63 struct test_case_flags_t mark; member
/third_party/node/lib/internal/perf/
Dusertiming.js97 function mark(name, options = kEmptyObject) { function
184 mark, property
/third_party/node/tools/doc/
Dstability.mjs17 const mark = `${markBegin}(.*)${markEnd}`; constant
91 function updateStabilityMark(file, value, mark) { argument
/third_party/node/test/fixtures/wpt/performance-timeline/resources/
Dworker-invalid-entries.js4 'mark' : performance.getEntriesByType('mark').length, property
/third_party/typescript/tests/cases/compiler/
DuncalledFunctionChecksInConditional2.ts31 let mark; variable
/third_party/python/Lib/idlelib/
Doutwin.py96 def write(self, s, tags=(), mark="insert"): argument
171 def write(self, s, tags, mark): argument
/third_party/node/test/fixtures/wpt/user-timing/
Dsupported-usertiming-types.any.js15 "mark": () => { method
/third_party/python/Parser/
Dpegen.c44 _PyPegen_insert_memo(Parser *p, int mark, int type, void *node) in _PyPegen_insert_memo()
61 _PyPegen_update_memo(Parser *p, int mark, int type, void *node) in _PyPegen_update_memo()
330 int mark = p->mark; in _PyPegen_lookahead_with_name() local
339 int mark = p->mark; in _PyPegen_lookahead_with_string() local
348 int mark = p->mark; in _PyPegen_lookahead_with_int() local
357 int mark = p->mark; in _PyPegen_lookahead() local
/third_party/python/Lib/idlelib/idle_test/
Dtest_searchengine.py84 def mark(s): function
239 def mark(s): function
/third_party/PyYAML/lib/yaml/
Dconstructor.py525 def find_python_module(self, name, mark, unsafe=False): argument
540 def find_python_name(self, name, mark, unsafe=False): argument
715 def find_python_module(self, name, mark): argument
718 def find_python_name(self, name, mark): argument
/third_party/typescript/src/compiler/
Dperformance.ts55 export function mark(markName: string) { function
/third_party/python/Tools/peg_generator/pegen/
Dtokenizer.py95 def mark(self) -> Mark: member in Tokenizer
/third_party/node/deps/npm/node_modules/glob/dist/esm/
Dbin.mjs71 mark: { property
245 mark: values.mark, property
Dglob.d.ts105 mark?: boolean; property
/third_party/node/deps/cares/src/lib/
Dares_data.h73 unsigned int mark; /* Private ares_data signature. */ member
/third_party/node/deps/npm/node_modules/glob/dist/cjs/src/
Dglob.d.ts105 mark?: boolean; property

123456