/external/grpc-grpc/src/ruby/lib/grpc/generic/ |
D | interceptors.rb | 44 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)
|
D | client_stub.rb | 97 channel_override: nil, 98 timeout: nil, 99 propagate_mask: nil, 149 deadline: nil, 151 parent: nil, 152 credentials: nil, 226 deadline: nil, 228 parent: nil, 229 credentials: nil, 317 deadline: nil, [all …]
|
D | bidi_call.rb | 45 req_view: nil) 142 def write_loop(requests, is_client: true, set_output_stream_done: nil)
|
/external/f2fs-tools/fsck/ |
D | dict.c | 136 static void free_nodes(dict_t *dict, dnode_t *node, dnode_t *nil) in free_nodes() 188 static unsigned int verify_redblack(dnode_t *nil, dnode_t *root) in verify_redblack() 218 static dictcount_t verify_node_count(dnode_t *nil, dnode_t *root) in verify_node_count() 234 static int verify_dict_has_node(dnode_t *nil, dnode_t *root, dnode_t *node) in verify_dict_has_node() 301 dnode_t *nil = dict_nil(dict), *root = dict_root(dict); in dict_free_nodes() local 383 dnode_t *nil = dict_nil(dict), *root = dict_root(dict); in dict_verify() local 442 dnode_t *nil = dict_nil(dict); in dict_lookup() local 480 dnode_t *nil = dict_nil(dict); in dict_lower_bound() local 511 dnode_t *nil = dict_nil(dict); in dict_upper_bound() local 545 dnode_t *where = dict_root(dict), *nil = dict_nil(dict); in dict_insert() local [all …]
|
/external/e2fsprogs/lib/support/ |
D | dict.c | 144 static void free_nodes(dict_t *dict, dnode_t *node, dnode_t *nil) in free_nodes() 197 static unsigned int verify_redblack(dnode_t *nil, dnode_t *root) in verify_redblack() 228 static dictcount_t verify_node_count(dnode_t *nil, dnode_t *root) in verify_node_count() 245 static int verify_dict_has_node(dnode_t *nil, dnode_t *root, dnode_t *node) in verify_dict_has_node() 317 dnode_t *nil = dict_nil(dict), *root = dict_root(dict); in dict_free_nodes() local 403 dnode_t *nil = dict_nil(dict), *root = dict_root(dict); in dict_verify() local 463 dnode_t *nil = dict_nil(dict); in dict_lookup() local 502 dnode_t *nil = dict_nil(dict); in dict_lower_bound() local 534 dnode_t *nil = dict_nil(dict); in dict_upper_bound() local 569 dnode_t *where = dict_root(dict), *nil = dict_nil(dict); in dict_insert() local [all …]
|
/external/grpc-grpc/src/ruby/spec/support/ |
D | helpers.rb | 66 def build_insecure_stub(klass, host: nil, opts: nil)
|
/external/clang/test/Rewriter/ |
D | weak_byref_objects.m | 3 #define nil 0 macro
|
/external/clang/test/CodeGenObjC/ |
D | debug-info-block-type.m | 8 #define nil ((void*) 0) macro
|
/external/clang/test/Analysis/Inputs/ |
D | system-header-simulator-for-objc-dealloc.h | 3 #define nil ((id)0) macro
|
D | system-header-simulator-for-nullability.h | 3 #define nil 0 macro
|
/external/clang/test/SemaObjC/ |
D | comptypes-2.m | 4 #define nil (void *)0; macro
|
D | comptypes-7.m | 3 #define nil (void *)0; macro
|
D | comptypes-1.m | 3 #define nil (void *)0; macro
|
D | comptypes-5.m | 3 #define nil (void *)0; macro
|
D | comptypes-3.m | 3 #define nil (void *)0; macro
|
D | objc-string-constant.m | 3 #define nil 0 /* id of Nil instance */ macro
|
D | class-method-lookup.m | 38 #define nil (void*)0 macro
|
D | conditional-expr-4.m | 4 #define nil ((void*) 0) macro
|
/external/clang/test/FixIt/ |
D | multiarg-selector-fixit.m | 6 #define nil (void *)0 macro
|
D | fixit-objc.m | 57 #define nil ((void*)0) macro
|
/external/clang/test/ARCMT/ |
D | remove-dealloc-method.m | 5 #define nil ((void*) 0) macro
|
D | init.m | 5 #define nil (void *)0 macro
|
/external/libutf/ |
D | utfdef.h | 14 #define nil ((void*)0) macro
|
/external/clang/test/Analysis/ |
D | dynamic_type_check.m | 4 #define nil 0 macro
|
/external/grpc-grpc/src/ruby/spec/generic/ |
D | client_stub_spec.rb | 295 def get_response(stub, credentials: nil) 310 def get_response(stub, run_start_call_first: false, credentials: nil) 856 def get_responses(stub, deadline: nil, marshal_proc: noop) 870 def get_responses(stub, run_start_call_first: false, deadline: nil, 1073 def expect_server_to_be_invoked(notifier, metadata_to_send: nil)
|