/foundation/arkui/ace_engine/test/unittest/core/event/ |
H A D | drag_event_test_ng_property_config.cpp | 1029 EXPECT_TRUE(finalResult.empty()); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/ |
H A D | bubble_test_ng.cpp | 1850 EXPECT_FALSE(children.empty()); in HWTEST_F()
|
/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | image_source_napi.cpp | 1438 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 D | photo_output_napi.cpp | 81 if (!context->funcName.empty() && context->taskId > 0) { in AsyncCompleteCallback()
|
/foundation/multimedia/av_codec/test/unittest/avsource_test/ |
H A D | avsource_unit_test.cpp | 124 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 D | input_manager_test.cpp | 797 ASSERT_TRUE(displayGroupInfo.displaysInfo.empty()); in HWTEST_F() 2499 * @tc.desc: When eventFilterService is empty
|
/foundation/multimodalinput/input/service/connect_manager/src/ |
H A D | multimodal_input_connect_proxy.cpp | 226 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 D | key_subscriber_handler_test.cpp | 570 ASSERT_TRUE(keyCodes.empty()); in HWTEST_F()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_nb_delegate_test.cpp | 943 * 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 D | distributed_input_sourcemanager_test.cpp | 1649 EXPECT_EQ(true, sourceManager_->InputTypesMap_.empty()); in HWTEST_F()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | cxgb3_main.c | 2780 qs->fl[i].empty += (v & 1); in t3_adap_check_task()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | cxgb3_main.c | 2778 qs->fl[i].empty += (v & 1); in t3_adap_check_task()
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | glslang_tab.cpp | 886 # 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 D | unit-cbor.cpp | 109 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 D | debug.cc | 635 // 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 D | assembler-loong64.cc | 145 DCHECK_IMPLIES(isolate == nullptr, heap_object_requests_.empty()); in AllocateAndInstallRequestedHeapObjects()
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | assembler-ppc.cc | 206 DCHECK_IMPLIES(isolate == nullptr, heap_object_requests_.empty()); in AllocateAndInstallRequestedHeapObjects()
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-compiler.cc | 274 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 D | vktPipelineLibraryTests.cpp | 209 if (!result.empty())
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
H A D | vktRobustnessExtsTests.cpp | 1866 bindings.empty() ? DE_NULL : bindings.data() in iterate()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | StateManagerGL.cpp | 1041 ASSERT(context->getClientVersion() >= gl::ES_3_1 || program->getImageBindings().empty()); in updateProgramImageBindings()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | queryutils.cpp | 1323 *params = context->getCaps().programBinaryFormats.empty() in QueryProgramiv()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cMultiBindTests.cpp | 846 if (true == source.empty()) in Init()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cExplicitUniformLocationTest.cpp | 59 if (!str_.str().empty()) in ~Logger()
|
H A D | es31cProgramInterfaceQueryTests.cpp | 475 if (!cs.empty()) in CreateComputeProgram() 3734 addChild(new TestSubcase(m_context, "empty-shaders", TestSubcase::Create<NoShaders>)); in init()
|