Home
last modified time | relevance | path

Searched refs:empty (Results 10026 - 10050 of 10169) sorted by relevance

1...<<401402403404405406407

/foundation/arkui/ace_engine/test/unittest/core/event/
H A Ddrag_event_test_ng_property_config.cpp1029 EXPECT_TRUE(finalResult.empty()); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/
H A Dbubble_test_ng.cpp1850 EXPECT_FALSE(children.empty()); in HWTEST_F()
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_source_napi.cpp1438 nullptr, IMAGE_LOGE("empty native pixelmap")); in GetImageInfo()
1493 nullptr, IMAGE_LOGE("empty native pixelmap")); in GetImageInfoSync()
1547 IMAGE_LOGE("empty context"); in CreatePixelMapExecute()
1619 nullptr, IMAGE_LOGE("empty native rImageSource")); in CreatePixelMap()
1844 if (!context->defaultValueStr.empty()) { in GetImagePropertyComplete()
1891 nullptr, IMAGE_LOGE("empty native rImageSource")); in UnwrapContext()
1933 IMAGE_LOGE("empty context"); in ModifyImagePropertiesExecute()
1973 IMAGE_LOGE("empty context"); in ModifyImagePropertyExecute()
2004 IMAGE_LOGE("empty context"); in GetImagePropertiesExecute()
2035 IMG_NAPI_CHECK_RET_D(IMG_IS_READY(status, context->rImageSource), nullptr, IMAGE_LOGE("empty nativ in UnwrapContextForModify()
[all...]
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Dphoto_output_napi.cpp81 if (!context->funcName.empty() && context->taskId > 0) { in AsyncCompleteCallback()
/foundation/multimedia/av_codec/test/unittest/avsource_test/
H A Davsource_unit_test.cpp124 if (!fileName.empty()) { in GetFileSize()
292 * @tc.desc: create source with fd, but file is empty
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dinput_manager_test.cpp797 ASSERT_TRUE(displayGroupInfo.displaysInfo.empty()); in HWTEST_F()
2499 * @tc.desc: When eventFilterService is empty
/foundation/multimodalinput/input/service/connect_manager/src/
H A Dmultimodal_input_connect_proxy.cpp226 MMI_HILOGE("pixelMap is empty"); in SetCustomCursor()
258 MMI_HILOGE("pixelMap is empty, we dont have to pass it to the server"); in SetMouseIcon()
1046 if (actionsType.empty()) { in RemoveInputHandler()
2120 MMI_HILOGE("pixelMap is empty"); in SetPixelMapData()
/foundation/multimodalinput/input/service/subscriber/test/
H A Dkey_subscriber_handler_test.cpp570 ASSERT_TRUE(keyCodes.empty()); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_nb_delegate_test.cpp943 * Vect of empty objects; in HWTEST_F()
1501 EXPECT_TRUE(observer->GetEntriesInserted().empty()); in HWTEST_F()
1828 * @tc.steps:step6. Get batch data whose key has empty prefix from the local zone. in HWTEST_F()
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/test/sourcemanagerunittest/
H A Ddistributed_input_sourcemanager_test.cpp1649 EXPECT_EQ(true, sourceManager_->InputTypesMap_.empty()); in HWTEST_F()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_main.c2780 qs->fl[i].empty += (v & 1); in t3_adap_check_task()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_main.c2778 qs->fl[i].empty += (v & 1); in t3_adap_check_task()
/third_party/glslang/glslang/MachineIndependent/
H A Dglslang_tab.cpp886 # define YY_USE(E) /* empty */
958 /* Pacify GCC's 'empty if-body' warning. */
959 # define YYSTACK_FREE(Ptr) do { /* empty */; } while (0)
5113 /* YYCHAR is either empty, or end-of-input, or a valid lookahead. */
5547 TString* empty = NewPoolTString(""); local
5548 (yyval.interm).function = new TFunction(empty, TType(EbtVoid), EOpNull);
5915 case 76: /* $@1: %empty */
6206 case 105: /* $@2: %empty */
7482 case 216: /* type_parameter_specifier_opt: %empty */
10944 case 544: /* $@3: %empty */
[all...]
/third_party/json/tests/src/
H A Dunit-cbor.cpp109 CHECK(result.empty());
1208 SECTION("empty")
1291 SECTION("empty")
1566 // array with three empty byte strings
1574 // object mapping "foo" to empty byte string
1646 SECTION("empty byte vector")
1874 AFL-Fuzz. As a result, empty byte vectors and excessive lengths are
/third_party/node/deps/v8/src/debug/
H A Ddebug.cc635 // Return an array of break point objects that evaluated true, or an empty
1315 for (; !infos.empty(); current_frame_count--) { in PrepareStep()
2229 if (it.done()) return; // Do not trigger an event with an empty stack. in OnException()
/third_party/node/deps/v8/src/codegen/loong64/
H A Dassembler-loong64.cc145 DCHECK_IMPLIES(isolate == nullptr, heap_object_requests_.empty()); in AllocateAndInstallRequestedHeapObjects()
/third_party/node/deps/v8/src/codegen/ppc/
H A Dassembler-ppc.cc206 DCHECK_IMPLIES(isolate == nullptr, heap_object_requests_.empty()); in AllocateAndInstallRequestedHeapObjects()
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.cc274 while (!work_list.empty()) { in Assemble()
1669 // Likewise for empty ranges (empty ranges can occur e.g. when in GetQuickCheckDetails()
2124 // non-empty-width part of the pattern, and thus cannot be at or before the in EmitHat()
2219 // non-empty-width part of the pattern, and thus cannot be at or before the in BacktrackIfPrevious()
2903 // Check if we only have a single non-empty position info, and that info in EmitSkipInstructions()
3420 // number first and skip the empty check if it's not enough. in Emit()
3425 // If the match is empty we bail out, otherwise we fall through in Emit()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineLibraryTests.cpp209 if (!result.empty())
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp1866 bindings.empty() ? DE_NULL : bindings.data() in iterate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DStateManagerGL.cpp1041 ASSERT(context->getClientVersion() >= gl::ES_3_1 || program->getImageBindings().empty()); in updateProgramImageBindings()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dqueryutils.cpp1323 *params = context->getCaps().programBinaryFormats.empty() in QueryProgramiv()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cMultiBindTests.cpp846 if (true == source.empty()) in Init()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cExplicitUniformLocationTest.cpp59 if (!str_.str().empty()) in ~Logger()
H A Des31cProgramInterfaceQueryTests.cpp475 if (!cs.empty()) in CreateComputeProgram()
3734 addChild(new TestSubcase(m_context, "empty-shaders", TestSubcase::Create<NoShaders>)); in init()

Completed in 132 milliseconds

1...<<401402403404405406407