/third_party/lame/ |
H A D | ltmain.sh | 3878 func_fatal_error "cannot find '$dlname' in '$dir' or '$dir/$objdir'" 5171 darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u` 5175 darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP` 5190 my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP` 5802 lt_fatal (__FILE__, __LINE__, "couldn't find %s", argv[0]); 6731 func_fatal_error "cannot find name of object for '$arg'" 7099 # and Darwin in order for the loader to find any dlls it needs. 7332 func_fatal_error "cannot find name of object for '$arg'" 7836 || func_fatal_error "cannot find the library '$lib' or unhandled argument '$deplib'" 7885 func_fatal_error "cannot find nam [all...] |
/third_party/littlefs/ |
H A D | lfs.c | 633 // find mask of free blocks from tree in lfs_fs_rawgc() 657 // eagerly find next off so an alloc ack can in lfs_alloc() 1076 // we can find tag very efficiently during a fetch, since we're already in lfs_dir_fetchmatch() 1087 // find the block with the most recent revision in lfs_dir_fetchmatch() 1110 // now scan tags to fetch the actual dir and find possible match in lfs_dir_fetchmatch() 1369 // xor together to find resulting gstate in lfs_dir_getgstate() 1443 // we reduce path to a single name if we can find it in lfs_dir_find() 1514 // find entry matching name in lfs_dir_find() 1663 // find the expected fcrc, don't bother avoiding a reread in lfs_dir_commitcrc() 2078 // find siz in lfs_dir_splittingcompact() 4691 struct lfs_fs_parent_match *find = data; global() local [all...] |
/third_party/ltp/scripts/ |
H A D | checkpatch.pl | 220 or warn "$P: Can't find a readable $configuration_file file $!\n"; 1112 $files = `find $root/include -name "*.h"`; 2486 my ($string, $find, $replace) = @_; 2488 $string =~ s/$find/$replace/g; 3183 # A commit match can span multiple lines so this block attempts to find a
|
/third_party/node/src/ |
H A D | js_native_api_v8.cc | 243 auto it = sourceMapUrlMap.find(file); in SetFileToSourceMapMapping() 253 auto it = sourceMapUrlMap.find(file); in GetSourceMapFromFileName() 1389 auto pos = bundleName.find(":"); in ProcessBundleName()
|
/third_party/node/deps/cares/ |
H A D | ltmain.sh | 4126 func_fatal_error "cannot find '$dlname' in '$dir' or '$dir/$objdir'" 5419 darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u` 5423 darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP` 5438 my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP` 6051 lt_fatal (__FILE__, __LINE__, "couldn't find %s", argv[0]); 6980 func_fatal_error "cannot find name of object for '$arg'" 7367 # and Darwin in order for the loader to find any dlls it needs. 7612 func_fatal_error "cannot find name of object for '$arg'" 8119 || func_fatal_error "cannot find the library '$lib' or unhandled argument '$deplib'" 8168 func_fatal_error "cannot find nam [all...] |
/third_party/node/deps/cares/config/ |
H A D | ltmain.sh | 4126 func_fatal_error "cannot find '$dlname' in '$dir' or '$dir/$objdir'" 5419 darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u` 5423 darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP` 5438 my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP` 6051 lt_fatal (__FILE__, __LINE__, "couldn't find %s", argv[0]); 6980 func_fatal_error "cannot find name of object for '$arg'" 7367 # and Darwin in order for the loader to find any dlls it needs. 7612 func_fatal_error "cannot find name of object for '$arg'" 8119 || func_fatal_error "cannot find the library '$lib' or unhandled argument '$deplib'" 8168 func_fatal_error "cannot find nam [all...] |
/third_party/libevdev/build-aux/ |
H A D | ltmain.sh | 4127 func_fatal_error "cannot find '$dlname' in '$dir' or '$dir/$objdir'" 5420 darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u` 5424 darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP` 5439 my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP` 6052 lt_fatal (__FILE__, __LINE__, "couldn't find %s", argv[0]); 6981 func_fatal_error "cannot find name of object for '$arg'" 7368 # and Darwin in order for the loader to find any dlls it needs. 7611 func_fatal_error "cannot find name of object for '$arg'" 8115 || func_fatal_error "cannot find the library '$lib' or unhandled argument '$deplib'" 8164 func_fatal_error "cannot find nam [all...] |
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-generator.cc | 996 auto iter = map_.find(key); in GetImpl() 1100 auto it = this->find(key, true); in LookupOrInsert() 1848 return covered_cases.find(j) != covered_cases.end(); in CaseExists() 2918 // walk the context chain from the runtime to find it. in BuildPrivateBrandInitialization()
|
/third_party/node/deps/v8/src/torque/ |
H A D | implementation-visitor.cc | 449 // the passed-in this, which allows the visitor to at least find and report in VisitMacroCommon() 674 if (std::find(expected_types.begin(), expected_types.end(), in Visit() 1645 auto it_object_map = initializer_fields.find(map_field.name_and_type.name); in Visit() 1784 auto pos = csa_cc.find(BuiltinIncludesMarker); in GenerateImplementation() 1968 if (!label) ReportError("cannot find label ", name); in LookupLabel() 2056 FailCallableLookup("cannot find suitable callable with name", name, in LookupCallable() 3645 ReportError("unable to find any builtin with type \"", *type, "\""); in GenerateBuiltinDefinitionsAndInterfaceDescriptors()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleTests.cpp | 1136 if (histogram.find(pixelValue) != histogram.end()) in getUniqueColorsCount() 2271 if (histogram.find(sampleShadedValue) != histogram.end()) 3053 if (std::find(fullyCoveredPixelsCoordinateSet.begin(), fullyCoveredPixelsCoordinateSet.end(), std::make_pair(x, y)) != fullyCoveredPixelsCoordinateSet.end()) 5650 TCU_FAIL("Unable to find supported depth/stencil format");
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | PixelRoutine.cpp | 256 auto it = spirvShader->inputBuiltins.find(spv::BuiltInClipDistance); in quad() 269 auto it = spirvShader->inputBuiltins.find(spv::BuiltInCullDistance); in quad() 884 auto it = spirvShader->outputBuiltins.find(spv::BuiltInFragStencilRefEXT); in stencilReplaceRef()
|
/third_party/skia/third_party/externals/libpng/ |
H A D | ltmain.sh | 3878 func_fatal_error "cannot find '$dlname' in '$dir' or '$dir/$objdir'" 5171 darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u` 5175 darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP` 5190 my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP` 5802 lt_fatal (__FILE__, __LINE__, "couldn't find %s", argv[0]); 6731 func_fatal_error "cannot find name of object for '$arg'" 7099 # and Darwin in order for the loader to find any dlls it needs. 7332 func_fatal_error "cannot find name of object for '$arg'" 7836 || func_fatal_error "cannot find the library '$lib' or unhandled argument '$deplib'" 7885 func_fatal_error "cannot find nam [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 226 const auto &VMI = GUIDToValueIdMap.find(ValGUID); in getValueId() 467 const auto &MPI = Index.modulePaths().find(M.first); in forEachModule() 491 auto VMI = GUIDToValueIdMap.find(ValGUID); in getValueId() 3049 /// to allow clients to efficiently find the function body. 4084 // have its original name annotated in profile. We try to find the in writeCombinedGlobalValueSummary()
|
/third_party/python/Lib/test/ |
H A D | test_descr.py | 634 # Testing code to find most derived baseclass 2156 self.assertGreaterEqual(str(c1).find('C object at '), 0) 2179 self.assertGreaterEqual(str(d1).find('D object at '), 0) 2305 if str(msg).find('readonly') < 0:
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMultisampleTests.cpp | 1115 if (histogram.find(pixelValue) != histogram.end()) in getUniqueColorsCount() 2219 if (histogram.find(sampleShadedValue) != histogram.end()) 2962 if (std::find(fullyCoveredPixelsCoordinateSet.begin(), fullyCoveredPixelsCoordinateSet.end(), std::make_pair(x, y)) != fullyCoveredPixelsCoordinateSet.end())
|
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | lite_graph_to_hdi_model_v2_1.cpp | 1737 if (convertOpMap.find(type) != convertOpMap.end()) {
in Convert()
|
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/type/ |
H A D | hdi_array_type_emitter.cpp | 508 size_t index = name.find('.'); in EmitCppUnMarshalling()
|
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_third_test/ |
H A D | ability_manager_service_third_test.cpp | 2583 EXPECT_EQ((abilityMs->preStartSessionMap_).find(sessionId), (abilityMs->preStartSessionMap_).end()); in HWTEST_F()
|
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/ |
H A D | js_napi_common.cpp | 248 TAG_LOGD(AAFwkTag::JSNAPI, "find connection exist"); in FindConnectionLocked() 1135 auto findECode = errMap.find(errCode); in ConvertErrorCode()
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | ability.cpp | 1422 auto callback = resultCallbacks_.find(requestCode); in OnFeatureAbilityResult()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/ |
H A D | subwindow_ohos.cpp | 577 auto iter = hotAreasMap_.find(lastChildId); in HideWindow() 1587 AceLogTag::ACE_SUB_WINDOW, "open dialog fail, the container %{public}d can not find", childContainerId_); in OpenCustomDialogForAbility()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/irregular/ |
H A D | grid_irregular_layout_test.cpp | 375 info.lineHeightMap_.erase(info.lineHeightMap_.begin(), info.lineHeightMap_.find(7)); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/manager/ |
H A D | drag_drop_manager_test_ng_coverage.cpp | 395 * @tc.expected: allowDrop.find(ROOT_ETS_TAG) is equal to allowDrop.end(). in HWTEST_F() 400 EXPECT_TRUE(allowDrop.find(ROOT_ETS_TAG) == allowDrop.end()); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | ui_node_test_ng.cpp | 1127 auto it = std::find(ZERO->children_.begin(), ZERO->children_.end(), ZERO); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/ |
H A D | swiper_test_ng.cpp | 2598 auto iter = frameRateManager->nodeRateMap_.find(nodeId); in HWTEST_F()
|