Home
last modified time | relevance | path

Searched refs:nil (Results 1 – 25 of 610) sorted by relevance

12345678910>>...25

/third_party/node/deps/npm/node_modules/node-gyp/gyp/tools/emacs/testdata/
Dmedia.gyp.fontified1107nil 171 172 (face font-lock-string-face) 172 181 (face font-lock-keyword-face) 181 182 (face font-…
/third_party/node/tools/gyp/tools/emacs/testdata/
Dmedia.gyp.fontified1107nil 171 172 (face font-lock-string-face) 172 181 (face font-lock-keyword-face) 181 182 (face font-…
/third_party/grpc/src/objective-c/GRPCClient/private/GRPCCore/
DGRPCChannelPool.m59 NSAssert(channelConfiguration != nil, @"channelConfiguration cannot be empty.");
60 if (channelConfiguration == nil) {
61 return nil;
68 _wrappedChannel = nil;
69 _lastTimedDestroy = nil;
98 NSAssert(queue != nil, @"completionQueue must not be empty.");
100 if (path.length == 0 || queue == nil || callOptions == nil) {
101 return nil;
104 GRPCWrappedCall *call = nil;
107 if (_wrappedChannel == nil) {
[all …]
DGRPCCallInternal.m84 @"Neither host nor path can be nil.");
95 GRPCCall *copiedCall = nil;
98 if (callOptions == nil) {
165 [self->_pipe writesFinishedWithError:nil];
166 self->_call = nil;
167 self->_pipe = nil;
177 GRPCCall *copiedCall = nil;
186 _call = nil;
187 _pipe = nil;
189 if (_transportManager != nil) {
[all …]
DGRPCChannel.m41 NSAssert(callOptions != nil, @"callOptions must not be empty.");
42 if (host.length == 0 || callOptions == nil) {
43 return nil;
79 NSAssert(factory != nil, @"Failed to create secure channel factory");
80 if (factory == nil) {
95 return nil;
152 if (_callOptions.logContext != nil) {
189 if (!(obj.host == _host || (_host != nil && [obj.host isEqualToString:_host]))) return NO;
213 NSAssert(channelConfiguration != nil, @"channelConfiguration must not be empty.");
214 if (channelConfiguration == nil) {
[all …]
/third_party/f2fs-tools/fsck/
Ddict.c136 static void free_nodes(dict_t *dict, dnode_t *node, dnode_t *nil) in free_nodes() argument
138 if (node == nil) in free_nodes()
140 free_nodes(dict, node->left, nil); in free_nodes()
141 free_nodes(dict, node->right, nil); in free_nodes()
188 static unsigned int verify_redblack(dnode_t *nil, dnode_t *root) in verify_redblack() argument
192 if (root != nil) { in verify_redblack()
193 height_left = verify_redblack(nil, root->left); in verify_redblack()
194 height_right = verify_redblack(nil, root->right); in verify_redblack()
218 static dictcount_t verify_node_count(dnode_t *nil, dnode_t *root) in verify_node_count() argument
220 if (root == nil) in verify_node_count()
[all …]
/third_party/e2fsprogs/lib/support/
Ddict.c144 static void free_nodes(dict_t *dict, dnode_t *node, dnode_t *nil) in free_nodes() argument
146 if (node == nil) in free_nodes()
148 free_nodes(dict, node->left, nil); in free_nodes()
149 free_nodes(dict, node->right, nil); in free_nodes()
197 static unsigned int verify_redblack(dnode_t *nil, dnode_t *root) in verify_redblack() argument
201 if (root != nil) { in verify_redblack()
202 height_left = verify_redblack(nil, root->left); in verify_redblack()
203 height_right = verify_redblack(nil, root->right); in verify_redblack()
228 static dictcount_t verify_node_count(dnode_t *nil, dnode_t *root) in verify_node_count() argument
230 if (root == nil) in verify_node_count()
[all …]
/third_party/grpc/src/objective-c/ProtoRPC/
DProtoRPC.m41 if (dispatchQueue == nil) {
66 _message = nil;
86 NSAssert(message != nil, @"message cannot be empty.");
87 NSAssert(responseClass != nil, @"responseClass cannot be empty.");
88 if (message == nil || responseClass == nil) {
89 return nil;
135 NSAssert(handler != nil, @"handler cannot be empty.");
138 return nil;
140 if (handler == nil) {
141 return nil;
[all …]
/third_party/boost/boost/xpressive/detail/utility/
Dcons.hpp46 struct nil;
123 typename mpl::if_<is_const<Cons>, nil const, nil>::type>
189 template <typename Cons = nil>
202 struct cons_iterator<nil> : iterator_base<cons_iterator<nil> >
205 typedef nil cons_type;
207 explicit cons_iterator(nil const&) {} in cons_iterator()
211 struct cons_iterator<nil const> : iterator_base<cons_iterator<nil const> >
214 typedef nil const cons_type;
216 explicit cons_iterator(nil const&) {} in cons_iterator()
219 struct nil : sequence_base<nil> struct
[all …]
/third_party/grpc/src/objective-c/tests/InteropTests/
DInteropTestsMultipleChannels.m87 _remoteService = [RMTTestService serviceWithHost:kRemoteSSLHost callOptions:nil];
105 NSError *error = nil;
136 initWithInitialMetadataCallback:nil
143 writeMessageCallback:nil]
144 callOptions:nil];
148 initWithInitialMetadataCallback:nil
155 writeMessageCallback:nil]
156 callOptions:nil];
160 initWithInitialMetadataCallback:nil
167 writeMessageCallback:nil]
[all …]
/third_party/grpc/src/objective-c/tests/UnitTests/
DRxLibraryUnitTests.m74 [writeable writesFinishedWithError:nil];
79 XCTAssertEqualObjects(handler.errorOrNil, nil);
85 NSError *anyError = [NSError errorWithDomain:@"domain" code:7 userInfo:nil];
93 XCTAssertEqualObjects(handler.value, nil);
101 NSError *anyError = [NSError errorWithDomain:@"domain" code:7 userInfo:nil];
111 XCTAssertEqualObjects(handler.errorOrNil, nil);
123 [writeable writesFinishedWithError:nil];
128 XCTAssertEqualObjects(handler.errorOrNil, nil);
137 [writeable writesFinishedWithError:nil];
141 XCTAssertEqualObjects(handler.value, nil);
[all …]
DAPIv2Tests.m90 _dispatchQueue = dispatch_queue_create(nil, DISPATCH_QUEUE_SERIAL);
101 writeDataCallback:nil];
205 [self waitForExpectationsWithTimeout:kTestTimeout handler:nil];
217 [NSDictionary dictionaryWithObjectsAndKeys:@"", @"x-grpc-test-echo-useragent", nil];
241 NSError *error = nil;
275 [self waitForExpectationsWithTimeout:kTestTimeout handler:nil];
298 initWithInitialMetadataCallback:nil
299 messageCallback:nil
309 [self waitForExpectationsWithTimeout:kTestTimeout handler:nil];
330 initWithInitialMetadataCallback:nil
[all …]
/third_party/flutter/engine/flutter/shell/platform/darwin/common/framework/Source/
DFlutterCodecs.mm9 static id _sharedInstance = nil;
27 static id _sharedInstance = nil;
35 if (message == nil)
36 return nil;
42 if (message == nil)
43 return nil;
50 static id _sharedInstance = nil;
58 if (message == nil)
59 return nil;
62 encoding = [NSJSONSerialization dataWithJSONObject:message options:0 error:nil];
[all …]
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlCommandBuffer.mm20 if (nil == mtlCommandBuffer) {
31 fCmdBuffer = nil;
35 if (nil != fActiveRenderCommandEncoder) {
37 fActiveRenderCommandEncoder = nil;
40 if (nil == fActiveBlitCommandEncoder) {
43 fPreviousRenderPassDescriptor = nil;
67 (nil == first.texture ||
74 if (nil != fPreviousRenderPassDescriptor) {
106 fCmdBuffer = nil;
110 if (nil != fActiveRenderCommandEncoder) {
[all …]
DGrMtlBuffer.mm42 fMtlBuffer = size == 0 ? nil :
51 SkASSERT(fMtlBuffer == nil);
52 SkASSERT(fMappedBuffer == nil);
58 if (fMtlBuffer == nil) {
68 if (fMapPtr == nil) {
88 fMtlBuffer = nil;
89 fMappedBuffer = nil;
98 fMtlBuffer = nil;
99 fMappedBuffer = nil;
118 SkASSERT(fMappedBuffer == nil);
[all …]
/third_party/python/Lib/test/test_email/data/
Dmsg_43.txt2 X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil]
3nil nil nil nil nil nil nil "MAILER DAEMON <>" "MAILER DAEMON <>" nil nil "Banned file: auto__mail…
4 nil)
/third_party/grpc/src/objective-c/GRPCClient/
DGRPCInterceptor.m47 if (_thisInterceptor == nil) {
48 return nil;
72 _nextInterceptor = nil;
73 _previousInterceptor = nil;
74 _thisInterceptor = nil;
79 NSAssert(_nextInterceptor == nil, @"Starting the next interceptor more than once");
81 if (_nextInterceptor != nil) {
87 while (_nextInterceptor == nil) {
96 if (_nextInterceptor == nil) {
101 NSAssert(_nextInterceptor != nil, @"Failed to create interceptor or transport.");
[all …]
DGRPCCall.m104 return nil;
147 @"Neither host nor path can be nil.");
149 NSAssert(responseHandler != nil, @"Response handler required.");
151 return nil;
154 return nil;
156 if (responseHandler == nil) {
157 return nil;
173 if (_actualCallOptions.interceptorFactories != nil) {
180 if (globalInterceptorFactory != nil) {
189 if (transportInterceptorFactories != nil) {
[all …]
/third_party/boost/boost/pending/
Dfibonacci_heap.hpp70 _p[v] = nil(); in push()
73 _child[v] = nil(); in push()
74 if (_root == nil()) in push()
99 if (_root != nil()) in pop()
111 _p[w] = nil(); in pop()
135 new_roots[h] = (h == r ? v : nil()); in add_tree_to_new_roots()
139 if (new_roots[r] == nil()) in add_tree_to_new_roots()
145 new_roots[r] = nil(); in add_tree_to_new_roots()
182 _root = nil(); in rebuild_root_list()
190 if (new_roots[h] != nil()) in rebuild_root_list()
[all …]
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/
DFlutterViewControllerTest.m37 nibName:nil
38 bundle:nil];
56 nibName:nil
57 bundle:nil];
60 [vc traitCollectionDidChange:nil];
80 nibName:nil
81 bundle:nil];
108 nibName:nil
109 bundle:nil];
121 [partialMockVC traitCollectionDidChange:nil];
[all …]
DFlutterPlatformPlugin.mm42 reason:nil
43 userInfo:nil]);
62 result(nil);
65 result(nil);
68 result(nil);
71 result(nil);
74 result(nil);
77 result(nil);
80 result(nil);
83 result(nil);
[all …]
/third_party/boost/boost/test/utils/
Dnamed_params.hpp127 struct nil { struct
141 nil operator()( Arg1 const& ) in operator ()() argument
142 { nfp_detail::report_access_to_invalid_parameter(true); return nil(); } in operator ()()
145 nil operator()( Arg1 const&, Arg2 const& ) in operator ()() argument
146 { nfp_detail::report_access_to_invalid_parameter(true); return nil(); } in operator ()()
149 nil operator()( Arg1 const&, Arg2 const&, Arg3 const& ) in operator ()() argument
150 { nfp_detail::report_access_to_invalid_parameter(true); return nil(); } in operator ()()
156 static nil& inst() { static nil s_inst; return s_inst; } in inst() argument
158 nil() {} in nil() function
180 template<typename NP, typename Rest = nil>
[all …]
/third_party/boost/libs/xpressive/test/
Dtest6.hpp48 … , regex_type(bos >> (L('(') >> (s1= nil) | (s2= nil)) >> +_w >> (L(')') >> s1 | s2) >> eos) in get_test_cases()
55 … , regex_type(bos >> (L('(') >> (s1= nil) | (s2= nil)) >> +_w >> (L(')') >> s1 | s2) >> eos) in get_test_cases()
62 … , regex_type(bos >> (L('(') >> (s1= nil) | (s2= nil)) >> +_w >> (L(')') >> s1 | s2) >> eos) in get_test_cases()
69 … , regex_type(bos >> (L('(') >> (s1= nil) | (s2= nil)) >> +_w >> (L(')') >> s1 | s2) >> eos) in get_test_cases()
/third_party/grpc/src/objective-c/RxLibrary/
DGRXForwardingWriter.m30 return [self initWithWriter:nil];
36 return nil;
53 _writeable = nil;
67 _writer = nil;
83 GRXWriter *copiedWriter = nil;
86 _writeable = nil;
88 _writer = nil;
100 GRXWriter *copiedWriter = nil;
109 GRXWriter *copiedWriter = nil;
113 _writer = nil;
DGRXImmediateWriter.m32 return [self initWithEnumerator:nil error:nil]; // results in an empty writer.
52 return [self writerWithEnumerator:enumerator error:nil];
69 return [self writerWithEnumerator:nil error:error];
73 return [self writerWithEnumerator:nil error:nil];
102 _enumerator = nil;
103 _errorOrNil = nil;
105 _writeable = nil;
118 _enumerator = nil;
119 _errorOrNil = nil;
122 _writeable = nil;

12345678910>>...25