Home
last modified time | relevance | path

Searched refs:strip_prefix (Results 1 – 18 of 18) sorted by relevance

/external/grpc-grpc/bazel/
Dgrpc_deps.bzl112 strip_prefix = "zlib-cacf7f1d4e3d44d871b605da3b647f07d718623f",
119 strip_prefix = "protobuf-48cb18e5c419ddd23d9badcfe4e9df7bde1979b2",
127 strip_prefix = "nanopb-f8ac463766281625ad710900479130c7fcb4d63b",
135 strip_prefix = "googletest-ec44c6c1675c25b9827aacd08c02433cccde7780",
142 strip_prefix = "gflags-30dbc81fb5ffdc98ea9b14b1918bfe4e8779b26e",
150 strip_prefix = "benchmark-9913418d323e64a0111ca0da81388260c2bbe1e9",
158 strip_prefix = "c-ares-3be1924221e1326df520f8498d704a5c4c8d0cce",
165 strip_prefix = "abseil-cpp-cd95e71df6eaf8f2a282b1da556c2cf1c9b09207",
172 strip_prefix = "bazel-toolchains-cdea5b8675914d0a354d89f108de5d28e54e0edc",
183 strip_prefix = "opencensus-cpp-fdf0f308b1631bb4a942e32ba5d22536a6170274",
[all …]
/external/tensorflow/tensorflow/
Dworkspace.bzl86 strip_prefix = "mklml_lnx_2019.0.3.20190125",
96 strip_prefix = "mklml_win_2019.0.3.20190125",
106 strip_prefix = "mklml_mac_2019.0.3.20190125",
126 strip_prefix = "mkl-dnn-bdd1c7be2cbc0b451d3541ab140742db67f17684",
137 strip_prefix = "abseil-cpp-7c7754fb3ed9ffb57d35fe8658f3ba4d73a31e72",
149 strip_prefix = "eigen-eigen-9632304bf806",
160strip_prefix = "tools-0e906ebc527eab1cdbf7adabff5b474da9562e9f/arm-bcm2708/arm-rpi-4.9.3-linux-gnu…
173 strip_prefix = "libxsmm-1.9",
183 strip_prefix = "re2-2018-10-01",
194 strip_prefix = "google-cloud-cpp-0.7.0",
[all …]
/external/tensorflow/
DWORKSPACE8 strip_prefix = "rules_closure-9889e2348259a5aad7e805547c1a0cf311cfcd91",
47 strip_prefix = "rules_apple-0.14.0",
59 strip_prefix = "bazel-skylib-0.7.0",
66 strip_prefix = "apple_support-0.5.0",
73 strip_prefix = "rules_swift-0.7.0",
80 strip_prefix = "swift-protobuf-1.2.0/",
/external/swiftshader/third_party/subzero/bloat/
Dbloat.py207 def treeify_syms(symbols, strip_prefix=None, cppfilt=None): argument
212 if strip_prefix and path.startswith(strip_prefix):
213 path = path[len(strip_prefix):]
304 def dump_nm(nmfile, strip_prefix, cppfilt): argument
305 dirs = treeify_syms(parse_nm(nmfile), strip_prefix, cppfilt)
410 dump_nm(nmfile, strip_prefix=opts.strip_prefix, cppfilt=opts.cppfilt)
/external/nos/test/system-test-harness/
DWORKSPACE9 strip_prefix = "googletest-release-1.8.1",
15 strip_prefix = "protobuf-3.6.1.2",
22 strip_prefix = "protobuf-3.6.1.2",
29 strip_prefix = "gflags-2.2.1",
/external/mesa3d/src/gallium/drivers/r600/
Degd_tables.py132 self.name = strip_prefix(s_name)
139 self.name = strip_prefix(r_name)
144 def strip_prefix(s): function
268 values_offsets[value[1]] = strings.add(strip_prefix(value[0]))
/external/mesa3d/src/amd/common/
Dsid_tables.py136 self.name = strip_prefix(s_name)
145 values_offsets[value[1]] = string_table.add(strip_prefix(value[0]))
219 self.name = strip_prefix(r_name)
234 def strip_prefix(s): function
/external/google-benchmark/
DWORKSPACE6 strip_prefix = "googletest-3f0cf6b62ad1eb50d8736538363d3580dd640c3e",
/external/libcxx/utils/google-benchmark/
DWORKSPACE6 strip_prefix = "googletest-3f0cf6b62ad1eb50d8736538363d3580dd640c3e",
/external/googletest/
DWORKSPACE9 strip_prefix = "abseil-cpp-master",
/external/brotli/js/
DWORKSPACE6 strip_prefix = "rules_closure-0.8.0",
/external/nos/host/generic/libnos_transport/
DWORKSPACE9 strip_prefix = "googletest-release-1.8.1",
/external/grpc-grpc/
DWORKSPACE13 strip_prefix="cython-c2b80d87658a8525ce091cbe146cb7eaa29fed5c",
/external/opencensus-java/examples/
DWORKSPACE51 strip_prefix = "protobuf-3.5.1",
/external/grpc-grpc-java/
Drepositories.bzl167 strip_prefix = "protobuf-3.5.1",
176 strip_prefix = "protobuf-5e8916e881c573c5d83980197a6f783c132d4276",
/external/python/apitools/apitools/gen/
Dgen_client.py60 args.strip_prefix,
/external/grpc-grpc/src/cpp/
DREADME.md25 strip_prefix = "grpc-YOUR_GRPC_COMMIT_SHA",
/external/strace/
DChangeLog15982 * qualify.c (strip_prefix): Remove.
15983 (parse_inject_token): Use STR_STRIP_PREFIX instead of strip_prefix.
22599 qualify_trace, qualify_verbose, strip_prefix): New functions.
22604 qual_syscall_ex, qual_syscall, strip_prefix, find_errno_by_name,
22819 syscall: Simplify strip_prefix.
22820 * syscall.c (strip_prefix): Use strncmp instead of strlen+memcmp.
23489 find_errno_by_name, qual_syscall_ex, strip_prefix, parse_fault_token,