Home
last modified time | relevance | path

Searched refs:find (Results 4976 - 5000 of 7616) sorted by relevance

1...<<191192193194195196197198199200>>...305

/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_function.cpp146 std::string::size_type idx = strIp.find(IP4_SEPARATOR); in CheckIpStr()
150 idx = strIp.find(IP6_SEPARATOR); in CheckIpStr()
/kernel/linux/linux-5.10/arch/xtensa/kernel/
H A Dalign.S472 addx4 a0, a0, a3 # find entry in table
478 addx4 a0, a0, a3 # find entry in table
H A Dvectors.S80 addx4 a0, a0, a3 # find entry in table
107 addx4 a0, a0, a3 # find entry in table
/kernel/linux/linux-5.10/arch/arm/mm/
H A Dcache-v7.S151 ands r4, r4, r1, lsr #3 @ find maximum number on the way size
152 clz r5, r4 @ find bit position of way size increment
/kernel/linux/linux-6.6/arch/arm/mm/
H A Dcache-v7.S152 ands r4, r4, r1, lsr #3 @ find maximum number on the way size
153 clz r5, r4 @ find bit position of way size increment
/kernel/linux/linux-6.6/arch/xtensa/kernel/
H A Dalign.S561 addx4 a0, a0, a3 # find entry in table
567 addx4 a0, a0, a3 # find entry in table
H A Dvectors.S80 addx4 a0, a0, a3 # find entry in table
107 addx4 a0, a0, a3 # find entry in table
/kernel/linux/linux-6.6/samples/bpf/
H A DMakefile244 @find $(CURDIR) -type f -name '*~' -delete
280 echo "*** ERROR: Cannot find LLVM tool $${TOOL}" ;\
328 $(error Cannot find a vmlinux for VMLINUX_BTF at any of "$(VMLINUX_BTF_PATHS)",\
/kernel/linux/linux-6.6/scripts/
H A Dspdxcheck.py208 if line.find("SPDX-License-Identifier:") < 0:
231 col = line.find(expr) + pe.tok.lexpos
/test/xts/acts/multimedia/av_codec/vcodec/hwdecoder/src/
H A Dfunc_test.cpp337 if (g_codecName.find("hisi") != string::npos) { in HWTEST_F()
594 if (g_codecName.find("hisi") != string::npos) { in HWTEST_F()
/test/xts/acts/multimedia/media/media_js_standard/screenCapture_ndk_test/entry/src/main/cpp/
H A DnativeAVScreenCapturendk.cpp405 auto it = mockCbMap_.find(screenCapture); in DelCallback()
417 if (mockCbMap_.find(screenCapture) != mockCbMap_.end()) { in GetCallback()
/third_party/glslang/glslang/MachineIndependent/preprocessor/
H A DPpContext.h142 auto it = atomMap.find(s); in getAtom()
339 auto existingMacroIt = macroDefs.find(atom); in lookupMacroDef()
/third_party/gn/src/base/files/
H A Dfile_util_posix.cc152 size_t comma_pos = result.find(','); in AppendModeCharacter()
397 DCHECK(name_tmpl.find("XXXXXX") != FilePath::StringType::npos) in CreateTemporaryDirInDirImpl()
/third_party/gn/src/gn/
H A Dbuilder.cc40 std::find(path->begin(), path->end(), cur); in RecursiveFindCycle()
183 return records_.find(label); in GetRecord()
187 // Look for errors where we find a defined node with an item that refers to in CheckForBadItems()
189 // on our defined one, but listing those isn't helpful: we want to find the in CheckForBadItems()
192 // This finds normal "missing dependency" errors but does not find circular in CheckForBadItems()
573 "I was hoping to find a toolchain " + in ResolveToolchain()
608 "I was hoping to find a pool " + in ResolvePools()
623 return std::string(); // Didn't find a cycle, something else is wrong. in CheckForCircularDependencies()
H A Dninja_build_writer.cc250 } else if (used_toolchains.find(target->settings()) == in RunAndWriteFile()
441 // enough to find duplicates. in WriteSubninjas()
674 if (written_rules.find(StringAtom("default")) != written_rules.end()) {
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.h264 bool wasFlattened(long long id) const { return flattenMap.find(id) != flattenMap.end(); } in wasFlattened()
273 bool wasSplit(long long id) const { return splitNonIoVars.find(id) != splitNonIoVars.end(); } in wasSplit()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCurrency.java737 currencyNameTrie.find(text, pos.getIndex(), handler); in parse()
744 currencySymbolTrie.find(text, pos.getIndex(), handler); in parse()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DCurrency.java702 currencyNameTrie.find(text, pos.getIndex(), handler); in parse()
709 currencySymbolTrie.find(text, pos.getIndex(), handler); in parse()
/third_party/libabigail/tools/
H A Dabilint.cc214 return root_node->artifacts.find(artifact) != root_node->artifacts.end(); in artifact_in_tree()
267 auto r = artifact_use_rel.find(tree.artifact); in fill_artifact_use_tree()
833 cerr << "could not find the debug info"; in main()
847 << "could not find the ELF symbols in the file " in main()
/third_party/lame/ACM/tinyxml/
H A Dtinyxml.cpp41 unsigned next = str.find( '&', i ); in PutString()
746 if ( value.find( '\"' ) != std::string::npos ) in StreamOut()
/third_party/mesa3d/src/amd/compiler/
H A Daco_opt_value_numbering.cpp375 auto it = ctx.renames.find(op.tempId()); in process_block()
445 auto it = renames.find(op.tempId()); in rename_phi_operands()
/third_party/mesa3d/src/compiler/isaspec/
H A Disa.py264 if xml.find('encode') is not None:
265 self.encode = BitSetEncode(xml.find('encode'))
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
H A Dinvocation.cpp191 auto pos = opt.find(search); in get_language_version()
443 return std::find(names.begin(), names.end(), in optimize()
/third_party/node/src/
H A Dnode_env_var.cc233 auto it = map_.find(key); in Get()
258 return map_.find(key) == map_.end() ? -1 : 0; in Query()
H A Dnode_platform.cc6 #include <algorithm> // find_if(), find(), move()
381 auto existing_it = per_isolate_.find(isolate); in UnregisterIsolate()
393 auto it = per_isolate_.find(isolate); in AddIsolateFinishedCallback()

Completed in 27 milliseconds

1...<<191192193194195196197198199200>>...305