Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/
Dworkspace.bzl90 strip_prefix = "mklml_lnx_2018.0.1.20171007",
105 strip_prefix = "mkl-dnn-e0bfcaa7fcb2b1e1558f5f0676933c1db807a729",
116 strip_prefix = "abseil-cpp-720c017e30339fd1786ce4aac68bc8559736e53f",
127 strip_prefix = "eigen-eigen-2355b229ea4c",
134strip_prefix = "tools-0e906ebc527eab1cdbf7adabff5b474da9562e9f/arm-bcm2708/arm-rpi-4.9.3-linux-gnu…
151 strip_prefix = "libxsmm-1.8.1",
164 strip_prefix = "or-tools-253f7955c6a1fd805408fba2e42ac6d45b312d15/src",
176 strip_prefix = "re2-26cd968b735e227361c9703683266f01e5df7857",
186 strip_prefix = "gemmlowp-7c7c744640ddc3d0af18fb245b4d23228813a71b",
196 strip_prefix = "farmhash-816a4ae622e964763ca0862d9dbd19324a1eaf45",
[all …]
/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/
DWORKSPACE8 strip_prefix = "googletest-release-1.8.0",
14 strip_prefix = "protobuf-3.5.0",
21 strip_prefix = "protobuf-3.5.0",
28 strip_prefix = "gflags-2.2.1",
/external/mesa3d/src/amd/common/
Dsid_tables.py133 self.name = strip_prefix(s_name)
140 self.name = strip_prefix(r_name)
145 def strip_prefix(s): function
254 values_offsets[value[1]] = strings.add(strip_prefix(value[0]))
/external/brotli/
DWORKSPACE19 strip_prefix = "rules_closure-0.4.1",
/external/tensorflow/
DWORKSPACE6 strip_prefix = "rules_closure-08039ba8ca59f64248bb3b6ae016460fe9c9914f",
/external/strace/
DChangeLog8420 * qualify.c (strip_prefix): Remove.
8421 (parse_inject_token): Use STR_STRIP_PREFIX instead of strip_prefix.
15037 qualify_trace, qualify_verbose, strip_prefix): New functions.
15042 qual_syscall_ex, qual_syscall, strip_prefix, find_errno_by_name,
15257 syscall: Simplify strip_prefix.
15258 * syscall.c (strip_prefix): Use strncmp instead of strlen+memcmp.
15927 find_errno_by_name, qual_syscall_ex, strip_prefix, parse_fault_token,