Home
last modified time | relevance | path

Searched refs:find (Results 3276 - 3300 of 7361) sorted by relevance

1...<<131132133134135136137138139140>>...295

/foundation/multimedia/player_framework/frameworks/js/avtranscoder/
H A Davtranscoder_napi.cpp427 auto itFunc = taskQFuncs_.find(option); in GetPromiseTask()
705 if (find(allowedOpt.begin(), allowedOpt.end(), opt) == allowedOpt.end()) { in CheckStateMachine()
720 if (find(repeatOpt.begin(), repeatOpt.end(), opt) != repeatOpt.end()) { in CheckRepeatOperation()
811 auto iter = mimeStrToCodecFormat.find(mime); in GetAudioCodecFormat()
838 auto iter = mimeStrToCodecFormat.find(mime); in GetVideoCodecFormat()
867 auto iter = extensionToOutputFormat.find(extension); in GetOutputFormat()
/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_subscriber_handler.cpp661 auto it = std::find(preKeys.begin(), preKeys.end(), pressedKey); in IsPreKeysMatch()
678 auto it = std::find(preKeys.begin(), preKeys.end(), pressedKey); in IsEqualPreKeys()
697 if (foregroundPids.find(sess->GetPid()) != foregroundPids.end()) { in IsMatchForegroundPid()
731 foregroundPids_.find(sess->GetPid()) != foregroundPids_.end()) { in NotifyKeyDownRightNow()
754 foregroundPids_.find(sess->GetPid()) != foregroundPids_.end()) { in NotifyKeyDownDelay()
774 if (!isForegroundExits_ || foregroundPids_.find(sess->GetPid()) != foregroundPids_.end()) { in NotifyKeyUpSubscriber()
/foundation/multimodalinput/input/service/window_manager/src/
H A Dtouch_drawing_manager.cpp93 MMI_HILOGE("Can't find pointer item, pointer:%{public}d", currentPointerId_); in RecordLabelsInfo()
343 if (str.find(".") == std::string::npos) { in FormatNumber()
346 return str.substr(0, str.find(".") + precision + 1); in FormatNumber()
481 MMI_HILOGE("Can't find pointer item, pointer:%{public}d", pointerId); in DrawBubble()
526 MMI_HILOGE("Can't find pointer item, pointer:%{public}d", pointerId); in DrawPointerPositionHandler()
595 bool find = false; in DrawTracker() local
601 find = true; in DrawTracker()
613 if (find) { in DrawTracker()
625 if (!isDownAction_ && !find) { in DrawTracker()
/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp122 if (std::find(deviceList.begin(), deviceList.end(), dmDeviceInfo.networkId) == deviceList.end()) { in FilterAndGroupOnlineDevices()
189 return (str.find(prefix, 0) == 0); in StartsWith()
301 size_t pos = strs.find(splits); in SplitString()
308 pos = strs.find(splits); in SplitString()
333 size_t found = key.find(SEPARATOR); in IsKeyValid()
738 if (property.empty() || propertyMap.find(property) == propertyMap.end()) { in IsPropertyValid()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_syncer_lock_test.cpp749 auto it = assets.find(COL_ASSETS); in HWTEST_F()
759 auto it = assets.find(COL_ASSET); in HWTEST_F()
763 it = assets.find(COL_ASSETS); in HWTEST_F()
813 auto it = assets.find(COL_ASSET); in HWTEST_F()
818 it = assets.find(COL_ASSETS); in HWTEST_F()
868 EXPECT_EQ(assets.find(COL_ASSET) != assets.end(), true); in HWTEST_F()
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpaste_data_record.cpp169 auto recordDefaultIter = values->find(recordMimeType); in NewMultiTypeRecord()
385 auto it = decodeMap.find(head.tag); in Decode()
490 auto frontPos = convertUri_.find(SHARE_PATH_PREFIX); in ReplaceShareUri()
491 auto rearPos = convertUri_.find("/account/"); in ReplaceShareUri()
557 if (allTypes.find(type) != allTypes.end()) { in GetValidMimeTypes()
569 if (allTypes.find(type) != allTypes.end()) { in GetValidTypes()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dprop_n_exporter.cpp119 return path.find(CLOUDDISK_FILE_PREFIX) == 0 || path.find(DISTRIBUTED_FILE_PREFIX) == 0; in IsCloudOrDistributedFilePath()
165 if (path.find(CLOUDDISK_FILE_PREFIX) == 0) { in HandleLocalCheck()
178 if (path.find(DISTRIBUTED_FILE_PREFIX) == 0) { in HandleLocalCheck()
183 physicalPath.replace(physicalPath.find(USER_ID_FLAG), USER_ID_FLAG.length(), to_string(userId)); in HandleLocalCheck()
184 physicalPath.replace(physicalPath.find(PACKAGE_NAME_FLAG), PACKAGE_NAME_FLAG.length(), bundleName); in HandleLocalCheck()
/test/testfwk/arkxtest/uitest/test/
H A Dwidget_selector_test.cpp562 auto pos0 = description.find("selfMatcher"); in TEST_F()
563 auto pos1 = description.find(matcher0.Describe()); in TEST_F()
564 auto pos2 = description.find("frontMatcher"); in TEST_F()
565 auto pos3 = description.find(frontMatcher.Describe()); in TEST_F()
566 auto pos4 = description.find("rearMatcher"); in TEST_F()
567 auto pos5 = description.find(rearMatcher.Describe()); in TEST_F()
/third_party/EGL/api/
H A Dreg.py454 proto = cmd.find('proto')
728 # lookupElementInfo - find a {Type|Enum|Cmd}Info object by name.
758 type.attrib['name'] = type.find('name').text
790 cmd.attrib['name'] = cmd.find('proto/name').text
1140 proto = cmd.find('proto')
1141 funcname = cmd.find('proto/name').text
1152 pname = param.find('name')
/third_party/curl/lib/
H A Dconnect.c277 struct connfind find; in Curl_getconnectinfo() local
278 find.id_tofind = data->state.lastconnect_id; in Curl_getconnectinfo()
279 find.found = NULL; in Curl_getconnectinfo()
287 &data->multi->conn_cache, &find, conn_is_conn); in Curl_getconnectinfo()
289 if(!find.found) { in Curl_getconnectinfo()
294 c = find.found; in Curl_getconnectinfo()
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
H A Dcommand.js960 const foundExt = sourceExt.find(ext => fs.existsSync(`${localBin}${ext}`));
1327 return this.commands.find(cmd => cmd._name === name || cmd._aliases.includes(name));
1339 return this.options.find(option => option.is(arg));
1381 const conflictingAndDefined = definedNonDefaultOptions.find((defined) =>
1690 const negativeOption = this.options.find(target => target.negate && optionKey === target.attributeName());
1691 const positiveOption = this.options.find(target => !target.negate && optionKey === target.attributeName());
2110 const helpOption = cmd._hasHelpOption && args.find(arg => arg === cmd._helpLongFlag || arg === cmd._helpShortFlag);
/third_party/ninja/src/
H A Dninja.cc901 size_t index = command.find(rspfile); in EvaluateCommandWithRspfile()
904 command.find("--option-file=") != index - 14 && in EvaluateCommandWithRspfile()
905 command.find("-f ") != index - 3)) in EvaluateCommandWithRspfile()
910 while ((newline_index = rspfile_content.find('\n', newline_index)) != in EvaluateCommandWithRspfile()
917 } else if (command.find("-f ") == index - 3) { in EvaluateCommandWithRspfile()
1394 if (err.find("interrupted by user") != string::npos) { in RunBuild()
/third_party/node/deps/v8/src/compiler/
H A Dbytecode-analysis.cc718 DCHECK_EQ(end_to_header_.find(loop_end), end_to_header_.end()); in PushLoop()
719 DCHECK_EQ(header_to_info_.find(loop_header), header_to_info_.end()); in PushLoop()
734 return header_to_info_.find(offset) != header_to_info_.end(); in IsLoopHeader()
773 return header_to_info_.find(header_offset)->second; in GetLoopInfoFor()
777 auto it = header_to_info_.find(header_offset); in TryGetLoopInfoFor()
900 unresolved_suspend_ids->find(target.suspend_id()); in ResumeJumpTargetLeavesResolveSuspendIds()
H A Djs-heap-broker.cc182 return array_and_object_prototypes_.find(object) != in IsArrayOrObjectPrototype()
251 if (inferred.find(source) != inferred.end()) { in Refine()
258 inferred.find(target) != inferred.end() || new_group.size() > 1; in Refine()
449 return feedback_.find(source) != feedback_.end(); in HasFeedback()
455 auto it = feedback_.find(source); in GetFeedback()
555 // tells us where to find its value. in ReadFeedbackForGlobalAccess()
886 auto it = property_access_infos_.find(target); in GetPropertyAccessInfo()
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger.cc884 auto it = m_storedStackTraces.find(id.id); in stackTraceFor()
1001 AsyncTaskToStackTrace::iterator stackIt = m_asyncTaskStacks.find(task); in asyncTaskStartedForStack()
1021 if (m_recurringTasks.find(task) == m_recurringTasks.end()) { in asyncTaskFinishedForStack()
1112 if (m_asyncTaskStacks.find(*it) == m_asyncTaskStacks.end()) { in collectOldAsyncStacksIfNeeded()
1128 auto it = m_cachedStackFrames.find(key); in symbolize()
1156 auto it = m_contextGroupIdToDebuggerId.find(contextGroupId); in debuggerIdFor()
/third_party/openGLES/xml/
H A Dreg.py453 proto = cmd.find('proto')
719 # lookupElementInfo - find a {Type|Enum|Cmd}Info object by name.
749 type.attrib['name'] = type.find('name').text
781 cmd.attrib['name'] = cmd.find('proto/name').text
1131 proto = cmd.find('proto')
1132 funcname = cmd.find('proto/name').text
1143 pname = param.find('name')
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DRewritePipelines.cpp212 ASSERT(mInfo.pipelineVariables.find(&var) == mInfo.pipelineVariables.end());
371 return mPipelineFunctions.find(&func) != mPipelineFunctions.end(); in isOriginalPipelineFunction()
376 auto it = mFuncMap.find(&func); in isUpdatedPipelineFunction()
390 auto it = mFuncMap.find(&func); in getUpdatedFunction()
871 if (pipelineVariables.find(&var) == pipelineVariables.end()) in UpdatePipelineSymbols()
919 return psi.pipelineVariables.find(&var) != psi.pipelineVariables.end(); in RewritePipeline()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLiveDebugValues.cpp618 auto It = EraseFrom->find(VarToErase); in erase()
637 auto MapIt = OverlappingFragments.find({Var.getVariable(), ThisFragment}); in erase()
669 auto It = EntryValuesBackupVars.find(Var); in getEntryValueBackup()
1011 // Return false if we didn't find spilled register. in isLocationSpill()
1221 auto SeenIt = SeenFragments.find(MIVar.getVariable()); in accumulateFragmentMap()
1252 OverlappingFragments.find({MIVar.getVariable(), ASeenFragment}); in accumulateFragmentMap()
1285 // For all predecessors of this MBB, find the set of VarLocs that in join()
1299 auto OL = OutLocs.find(p); in join()
H A DLiveDebugVariables.cpp161 ///< used by dwarf writer to find lexical scope.
291 LocMap::iterator I = locInts.find(Idx); in addDef()
367 ///< used by dwarf writer to find lexical scope.
739 LocMap::iterator I = locInts.find(Start); in extendDef()
807 LocMap::iterator I = locInts.find(Idx.getRegSlot(true)); in addDefsFromCopies()
834 LocMap::iterator I = locInts.find(Idx); in addDefsFromCopies()
882 // if the original location for example is %vreg0:sub_hi, and we find a in computeIntervals()
1059 LocMapI.find(LI->beginIndex()); in splitLocation()
1263 // Try to find an insert location by going backwards from Idx. in findInsertLocation()
1375 !Loc.isUndef() ? SpillOffsets.find(Lo in emitDebugValues()
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkPlatform.cpp261 auto it = m_descriptorSetLayouts.find(descriptorSetLayout); in destroyDescriptorSetLayoutHandler()
367 auto it = m_imageViews.find(imageView); in destroyImageViewHandler()
502 auto it = m_graphicsPipelines.find(pipeline); in destroyPipelineHandler()
511 auto it2 = m_computePipelines.find(pipeline); in destroyPipelineHandler()
634 auto it = m_renderPasses.find(renderPass); in destroyRenderPassHandler()
644 auto it2 = m_renderPasses2.find(renderPass); in destroyRenderPassHandler()
/third_party/skia/third_party/externals/opengl-registry/xml/
H A Dreg.py464 proto = cmd.find('proto')
730 # lookupElementInfo - find a {Type|Enum|Cmd}Info object by name.
760 type.attrib['name'] = type.find('name').text
792 cmd.attrib['name'] = cmd.find('proto/name').text
1142 proto = cmd.find('proto')
1143 funcname = cmd.find('proto/name').text
1154 pname = param.find('name')
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp274 // have its original name annotated in profile. We try to find the in updateValueInfoForIndirectCalls()
924 const auto &DS = DefinedGVSummaries.find(GI); in gatherImportedSummariesForModule()
987 const auto &GS = DefinedGlobals.find(GV.getGUID()); in thinLTOResolvePrevailingInModule()
1054 auto GS = DefinedGlobals.find(GV.getGUID()); in thinLTOInternalizeModule()
1066 GS = DefinedGlobals.find(GlobalValue::getGUID(OrigId)); in thinLTOInternalizeModule()
1074 GS = DefinedGlobals.find(GlobalValue::getGUID(OrigName)); in thinLTOInternalizeModule()
1129 const auto &FunctionsToImportPerModule = ImportList.find(Name); in importFunctions()
/third_party/skia/third_party/externals/egl-registry/api/
H A Dreg.py465 proto = cmd.find('proto')
739 # lookupElementInfo - find a {Type|Enum|Cmd}Info object by name.
769 type.attrib['name'] = type.find('name').text
801 cmd.attrib['name'] = cmd.find('proto/name').text
1151 proto = cmd.find('proto')
1152 funcname = cmd.find('proto/name').text
1163 pname = param.find('name')
/third_party/vulkan-loader/tests/framework/layer/
H A Dwrap_objects.cpp111 auto it = std::find(saved_wrapped_handles.instances.begin(), saved_wrapped_handles.instances.end(), *inst); in unwrap_instance()
117 auto it = std::find(saved_wrapped_handles.physical_devices.begin(), saved_wrapped_handles.physical_devices.end(), *phys_dev); in unwrap_phys_dev()
124 auto it = std::find(saved_wrapped_handles.devices.begin(), saved_wrapped_handles.devices.end(), *dev); in unwrap_device()
131 std::find(saved_wrapped_handles.debug_util_messengers.begin(), saved_wrapped_handles.debug_util_messengers.end(), *mess); in unwrap_debug_util_messenger()
200 if (layer_name.find("wrap") != std::string::npos && layer_name.find("obj") != std::string::npos) { in wrap_vkCreateInstance()
/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
H A Ddstream_operator.cpp510 auto dcStreamInfo = dcStreamInfoMap_.find(id); in HasContinuousCaptureInfo()
839 auto iter = notifyCaptureStartedMap_.find(streamId); in ShutterBuffer()
1220 auto dcStreamInfo = dcStreamInfoMap_.find(id); in ChooseSuitableStreamId()
1252 auto iter = halStreamMap_.find(streamId); in FindHalStreamById()
1274 auto iter = halCaptureInfoMap_.find(captureId); in FindCaptureInfoById()
1294 if (std::find(streamIds.begin(), streamIds.end(), streamId) != streamIds.end()) { in FindCaptureIdByStreamId()
1311 auto iter = dcStreamInfoMap_.find(streamId); in FindDCStreamById()
1345 auto iter = enableShutterCbkMap_.find(streamId); in FindEnableShutter()
1367 auto iter = acceptedBufferNum_.find(streamPair); in FindStreamCaptureBufferNum()

Completed in 48 milliseconds

1...<<131132133134135136137138139140>>...295