Home
last modified time | relevance | path

Searched full:cares (Results 1 – 25 of 242) sorted by relevance

12345678910

/external/grpc-grpc/src/c-ares/
Dgen_build_yaml.py28 subprocess.call("third_party/cares/cares/buildconf", shell=True)
29 subprocess.call("third_party/cares/cares/configure", shell=True)
33 return 'src/cares/cares/config_darwin/ares_config.h'
35 return 'src/cares/cares/config_freebsd/ares_config.h'
37 return 'src/cares/cares/config_linux/ares_config.h'
39 return 'src/cares/cares/config_openbsd/ares_config.h'
40 if not os.path.isfile('third_party/cares/cares/ares_config.h'):
42 return 'third_party/cares/cares/ares_config.h'
45 if os.path.isfile('src/cares/cares/ares_build.h'):
46 return 'src/cares/cares/ares_build.h'
[all …]
/external/grpc-grpc/src/python/grpcio/
Dgrpc_core_dependencies.py648 'third_party/cares/cares/ares__close_sockets.c',
649 'third_party/cares/cares/ares__get_hostent.c',
650 'third_party/cares/cares/ares__read_line.c',
651 'third_party/cares/cares/ares__timeval.c',
652 'third_party/cares/cares/ares_cancel.c',
653 'third_party/cares/cares/ares_create_query.c',
654 'third_party/cares/cares/ares_data.c',
655 'third_party/cares/cares/ares_destroy.c',
656 'third_party/cares/cares/ares_expand_name.c',
657 'third_party/cares/cares/ares_expand_string.c',
[all …]
/external/grpc-grpc/cmake/
Dcares.cmake17 set(CARES_ROOT_DIR ${CMAKE_CURRENT_SOURCE_DIR}/third_party/cares/cares)
20 set(CARES_STATIC ON CACHE BOOL "link cares statically")
21 add_subdirectory(third_party/cares/cares)
25 …IR "${CMAKE_CURRENT_SOURCE_DIR}/third_party/cares/cares" "${CMAKE_CURRENT_BINARY_DIR}/third_party/
35 if(TARGET c-ares::cares)
36 set(_gRPC_CARES_LIBRARIES c-ares::cares)
/external/grpc-grpc/
Dgrpc.gemspec1227 s.files += %w( third_party/cares/cares/ares.h )
1228 s.files += %w( third_party/cares/cares/ares_data.h )
1229 s.files += %w( third_party/cares/cares/ares_dns.h )
1230 s.files += %w( third_party/cares/cares/ares_getenv.h )
1231 s.files += %w( third_party/cares/cares/ares_getopt.h )
1232 s.files += %w( third_party/cares/cares/ares_inet_net_pton.h )
1233 s.files += %w( third_party/cares/cares/ares_iphlpapi.h )
1234 s.files += %w( third_party/cares/cares/ares_ipv6.h )
1235 s.files += %w( third_party/cares/cares/ares_library_init.h )
1236 s.files += %w( third_party/cares/cares/ares_llist.h )
[all …]
Dsetup.py42 os.path.join('third_party', 'cares'),
43 os.path.join('third_party', 'cares', 'cares'),)
45 CARES_INCLUDE += (os.path.join('third_party', 'cares', 'config_darwin'),)
47 CARES_INCLUDE += (os.path.join('third_party', 'cares', 'config_freebsd'),)
49 CARES_INCLUDE += (os.path.join('third_party', 'cares', 'config_linux'),)
51 CARES_INCLUDE += (os.path.join('third_party', 'cares', 'config_openbsd'),)
100 # Export this variable to use the system installation of cares. You need to
168 CORE_C_FILES = filter(lambda x: 'third_party/cares' not in x, CORE_C_FILES)
180 CORE_C_FILES = filter(lambda x: 'third_party/cares' not in x, CORE_C_FILES)
199 EXTENSION_LIBRARIES += ('cares',)
D.clang_complete13 -Ithird_party/cares/cares
14 -Ithird_party/cares
DPYTHON-MANIFEST.in9 graft third_party/cares
/external/grpc-grpc/third_party/cares/
Dcares.BUILD44 srcs = ["@com_github_grpc_grpc//third_party/cares:ares_build.h"],
52 ":ios_x86_64": ["@com_github_grpc_grpc//third_party/cares:config_darwin/ares_config.h"],
53 ":ios_armv7": ["@com_github_grpc_grpc//third_party/cares:config_darwin/ares_config.h"],
54 ":ios_armv7s": ["@com_github_grpc_grpc//third_party/cares:config_darwin/ares_config.h"],
55 ":ios_arm64": ["@com_github_grpc_grpc//third_party/cares:config_darwin/ares_config.h"],
56 ":darwin": ["@com_github_grpc_grpc//third_party/cares:config_darwin/ares_config.h"],
57 ":windows": ["@com_github_grpc_grpc//third_party/cares:config_windows/ares_config.h"],
58 ":android": ["@com_github_grpc_grpc//third_party/cares:config_android/ares_config.h"],
59 … "//conditions:default": ["@com_github_grpc_grpc//third_party/cares:config_linux/ares_config.h"],
DBUILD3 "cares.BUILD",
Dares_build.h55 * This header file shall only export symbols which are 'cares' or 'CARES'
/external/grpc-grpc/test/distrib/cpp/
Drun_distrib_test_cmake.sh25 cd third_party/cares/cares
27 git checkout cares-1_13_0
33 rm -rf third_party/cares/cares # wipe out to prevent influencing the grpc build
Drun_distrib_test_cmake.bat46 cd third_party/cares/cares
/external/grpc-grpc/tools/run_tests/sanity/
Dcheck_submodules.sh34 3be1924221e1326df520f8498d704a5c4c8d0cce third_party/cares/cares (cares-1_13_0)
/external/curl/winbuild/
DMakefile.vc61 !MESSAGE CARES_PATH=<path to cares> - Custom path for c-ares
179 CARES = dll
182 CARES = static
224 CONFIG_NAME_LIB = $(CONFIG_NAME_LIB)-cares-$(CARES)
DMakefileBuild.vc201 CARES_INC_DIR = $(DEVEL_INCLUDE)/cares
209 CARES_LIBS = cares.lib
212 CARES = dll
220 CARES = static
/external/grpc-grpc/bazel/
Dgrpc_deps.bzl52 name = "cares",
157 build_file = "@com_github_grpc_grpc//third_party:cares/cares.BUILD",
Dgrpc_build_system.bzl41 elif dep == "cares":
44 "//conditions:default": ["//external:cares"],
/external/tensorflow/tensorflow/contrib/cmake/external/
Dgrpc.cmake47 ${CMAKE_CURRENT_BINARY_DIR}/grpc/src/grpc/third_party/cares/cares/lib/libcares.a
/external/grpc-grpc/examples/cpp/helloworld/cmake_externalproject/
DCMakeLists.txt36 SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../../../../third_party/cares/cares"
/external/robolectric-shadows/utils/src/main/java/org/robolectric/util/
DUtil.java81 // behavior on Linux (for CI), and this code is going away soon anyway so who cares. in url()
95 // this doesn't correspend to what M$ says, but, again, who cares. in url()
/external/u-boot/include/
Dmisc.h53 * the caller only cares about the error code.
105 * NULL if the caller only cares about the error code.
/external/grpc-grpc/tools/run_tests/generated/
Dsources_and_headers.json8841 "third_party/cares/ares_build.h",
8842 "third_party/cares/cares/ares.h",
8843 "third_party/cares/cares/ares_data.h",
8844 "third_party/cares/cares/ares_dns.h",
8845 "third_party/cares/cares/ares_getenv.h",
8846 "third_party/cares/cares/ares_getopt.h",
8847 "third_party/cares/cares/ares_inet_net_pton.h",
8848 "third_party/cares/cares/ares_iphlpapi.h",
8849 "third_party/cares/cares/ares_ipv6.h",
8850 "third_party/cares/cares/ares_library_init.h",
[all …]
/external/curl/CMake/
DFindCARES.cmake15 set(CARES_NAMES ${CARES_NAMES} cares)
/external/skqp/src/pdf/
DSkPDFMakeCIDGlyphWidthsArray.cpp159 // c. Removing 2 repeating advances and 3 don't cares is a win in SkPDFMakeCIDGlyphWidthsArray()
162 // d. Removing a leading 0/don't cares is a win because it is omitted in SkPDFMakeCIDGlyphWidthsArray()
/external/skia/src/pdf/
DSkPDFMakeCIDGlyphWidthsArray.cpp159 // c. Removing 2 repeating advances and 3 don't cares is a win in SkPDFMakeCIDGlyphWidthsArray()
162 // d. Removing a leading 0/don't cares is a win because it is omitted in SkPDFMakeCIDGlyphWidthsArray()

12345678910