/external/grpc-grpc/src/c-ares/ |
D | gen_build_yaml.py | 28 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/ |
D | grpc_core_dependencies.py | 648 '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/ |
D | cares.cmake | 17 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/ |
D | grpc.gemspec | 1227 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 …]
|
D | setup.py | 42 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_complete | 13 -Ithird_party/cares/cares 14 -Ithird_party/cares
|
D | PYTHON-MANIFEST.in | 9 graft third_party/cares
|
/external/grpc-grpc/third_party/cares/ |
D | cares.BUILD | 44 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"],
|
D | BUILD | 3 "cares.BUILD",
|
D | ares_build.h | 55 * This header file shall only export symbols which are 'cares' or 'CARES'
|
/external/grpc-grpc/test/distrib/cpp/ |
D | run_distrib_test_cmake.sh | 25 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
|
D | run_distrib_test_cmake.bat | 46 cd third_party/cares/cares
|
/external/grpc-grpc/tools/run_tests/sanity/ |
D | check_submodules.sh | 34 3be1924221e1326df520f8498d704a5c4c8d0cce third_party/cares/cares (cares-1_13_0)
|
/external/curl/winbuild/ |
D | Makefile.vc | 61 !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)
|
D | MakefileBuild.vc | 201 CARES_INC_DIR = $(DEVEL_INCLUDE)/cares 209 CARES_LIBS = cares.lib 212 CARES = dll 220 CARES = static
|
/external/grpc-grpc/bazel/ |
D | grpc_deps.bzl | 52 name = "cares", 157 build_file = "@com_github_grpc_grpc//third_party:cares/cares.BUILD",
|
D | grpc_build_system.bzl | 41 elif dep == "cares": 44 "//conditions:default": ["//external:cares"],
|
/external/tensorflow/tensorflow/contrib/cmake/external/ |
D | grpc.cmake | 47 ${CMAKE_CURRENT_BINARY_DIR}/grpc/src/grpc/third_party/cares/cares/lib/libcares.a
|
/external/robolectric-shadows/utils/src/main/java/org/robolectric/util/ |
D | Util.java | 81 // 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/grpc-grpc/examples/cpp/helloworld/cmake_externalproject/ |
D | CMakeLists.txt | 36 SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../../../../third_party/cares/cares"
|
/external/u-boot/include/ |
D | misc.h | 53 * 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/ |
D | sources_and_headers.json | 8841 "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/ |
D | FindCARES.cmake | 15 set(CARES_NAMES ${CARES_NAMES} cares)
|
/external/skqp/src/pdf/ |
D | SkPDFMakeCIDGlyphWidthsArray.cpp | 159 // 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/ |
D | SkPDFMakeCIDGlyphWidthsArray.cpp | 159 // 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()
|