| /foundation/communication/dhcp/services/dhcp_server/src/ |
| H A D | dhcp_function.cpp | 146 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 D | align.S | 472 addx4 a0, a0, a3 # find entry in table 478 addx4 a0, a0, a3 # find entry in table
|
| H A D | vectors.S | 80 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 D | cache-v7.S | 151 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 D | cache-v7.S | 152 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 D | align.S | 561 addx4 a0, a0, a3 # find entry in table 567 addx4 a0, a0, a3 # find entry in table
|
| H A D | vectors.S | 80 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 D | Makefile | 244 @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 D | spdxcheck.py | 208 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 D | func_test.cpp | 337 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 D | nativeAVScreenCapturendk.cpp | 405 auto it = mockCbMap_.find(screenCapture); in DelCallback() 417 if (mockCbMap_.find(screenCapture) != mockCbMap_.end()) { in GetCallback()
|
| /third_party/glslang/glslang/MachineIndependent/preprocessor/ |
| H A D | PpContext.h | 142 auto it = atomMap.find(s); in getAtom() 339 auto existingMacroIt = macroDefs.find(atom); in lookupMacroDef()
|
| /third_party/gn/src/base/files/ |
| H A D | file_util_posix.cc | 152 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 D | builder.cc | 40 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 D | ninja_build_writer.cc | 250 } 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 D | hlslParseHelper.h | 264 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 D | Currency.java | 737 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 D | Currency.java | 702 currencyNameTrie.find(text, pos.getIndex(), handler); in parse() 709 currencySymbolTrie.find(text, pos.getIndex(), handler); in parse()
|
| /third_party/libabigail/tools/ |
| H A D | abilint.cc | 214 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 D | tinyxml.cpp | 41 unsigned next = str.find( '&', i ); in PutString() 746 if ( value.find( '\"' ) != std::string::npos ) in StreamOut()
|
| /third_party/mesa3d/src/amd/compiler/ |
| H A D | aco_opt_value_numbering.cpp | 375 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 D | isa.py | 264 if xml.find('encode') is not None: 265 self.encode = BitSetEncode(xml.find('encode'))
|
| /third_party/mesa3d/src/gallium/frontends/clover/llvm/ |
| H A D | invocation.cpp | 191 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 D | node_env_var.cc | 233 auto it = map_.find(key); in Get() 258 return map_.find(key) == map_.end() ? -1 : 0; in Query()
|
| H A D | node_platform.cc | 6 #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()
|