/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/ |
H A D | subsetter_impl.cc | 211 if (glyph_id_processed->find(glyph_id) == glyph_id_processed->end() && in ResolveCompositeGlyphs() 212 glyph_id_remaining.find(glyph_id) == glyph_id_remaining.end()) { in ResolveCompositeGlyphs() 293 return glyph_ids.find(range_begin) != glyph_ids.end(); in HasOverlap()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/ |
H A D | name_table.cc | 302 return (name_entry_map_.find(probe) != name_entry_map_.end()); in Has() 313 if (name_entry_map_.find(probe) != name_entry_map_.end()) { in NameBuilder() 327 NameEntryBuilderMap::iterator position = name_entry_map_.find(probe); in Remove()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | OrcRemoteTargetClient.h | 364 auto I = StubIndexes.find(Name); 376 auto I = StubIndexes.find(Name); 385 auto I = StubIndexes.find(Name);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | LoopUnroll.cpp | 85 ValueToValueMapTy::iterator It = VMap.find(Op); in remapInstruction() 92 ValueToValueMapTy::iterator It = VMap.find(PN->getIncomingBlock(i)); in remapInstruction() 644 ValueToValueMapTy::iterator It = LastValueMap.find(Incoming); in UnrollLoop()
|
H A D | LoopUtils.cpp | 630 auto Key = DeadDebugSet.find({DVI->getVariable(), DVI->getExpression()}); in deleteDeadLoop() 679 Loop::iterator I = find(ParentLoop->begin(), ParentLoop->end(), L); in deleteDeadLoop() 680 assert(I != ParentLoop->end() && "Couldn't find loop"); in deleteDeadLoop() 683 Loop::iterator I = find(LI->begin(), LI->end(), L); in deleteDeadLoop() 684 assert(I != LI->end() && "Couldn't find loop"); in deleteDeadLoop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | STLExtras.h | 491 /// Provide wrappers to std::find which take ranges instead of having to pass 494 auto find(R &&Range, const T &Val) -> decltype(std::begin(Range)) { in begin() 495 return std::find(std::begin(Range), std::end(Range), Val); in begin() 517 /// Wrapper function around std::find to detect if an element exists 521 return std::find(std::begin(Range), std::end(Range), Element) != in is_contained()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIWholeQuadMode.cpp | 239 auto III = Instructions.find(&MI); in printInfo() 694 auto BII = Blocks.find(&MBB); in processBlock() 745 auto III = Instructions.find(&MI); in processBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmParser.cpp | 391 auto IsLoadStore = InstName.find(".load") != StringRef::npos || in checkForP2AlignIfLoadStore() 392 InstName.find(".store") != StringRef::npos; in checkForP2AlignIfLoadStore() 393 auto IsAtomic = InstName.find("atomic.") != StringRef::npos; in checkForP2AlignIfLoadStore() 433 // as seperate tokens, so if we find such tokens immediately adjacent (no 443 // We must now find another identifier, or error.
|
/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()
|
/device/soc/hisilicon/common/hal/display/source/display_device/src/core/ |
H A D | hdi_layer.cpp | 67 auto iter = mIdSets.find(mIdleId);
in GetIdleId()
|