Home
last modified time | relevance | path

Searched refs:lib_name (Results 1 – 22 of 22) sorted by relevance

/third_party/grpc/tools/buildgen/
Dextract_metadata_from_bazel_xml.py155 sorted(filter(lambda lib_name: lib_name not in lib_dict, lib_names)))
318 for lib_name in lib_names:
319 lib_dict = _create_target_from_bazel_rule(lib_name, bazel_rules)
324 lib_dict.update(build_extra_metadata.get(lib_name, {}))
327 result[lib_name] = lib_dict
332 for lib_name in lib_names:
333 to_name = build_extra_metadata.get(lib_name, {}).get('_RENAME', None)
337 raise Exception('Cannot rename target ' + lib_name + ', ' +
339 lib_dict = result.pop(lib_name)
346 map(lambda dep: to_name if dep == lib_name else dep,
[all …]
/third_party/python/Lib/distutils/command/
Dbuild_clib.py161 for (lib_name, build_info) in self.libraries:
162 lib_names.append(lib_name)
169 for (lib_name, build_info) in self.libraries:
175 "a list of source filenames" % lib_name)
182 for (lib_name, build_info) in libraries:
188 "a list of source filenames" % lib_name)
191 log.info("building '%s' library", lib_name)
207 self.compiler.create_static_lib(objects, lib_name,
/third_party/gn/src/gn/
Dlib_file.cc11 LibFile::LibFile(std::string_view lib_name) in LibFile() argument
12 : name_(lib_name.data(), lib_name.size()) { in LibFile()
13 DCHECK(!lib_name.empty()); in LibFile()
Dlib_file.h22 explicit LibFile(std::string_view lib_name);
Dtarget_unittest.cc663 LibFile lib_name("testlib"); in TEST_F() local
664 pub_config.own_values().libs().push_back(lib_name); in TEST_F()
688 ASSERT_EQ(lib_name, dep_on_pub.all_libs()[0]); in TEST_F()
/third_party/boost/tools/build/src/contrib/
Dboost.py205 def boost_lib(lib_name, dyn_link_macro): argument
206 if (isinstance(lib_name,str)):
207 lib_name = [lib_name]
208 builtin.lib(lib_name, usage_requirements=['<link>shared:<define>{}'.format(dyn_link_macro)])
/third_party/boost/libs/ratio/test/test_cmake/
DCMakeLists.txt35 get_filename_component(lib_name ${dir} NAME)
36 if(NOT lib_name IN_LIST BOOST_RATIO_IGNORE_LIBS)
37 add_subdirectory(${dir} ${lib_name})
/third_party/skia/infra/bots/buildstats/
Dbuildstats_flutter.py29 lib_name = sys.argv[9]
85 results['results'][lib_name] = r
90 with open(os.path.join(out_dir, lib_name+'.json'), 'w') as output:
/third_party/skia/infra/bots/recipes/
Dcompute_buildstats.py207 lib_name = "libflutter.so"
210 f, config, TOTAL_SIZE_BYTES_KEY, lib_name,
225 add_binary_size_output_property(result, lib_name, (
228 .get(lib_name, {})
/third_party/musl/porting/linux/user/ldso/
Dnamespace.c578 bool is_sharable(ns_inherit *inherit, const char *lib_name) in is_sharable() argument
580 if (inherit && lib_name && inherit->shared_libs) { in is_sharable()
582 if (strcmp(inherit->shared_libs->strs[i], lib_name) == 0) { in is_sharable()
585 lib_name); in is_sharable()
591 lib_name); in is_sharable()
Dnamespace.h96 bool is_sharable(ns_inherit *inherit, const char *lib_name);
/third_party/grpc/templates/
DgRPC-C++.podspec.template48 for lib_name in lib_and_transitive_deps(lib):
49 if is_absl_lib(lib_name): continue
50 for dep in lib_maps[lib_name].deps:
57 for lib_name in non_abseil_lib_and_transitive_deps(lib):
58 lib = lib_maps[lib_name]
DgRPC-Core.podspec.template47 for lib_name in lib_and_transitive_deps(lib):
48 if is_absl_lib(lib_name): continue
49 for dep in lib_maps[lib_name].deps:
56 for lib_name in non_abseil_lib_and_transitive_deps(lib):
57 lib = lib_maps[lib_name]
DCMakeLists.txt.template36 def is_absl_lib(lib_name):
37 return lib_name.startswith("absl/");
39 def get_absl_dep(lib_name):
40 return lib_map[lib_name].cmake_target
42 def list_absl_lib_files_for(lib_name):
44 lib = lib_map[lib_name]
/third_party/mindspore/mindspore/run_check/
D_check_version.py163 def _get_lib_path(self, lib_name): argument
169 … ldd_result = subprocess.run(["ldd " + mindspore_path + "/_c_expression*.so* | grep " + lib_name],
185 path = path.partition(lib_name)[0]
/third_party/libwebsockets/lib/event-libs/
DREADME.md50 `./lib/event-libs/**lib name**/**lib_name**.c`.
52 The ops struct must be public, not static, and must be named using `**lib_name**`,
68 table of context creation time server option flags mapped to the **lib_name**,
/third_party/boost/libs/dll/test/
Dshared_library_load_test.cpp70 inline boost::dll::fs::path do_find_correct_libs_path(int argc, char* argv[], const char* lib_name)… in do_find_correct_libs_path() argument
75 … if (ret.string().find(lib_name) != std::string::npos && b2_workarounds::is_shared_library(ret)) { in do_find_correct_libs_path()
80 return lib_name; in do_find_correct_libs_path()
/third_party/flutter/skia/third_party/externals/angle2/scripts/
Dgenerate_entry_points.py1029 def write_export_files(entry_points, includes, source, lib_name, lib_description): argument
1034 lib_name=lib_name,
1039 path = path_to(lib_name, "{}_autogen.cpp".format(lib_name))
/third_party/python/Lib/distutils/
Dccompiler.py1106 (lib_dir, lib_name) = os.path.split(lib)
1108 lib_file = compiler.find_library_file([lib_dir], lib_name)
/third_party/skia/third_party/externals/angle2/scripts/
Dgenerate_entry_points.py1974 def write_export_files(entry_points, includes, source, lib_name, lib_description): argument
1978 lib_name=lib_name,
1983 path = path_to(lib_name, "{}_autogen.cpp".format(lib_name))
/third_party/alsa-lib/src/pcm/
Dpcm_rate.c1373 char open_name[64], open_conf_name[64], lib_name[64], *lib = NULL; in rate_open_func() local
1381 snprintf(lib_name, sizeof(lib_name), in rate_open_func()
1383 lib = lib_name; in rate_open_func()
/third_party/python/
Dsetup.py2297 for lib_name in ('ffi', 'ffi_pic'):
2298 if (self.compiler.find_library_file(self.lib_dirs, lib_name)):
2299 ffi_lib = lib_name