/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | CommandAllocator.cpp | 34 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/ |
D | expecting_objectwriter.h | 64 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/ |
D | view_view.h | 102 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/ |
D | dng_rect.cpp | 76 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 |()
|
D | dng_area_task.cpp | 104 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()
|
D | dng_matrix.h | 88 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/src/ |
D | node_object_wrap.h | 39 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()
|
D | string_decoder.cc | 38 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()
|
D | node_errors.cc | 37 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 …]
|
D | node_contextify.cc | 120 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 …]
|
D | handle_wrap.cc | 77 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()
|
D | node_http_parser.cc | 218 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 …]
|
/third_party/node/benchmark/napi/function_args/ |
D | binding.cc | 61 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/flutter/skia/src/core/ |
D | SkAnalyticEdge.h | 146 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/skia/src/core/ |
D | SkAnalyticEdge.h | 146 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/ |
D | callback.cc | 148 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/ |
D | test_util.cc | 21 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/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
D | cordz_handle_test.cc | 33 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/cef/libcef/renderer/ |
D | v8_impl.cc | 104 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/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/ |
D | map_cache_idx_cpu_kernel.cc | 36 for (; !entry_p[i].IsEmpty(); i = (i + 1) % static_cast<T>(length), off++) { in Compress() 126 while ((!hashmap[tmp_entry].IsEmpty() && !hashmap[tmp_entry].IsKey(key))) { in LaunchKernel() 134 if (hashmap[tmp_entry].IsEmpty()) { in LaunchKernel() 159 while (!hashmap[entry].IsEmpty()) { in LaunchKernel() 171 while (hashmap[tmp_entry].IsEmpty() || hashmap[tmp_entry].IsUsing(step_[0])) { in LaunchKernel()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
D | enum_set_test.cpp | 32 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/skia/third_party/externals/spirv-tools/test/ |
D | enum_set_test.cpp | 32 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/ |
D | enum_set_test.cpp | 31 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/spirv-tools/test/ |
D | enum_set_test.cpp | 32 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/boost/boost/hana/ |
D | is_empty.hpp | 25 using IsEmpty = BOOST_HANA_DISPATCH_IF(is_empty_impl<It>, in operator ()() typedef 34 return IsEmpty::apply(xs); in operator ()()
|