/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | HWAddressSanitizer.cpp | 479 // An empty inline asm with input reg == output reg. in getDynamicShadowIfunc() 1131 if (!LandingPadVec.empty()) in sanitizeFunction() 1134 if (AllocasToInstrument.empty() && F.hasPersonalityFn() && in sanitizeFunction() 1141 if (AllocasToInstrument.empty() && ToInstrument.empty()) in sanitizeFunction() 1150 !AllocasToInstrument.empty()); in sanitizeFunction() 1153 if (!AllocasToInstrument.empty()) { in sanitizeFunction() 1191 if (!AllocaToPaddedAllocaMap.empty()) { in sanitizeFunction() 1435 if (PersonalityFns.empty()) in instrumentPersonalityFunctions()
|
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | parser.cc | 125 if (name.empty()) { in IsUpperCamelCase() 499 if (!leading->empty()) { in AttachComments() 502 if (!trailing->empty()) { in AttachComments() 709 // empty statement; ignore in ParseTopLevelStatement() 792 if (oneof_name.empty() || oneof_name[0] != '_') { in ParseMessageDefinition() 888 // empty statement; ignore in ParseMessageStatement() 1027 if (type_name.empty()) { in ParseMessageFieldNoLabel() 1143 if (map_field.key_type_name.empty()) { in GenerateMapEntry() 1152 if (map_field.value_type_name.empty()) { in GenerateMapEntry() 1441 if (!value->empty()) valu in ParseUninterpretedBlock() [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | type.pb.cc | 392 if (!from._internal_name().empty()) { in Type() 768 if (!from._internal_name().empty()) { in Field() 773 if (!from._internal_type_url().empty()) { in Field() 778 if (!from._internal_json_name().empty()) { in Field() 783 if (!from._internal_default_value().empty()) { in Field() 1268 if (!from._internal_name().empty()) { in Enum() 1609 if (!from._internal_name().empty()) { in EnumValue() 1888 if (!from._internal_name().empty()) { in Option()
|
/third_party/libabigail/tests/lib/ |
H A D | catch.hpp | 516 bool empty() const noexcept { return file[0] == '\0'; } 649 constexpr auto empty() const noexcept -> bool { 663 // If start > size(), then the substring is empty. 2873 std::string description; // !Deprecated: this will always be empty 4723 if (m_elems.empty()) { 5690 // Default empty implementation provided 5882 if( m_sectionStack.empty() ) { 5907 assert(!m_sectionStack.empty()); 5919 assert(!m_sectionStack.empty()); 8218 os << "{** error - unchecked empty expressio [all...] |
/third_party/node/deps/v8/src/init/ |
H A D | bootstrapper.cc | 188 // Creates the empty function. Used for creating a context from scratch. 194 void CreateSloppyModeFunctionMaps(Handle<JSFunction> empty); 195 void CreateStrictModeFunctionMaps(Handle<JSFunction> empty); 196 void CreateObjectFunction(Handle<JSFunction> empty); 197 void CreateIteratorMaps(Handle<JSFunction> empty); 198 void CreateAsyncIteratorMaps(Handle<JSFunction> empty); 199 void CreateAsyncFunctionMaps(Handle<JSFunction> empty); 203 void AddRestrictedFunctionProperties(Handle<JSFunction> empty); 377 // Check if it's a creation of an empty or Proxy function during in IsFunctionMapOrSpecialBuiltin() 699 // Allocate the empty functio in CreateEmptyFunction() 720 CreateSloppyModeFunctionMaps(Handle<JSFunction> empty) CreateSloppyModeFunctionMaps() argument 784 CreateStrictModeFunctionMaps(Handle<JSFunction> empty) CreateStrictModeFunctionMaps() argument 909 CreateIteratorMaps(Handle<JSFunction> empty) CreateIteratorMaps() argument 930 JSObject::ForceSetPrototype(isolate(), generator_function_prototype, empty); CreateIteratorMaps() local 1009 CreateAsyncIteratorMaps(Handle<JSFunction> empty) CreateAsyncIteratorMaps() argument 1055 empty); CreateAsyncIteratorMaps() local 1112 CreateAsyncFunctionMaps(Handle<JSFunction> empty) CreateAsyncFunctionMaps() argument 1116 JSObject::ForceSetPrototype(isolate(), async_function_prototype, empty); CreateAsyncFunctionMaps() local 1221 AddRestrictedFunctionProperties(Handle<JSFunction> empty) AddRestrictedFunctionProperties() argument 4422 Handle<JSObject> empty = factory->NewJSObject(isolate_->object_function()); InitializeConsole() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 469 // This should only happen if the bitcode file was empty, in which in forEachModule() 741 if (AttrGrps.empty()) return; in writeAttributeGroupTable() 764 Record.push_back(Val.empty() ? 3 : 4); in writeAttributeGroupTable() 767 if (!Val.empty()) { in writeAttributeGroupTable() 790 if (Attrs.empty()) return; in writeAttributeTable() 934 if (!ST->getName().empty()) in writeTypeTable() 1155 if (!M.getTargetTriple().empty()) in writeModuleInfo() 1159 if (!DL.empty()) in writeModuleInfo() 1161 if (!M.getModuleInlineAsm().empty()) in writeModuleInfo() 1228 if (SectionMap.empty()) // Sectio in writeModuleInfo() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 337 /// The list of "base" registers for this use. When this is non-empty. The 340 /// 2. ScaledReg != NULL implies Scale != 1 || !BaseRegs.empty(). 448 if (!Good.empty()) { in initialMatch() 454 if (!Bad.empty()) { in initialMatch() 473 if (Scale == 1 && BaseRegs.empty()) in isCanonical() 502 assert(!BaseRegs.empty() && "1*reg => reg, should not be needed."); in canonicalize() 556 return !BaseRegs.empty() ? BaseRegs.front()->getType() : in getType() 602 if (HasBaseReg && BaseRegs.empty()) { in print() 605 } else if (!HasBaseReg && !BaseRegs.empty()) { in print() 971 while (!DeadInsts.empty()) { in DeleteTriviallyDeadInstructions() [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar/ |
H A D | calendar_test_ng.cpp | 1141 EXPECT_TRUE(obtainedMonth.days.empty()); in HWTEST_F() 1417 EXPECT_TRUE(calendarPaintMethod.obtainedMonth_.days.empty()); in HWTEST_F() 1418 EXPECT_TRUE(calendarPaintMethod.calendarDays_.empty()); in HWTEST_F() 1455 EXPECT_FALSE(calendarPaintMethod.showLunar_ && !calendarDay.lunarDay.empty()); in HWTEST_F() 1461 EXPECT_FALSE(calendarPaintMethod.showLunar_ && !calendarDay.lunarDay.empty()); in HWTEST_F() 1467 EXPECT_FALSE(calendarPaintMethod.showLunar_ && !calendarDay.lunarDay.empty()); in HWTEST_F() 1473 EXPECT_TRUE(calendarPaintMethod.showLunar_ && !calendarDay.lunarDay.empty()); in HWTEST_F() 1495 EXPECT_FALSE(!calendarDay.dayMark.empty() && calendarPaintMethod.showHoliday_); in HWTEST_F() 1499 EXPECT_FALSE(!calendarDay.dayMark.empty() && calendarPaintMethod.showHoliday_); in HWTEST_F() 1503 EXPECT_TRUE(!calendarDay.dayMark.empty() in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/ |
H A D | menu_patternEx_test_ng.cpp | 227 EXPECT_TRUE(info.GetTouches().empty()); in HWTEST_F() 247 EXPECT_FALSE(info.GetTouches().empty()); in HWTEST_F() 269 EXPECT_FALSE(info.GetTouches().empty()); in HWTEST_F() 288 EXPECT_FALSE(info.GetTouches().empty()); in HWTEST_F() 306 EXPECT_TRUE(info.GetTouches().empty()); in HWTEST_F() 661 if (param.icon.empty()) { in HWTEST_F() 709 if (param.icon.empty()) { in HWTEST_F() 773 if (param.icon.empty()) { in HWTEST_F() 821 if (param.icon.empty()) { in HWTEST_F() 870 if (param.icon.empty()) { in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/form/ |
H A D | form_pattern_test.cpp | 159 EXPECT_EQ(touchesBak.empty(), true); in HWTEST_F() 171 EXPECT_EQ(event.GetTouches().empty(), false); in HWTEST_F() 206 EXPECT_EQ(touches.empty(), false); in HWTEST_F() 242 EXPECT_EQ(event.GetTouches().empty(), false); in HWTEST_F() 305 EXPECT_EQ(pattern->formLinkInfos_.empty(), true); in HWTEST_F() 311 EXPECT_TRUE(pattern->formLinkInfos_.empty()); in HWTEST_F() 315 EXPECT_EQ(pattern->formLinkInfos_.empty(), true); in HWTEST_F() 322 EXPECT_EQ(pattern->formLinkInfos_.empty(), false); in HWTEST_F() 396 EXPECT_EQ(pattern->formLinkInfos_.empty(), false); in HWTEST_F() 401 EXPECT_EQ(pattern->formLinkInfos_.empty(), tru in HWTEST_F() [all...] |
/foundation/multimedia/media_library/frameworks/services/media_file_extension/src/ |
H A D | media_file_extention_utils.cpp | 101 if (!networkId.empty() && flags != O_RDONLY) { in OpenFile() 265 if (!networkId.empty()) { in CheckDistributedUri() 493 if (!displayName.empty()) { in GetListFilePredicates() 504 if (!suffix.empty()) { in GetListFilePredicates() 964 CHECK_AND_RETURN_LOG(count > 0, "ResultSet empty"); in GetRootInfoFromResult() 1102 if (relativePath.empty()) { in GetFileInfoFromRelativePath() 1202 if (fileAsset->GetRelativePath().empty()) { in HandleAlbumRename() 1379 CHECK_AND_RETURN_RET_LOG(count > 0, true, "ResultSet empty"); in CheckSubFileExtension() 1397 if (srcRelPath.empty()) { in CheckRootDir() 1401 if (destRelPath.empty()) { in CheckRootDir() [all...] |
/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/ |
H A D | trust_profile_manager.cpp | 292 if (profile.empty()) { in GetAllTrustDeviceProfile() 328 if (profile.empty()) { in GetAccessControlProfile() 366 if (profile.empty()) { in GetAccessControlProfile() 403 if (profile.empty()) { in GetAccessControlProfileByTokenId() 450 if (profile.empty()) { in GetAccessControlProfile() 489 if (profile.empty()) { in GetAccessControlProfile() 529 if (profile.empty()) { in GetAllAccessControlProfile() 565 if (profile.empty()) { in GetAccessControlProfile() 602 if (profile.empty()) { in GetAccessControlProfile() 1570 if (sql.empty() || sq in GetResultSet() [all...] |
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/ |
H A D | scan_service.cpp | 294 if (params.freqs.empty() && (params.band == static_cast<int>(SCAN_BAND_UNSPECIFIED))) { in ScanWithParam() 300 if (params.ssid.empty() && params.bssid.empty() && (params.band == static_cast<int>(SCAN_BAND_BOTH_WITH_DFS))) { in ScanWithParam() 304 if (!params.ssid.empty()) { in ScanWithParam() 399 if ((scanConfig.scanBand == SCAN_BAND_UNSPECIFIED) && (scanConfig.scanFreqs.empty())) { in SingleScan() 414 * scanFreqs can be empty. in SingleScan() 766 if (!params.freqs.empty()) { in TryToRestoreSavedNetwork() 830 if (!scanConfig.scanFreqs.empty()) { in StoreUserScanInfo() 838 if ((!scanConfig.ssid.empty()) && (scanConfig.ssid != iter->ssid)) { in StoreUserScanInfo() 843 if ((!scanConfig.bssid.empty()) in StoreUserScanInfo() [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_storage_executor.cpp | 526 if ((dataTotalSize > dataSizeInfo.blockSize && !dataItems.empty()) || in GetSyncDataItems() 571 if ((appendSize > dataSizeInfo.blockSize && !dataItems.empty()) || dataItems.size() >= dataSizeInfo.packetSize) { in AppendDataItem() 1195 if (((dataItem.flag & DataItem::LOCAL_FLAG) != 0) && dataItem.origDev.empty()) { in GetOriginDevName() 1244 if ((!deviceName.empty()) && IsFromDataOwner(itemGet, deviceName) && isPermitForceWrite) { in JudgeSyncSaveType() 1292 return (((itemGet.origDev.empty() && isHashKeyExisted) || itemPut.origDev.empty()) && in IsNeedIgnoredData() 1406 if (hashDev.empty()) { in GetAllSyncedEntries() 1709 if (deviceName.empty()) { in RemoveDeviceData() 1746 if (entries.empty()) { in StepForResultEntries() 2201 if (newKey.size() >= DBConstant::MAX_KEY_SIZE || newKey.empty()) { in Translate() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMFrameLowering.cpp | 1016 if (Regs.empty()) in emitPushInst() 1112 if (Regs.empty()) in emitPopInst() 1429 if (CSI.empty()) in spillCalleeSavedRegisters() 1460 if (CSI.empty()) in restoreCalleeSavedRegisters() 2006 for (; RegDeficit > 0 && !AvailableRegs.empty(); --RegDeficit) { in determineCalleeSaves() 2050 if (CS1Spilled && !UnspilledCS1GPRs.empty()) { in determineCalleeSaves() 2068 } else if (!UnspilledCS2GPRs.empty() && !AFI->isThumb1OnlyFunction()) { in determineCalleeSaves() 2088 while (NumExtras && !UnspilledCS1GPRs.empty()) { in determineCalleeSaves() 2099 while (NumExtras && !UnspilledCS2GPRs.empty()) { in determineCalleeSaves() 2305 } while (!WalkList.empty()); in adjustForSegmentedStacks() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopIdiomRecognition.cpp | 190 bool empty() const { return Q.empty(); } in empty() function 275 while (!Q.empty()) { in traverse() 321 while (!Q.empty()) { in initialize() 388 while (!Q.empty()) { in subst() 421 while (!Q.empty()) { in replace() 483 while (!Q.empty()) { in find() 525 while (!Q.empty()) { in simplify() 1144 return !Cycle.empty(); in findCycle() 1350 if (Users.empty()) in convertShiftsToLeft() [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | raw_hash_set_test.cc | 262 for (ctrl_t empty : empty_examples) { in TEST() 263 std::vector<ctrl_t> e(Group::kWidth, empty); in TEST() 267 std::vector<ctrl_t> f(Group::kWidth, empty); in TEST() 271 std::vector<ctrl_t> f(Group::kWidth, empty); in TEST() 489 EXPECT_TRUE(t.empty()); in TEST() 568 EXPECT_TRUE(t.empty()); in TEST() 1020 EXPECT_TRUE(t.empty()); in TEST() 1025 // 1. Create an empty table and reserve it to 2 * N. 1056 EXPECT_TRUE(t.empty()); in CollectBadMergeKeys() 1879 EXPECT_TRUE(n.empty()); in TEST() [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_render_node.cpp | 188 return (drawCmdModifiers_.empty() && !GetRenderProperties().isDrawn_ && !GetRenderProperties().alphaNeedApply_); in IsPureContainer() 196 drawCmdModifiers_.empty()) && in IsContentNode() 402 // init as not empty subRect in case join RectI enlarging area in UpdateChildrenRect() 498 if (children_.empty()) { in ClearChildren() 726 if (!disappearingChildren_.empty()) { in DumpTree() 825 if (renderContent_->drawCmdModifiers_.empty()) { in DumpDrawCmdModifiers() 853 if (modifiers_.empty()) { in DumpModifiers() 1163 if (animationManager_.animations_.empty()) { in FallbackAnimationsToRoot() 1359 // empty rect would not join and doesn't need to check in UpdateSelfDrawRect() 1975 if (!(filterDrawable->IsForceClearFilterCache()) && (rotationStatusChanged || !dirtySlots_.empty())) { in CheckBlurFilterCacheNeedForceClearOrSave() [all...] |
/third_party/node/deps/googletest/src/ |
H A D | gtest.cc | 419 static bool GTestIsInitialized() { return !GetArgvs().empty(); } in GTestIsInitialized() 672 if (format.empty()) format = std::string(kDefaultOutputFormat); in GetAbsolutePathToOutputFile() 805 // NOTE: `SplitString` always returns a non-empty container. in PositiveAndNegativeUnitTestFilter() 811 positive_filter.empty() ? kUniversalFilter : positive_filter); in PositiveAndNegativeUnitTestFilter() 1223 // including the empty string. 1270 // Constructs an empty Message. 1315 // Populate for empty right. 1320 // Populate for empty left. 1612 if (!lhs_value.empty() && !rhs_value.empty()) { [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingDescriptorBufferTests.cpp | 875 if (!resultZ.empty()) 1528 if (!m_simpleBindings.empty()) 1633 if (addService || !srcDeclarations.empty()) programs.glslSources.add("vert" + suffix) << glu::VertexSource(str.str()); 1668 if (addService || !srcDeclarations.empty()) programs.glslSources.add("frag" + suffix) << glu::FragmentSource(str.str()); 1701 if (addService || !srcDeclarations.empty()) programs.glslSources.add("geom" + suffix) << glu::GeometrySource(str.str()); 1742 if (addService || !srcDeclarations.empty()) programs.glslSources.add("tesc" + suffix) << glu::TessellationControlSource(str.str()); 1781 if (addService || !srcDeclarations.empty()) programs.glslSources.add("tese" + suffix) << glu::TessellationEvaluationSource(str.str()); 2818 DE_ASSERT(!dsl.bindings.empty()); 2855 DE_ASSERT(m_descriptorBuffers.empty()); 3140 if ((!isBoundSet || isLastSet) && !bufferIndices.empty()) [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingDescriptorBufferTests.cpp | 874 if (!resultZ.empty()) 1528 if (!m_simpleBindings.empty()) 1633 if (addService || !srcDeclarations.empty()) programs.glslSources.add("vert" + suffix) << glu::VertexSource(str.str()); 1668 if (addService || !srcDeclarations.empty()) programs.glslSources.add("frag" + suffix) << glu::FragmentSource(str.str()); 1701 if (addService || !srcDeclarations.empty()) programs.glslSources.add("geom" + suffix) << glu::GeometrySource(str.str()); 1742 if (addService || !srcDeclarations.empty()) programs.glslSources.add("tesc" + suffix) << glu::TessellationControlSource(str.str()); 1781 if (addService || !srcDeclarations.empty()) programs.glslSources.add("tese" + suffix) << glu::TessellationEvaluationSource(str.str()); 2798 DE_ASSERT(!dsl.bindings.empty()); 2835 DE_ASSERT(m_descriptorBuffers.empty()); 3111 if ((!isBoundSet || isLastSet) && !bufferIndices.empty()) [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_pattern.cpp | 617 (contextMenuParam_->GetLinkUrl().empty())); in OnContextMenuShow() 1155 if (info.GetChangedTouches().empty()) { in InitTouchEvent() 1368 if (mouseClickQueue_.empty()) { in HandleMouseClickEvent() 1390 std::queue<MouseClickInfo> empty; in HandleMouseClickEvent() local 1391 swap(empty, mouseClickQueue_); in HandleMouseClickEvent() 1407 if (mouseClickQueue_.empty()) { in HandleDoubleClickEvent() 1417 std::queue<MouseClickInfo> empty; in HandleDoubleClickEvent() local 1418 swap(empty, mouseClickQueue_); in HandleDoubleClickEvent() 1468 if (!fileName.empty()) { in HandleOnDragStart() 1473 if (!plainContent.empty()) { in HandleOnDragStart() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_helpers.cpp | 653 if (imageViews->empty()) in GetLevelImageView() 671 if (imageViews->empty()) in GetLevelLayerImageView() 758 if (out->empty()) in ExtendRenderPassInvalidateArea() 1023 ASSERT(mUsedBuffers.empty()); in initialize() 1083 ASSERT(mRenderPassUsedImages.empty()); in reset() 1745 ASSERT(empty()); in beginRenderPass() 1869 ASSERT(!empty()); in flushToPrimary() 2073 if (!mDepthInvalidateArea.empty() && !mDepthInvalidateArea.encloses(mRenderArea)) in growRenderArea() 2081 if (!mStencilInvalidateArea.empty() && !mStencilInvalidateArea.encloses(mRenderArea)) in growRenderArea() 2103 ASSERT(mSecondaryCommandBuffersToReset.empty()); in onDestroy() [all...] |
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | hnd_pktpool.c | 176 /* find an empty slot in pktpools_registry */ in pktpool_register() 271 if (pktp->freelist == NULL) /* pktpool free list is empty */ in pktpool_init() 390 if (pktp->empty == FALSE) in pktpool_fill() 472 /* New API to empty the pkts from pool, but not deinit 739 pktp->empty = TRUE; in pktpool_empty_notify() 744 pktp->empty = FALSE; in pktpool_empty_notify() 1027 /** Gets an empty packet from the caller provided pool */ 1086 if (pktp->empty == FALSE) in pktpool_free() 1101 /** Adds a caller provided (empty) packet to the caller provided pool */ 1176 if ((!disable) && (pktp->cbcnt) && (pktp->empty in pktpool_emptycb_disable() [all...] |
/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/ |
H A D | js_ability.cpp | 126 if (srcPath.empty()) { in Init() 156 if (!abilityInfo->srcPath.empty()) { in GenerateSrcPath() 161 if (abilityInfo->srcEntrance.empty()) { in GenerateSrcPath() 162 TAG_LOGE(AAFwkTag::ABILITY, "abilityInfo srcEntrance empty"); in GenerateSrcPath() 678 if (flag && !strDisplayId.empty()) { in InitWindowScene() 1065 if (GetApplicationInfo() == nullptr || GetApplicationInfo()->bundleName.empty()) { in CreateADelegatorAbilityProperty()
|