| /third_party/node/deps/v8/src/objects/ |
| H A D | js-date-time-format.cc | 400 auto it = map_.find(id); in Find() 704 if (pattern.find(pair.pattern) != std::string::npos) { in ResolvedOptions() 1087 auto it = map_.find(key); in CreateCalendar() 1223 auto it = map_.find(key); in Create() 1470 auto it = map_.find(key); in CreateGenerator() 1605 auto ca_extension_it = r.extensions.find("ca"); in New() 1613 auto nu_extension_it = r.extensions.find("nu"); in New() 1653 auto hc_extension_it = r.extensions.find("hc"); in New() 1757 skeleton += item.map.find(input.get())->second; in New() 1820 if (skeleton.find(pai in New() [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/sb/ |
| H A D | sb_sched.cpp | 766 uc_map::iterator F = ucm.find(n); in init_ucm() 1365 rv_map::iterator F = regmap.find(gpr); in unmap_dst_val() 1431 rv_map::iterator F = regmap.find(gpr); in map_src_val() 1755 rv_map::iterator F = regmap.find(d->gpr); in check_copy()
|
| /third_party/rust/crates/bindgen/bindgen/ |
| H A D | lib.rs | 1603 clang_sys::support::Clang::find(None, &[]).ok_or_else(|| { in dump_preprocessed_input() 1606 "Cannot find clang executable", in dump_preprocessed_input() 1953 /// True if we should try to find unexposed attributes in functions, in 2393 clang_sys::load().expect("Unable to find libclang"); in ensure_libclang_is_loaded() 2501 // If we're running from a build script, try to find the cargo target. in find_effective_target() 2584 "Trying to find clang with flags: {:?}", in detect_include_paths() 2588 let clang = match clang_sys::support::Clang::find( in detect_include_paths() 2945 .find(|t| t.chars().next().map_or(false, |v| v.is_ascii_digit())) in clang_version()
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
| H A D | EmitMetal.cpp | 842 auto it = mRenamedSymbols.find(&object); in emitNameOf() 1204 const auto it = fieldToAttributeIndex.find(Name(*field)); 1879 ASSERT(map.find(name) == map.end()); 2065 auto it = mFuncToName.find(func.name());
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | PeepholeOptimizer.cpp | 207 /// operand commutable with the tied use operand, find recurrence cycle 351 /// follows the use-def chain to find successive suitable sources. 414 /// this constructor will not find any alternative source. 649 /// Try to find the next source that share the same register file 662 // Do not try to find a new source for a physical register. in findNextSource() 684 // Follow the chain of copies until we find a more suitable source, a phi in findNextSource() 746 // If we did not find a more suitable source, there is nothing to optimize. in findNextSource() 752 /// successfully traverse a PHI instruction and find suitable sources coming 996 // If we find a source that does not require to extract something, 1105 /// Given a \p Def.Reg and Def.SubReg pair, use \p RewriteMap to find [all...] |
| H A D | CodeGenPrepare.cpp | 912 auto MaybeBase = RelocateIdxMap.find(BaseKey); in computeBaseDerivedRelocateMap() 945 // relocation of base pointer. If we find a relocation corresponding to base in simplifyRelocatesOffABase() 1010 // In this case, we can not find the bitcast any more. So we insert a new bitcast in simplifyRelocatesOffABase() 1172 // If these values will be promoted, find out what they will be promoted in OptimizeNoopCopyExpression() 1648 // operand or other means. There's no good way to find out though. in SinkShiftAndTruncate() 1993 auto it = LargeOffsetGEPMap.find(II); in optimizeCallInst() 3008 auto it = NodeMap.find(Ptr); in erase() 3053 auto it = NodeMap.find(NodeList[CurrentIndex]); in SkipRemovedElements() 3106 auto SV = Storage.find(V); in Get() 3304 /// At the same time we find [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| H A D | glcUniformBlockCase.cpp | 653 void* basePtr = blockPointers.find(blockNdx)->second; in generateValues() 1007 void* basePtr = blockPointers.find(activeBlockNdx)->second; in generateCompareSrc() 1262 const void* srcBlockPtr = srcBlockPointers.find(srcBlockNdx)->second; in copyUniformData() 1264 void* dstBlockPtr = dstBlockNdx >= 0 ? dstBlockPointers.find(dstBlockNdx)->second : DE_NULL; in copyUniformData()
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | uregex.cpp | 589 result = regexp->fMatcher->find(*status); in uregex_find64() 591 result = regexp->fMatcher->find(startIndex, *status); in uregex_find64() 609 UBool result = regexp->fMatcher->find(*status); in uregex_findNext() 1691 // The most recent call to find() succeeded. in appendTail() 1694 // The last call to find() on this matcher failed(). in appendTail() 1695 // Look back to the end of the last find() that succeeded for src index. in appendTail() 1855 if (regexp->fMatcher->find()) { in split()
|
| H A D | tzfmt.cpp | 955 LocalPointer<TimeZoneNames::MatchInfoCollection> specificMatches(fTimeZoneNames->find(text, startIdx, nameTypes, status)); in parse() 988 tzdbTimeZoneNames->find(text, startIdx, nameTypes, status)); in parse() 1105 // zero format). Then, it tried to find a match within the set of display names, but could not in parse() 1106 // find a match. At this point, we can safely assume the input text contains the localized in parse() 1205 LocalPointer<TimeZoneNames::MatchInfoCollection> specificMatches(fTimeZoneNames->find(text, startIdx, ALL_SIMPLE_NAME_TYPES, status)); in parse() 1232 tzdbTimeZoneNames->find(text, startIdx, ALL_SIMPLE_NAME_TYPES, status)); in parse() 2880 LocalPointer<TimeZoneNames::MatchInfoCollection> exemplarMatches(fTimeZoneNames->find(text, startIdx, UTZNM_EXEMPLAR_LOCATION, status));
|
| /third_party/python/Lib/logging/ |
| H A D | __init__.py | 433 return self._fmt.find(self.asctime_search) >= 0 499 return fmt.find('$asctime') >= 0 or fmt.find(self.asctime_search) >= 0 786 elif record.name.find(self.name, 0, self.nlen) != 0: 1043 # couldn't find the right stack frame, for some reason 1056 ' traceback above to help find the error.\n'
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| H A D | RDFGraph.cpp | 560 // If the first member is a phi, find the last phi, and append PA to it. in addPhi() 1390 auto DFLoc = MDF.find(BB); in recordDefsForDF() 1408 auto F = MDF.find(IDF[i]); in recordDefsForDF() 1427 auto HasDF = PhiM.find(BA.Id); in buildPhis() 1628 auto F = DefM.find(RR.Reg); in linkStmtRefs()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
| H A D | SampleProfile.cpp | 387 /// Map from function name to Function *. Used to find the function from 564 auto I = SampleCoverage.find(FS); in countUsedRecords() 677 const auto &I = BlockWeights.find(BB); in printBlockWeight() 795 /// all samples that resides in the inlined instance. We first find the 797 /// traverse its children to find the callsite with the matching 955 /// Iteratively traverse all callsites of the function \p F, and find if 1037 auto R = SymbolMap.find(CalleeFunctionName); in inlineHotFunctions() 1862 auto pos = OrigName.find('.'); in runOnModule()
|
| /third_party/python/Lib/xml/etree/ |
| H A D | ElementTree.py | 271 Unlike the find methods, this method compares elements based on 283 def find(self, path, namespaces=None): member in Element 292 return ElementPath.find(self, path, namespaces) 605 def find(self, path, namespaces=None): member in ElementTree 608 Same as getroot().find(path), which is Element.find() 625 return self._root.find(path, namespaces)
|
| /third_party/spirv-tools/source/val/ |
| H A D | validate_decorations.cpp | 853 models->find(spv::ExecutionModel::Fragment) != models->end(); 855 models->find(spv::ExecutionModel::Vertex) != models->end(); 1394 if (seen_per_id.find(excl_k) != seen_per_id.end()) { 1428 if (seen_per_member.find(excl_k) != seen_per_member.end()) {
|
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsLongStressCase.cpp | 370 const int ndxInCharset = (int)charsStr.find(text[ndxInText]); in addTextToBuffer() 909 bool has (const string& name) const { return m_objects.find(name) != m_objects.end(); } in has() 932 const typename map<string, SharedPtr<T> >::const_iterator it = m_objects.find(name); in get() 954 const typename map<string, SharedPtr<T> >::iterator it = m_objects.find(name); in markAsGarbage()
|
| /base/telephony/cellular_data/services/src/ |
| H A D | cellular_data_handler.cpp | 1155 std::map<uint32_t, Fun>::iterator it = eventIdMap_.find(eventCode); in ProcessEvent() 1771 if (configsForEsmFlag.intValue.find(KEY_PLMN_ESM_FLAG_INT) != configsForEsmFlag.intValue.end()) { in GetEsmFlagFromOpCfg() 1920 if (configsForSinglePdp.boolValue.find(KEY_SINGLE_PDP_ENABLED_BOOL) != configsForSinglePdp.boolValue.end()) { in GetSinglePdpEnabledFromOpCfg() 1937 if (std::find(singlePdpRadio.begin(), singlePdpRadio.end(), radioTech) != singlePdpRadio.end()) { in IsSingleConnectionEnabled() 1951 if (configsForDataRoaming.boolValue.find(KEY_DEFAULT_DATA_ROAMING_BOOL) != configsForDataRoaming.boolValue.end()) { in GetDefaultDataRoamingConfig()
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | tzfmt.cpp | 955 LocalPointer<TimeZoneNames::MatchInfoCollection> specificMatches(fTimeZoneNames->find(text, startIdx, nameTypes, status)); in parse() 988 tzdbTimeZoneNames->find(text, startIdx, nameTypes, status)); in parse() 1105 // zero format). Then, it tried to find a match within the set of display names, but could not in parse() 1106 // find a match. At this point, we can safely assume the input text contains the localized in parse() 1205 LocalPointer<TimeZoneNames::MatchInfoCollection> specificMatches(fTimeZoneNames->find(text, startIdx, ALL_SIMPLE_NAME_TYPES, status)); in parse() 1232 tzdbTimeZoneNames->find(text, startIdx, ALL_SIMPLE_NAME_TYPES, status)); in parse() 2882 LocalPointer<TimeZoneNames::MatchInfoCollection> exemplarMatches(fTimeZoneNames->find(text, startIdx, UTZNM_EXEMPLAR_LOCATION, status));
|
| /third_party/nghttp2/src/ |
| H A D | h2load.cc | 924 auto itr = streams.find(stream_id); in on_header() 971 auto itr = streams.find(stream_id); in on_status_code() 1087 auto it = streams.find(stream_id); in get_req_stat() 1998 std::size_t pos = script_line.find("\t"); in read_script_from_file() 3022 if (std::find(std::begin(override_hdrs), std::end(override_hdrs), in main()
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | tzfmt.cpp | 955 LocalPointer<TimeZoneNames::MatchInfoCollection> specificMatches(fTimeZoneNames->find(text, startIdx, nameTypes, status)); in parse() 988 tzdbTimeZoneNames->find(text, startIdx, nameTypes, status)); in parse() 1105 // zero format). Then, it tried to find a match within the set of display names, but could not in parse() 1106 // find a match. At this point, we can safely assume the input text contains the localized in parse() 1205 LocalPointer<TimeZoneNames::MatchInfoCollection> specificMatches(fTimeZoneNames->find(text, startIdx, ALL_SIMPLE_NAME_TYPES, status)); in parse() 1232 tzdbTimeZoneNames->find(text, startIdx, ALL_SIMPLE_NAME_TYPES, status)); in parse() 2885 LocalPointer<TimeZoneNames::MatchInfoCollection> exemplarMatches(fTimeZoneNames->find(text, startIdx, UTZNM_EXEMPLAR_LOCATION, status));
|
| /third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/ |
| H A D | PhoneNumberUtil.java | 89 // complete; we add calling codes case by case, as we find geographical mobile numbers or hear 229 // Regular expression of acceptable punctuation found in phone numbers, used to find numbers in 743 if (m.find()) { in extractPossibleNumber() 747 if (trailingCharsMatcher.find()) { in extractPossibleNumber() 752 if (secondNumber.find()) { in extractPossibleNumber() 2165 // entities, this is not the case, so we have to go through different types to find the in getExampleNumberForNonGeoEntity() 2944 if (digitMatcher.find()) { in parsePrefixAsIdd() 3062 // If we find a potential extension, and the number preceding this is a viable number, we assume in maybeStripExtension() 3064 if (m.find() && isViablePhoneNumber(number.substring(0, m.start()))) { in maybeStripExtension() 3068 // We go through the capturing groups until we find on in maybeStripExtension() [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/ |
| H A D | vktUniformBlockCase.cpp | 790 void* basePtr = blockPointers.find(blockNdx)->second; in generateValues() 936 if (compareFuncs.find(glu::DataType(type)) != compareFuncs.end()) in generateCompareFuncs() 1562 void* basePtr = blockPointers.find(blockLayoutNdx)->second; in generateCompareSrc() 1899 const void* srcPtr = m_blockPointers.find(blockNdx)->second; in iterate() 1925 deMemcpy(&data[offsets[blockNdx]], m_blockPointers.find(blockNdx)->second, m_layout.blocks[blockNdx].size); in iterate()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 159 DenseMap<const Value *, unsigned>::iterator VI = LocalValueMap.find(&*I); in lowerArguments() 272 // Number the instructions if we haven't yet so we can efficiently find the in sinkLocalValueMaterialization() 281 auto I = OrderMap.Orders.find(&UseInst); in sinkLocalValueMaterialization() 480 DenseMap<const Value *, unsigned>::iterator I = FuncInfo.ValueMap.find(V); in lookUpRegForValue() 666 // Target-specific code wasn't able to find a machine opcode for in selectBinaryOp() 775 auto SI = FuncInfo.StaticAllocaMap.find(AI); in addStackMapLiveVars() 1772 DenseMap<const Value *, unsigned>::iterator I = FuncInfo.ValueMap.find(Op0); in selectExtractValue() 2328 while (TheUser != FoldInst && // Scan up until we find FoldInst. in tryToFoldLoad() 2339 // If we didn't find the fold instruction, then we failed to collapse the in tryToFoldLoad()
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cGlSpirvTests.cpp | 124 while ((token_position = string.find(token, 0)) != std::string::npos) in replaceToken() 715 if (lines[i].find("OpName") != std::string::npos) in iterate() 718 if (lines[i].find("OpMemberName") != std::string::npos) in iterate() 1122 if (spirvSource.find("OpName %enabled") == std::string::npos) in iterate() 3500 size_t pos = spirVSrcOutput.find(searchString); in spirVCapabilityCutOff()
|
| /third_party/skia/src/sksl/codegen/ |
| H A D | SkSLMetalCodeGenerator.cpp | 488 if (fWrittenIntrinsics.find(name) == fWrittenIntrinsics.end()) { in writeMatrixCompMult() 507 if (fWrittenIntrinsics.find(name) == fWrittenIntrinsics.end()) { in writeOuterProduct() 819 // input (since we can only find one bits, not zero bits). in writeIntrinsicCall() 1179 if (fHelpers.find(name) == fHelpers.end()) { in getVectorFromMat2x2ConstructorHelper() 2071 if (fReservedWords.find(name) != fReservedWords.end()) { in writeName() 2689 auto found = fRequirements.find(&f); in requirements()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| H A D | RewriteStatepointsForGC.cpp | 305 /// Given results from the dataflow liveness computation, find the set of live 527 // If we find a cast instruction here, it means we've found a cast which is in findBaseDefiningValue() 530 assert(!isa<CastInst>(Def) && "shouldn't find another cast here"); in findBaseDefiningValue() 627 auto Found = Cache.find(Def); in findBaseOrBDV() 855 // base state for known bases and expect to find a cached state otherwise. in findBasePointer() 859 auto I = States.find(baseValue); in findBasePointer() 1165 assert(base && "failed to find base pointer"); in findBasePointers() 1278 auto ValIt = llvm::find(LiveVec, Val); in CreateGCRelocates() 1281 assert(Index < LiveVec.size() && "Bug in std::find?"); in CreateGCRelocates() 1615 Value *Base = PointerToBase.find( in makeStatepointExplicit() [all...] |