Home
last modified time | relevance | path

Searched defs:nil (Results 1 – 25 of 110) sorted by relevance

12345

/external/grpc-grpc/src/ruby/lib/grpc/generic/
Dinterceptors.rb44 def request_response(request: nil, call: nil, method: nil, metadata: nil)
58 def client_streamer(requests: nil, call: nil, method: nil, metadata: nil)
72 def server_streamer(request: nil, call: nil, method: nil, metadata: nil)
86 def bidi_streamer(requests: nil, call: nil, method: nil, metadata: nil)
105 def request_response(request: nil, call: nil, method: nil)
117 def client_streamer(call: nil, method: nil)
130 def server_streamer(request: nil, call: nil, method: nil)
143 def bidi_streamer(requests: nil, call: nil, method: nil)
Dclient_stub.rb99 channel_override: nil,
100 timeout: nil,
101 propagate_mask: nil,
151 deadline: nil,
153 parent: nil,
154 credentials: nil,
228 deadline: nil,
230 parent: nil,
231 credentials: nil,
319 deadline: nil,
[all …]
Dbidi_call.rb45 req_view: nil)
143 def write_loop(requests, is_client: true, set_output_stream_done: nil)
/external/e2fsprogs/lib/support/
Ddict.c145 static void free_nodes(dict_t *dict, dnode_t *node, dnode_t *nil) in free_nodes()
198 static unsigned int verify_redblack(dnode_t *nil, dnode_t *root) in verify_redblack()
229 static dictcount_t verify_node_count(dnode_t *nil, dnode_t *root) in verify_node_count()
246 static int verify_dict_has_node(dnode_t *nil, dnode_t *root, dnode_t *node) in verify_dict_has_node()
327 dnode_t *nil = dict_nil(dict), *root = dict_root(dict); in dict_free_nodes() local
413 dnode_t *nil = dict_nil(dict), *root = dict_root(dict); in dict_verify() local
473 dnode_t *nil = dict_nil(dict); in dict_lookup() local
513 dnode_t *nil = dict_nil(dict); in dict_lower_bound() local
545 dnode_t *nil = dict_nil(dict); in dict_upper_bound() local
580 dnode_t *where = dict_root(dict), *nil = dict_nil(dict); in dict_insert() local
[all …]
/external/f2fs-tools/fsck/
Ddict.c135 static void free_nodes(dict_t *dict, dnode_t *node, dnode_t *nil) in free_nodes()
187 static unsigned int verify_redblack(dnode_t *nil, dnode_t *root) in verify_redblack()
217 static dictcount_t verify_node_count(dnode_t *nil, dnode_t *root) in verify_node_count()
233 static int verify_dict_has_node(dnode_t *nil, dnode_t *root, dnode_t *node) in verify_dict_has_node()
300 dnode_t *nil = dict_nil(dict), *root = dict_root(dict); in dict_free_nodes() local
382 dnode_t *nil = dict_nil(dict), *root = dict_root(dict); in dict_verify() local
441 dnode_t *nil = dict_nil(dict); in dict_lookup() local
479 dnode_t *nil = dict_nil(dict); in dict_lower_bound() local
510 dnode_t *nil = dict_nil(dict); in dict_upper_bound() local
544 dnode_t *where = dict_root(dict), *nil = dict_nil(dict); in dict_insert() local
[all …]
/external/grpc-grpc/src/ruby/spec/support/
Dhelpers.rb66 def build_insecure_stub(klass, host: nil, opts: nil)
/external/sdv/vsomeip/third_party/boost/spirit/example/x3/calc/calc7/
Dast.hpp22 struct nil {}; struct
56 inline std::ostream& operator<<(std::ostream& out, nil) in operator <<() argument
/external/stg/test_cases/info_tests/typedef/
Dvoid_typedef.c1 typedef void nil; typedef
/external/clang/test/Rewriter/
Dweak_byref_objects.m3 #define nil 0 macro
/external/sdv/vsomeip/third_party/boost/spirit/example/x3/calc/calc8/
Dast.hpp22 struct nil {}; struct
86 inline std::ostream& operator<<(std::ostream& out, nil) in operator <<() argument
/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/container/list/
Dcons_fwd.hpp15 typedef nil_ nil; typedef
/external/clang/test/CodeGenObjC/
Ddebug-info-block-type.m8 #define nil ((void*) 0) macro
/external/clang/test/Analysis/Inputs/
Dsystem-header-simulator-for-nullability.h3 #define nil 0 macro
Dsystem-header-simulator-for-objc-dealloc.h3 #define nil ((id)0) macro
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/calc7/
Dast.hpp28 struct nil {}; struct
84 inline std::ostream& operator<<(std::ostream& out, nil) { out << "nil"; return out; } in operator <<() argument
/external/clang/test/FixIt/
Dmultiarg-selector-fixit.m6 #define nil (void *)0 macro
/external/clang/test/SemaObjC/
Dcomptypes-2.m4 #define nil (void *)0; macro
Dcomptypes-7.m3 #define nil (void *)0; macro
Dcomptypes-1.m3 #define nil (void *)0; macro
Dcomptypes-5.m3 #define nil (void *)0; macro
Dcomptypes-3.m3 #define nil (void *)0; macro
/external/grpc-grpc/src/ruby/spec/generic/
Dclient_stub_spec.rb295 def get_response(stub, credentials: nil)
310 def get_response(stub, run_start_call_first: false, credentials: nil)
836 def get_responses(stub, deadline: nil, marshal_proc: noop)
850 def get_responses(stub, run_start_call_first: false, deadline: nil,
1073 def expect_server_to_be_invoked(notifier, metadata_to_send: nil)
/external/clang/test/ARCMT/
Dremove-dealloc-method.m5 #define nil ((void*) 0) macro
Dinit.m5 #define nil (void *)0 macro
/external/mesa3d/src/nouveau/
Dmeson.build16 subdir('nil') subdir

12345