Home
last modified time | relevance | path

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

12345678

/third_party/grpc/src/ruby/ext/grpc/
Drb_channel_credentials.c45 VALUE mark; member
110 VALUE mark) { in grpc_rb_wrap_channel_credentials()
201 VALUE mark; in grpc_rb_channel_credentials_compose() local
Drb_call_credentials.c44 VALUE mark; member
238 VALUE grpc_rb_wrap_call_credentials(grpc_call_credentials* c, VALUE mark) { in grpc_rb_wrap_call_credentials()
298 VALUE mark; in grpc_rb_call_credentials_compose() local
/third_party/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify13.c60 struct fanotify_mark_type mark; member
116 struct fanotify_mark_type *mark = &tc->mark; in setup_marks() local
159 struct fanotify_mark_type *mark = &tc->mark; in do_test() local
Dfanotify01.c39 struct fanotify_mark_type mark; member
85 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.c45 struct fanotify_mark_type mark; member
134 struct fanotify_mark_type *mark = &tc->mark; in setup_mark() local
Dfanotify16.c62 struct fanotify_mark_type mark; member
90 struct fanotify_mark_type *mark = &tc->mark; in do_test() local
Dfanotify03.c65 struct fanotify_mark_type mark; member
211 struct fanotify_mark_type *mark = &tc->mark; in setup_mark() local
Dfanotify10.c202 struct fanotify_mark_type *mark, *ignore_mark; in create_fanotify_groups() local
326 struct fanotify_mark_type *mark, *ignore_mark; in test_fanotify() local
/third_party/node/tools/doc/
Dstability.mjs17 const mark = `${markBegin}(.*)${markEnd}`; constant
85 function updateStabilityMark(file, value, mark) { argument
/third_party/boost/libs/graph/example/
Dtopo-sort-file-dep.cpp37 const file_dep_graph& g, vertex_t u, vertex_t*& topo_order, int* mark) in topo_sort_dfs()
50 std::vector< int > mark(num_vertices(g), 0); in topo_sort() local
Droget_components.cpp121 std::vector< int > mark(num_comp, (std::numeric_limits< int >::max)()); in main() local
/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/grpc/src/ruby/qps/
Dserver.rb62 def mark(reset) method in BenchmarkServer
Dclient.rb136 def mark(reset) method in BenchmarkClient
Dproxy-worker.rb88 def mark(reset) method in ProxyBenchmarkClientServiceImpl
/third_party/python/Lib/idlelib/idle_test/
Dtest_searchengine.py84 def mark(s): function
239 def mark(s): function
/third_party/node/deps/npm/lib/utils/completion/
Dfile-completion.js16 var opts = { mark: true, dot: true, maxDepth: depth } property
/third_party/boost/libs/optional/test/
Doptional_test_io.cpp31 int mark = 0 ; in test2() local
/third_party/libnl/lib/route/act/
Dskbedit.c211 int rtnl_skbedit_set_mark(struct rtnl_act *act, uint32_t mark) in rtnl_skbedit_set_mark()
223 int rtnl_skbedit_get_mark(struct rtnl_act *act, uint32_t *mark) in rtnl_skbedit_get_mark()
/third_party/flutter/skia/third_party/externals/wuffs/internal/cgen/base/
Dio-private.h35 wuffs_base__io__count_since(uint64_t mark, uint64_t index) { in wuffs_base__io__count_since()
43 wuffs_base__io__since(uint64_t mark, uint64_t index, uint8_t* ptr) { in wuffs_base__io__since()
/third_party/python/Tools/peg_generator/pegen/
Dtokenizer.py63 def mark(self) -> Mark: member in Tokenizer
/third_party/typescript/src/compiler/
Dperformance.ts55 export function mark(markName: string) { function
/third_party/pyyaml/lib3/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/cares/
Dares_data.h58 unsigned int mark; /* Private ares_data signature. */ member

12345678