Home
last modified time | relevance | path

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

123456

/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.rb97 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 …]
Dbidi_call.rb45 req_view: nil)
142 def write_loop(requests, is_client: true, set_output_stream_done: nil)
/external/e2fsprogs/lib/support/
Ddict.c144 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/f2fs-tools/fsck/
Ddict.c136 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/grpc-grpc/src/ruby/spec/support/
Dhelpers.rb66 def build_insecure_stub(klass, host: nil, opts: nil)
/external/clang/test/Rewriter/
Dweak_byref_objects.m3 #define nil 0 macro
/external/llvm-project/clang/test/Rewriter/
Dweak_byref_objects.m3 #define nil 0 macro
/external/clang/test/CodeGenObjC/
Ddebug-info-block-type.m8 #define nil ((void*) 0) macro
/external/llvm-project/clang/test/CodeGenObjC/
Ddebug-info-block-type.m8 #define nil ((void*) 0) macro
/external/clang/test/Analysis/Inputs/
Dsystem-header-simulator-for-objc-dealloc.h3 #define nil ((id)0) macro
Dsystem-header-simulator-for-nullability.h3 #define nil 0 macro
/external/llvm-project/clang/test/Analysis/Inputs/
Dsystem-header-simulator-for-objc-dealloc.h3 #define nil ((id)0) macro
/external/clang/test/FixIt/
Dmultiarg-selector-fixit.m6 #define nil (void *)0 macro
/external/llvm-project/clang/test/SemaObjC/
Dcomptypes-2.m4 #define nil (void *)0; macro
Dcomptypes-7.m3 #define nil (void *)0; macro
Dblock-compare.mm6 #define nil ((id)nullptr) macro
/external/clang/test/SemaObjC/
Dcomptypes-2.m4 #define nil (void *)0; macro
Dcomptypes-7.m3 #define nil (void *)0; macro
/external/llvm-project/clang/test/SemaObjCXX/
Dcomptypes-7.mm3 #define nil nullptr macro
/external/llvm-project/clang/test/FixIt/
Dmultiarg-selector-fixit.m6 #define nil (void *)0 macro
/external/llvm-project/compiler-rt/test/fuzzer/
DDSOTestMain.cpp15 static volatile int *nil = 0; variable
/external/llvm-project/clang/test/ARCMT/
Dremove-dealloc-method.m5 #define nil ((void*) 0) macro
/external/clang/test/ARCMT/
Dremove-dealloc-method.m5 #define nil ((void*) 0) macro
/external/llvm-project/clang/test/Analysis/
Dnullability-arc.mm11 #define nil ((id)0) macro

123456