Home
last modified time | relevance | path

Searched refs:IsEmpty (Results 1 – 25 of 226) sorted by relevance

12345678910

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommandAllocator.cpp34 ASSERT(IsEmpty()); in ~CommandIterator()
38 if (!other.IsEmpty()) { in CommandIterator()
46 ASSERT(IsEmpty()); in operator =()
47 if (!other.IsEmpty()) { in operator =()
61 ASSERT(IsEmpty()); in AcquireCommandBlocks()
102 if (IsEmpty()) { in MakeEmptyAsDataWasDestroyed()
111 ASSERT(IsEmpty()); in MakeEmptyAsDataWasDestroyed()
114 bool CommandIterator::IsEmpty() const { in IsEmpty() function in dawn_native::CommandIterator
139 if (!other.IsEmpty()) { in CommandAllocator()
150 if (!other.IsEmpty()) { in operator =()
[all …]
/third_party/protobuf/src/google/protobuf/util/internal/
Dexpecting_objectwriter.h64 using testing::IsEmpty;
103 (name.empty() ? EXPECT_CALL(*mock_, StartObject(IsEmpty())) in StartObject()
118 (name.empty() ? EXPECT_CALL(*mock_, StartList(IsEmpty())) in StartList()
134 ? EXPECT_CALL(*mock_, RenderBool(IsEmpty(), TypedEq<bool>(value))) in RenderBool()
144 ? EXPECT_CALL(*mock_, RenderInt32(IsEmpty(), TypedEq<int32>(value))) in RenderInt32()
154 ? EXPECT_CALL(*mock_, RenderUint32(IsEmpty(), TypedEq<uint32>(value))) in RenderUint32()
164 ? EXPECT_CALL(*mock_, RenderInt64(IsEmpty(), TypedEq<int64>(value))) in RenderInt64()
174 ? EXPECT_CALL(*mock_, RenderUint64(IsEmpty(), TypedEq<uint64>(value))) in RenderUint64()
185 RenderDouble(IsEmpty(), NanSensitiveDoubleEq(value))) in RenderDouble()
196 RenderFloat(IsEmpty(), NanSensitiveFloatEq(value))) in RenderFloat()
[all …]
/third_party/cef/libcef/browser/views/
Dview_view.h102 if (!cef_size.IsEmpty()) in CalculatePreferredSize()
105 if (result.IsEmpty()) in CalculatePreferredSize()
107 if (result.IsEmpty()) { in CalculatePreferredSize()
120 if (!cef_size.IsEmpty()) in GetMinimumSize()
126 if (result.IsEmpty() && HasMinimumSize()) in GetMinimumSize()
135 if (!cef_size.IsEmpty()) in GetMaximumSize()
138 if (result.IsEmpty()) in GetMaximumSize()
162 if (ParentClass::size().IsEmpty()) in Layout()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_rect.cpp76 if (c.IsEmpty ()) in operator &()
93 if (a.IsEmpty ()) in operator |()
98 if (b.IsEmpty ()) in operator |()
129 if (c.IsEmpty ()) in operator &()
146 if (a.IsEmpty ()) in operator |()
151 if (b.IsEmpty ()) in operator |()
Ddng_area_task.cpp104 if (repeatingTile1.IsEmpty ()) in FindTileSize()
109 if (repeatingTile2.IsEmpty ()) in FindTileSize()
114 if (repeatingTile3.IsEmpty ()) in FindTileSize()
195 if (repeatingTile1.IsEmpty ()) in ProcessOnThread()
200 if (repeatingTile2.IsEmpty ()) in ProcessOnThread()
205 if (repeatingTile3.IsEmpty ()) in ProcessOnThread()
Ddng_matrix.h88 bool IsEmpty () const in IsEmpty() function
95 return !IsEmpty (); in NotEmpty()
205 bool IsEmpty () const in IsEmpty() function
212 return !IsEmpty (); in NotEmpty()
/third_party/node/benchmark/napi/function_args/
Dbinding.cc61 assert(!map_key.IsEmpty()); in CallWithObject()
64 assert(!map_maybe.IsEmpty()); in CallWithObject()
70 assert(!operand_key.IsEmpty()); in CallWithObject()
73 assert(!operand_maybe.IsEmpty()); in CallWithObject()
79 assert(!data_key.IsEmpty()); in CallWithObject()
82 assert(!data_maybe.IsEmpty()); in CallWithObject()
88 assert(!reduce_key.IsEmpty()); in CallWithObject()
91 assert(!reduce_maybe.IsEmpty()); in CallWithObject()
/third_party/node/src/
Dnode_object_wrap.h39 if (persistent().IsEmpty()) in ~ObjectWrap()
48 assert(!handle.IsEmpty()); in Unwrap()
76 assert(persistent().IsEmpty()); in Wrap()
93 assert(!persistent().IsEmpty()); in Ref()
108 assert(!persistent().IsEmpty()); in Unref()
Dnode_errors.cc37 if (!er.IsEmpty() && er->IsObject()) { in IsExceptionDecorated()
64 !message->GetScriptOrigin().SourceMapUrl().IsEmpty(); in GetErrorSource()
197 if (!stack.IsEmpty()) PrintStackTrace(isolate, stack); in PrintException()
211 if (message.IsEmpty()) return; in AppendExceptionLine()
215 if (!er.IsEmpty() && er->IsObject()) { in AppendExceptionLine()
227 const bool can_set_arrow = !arrow_str.IsEmpty() && !err_obj.IsEmpty(); in AppendExceptionLine()
289 CHECK(!error.IsEmpty()); in ReportFatalException()
290 CHECK(!message.IsEmpty()); in ReportFatalException()
318 if (!enhancer.IsEmpty() && in ReportFatalException()
352 if (arrow.IsEmpty() || !arrow->IsString() || decorated) { in ReportFatalException()
[all …]
Dstring_decoder.cc38 if (utf8_string.IsEmpty()) { in MakeString()
53 if (ret.IsEmpty()) { in MakeString()
54 CHECK(!error.IsEmpty()); in MakeString()
58 DCHECK(ret.IsEmpty() || ret.ToLocalChecked()->IsString()); in MakeString()
135 body = !prepend.IsEmpty() ? prepend : String::Empty(isolate); in DecodeData()
225 if (prepend.IsEmpty()) { in DecodeData()
276 if (!ret.IsEmpty()) in DecodeData()
285 if (!ret.IsEmpty()) in FlushData()
Dnode_contextify.cc120 if (v8_context.IsEmpty()) return; in ContextifyContext()
208 if (ctx.IsEmpty()) return MaybeLocal<Context>(); in CreateV8Context()
213 if (ctx.IsEmpty()) { in CreateV8Context()
238 if (!options.origin.IsEmpty()) { in CreateV8Context()
294 !env->microtask_queue_ctor_template().IsEmpty() && in MakeContext()
310 if (context_ptr->context().IsEmpty()) in MakeContext()
371 if (ctx->context_.IsEmpty()) in PropertyGetterCallback()
378 if (maybe_rv.IsEmpty()) { in PropertyGetterCallback()
400 if (ctx->context_.IsEmpty()) in PropertySetterCallback()
461 if (ctx->context_.IsEmpty()) in PropertyDescriptorCallback()
[all …]
Dnode_http_parser.cc218 if (r.IsEmpty()) callback_scope.MarkAsFailed(); in SET_SELF_SIZE()
371 if (head_response.IsEmpty()) callback_scope.MarkAsFailed(); in on_headers_complete()
376 if (head_response.IsEmpty() || !head_response.ToLocalChecked() in on_headers_complete()
397 if (current_buffer_.IsEmpty()) { in on_body()
415 if (r.IsEmpty()) { in on_body()
443 if (r.IsEmpty()) callback_scope.MarkAsFailed(); in on_message_complete()
446 if (r.IsEmpty()) { in on_message_complete()
510 CHECK(parser->current_buffer_.IsEmpty()); in Execute()
523 if (!ret.IsEmpty()) in Execute()
532 CHECK(parser->current_buffer_.IsEmpty()); in Finish()
[all …]
Dhandle_wrap.cc77 if (!close_callback.IsEmpty() && close_callback->IsFunction() && in Close()
78 !persistent().IsEmpty()) { in Close()
149 if (!wrap->persistent().IsEmpty() && in OnClose()
158 if (tmpl.IsEmpty()) { in GetConstructorTemplate()
Dmodule_wrap.cc82 if (obj.IsEmpty()) return {}; in context()
207 CHECK(!try_catch.Message().IsEmpty()); in New()
208 CHECK(!try_catch.Exception().IsEmpty()); in New()
288 if (maybe_resolve_return_value.IsEmpty()) { in Link()
322 CHECK(!try_catch.Message().IsEmpty()); in Instantiate()
323 CHECK(!try_catch.Exception().IsEmpty()); in Instantiate()
362 if (!result.IsEmpty() && microtask_queue) in Evaluate()
380 if (result.IsEmpty()) { in Evaluate()
516 if (module_object.IsEmpty() || !module_object->IsObject()) { in ResolveCallback()
663 if (ret.IsEmpty()) { in SyntheticModuleEvaluationStepsCallback()
[all …]
/third_party/skia/src/core/
DSkAnalyticEdge.h146 static inline bool IsEmpty(SkScalar y0, SkScalar y1, int shift = 2) {
158 if (IsEmpty(pts[0].fY, pts[1].fY)) { in set()
172 if (IsEmpty(pts[0].fY, pts[2].fY)) { in set()
191 if (IsEmpty(pts[0].fY, pts[1].fY) && IsEmpty(pts[1].fY, pts[2].fY) && in set()
192 IsEmpty(pts[2].fY, pts[3].fY)) { in set()
/third_party/flutter/skia/src/core/
DSkAnalyticEdge.h146 static inline bool IsEmpty(SkScalar y0, SkScalar y1, int shift = 2) {
158 if (IsEmpty(pts[0].fY, pts[1].fY)) { in set()
172 if (IsEmpty(pts[0].fY, pts[2].fY)) { in set()
191 if (IsEmpty(pts[0].fY, pts[1].fY) && IsEmpty(pts[1].fY, pts[2].fY) && in set()
192 IsEmpty(pts[2].fY, pts[3].fY)) { in set()
/third_party/node/src/api/
Dcallback.cc148 CHECK(!tick_callback.IsEmpty()); in Close()
150 if (tick_callback->Call(env_->context(), process, 0, nullptr).IsEmpty()) { in Close()
163 CHECK(!recv.IsEmpty()); in InternalMakeCallback()
166 CHECK(!argv[i].IsEmpty()); in InternalMakeCallback()
173 if (!hook_cb.IsEmpty()) { in InternalMakeCallback()
203 if (ret.IsEmpty()) { in InternalMakeCallback()
270 if (ret.IsEmpty() && env->async_callback_scope_depth() == 0) { in MakeCallback()
/third_party/node/test/cctest/
Dtest_util.cc21 EXPECT_TRUE(list.IsEmpty()); in TEST()
24 EXPECT_TRUE(one.node_.IsEmpty()); in TEST()
27 EXPECT_FALSE(list.IsEmpty()); in TEST()
28 EXPECT_FALSE(one.node_.IsEmpty()); in TEST()
53 EXPECT_TRUE(one.node_.IsEmpty()); in TEST()
54 EXPECT_FALSE(list.IsEmpty()); in TEST()
65 EXPECT_TRUE(two.node_.IsEmpty()); in TEST()
66 EXPECT_TRUE(list.IsEmpty()); in TEST()
/third_party/cef/libcef/renderer/
Dv8_impl.cc104 DCHECK(context.IsEmpty() || isolate_ == context->GetIsolate()); in GetContextState()
106 if (context.IsEmpty()) { in GetContextState()
470 if (str.IsEmpty()) in GetCefString()
728 if (message.IsEmpty()) in CefV8ExceptionImpl()
734 if (!source_line.IsEmpty()) in CefV8ExceptionImpl()
737 if (!message->GetScriptResourceName().IsEmpty()) { in CefV8ExceptionImpl()
1098 } else if (!func_rv.IsEmpty()) { in Eval()
1314 if (context.IsEmpty()) { in CreateObject()
1365 if (context.IsEmpty()) { in CreateArray()
1395 if (context.IsEmpty()) { in CreateArrayBuffer()
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcordz_handle_test.cc33 using ::testing::IsEmpty;
139 EXPECT_THAT(DeleteQueue(), IsEmpty()); in TEST()
148 IsEmpty()); in TEST()
168 IsEmpty()); in TEST()
174 EXPECT_THAT(DeleteQueue(), IsEmpty()); in TEST()
/third_party/skia/third_party/externals/spirv-tools/test/
Denum_set_test.cpp32 EXPECT_TRUE(set.IsEmpty()); in TEST()
34 EXPECT_FALSE(set.IsEmpty()); in TEST()
39 EXPECT_TRUE(set.IsEmpty()); in TEST()
41 EXPECT_FALSE(set.IsEmpty()); in TEST()
46 EXPECT_FALSE(set.IsEmpty()); in TEST()
51 EXPECT_FALSE(set.IsEmpty()); in TEST()
/third_party/flutter/skia/third_party/externals/spirv-tools/test/
Denum_set_test.cpp31 EXPECT_TRUE(set.IsEmpty()); in TEST()
33 EXPECT_FALSE(set.IsEmpty()); in TEST()
38 EXPECT_TRUE(set.IsEmpty()); in TEST()
40 EXPECT_FALSE(set.IsEmpty()); in TEST()
45 EXPECT_FALSE(set.IsEmpty()); in TEST()
50 EXPECT_FALSE(set.IsEmpty()); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Denum_set_test.cpp32 EXPECT_TRUE(set.IsEmpty()); in TEST()
34 EXPECT_FALSE(set.IsEmpty()); in TEST()
39 EXPECT_TRUE(set.IsEmpty()); in TEST()
41 EXPECT_FALSE(set.IsEmpty()); in TEST()
46 EXPECT_FALSE(set.IsEmpty()); in TEST()
51 EXPECT_FALSE(set.IsEmpty()); in TEST()
/third_party/spirv-tools/test/
Denum_set_test.cpp32 EXPECT_TRUE(set.IsEmpty()); in TEST()
34 EXPECT_FALSE(set.IsEmpty()); in TEST()
39 EXPECT_TRUE(set.IsEmpty()); in TEST()
41 EXPECT_FALSE(set.IsEmpty()); in TEST()
46 EXPECT_FALSE(set.IsEmpty()); in TEST()
51 EXPECT_FALSE(set.IsEmpty()); in TEST()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DCommandAllocator.cpp38 if (!IsEmpty()) { in ~CommandIterator()
46 if (!other.IsEmpty()) { in CommandIterator()
55 if (!other.IsEmpty()) { in operator =()
96 bool CommandIterator::IsEmpty() const { in IsEmpty() function in dawn_native::CommandIterator

12345678910