/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | MergeFunctions.cpp | 642 if (PDIRelated.find(I) == PDIRelated.end()) { in filterInstsUnrelatedToPDI() 871 auto I = FNodesInTree.find(F); in replaceFunctionInTree() 937 auto I = FNodesInTree.find(F); in remove()
|
/third_party/python/Lib/ |
H A D | cgi.py | 7 # installed, so /usr/bin/env would be unable to find python. Granted, 229 end = s.find(';') 231 end = s.find(';', end + 1) 248 i = p.find('=')
|
/third_party/python/Lib/test/ |
H A D | test_strptime.py | 124 self.assertTrue(pattern_string.find(self.locale_time.a_weekday[2]) != -1, 125 "did not find abbreviated weekday in pattern string '%s'" % 127 self.assertTrue(pattern_string.find(self.locale_time.f_weekday[4]) != -1, 128 "did not find full weekday in pattern string '%s'" % 130 self.assertTrue(pattern_string.find(self.time_re['d']) != -1, 131 "did not find 'd' directive pattern string '%s'" % 157 "re object couldn't find the abbreviated weekday month in "
|
/third_party/spirv-tools/source/opt/ |
H A D | aggressive_dead_code_elim_pass.cpp | 149 if (extensions_allowlist_.find(extName) == extensions_allowlist_.end()) in AllExtensionsSupported() 190 if (live_local_vars_.find(varId) != live_local_vars_.end()) return; in ProcessLoad() 229 // For loops we need to find the continues as well. in AddBreaksAndContinuesToWorklist() 1083 auto cached_result = entry_point_with_no_calls_cache_.find(func->result_id()); in IsEntryPointWithNoCalls()
|
H A D | eliminate_dead_members_pass.cpp | 369 auto live_members = used_members_.find(type_id); in UpdateOpMemberNameOrDecorate() 527 auto live_members = used_members_.find(type_id); in GetNewMemberIndex() 532 auto current_member = live_members->second.find(member_idx); in GetNewMemberIndex()
|
H A D | loop_utils.cpp | 600 auto id_it = cloning_result->value_map_.find(*old_id); in CloneLoop() 656 cloning_result.old_to_new_bb_.find(old_loop->GetMergeBlock()->id()); in PopulateLoopDesc() 664 cloning_result.old_to_new_bb_.find(old_loop->GetPreHeaderBlock()->id()); in PopulateLoopDesc()
|
/third_party/vulkan-loader/tests/framework/ |
H A D | test_util.cpp | 452 auto found = std::find(files.begin(), files.end(), name); in write_manifest() 471 auto found = std::find(files.begin(), files.end(), name); in remove() 488 auto found = std::find(files.begin(), files.end(), new_name); in copy_file()
|
/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | media_library_napi.cpp | 1026 if (uri.find(PhotoColumn::PHOTO_URI_PREFIX) != string::npos) { in GetVirtualIdFromApi10Uri() 1028 } else if (uri.find(AudioColumn::AUDIO_URI_PREFIX) != string::npos) { in GetVirtualIdFromApi10Uri() 1093 if (context->extendArgs.find(DATE_FUNCTION) != string::npos) { in GetFileAssetsExecute() 1425 pos = selection.find(key, pos); in ReplaceSelection() 1430 size_t argPos = selection.find('?', pos); in ReplaceSelection() 1460 argPos = selection.find('?', pos); in ReplaceSelection() 1559 "find no data by options"); in UserFileMgrAlbumsAsyncResult() 2350 if (uri.find(PhotoColumn::PHOTO_URI_PREFIX) != string::npos) { in JSTrashAssetExecute() 2352 } else if (uri.find(AudioColumn::AUDIO_URI_PREFIX) != string::npos) { in JSTrashAssetExecute() 2499 auto startIndex = uri.find(PhotoColum in GetFileIdFromUri() [all...] |
/third_party/glslang/glslang/HLSL/ |
H A D | hlslParseHelper.cpp | 177 auto it = ioTypeMap.find(memberType.getStruct()); in growGlobalUniformBlock() 652 TSymbol* symbol = symbolTable.find(*string, thisDepth); in handleVariable() 1096 if (splitBuiltIns.find(tInterstageIoData(memberType.getQualifier().builtIn, outerQualifier.storage)) != in splitBuiltIn() 1385 const auto flattenData = flattenMap.find(uniqueId); in flattenAccess() 1430 const auto flattenData = flattenMap.find(sym->getId()); in findSubtreeOffset() 1452 const auto splitNonIoVar = splitNonIoVars.find(id); in getSplitNonIoVar() 1601 TSymbol* symbol = symbolTable.find(function.getMangledName(), &builtIn); in handleFunctionDeclarator() 1656 TSymbol* symbol = symbolTable.find(function.getMangledName()); in handleFunctionDefinition() 1660 error(loc, "can't find function", function.getName().c_str(), ""); in handleFunctionDefinition() 1693 // knows where to find parameter in handleFunctionDefinition() [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_textpicker.cpp | 527 auto valueIterator = std::find(options[i].rangeResult.begin(), options[i].rangeResult.end(), values[i]); in ParseMultiTextArraySelectInternal() 586 auto valueIterator = std::find(options[i].rangeResult.begin(), options[i].rangeResult.end(), values[i]); in ParseMultiTextArrayValueInternal() 599 auto valueIterator = std::find(options[0].rangeResult.begin(), options[0].rangeResult.end(), value); in ParseMultiTextArrayValueSingleInternal() 699 auto valueIterator = std::find(resultStr.begin(), resultStr.end(), values[index]); in ParseInternalArray() 733 auto valueIterator = std::find(resultStr.begin(), resultStr.end(), values[index]); in SetSelectedValues() 815 auto valueIterator = std::find(getRangeVector.begin(), getRangeVector.end(), param.value); in ParseTextArray() 1411 auto valueIterator = std::find(getRangeVector.begin(), getRangeVector.end(), value); in Show() 1818 auto valueIterator = std::find(getRangeVector.begin(), getRangeVector.end(), value); in ParseText()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_asset_operations.cpp | 336 if (validOprnObjectet.find(object) == validOprnObjectet.end()) { in CheckOprnObject() 380 CHECK_AND_RETURN_RET_LOG(FILEASSET_MEMBER_MAP.find(column) != FILEASSET_MEMBER_MAP.end(), nullptr, in FetchFileAssetFromResultSet() 381 "Can not find column %{private}s from member map", column.c_str()); in FetchFileAssetFromResultSet() 544 MEDIA_WARN_LOG("FILEASSET_MEMBER_MAP not find column: %{public}s", columnName.c_str()); in QueryPhotosTableColumnInfo() 1116 string displayName = fileName.substr(0, fileName.find('_')) + '_' + fileName.substr(fileName.rfind('_') + 1); in SetAssetPath() 1451 if (mode.find(MEDIA_FILEMODE_WRITEONLY) != string::npos && !isMovingPhotoVideo) { in OpenAsset() 1782 size_t pos = whereClause.find(PhotoColumn::PHOTO_OWNER_ALBUM_ID); in GetAlbumIdByPredicates() 1924 if (newPath.find(cloudPath) != string::npos) { in ConvertMediaPathFromCloudPath() 1925 newPath.replace(newPath.find(cloudPath), cloudPath.length(), mediaPath); in ConvertMediaPathFromCloudPath() 2173 if (UPDATE_VERIFY_PARAM_MAP.find(ite in CheckParamForUpdate() [all...] |
/third_party/node/deps/v8/src/torque/ |
H A D | torque-parser.cc | 73 auto it = Get().build_flags_.find(name); in GetFlag() 800 if (allowed_with_param.find(a.name->value) == in AnnotationSet() 803 allowed_without_param.find(a.name->value) == in AnnotationSet() 814 if (allowed_without_param.find(a.name->value) == in AnnotationSet() 817 allowed_with_param.find(a.name->value) == allowed_with_param.end() in AnnotationSet() 831 return set_.find(s) != set_.end(); in Contains() 834 auto it = map_.find(s); in GetStringParam() 845 auto it = map_.find(s); in GetIntParam()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiMaintenance1Tests.cpp | 776 if (std::find(presentModes.begin(), presentModes.end(), testParams.modes[i]) == presentModes.end()) in presentFenceTest() 1154 if (std::find(supportedModes.begin(), supportedModes.end(), compatibleModes[i]) == supportedModes.end()) in verifyCompatiblePresentModes() 1158 if (!compatibleModes.empty() && std::find(compatibleModes.begin(), compatibleModes.end(), queryMode) == compatibleModes.end()) in verifyCompatiblePresentModes() 1165 if (visitedModes.find(compatibleMode) != visitedModes.end()) in verifyCompatiblePresentModes() 1174 if (visitedModes.find(previousCompatibleMode) == visitedModes.end()) in verifyCompatiblePresentModes() 1189 if (std::find(presentModes.begin(), presentModes.end(), testParams.mode) == presentModes.end()) in presentModesQueryTest() 1540 if (std::find(presentModes.begin(), presentModes.end(), testParams.mode) == presentModes.end()) in scalingTest() 2017 if (std::find(presentModes.begin(), presentModes.end(), testParams.mode) == presentModes.end()) in releaseImagesTest()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopIdiomRecognition.cpp | 232 Value *find(Value *Tree, Value *Sub) const; 323 if (M.find(V) != M.end()) in initialize() 337 auto F = M.find(U->getOperand(i)); in initialize() 343 auto R = M.find(Exp); in initialize() 426 if (Value *DupV = find(Root, V)) { in replace() 478 Value *Simplifier::Context::find(Value *Tree, Value *Sub) const { in find() function in Simplifier::Context 1385 auto H = CM.find(std::make_pair(V, Ty)); in convertShiftsToLeft() 1417 auto F = ShiftMap.find(Op); in convertShiftsToLeft() 1869 // Scan the loop again, find the generating select instruction. in recognize()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | underscoreTest1.js | 98 find(iterator: Iterator_<T, boolean>, context?: any): T; 181 find(iterator: Iterator_<T, boolean>, context?: any): T; 257 find(iterator: Iterator_<T, boolean>, context?: any): ChainedObject<T>; 348 find(iterator: Iterator_<T, boolean>, context?: any): ChainedObject<T>; 433 find<T>(list: T[], iterator: Iterator_<T, boolean>, context?: any): T; 434 find<T>(list: Dictionary<T>, iterator: Iterator_<T, boolean>, context?: any): T; 668 var even = _.find([1, 2, 3, 4, 5, 6], (num) => num % 2 == 0); 915 var even = _.find([1, 2, 3, 4, 5, 6], function (num) { return num % 2 == 0; });
|
/applications/standard/contacts_data/ability/datadisasterrecovery/src/ |
H A D | database_disaster_recovery.cpp | 137 auto iter = redbStoreMap.find(dataBaseName); in BackDatabase()
|
/drivers/hdf_core/framework/tools/hdi-gen/test/unittest/ |
H A D | unit_test.py | 31 if first_info.find(second_info) == -1:
|
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/ |
H A D | buffer_pool.cpp | 60 CAMERA_LOGI("can't find buffer allocator"); in Init() 215 auto it = std::find(busyList_.begin(), busyList_.end(), buffer); in ReturnBuffer()
|
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/stream_tunnel/lite/ |
H A D | stream_tunnel.cpp | 116 auto it = buffers.find(buffer); in PutBuffer()
|
/drivers/peripheral/display/hal/default_standard/src/display_device/core/ |
H A D | hdi_layer.cpp | 67 auto iter = mIdSets.find(mIdleId);
in GetIdleId()
|
/foundation/ability/ability_runtime/test/unittest/connection_record_test/ |
H A D | connection_record_test.cpp | 110 return std::string::npos != state.find("com.ix.hiservcie"); in IsExist()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/adapter/ |
H A D | dnetwork_adapter.cpp | 149 if (listenerSet_.find(listener) == listenerSet_.end()) {
in AddDeviceChangeListener()
|
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/ |
H A D | conv2d_builder.cpp | 255 if (m_paramMap.find(tensor->GetType()) != m_paramMap.end()) { in Build()
|
H A D | lstm_builder.cpp | 258 if (m_paramMap.find(tensor->GetType()) != m_paramMap.end()) {
in ParseParam()
|
/foundation/ability/form_fwk/interfaces/kits/native/src/ |
H A D | form_caller_mgr.cpp | 59 auto iter = formHostCallers_.find(formId); in GetFormHostCaller()
|