/third_party/rust/crates/cxx/third-party/ |
D | BUCK | 9 strip_prefix = "anstyle-1.0.0", 30 strip_prefix = "bitflags-1.3.2", 54 strip_prefix = "cc-1.0.79", 77 strip_prefix = "clap-4.3.0", 101 strip_prefix = "clap_builder-4.3.0", 129 strip_prefix = "clap_lex-0.5.0", 152 strip_prefix = "codespan-reporting-0.11.1", 179 strip_prefix = "once_cell-1.17.1", 208 strip_prefix = "proc-macro2-1.0.59", 264 strip_prefix = "quote-1.0.28", [all …]
|
/third_party/googletest/ |
D | WORKSPACE | 8 strip_prefix = "abseil-cpp-52835439ca90d86b27bf8cd1708296e95604d724", 17 strip_prefix = "re2-d0b1f8f2ecc2ea74956c7608b6f915175314ff0e", 24 strip_prefix = "rules_python-70cce26432187a60b4e950118791385e6fb3c26f", 31 strip_prefix = "bazel-skylib-5bfcb1a684550626ce138fe0fe8f5f702b3764c3", 38 strip_prefix = "platforms-3fbc687756043fb58a407c2ea8c944bc2fe1d922",
|
/third_party/rust/crates/cxx/third-party/bazel/ |
D | defs.bzl | 379 strip_prefix = "anstyle-1.0.0", 389 strip_prefix = "bitflags-1.3.2", 399 strip_prefix = "cc-1.0.79", 409 strip_prefix = "clap-4.3.0", 419 strip_prefix = "clap_builder-4.3.0", 429 strip_prefix = "clap_lex-0.5.0", 439 strip_prefix = "codespan-reporting-0.11.1", 449 strip_prefix = "once_cell-1.17.1", 459 strip_prefix = "proc-macro2-1.0.59", 469 strip_prefix = "quote-1.0.28", [all …]
|
/third_party/protobuf/ |
D | protobuf_deps.bzl | 23 strip_prefix = "zlib-1.2.11", 39 strip_prefix = "rules_cc-818289e5613731ae410efb54218a4077fb9dbb03", 47 strip_prefix = "rules_java-981f06c3d2bd10225e85209904090eb7b5fb26bd", 55 strip_prefix = "rules_proto-97d8af4dc474595af3900dd85cb3a29ad28cc313", 63 strip_prefix = "rules_python-4b84ad270387a7c439ebdccfd530e2339601ef27",
|
D | WORKSPACE | 13 strip_prefix = "googletest-release-1.10.0",
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/bloat/ |
D | bloat.py | 207 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)
|
/third_party/skia/third_party/externals/abseil-cpp/ |
D | WORKSPACE | 25 strip_prefix = "googletest-8d51ffdfab10b3fba636ae69bc03da4b54f8c235", 34 strip_prefix = "benchmark-e451e50e9b8af453f076dec10bd6890847f1624e", 42 strip_prefix = "rules_cc-daf6ace7cfeacd6a83e9ff2ed659f416537b6c74", 50 strip_prefix = "platforms-98939346da932eef0b54cf808622f5bb0928f00b",
|
/third_party/glslang/ |
D | WORKSPACE | 10 strip_prefix = "googletest-release-1.10.0", 17 strip_prefix = "re2-e860767c86e577b87deadf24cc4567ea83c4f162/", 25 strip_prefix = "effcee-8f0a61dc95e0df18c18e0ac56d83b3fa9d2fe90b/",
|
/third_party/benchmark/bazel/ |
D | benchmark_deps.bzl | 21 strip_prefix = "rules_foreign_cc-0.7.1", 36 strip_prefix = "abseil-cpp-20200225.2", 63 strip_prefix = "libpfm-4.11.0",
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | egd_tables.py | 131 self.name = strip_prefix(s_name) 138 self.name = strip_prefix(r_name) 143 def strip_prefix(s): function 267 values_offsets[value[1]] = strings.add(strip_prefix(value[0]))
|
/third_party/rust/crates/rust-openssl/openssl-sys/build/ |
D | main.rs | 203 if let Some(version) = line.strip_prefix(openssl_prefix) { in validate_headers() 205 } else if let Some(version) = line.strip_prefix(new_openssl_prefix) { in validate_headers() 207 } else if let Some(version) = line.strip_prefix(libressl_prefix) { in validate_headers() 209 } else if let Some(conf) = line.strip_prefix(conf_prefix) { in validate_headers()
|
/third_party/rust/crates/clang-sys/build/ |
D | static.rs | 36 if let Some(name) = string.strip_prefix("lib") { in get_library_name() 53 if let Some(path) = p.strip_prefix("-l") { in get_llvm_libraries()
|
/third_party/rust/crates/clap/clap_lex/src/ |
D | lib.rs | 314 let remainder = raw.strip_prefix("--")?; in to_long() 330 let remainder = raw.strip_prefix("--")?; in to_long() 353 if let Some(remainder_os) = self.inner.as_ref().strip_prefix('-') { in to_short()
|
/third_party/rust/crates/syn/tests/repo/ |
D | mod.rs | 275 } else if let Some(path) = path_string.strip_prefix("tests/rust/") { in base_dir_filter() 368 let relative = path.strip_prefix(&prefix)?; in download_and_unpack()
|
/third_party/rust/crates/cxx/gen/build/src/ |
D | cargo.rs | 62 if let Some(feature_name) = k.strip_prefix(CARGO_FEATURE_PREFIX) { in load() 65 } else if let Some(cfg_name) = k.strip_prefix(CARGO_CFG_PREFIX) { in load()
|
/third_party/jerryscript/jerry-core/ecma/base/ |
D | ecma-helpers-number.c | 778 bool strip_prefix = true; in ecma_number_parse_int() local 791 strip_prefix = false; in ecma_number_parse_int() 801 if (strip_prefix in ecma_number_parse_int()
|
/third_party/rust/crates/syn/src/ |
D | ext.rs | 95 if let Some(string) = string.strip_prefix("r#") { in unraw()
|
/third_party/protobuf/examples/ |
D | WORKSPACE | 13 # strip_prefix = "protobuf-master",
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/parse_callbacks/ |
D | mod.rs | 24 if let Some(name) = item_info.name.strip_prefix(prefix) { in generated_name_override()
|
/third_party/rust/crates/cxx/syntax/ |
D | qualified.rs | 43 if let Some(unraw) = ident.to_string().strip_prefix("r#") { in parse_unquoted()
|
/third_party/rust/crates/quote/src/ |
D | ident_fragment.rs | 52 if let Some(id) = id.strip_prefix("r#") { in fmt()
|
/third_party/node/deps/v8/ |
D | WORKSPACE | 25 strip_prefix = "rules_python-0.6.0",
|
/third_party/skia/third_party/externals/brotli/java/ |
D | WORKSPACE | 15 strip_prefix = "rules_jvm_external-%s" % RULES_JVM_EXTERNAL_TAG,
|
/third_party/rust/crates/os_str_bytes/src/ |
D | raw_str.rs | 663 pub fn strip_prefix<P>(&self, pat: P) -> Option<&Self> in strip_prefix() method 670 self.0.strip_prefix(pat).map(Self::from_inner) in strip_prefix() 839 self.trim_matches_raw_with(pat, <[_]>::strip_prefix) in trim_start_matches_raw()
|
/third_party/skia/ |
D | WORKSPACE.bazel | 10 strip_prefix = "emsdk-2.0.32/bazel",
|