Home
last modified time | relevance | path

Searched refs:empty (Results 1501 - 1525 of 6609) sorted by relevance

1...<<61626364656667686970>>...265

/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_sched.cpp773 if (!pending.empty()) in schedule_bb()
777 assert(pending.empty()); in schedule_bb()
778 assert(bb_pending.empty()); in schedule_bb()
779 assert(ready.empty()); in schedule_bb()
907 if (c->empty()) in process_fetch()
950 if (c->empty()) in process_alu()
1155 assert(!ready.empty() || !ready_copies.empty()); in schedule_alu()
1205 if (!ready.empty()) { in schedule_alu()
1210 if (!pending.empty()) { in schedule_alu()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktShaderLibrary.cpp120 if (!instanceName.empty()) in genUniformBlock()
128 if (!valueBlock.outputs.empty()) in declareReferenceBlock()
134 if (!valueBlock.uniforms.empty()) in declareUniforms()
572 if (!src.sources[shaderType].empty()) in specializeShaderSources()
712 if (!spec.programs[progNdx].sources.sources[shaderType].empty()) in getShaderStages()
1068 (inputValues.empty() ? 1u : 2u), // bindingCount in createPipeline()
1369 if (!m_spec.values.uniforms.empty()) in ShaderCaseInstance()
1384 if (!m_spec.values.outputs.empty()) in ShaderCaseInstance()
1453 if (!m_spec.values.uniforms.empty() || !m_spec.values.outputs.empty()) in ShaderCaseInstance()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DMetadata.cpp77 /// - nullptr is replaced by an empty MDNode.
78 /// - An MDNode with a single null operand is replaced by an empty MDNode.
233 if (UseMap.empty()) in replaceAllUsesWith()
277 assert(UseMap.empty() && "Expected all uses to be replaced"); in replaceAllUsesWith()
281 if (UseMap.empty()) in resolveAllUses()
885 if (!Ops.empty())
971 if (!EndPoints.empty())
1115 if (empty())
1205 if (KnownSet.empty()) {
1217 if (Info.empty()) {
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DWasmObjectWriter.cpp62 // Support empty and tombstone instances, needed by DenseMap.
498 if (SymA->getName().empty()) in recordRelocation()
676 if (Signatures.empty()) in writeTypeSection()
700 if (Imports.empty()) in writeImportSection()
744 if (Functions.empty()) in writeFunctionSection()
758 if (Events.empty()) in writeEventSection()
774 if (Exports.empty()) in writeExportSection()
791 if (TableElems.empty()) in writeElemSection()
813 if (DataSegments.empty()) in writeDataCountSection()
825 if (Functions.empty()) in writeCodeSection()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h225 while (!WorkList.empty()) { in runDFS()
280 assert(Stack.empty()); in eval()
299 } while (!Stack.empty()); in eval()
372 return !ChildrenGetter<false>::Get(N, BUI).empty(); in HasForwardSuccessors()
581 if (DT.Roots.empty()) return; in CalculateFromScratch()
778 while (!II.Bucket.empty()) { in InsertReachable()
836 if (UnaffectedOnCurrentLevel.empty()) in InsertReachable()
1224 assert(!BUI.Updates.empty() && "No updates to apply!"); in ApplyNextUpdate()
1241 if (FS.empty()) BUI.FutureSuccessors.erase(CurrentUpdate.getFrom()); in ApplyNextUpdate()
1247 if (FP.empty()) BU in ApplyNextUpdate()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp378 /// pass the vector is non-empty, we will need to add a use of llvm.type.test
385 !SummaryTypeCheckedLoadUsers.empty(); in isExported()
748 if (!ClReadSummary.empty()) { in runForTesting()
766 if (!ClWriteSummary.empty()) { in runForTesting()
789 if (GV.isDeclaration() || Types.empty()) in buildTypeIdentifierMap()
839 return !TargetsForSlot.empty(); in tryFindVirtualCallTargets()
880 return !TargetsForSlot.empty(); in tryFindVirtualCallTargets()
907 if (Callee.getSummaryList().empty()) in AddCalls()
1036 // Name will be empty if this thin link driven off of serialized combined in trySingleImplDevirt()
1039 assert(!Res->SingleImplName.empty()); in trySingleImplDevirt()
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureLevelStateQueryTests.cpp1004 if (samples.empty()) in generateTestIterations()
1023 const int queryLevel = (spec.levels.empty()) ? (0) : (spec.levels[0].level); in checkTextureState()
1024 const int refValue = (spec.levels.empty()) ? (0) : (spec.sampleCount); in checkTextureState()
1041 const int queryLevel = (spec.levels.empty()) ? (0) : (spec.levels[0].level); in checkTextureState()
1042 const int refValue = (spec.levels.empty()) ? (1) : ((spec.fixedSamplePos) ? (1) : (0)); in checkTextureState()
1062 if (spec.levels.empty()) in checkTextureState()
1098 if (spec.levels.empty()) in checkTextureState()
1135 if (spec.levels.empty()) in checkTextureState()
1175 if (spec.levels.empty()) in checkTextureState()
1225 if (spec.levels.empty()) in checkTextureState()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktShaderLibrary.cpp120 if (!instanceName.empty()) in genUniformBlock()
128 if (!valueBlock.outputs.empty()) in declareReferenceBlock()
134 if (!valueBlock.uniforms.empty()) in declareUniforms()
572 if (!src.sources[shaderType].empty()) in specializeShaderSources()
712 if (!spec.programs[progNdx].sources.sources[shaderType].empty()) in getShaderStages()
1068 (inputValues.empty() ? 1u : 2u), // bindingCount in createPipeline()
1369 if (!m_spec.values.uniforms.empty()) in ShaderCaseInstance()
1384 if (!m_spec.values.outputs.empty()) in ShaderCaseInstance()
1453 if (!m_spec.values.uniforms.empty() || !m_spec.values.outputs.empty()) in ShaderCaseInstance()
[all...]
/kernel/linux/linux-6.6/tools/perf/util/bpf_skel/
H A Dbench_uprobe.bpf.c9 int BPF_UPROBE(empty) in BPF_UPROBE()
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dforward-enum-decl.rs11 empty = 0,
/third_party/skia/docs/examples/
H A DBitmap_empty.cpp11 SkDebugf("width: %d height: %d empty: %s\n", width, height, in REG_FIDDLE()
12 bitmap.empty() ? "true" : "false"); in REG_FIDDLE()
/base/hiviewdfx/hiappevent/test/unittest/common/native/
H A Dhiappevent_inner_api_test.cpp81 ASSERT_TRUE(config.name.empty()); in CheckGetEmptyConfig()
83 ASSERT_TRUE(config.routeInfo.empty()); in CheckGetEmptyConfig()
84 ASSERT_TRUE(config.appId.empty()); in CheckGetEmptyConfig()
90 ASSERT_TRUE(config.userIdNames.empty()); in CheckGetEmptyConfig()
91 ASSERT_TRUE(config.userPropertyNames.empty()); in CheckGetEmptyConfig()
92 ASSERT_TRUE(config.eventConfigs.empty()); in CheckGetEmptyConfig()
94 ASSERT_TRUE(config.customConfigs.empty()); in CheckGetEmptyConfig()
814 * @tc.desc: Adding an existing processor with empty domain.
834 * @tc.desc: Adding an existing processor with empty name.
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H A Dapp_event_store.cpp183 if (dir.empty()) { in InitDbStoreDir()
184 HILOG_ERROR(LOG_CORE, "failed to init db dir, path is empty"); in InitDbStoreDir()
259 if (newParams.empty()) { in InsertCustomEventParams()
379 if (events.empty()) { in TakeEvents()
500 if (eventSeqs.empty()) { in DeleteEvent()
513 if (existEventSeqs.empty()) { in DeleteEvent()
527 if (curRunningId.empty()) { in DeleteUnusedParamsExceptCurId()
598 if (!runningId.empty() && DeleteUnusedParamsExceptCurId(runningId) < 0) { in DeleteData()
/base/account/os_account/frameworks/osaccount/core/src/
H A Dos_account.cpp60 if (eventListeners_.empty()) { in RestoreListenerRecords()
151 if (domainInfo.domain_.empty() || in CreateOsAccountForDomain()
153 ACCOUNT_LOGE("Domain is empty or too long, len=%{public}zu.", domainInfo.domain_.size()); in CreateOsAccountForDomain()
157 if (domainInfo.accountName_.empty() || in CreateOsAccountForDomain()
159 ACCOUNT_LOGE("Account name is empty or too long, len=%{public}zu.", domainInfo.accountName_.size()); in CreateOsAccountForDomain()
165 ACCOUNT_LOGE("Account short name is empty or too long, len=%{public}zu.", options.shortName.size()); in CreateOsAccountForDomain()
290 if (domainInfo.domain_.empty() || in GetOsAccountLocalIdFromDomain()
296 if (domainInfo.accountName_.empty() || in GetOsAccountLocalIdFromDomain()
429 if (localName.empty()) { in SetOsAccountName()
430 ACCOUNT_LOGE("name is empty!"); in SetOsAccountName()
[all...]
/base/account/os_account/services/accountmgr/src/account_iam/
H A Dinner_account_iam_manager.cpp147 if (credInfo.token.empty()) { in UpdateCredential()
148 ACCOUNT_LOGE("token is empty"); in UpdateCredential()
178 if (authToken.empty()) { in DelCred()
179 ACCOUNT_LOGD("token is empty"); in DelCred()
197 if (delUserInputerVec_.empty()) { in OnDelUserDone()
214 if (authToken.empty()) { in DelUser()
215 ACCOUNT_LOGE("token is empty"); in DelUser()
229 if (delUserInputerVec_.empty()) { in DelUser()
382 if (domainAccountInfo.accountName_.empty()) { in GetDomainAuthStatusInfo()
405 return !domainAccountInfo.accountName_.empty() in CheckDomainAuthAvailable()
[all...]
/base/notification/common_event_service/services/src/
H A Dcommon_event_subscriber_manager.cpp92 if (!isSystemEvent && eventSubscribeInfo->GetPermission().empty() && in InsertSubscriber()
93 eventSubscribeInfo->GetPublisherBundleName().empty() && eventSubscribeInfo->GetPublisherUid() == 0) { in InsertSubscriber()
386 if (specifiedSubscriberUids.empty()) { in CheckSubscriberBySpecifiedUids()
431 if (!eventRecord.publishInfo->GetBundleName().empty() && in GetSubscriberRecordsByWantLocked()
437 if (!publisherBundleName.empty() && publisherBundleName != bundleName) { in GetSubscriberRecordsByWantLocked()
467 if (event.empty() && userId == ALL_USER) { in GetSubscriberRecordsByEvent()
469 } else if (event.empty()) { in GetSubscriberRecordsByEvent()
/base/telephony/cellular_call/services/control/src/
H A Dims_control.cpp282 if (connectionMap_.empty()) { in HangUpAllConnection()
283 TELEPHONY_LOGI("connectionMap_ is empty."); in HangUpAllConnection()
306 if (KickOutString.empty()) { in KickOutFromConference()
307 TELEPHONY_LOGW("KickOutFromConference, splitString is empty."); in KickOutFromConference()
354 } else if (callInfoList.callSize > 0 && connectionMap_.empty()) { in ReportImsCallsData()
356 } else if (callInfoList.callSize > 0 && !connectionMap_.empty()) { in ReportImsCallsData()
378 if (connectionMap_.empty()) { in ReportHangUpInfo()
379 TELEPHONY_LOGI("connectionMap_ is empty"); in ReportHangUpInfo()
487 std::string phoneNumber = callInfo.number.empty() ? callInfo.name : callInfo.number; in EncapsulationCallReportInfo()
548 if (connectionMap_.empty()) { in ExecutePostDial()
[all...]
/base/update/updater/services/updater_binary/
H A Dupdate_image_block.cpp100 if (info->newPatch.empty()) { in UnpackNewData()
101 LOG(ERROR) << "new patch file name is empty. thread quit."; in UnpackNewData()
181 if (infos.devPath.empty()) { in GetUpdateBlockInfo()
277 LOG(ERROR) << "Diff package is empty"; in ExtractDiffPackageAndLoad()
457 if (devPath.empty() || (!ExecReadBlockInfo(devPath, context, mountTime, mountCount))) { in Execute()
478 if (partitionName.empty()) { in GetPartName()
539 if (tgtResultSha.empty()) { in IsTargetShaDiff()
540 LOG(WARNING) << "target sha is empty"; in IsTargetShaDiff()
605 if (blockPairs.empty()) { in CalculateBlockSha()
706 if (devPath.empty()) { in Execute()
[all...]
/base/web/webview/test/unittest/pasteboard_adapter/
H A Dpasteboard_client_adapter_test.cpp282 if (mimeType.empty()) { in HWTEST_F()
287 if (mimeType.empty()) { in HWTEST_F()
426 if (mimeTypes.empty()) { in HWTEST_F()
431 if (types.empty()) { in HWTEST_F()
481 if (recordVector.empty()) { in HWTEST_F()
583 if (record.empty()) { in HWTEST_F()
591 if (str.empty()) { in HWTEST_F()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DDynamicHLSL.cpp182 if (!shaderAttribute.name.empty()) in generateVertexShaderForInputLayout()
294 if (numOutputs == 0 && (shaderModel == 3 || !mRenderer->getShaderModelSuffix().empty()))
304 GLenum binding = outputLayout.empty() ? GL_COLOR_ATTACHMENT0 : outputLayout[layoutIndex];
313 outputLayout.empty() ? &defaultOutput
366 if (image2DUniforms.empty())
478 ASSERT((*shaderHLSL)[gl::ShaderType::Vertex].empty() &&
479 (*shaderHLSL)[gl::ShaderType::Fragment].empty());
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp134 while (Size && !LoadSizes.empty()) { in computeGreedyLoadSequence()
216 while (!LoadSizes.empty() && LoadSizes.front() > Size) { in MemCmpExpansion()
219 assert(!LoadSizes.empty() && "cannot load Size bytes"); in MemCmpExpansion()
230 (LoadSequence.empty() || LoadSequence.size() > 2)) { in MemCmpExpansion()
234 if (!OverlappingLoads.empty() && in MemCmpExpansion()
235 (LoadSequence.empty() || in MemCmpExpansion()
329 if (LoadCmpBlocks.empty()) in getCompareLoadPairs()
H A DTailDuplicator.cpp192 if (!SSAUpdateVRs.empty()) { in tailDuplicateAndUpdate()
591 if (!TailBB.empty()) in shouldTailDuplicate()
683 if (SuccsB.count(BB) && !BB->empty() && BB->begin()->isPHI()) in bothUsedInPHI()
699 if (!PredCond.empty()) in canCompletelyDuplicateBB()
734 if (PredCond.empty()) in duplicateSimpleBB()
789 if (!PredCond.empty()) in canTailDuplicate()
851 I != E; /* empty */) { in tailDuplicate()
893 PriorCond.empty() && in tailDuplicate()
H A DTargetPassConfig.cpp315 // empty, but it is a convenient way to suppress or replace specific passes
336 if (PassName.empty()) in getPassInfo()
358 if (!InstanceNumStr.empty() && InstanceNumStr.getAsInteger(10, InstanceNum)) in getPassNameAndInstanceNum()
460 return StopBeforeOpt.empty() && StopAfterOpt.empty(); in willCompleteCodeGenPipeline()
464 return !StartBeforeOpt.empty() || !StartAfterOpt.empty() || in hasLimitedCodeGenPipeline()
479 if (!PassNames[Idx]->empty()) { in getLimitedCodeGenPipelineReason()
861 /// addPre/Post methods with empty header implementations allow injecting
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp51 bool empty() const { return Queue.empty(); } in empty() function
58 if (empty()) return nullptr; in pop()
518 return !LRegs.empty(); in DelayForLiveRegsBottomUp()
531 if (!SUnits.empty()) { in ListScheduleBottomUp()
533 assert(RootSU->Succs.empty() && "Graph root shouldn't have successors!"); in ListScheduleBottomUp()
538 // While Available queue is not empty, grab the node with the highest in ListScheduleBottomUp()
543 while (!AvailableQueue.empty()) { in ListScheduleBottomUp()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dengine_vulkan.cc65 if (required_extensions.empty()) in AreAllExtensionsSupported()
74 return required_extension_set.empty(); in AreAllExtensionsSupported()
202 if (!name.empty()) { in CreatePipeline()
265 if (cmd->GetValues().empty()) { in CreatePipeline()
362 if (shader_spec_info.empty()) in SetShader()
410 !it.second.specialization_entries->empty()) { in GetVkShaderStageInfo()
665 if (cmd->GetValues().empty()) { in DoBuffer()

Completed in 39 milliseconds

1...<<61626364656667686970>>...265