Home
last modified time | relevance | path

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

12

/third_party/rust/crates/tracing/tracing-opentelemetry/src/
Dmetrics.rs148 if let Some(metric_name) = field.name().strip_prefix(METRIC_PREFIX_MONOTONIC_COUNTER) { in record_u64()
155 } else if let Some(metric_name) = field.name().strip_prefix(METRIC_PREFIX_COUNTER) { in record_u64()
171 } else if let Some(metric_name) = field.name().strip_prefix(METRIC_PREFIX_HISTOGRAM) { in record_u64()
183 if let Some(metric_name) = field.name().strip_prefix(METRIC_PREFIX_MONOTONIC_COUNTER) { in record_f64()
190 } else if let Some(metric_name) = field.name().strip_prefix(METRIC_PREFIX_COUNTER) { in record_f64()
197 } else if let Some(metric_name) = field.name().strip_prefix(METRIC_PREFIX_HISTOGRAM) { in record_f64()
209 if let Some(metric_name) = field.name().strip_prefix(METRIC_PREFIX_MONOTONIC_COUNTER) { in record_i64()
216 } else if let Some(metric_name) = field.name().strip_prefix(METRIC_PREFIX_COUNTER) { in record_i64()
223 } else if let Some(metric_name) = field.name().strip_prefix(METRIC_PREFIX_HISTOGRAM) { in record_i64()
/third_party/protobuf/
Dprotobuf_deps.bzl23 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",
DWORKSPACE13 strip_prefix = "googletest-release-1.10.0",
Dprotobuf.bzl378 def internal_copied_filegroup(name, srcs, strip_prefix, dest, **kwargs):
387 strip_prefix: Path to the root of the files to copy.
391 outs = [_RelativeOutputPath(s, strip_prefix, dest) for s in srcs]
399 (s, _RelativeOutputPath(s, strip_prefix, dest)) for s in srcs],
/third_party/rust/crates/cxx/third-party/bazel/
Ddefs.bzl379 strip_prefix = "bitflags-1.3.2",
389 strip_prefix = "cc-1.0.79",
399 strip_prefix = "clap-4.1.4",
409 strip_prefix = "clap_lex-0.3.1",
419 strip_prefix = "codespan-reporting-0.11.1",
429 strip_prefix = "once_cell-1.17.0",
439 strip_prefix = "os_str_bytes-6.4.1",
449 strip_prefix = "proc-macro2-1.0.51",
459 strip_prefix = "quote-1.0.23",
469 strip_prefix = "scratch-1.0.3",
[all …]
/third_party/glslang/
DWORKSPACE10 strip_prefix = "googletest-release-1.10.0",
17 strip_prefix = "re2-e860767c86e577b87deadf24cc4567ea83c4f162/",
25 strip_prefix = "effcee-8f0a61dc95e0df18c18e0ac56d83b3fa9d2fe90b/",
/third_party/googletest/
DWORKSPACE8 strip_prefix = "abseil-cpp-7971fb358ae376e016d2d4fc9327aad95659b25e",
15 strip_prefix = "rules_cc-68cb652a71e7e7e2858c50593e5a9e3b94e5b9a9",
22 strip_prefix = "rules_python-ed6cc8f2c3692a6a7f013ff8bc185ba77eb9b4d2",
/third_party/skia/third_party/externals/abseil-cpp/
DWORKSPACE25 strip_prefix = "googletest-8d51ffdfab10b3fba636ae69bc03da4b54f8c235",
34 strip_prefix = "benchmark-e451e50e9b8af453f076dec10bd6890847f1624e",
42 strip_prefix = "rules_cc-daf6ace7cfeacd6a83e9ff2ed659f416537b6c74",
50 strip_prefix = "platforms-98939346da932eef0b54cf808622f5bb0928f00b",
/third_party/skia/third_party/externals/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)
/third_party/mesa3d/src/gallium/drivers/r600/
Degd_tables.py131 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/flatbuffers/
DWORKSPACE25 strip_prefix = "protobuf-" + _PROTOBUF_VERSION,
36 strip_prefix = "grpc-" + _GRPC_VERSION,
/third_party/benchmark/
DWORKSPACE9 strip_prefix = "abseil-cpp-20200225.2",
23 strip_prefix = "pybind11-2.4.3",
/third_party/rust/crates/clang-sys/build/
Dstatic.rs36 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/syn/tests/repo/
Dmod.rs124 } else if let Some(path) = path_string.strip_prefix("tests/rust/") { in base_dir_filter()
208 let relative = path.strip_prefix(&prefix)?; in download_and_unpack()
/third_party/rust/crates/clap/clap_lex/src/
Dlib.rs312 let remainder = raw.strip_prefix("--")?; in to_long()
328 let remainder = raw.strip_prefix("--")?; in to_long()
351 if let Some(remainder_os) = self.inner.as_ref().strip_prefix('-') { in to_short()
/third_party/rust/crates/cxx/gen/build/src/
Dcargo.rs62 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/protobuf/examples/
DWORKSPACE13 # strip_prefix = "protobuf-master",
/third_party/rust/crates/bindgen/bindgen-tests/tests/parse_callbacks/
Dmod.rs24 if let Some(name) = item_info.name.strip_prefix(prefix) { in generated_name_override()
/third_party/rust/crates/cxx/syntax/
Dqualified.rs39 if let Some(unraw) = ident.to_string().strip_prefix("r#") { in parse_unquoted()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-number.c778 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/skia/third_party/externals/brotli/java/
DWORKSPACE15 strip_prefix = "rules_jvm_external-%s" % RULES_JVM_EXTERNAL_TAG,
/third_party/skia/
DWORKSPACE.bazel10 strip_prefix = "emsdk-2.0.32/bazel",
/third_party/rust/crates/os_str_bytes/src/
Draw_str.rs663 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/rust/crates/clap/clap_derive/src/utils/
Ddoc_comments.rs35 let s = s.strip_prefix(' ').unwrap_or(s); in extract_doc_comment()
/third_party/googletest/docs/
Dquickstart-bazel.md55 strip_prefix = "googletest-609281088cfefc76f9d0ce82e1ff6c30cc3591e5",
73 strip_prefix = "rules_cc-40548a2974f1aea06215272d9c2b47a14a24e556",

12