/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.131/src/gen/ |
D | write.rs | 183 let link_name = mangle::operator(&strct.name, "hash"); in write_std_specializations() localVariable 509 let link_name = mangle::operator(&strct.name, "eq"); in write_struct_operator_decls() localVariable 517 let link_name = mangle::operator(&strct.name, "ne"); in write_struct_operator_decls() localVariable 527 let link_name = mangle::operator(&strct.name, "lt"); in write_struct_operator_decls() localVariable 534 let link_name = mangle::operator(&strct.name, "le"); in write_struct_operator_decls() localVariable 542 let link_name = mangle::operator(&strct.name, "gt"); in write_struct_operator_decls() localVariable 549 let link_name = mangle::operator(&strct.name, "ge"); in write_struct_operator_decls() localVariable 560 let link_name = mangle::operator(&strct.name, "hash"); in write_struct_operator_decls() localVariable 585 let link_name = mangle::operator(&strct.name, "eq"); in write_struct_operators() localVariable 598 let link_name = mangle::operator(&strct.name, "ne"); in write_struct_operators() localVariable [all …]
|
/external/rust/cxx/gen/src/ |
D | write.rs | 183 let link_name = mangle::operator(&strct.name, "hash"); in write_std_specializations() localVariable 509 let link_name = mangle::operator(&strct.name, "eq"); in write_struct_operator_decls() localVariable 517 let link_name = mangle::operator(&strct.name, "ne"); in write_struct_operator_decls() localVariable 527 let link_name = mangle::operator(&strct.name, "lt"); in write_struct_operator_decls() localVariable 534 let link_name = mangle::operator(&strct.name, "le"); in write_struct_operator_decls() localVariable 542 let link_name = mangle::operator(&strct.name, "gt"); in write_struct_operator_decls() localVariable 549 let link_name = mangle::operator(&strct.name, "ge"); in write_struct_operator_decls() localVariable 560 let link_name = mangle::operator(&strct.name, "hash"); in write_struct_operator_decls() localVariable 585 let link_name = mangle::operator(&strct.name, "eq"); in write_struct_operators() localVariable 598 let link_name = mangle::operator(&strct.name, "ne"); in write_struct_operators() localVariable [all …]
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.131/src/gen/ |
D | write.rs | 183 let link_name = mangle::operator(&strct.name, "hash"); in write_std_specializations() localVariable 509 let link_name = mangle::operator(&strct.name, "eq"); in write_struct_operator_decls() localVariable 517 let link_name = mangle::operator(&strct.name, "ne"); in write_struct_operator_decls() localVariable 527 let link_name = mangle::operator(&strct.name, "lt"); in write_struct_operator_decls() localVariable 534 let link_name = mangle::operator(&strct.name, "le"); in write_struct_operator_decls() localVariable 542 let link_name = mangle::operator(&strct.name, "gt"); in write_struct_operator_decls() localVariable 549 let link_name = mangle::operator(&strct.name, "ge"); in write_struct_operator_decls() localVariable 560 let link_name = mangle::operator(&strct.name, "hash"); in write_struct_operator_decls() localVariable 585 let link_name = mangle::operator(&strct.name, "eq"); in write_struct_operators() localVariable 598 let link_name = mangle::operator(&strct.name, "ne"); in write_struct_operators() localVariable [all …]
|
/external/sandboxed-api/sandboxed_api/util/ |
D | runfiles_nobazel.cc | 28 std::string link_name(PATH_MAX, '\0'); in GetDataDependencyFilePath() local
|
/external/rust/android-crates-io/crates/bindgen/ir/ |
D | var.rs | 41 link_name: Option<String>, field 97 pub fn link_name(&self) -> Option<&str> { in link_name() method 303 let link_name = ctx.options().last_callback(|callbacks| { in parse() localVariable
|
D | function.rs | 86 link_name: Option<String>, field 129 pub fn link_name(&self) -> Option<&str> { in link_name() method 806 let link_name = context.options().last_callback(|callbacks| { in parse() localVariable
|
/external/rust/cxx/macro/src/ |
D | expand.rs | 211 let link_name = mangle::operator(&strct.name, "eq"); in expand_struct_operators() localVariable 224 let link_name = mangle::operator(&strct.name, "ne"); in expand_struct_operators() localVariable 238 let link_name = mangle::operator(&strct.name, "lt"); in expand_struct_operators() localVariable 250 let link_name = mangle::operator(&strct.name, "le"); in expand_struct_operators() localVariable 263 let link_name = mangle::operator(&strct.name, "gt"); in expand_struct_operators() localVariable 275 let link_name = mangle::operator(&strct.name, "ge"); in expand_struct_operators() localVariable 289 let link_name = mangle::operator(&strct.name, "hash"); in expand_struct_operators() localVariable 487 let link_name = mangle::extern_fn(efn, types); in expand_cxx_function_decl() localVariable 931 let link_name = mangle::extern_fn(efn, types); in expand_rust_function_shim() localVariable
|
/external/toolchain-utils/ |
D | tc_enter_chroot.py | 335 def CreateSymlink(target, link_name): argument
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.130/src/ |
D | expand.rs | 210 let link_name = mangle::operator(&strct.name, "eq"); in expand_struct_operators() localVariable 223 let link_name = mangle::operator(&strct.name, "ne"); in expand_struct_operators() localVariable 237 let link_name = mangle::operator(&strct.name, "lt"); in expand_struct_operators() localVariable 249 let link_name = mangle::operator(&strct.name, "le"); in expand_struct_operators() localVariable 262 let link_name = mangle::operator(&strct.name, "gt"); in expand_struct_operators() localVariable 274 let link_name = mangle::operator(&strct.name, "ge"); in expand_struct_operators() localVariable 288 let link_name = mangle::operator(&strct.name, "hash"); in expand_struct_operators() localVariable 486 let link_name = mangle::extern_fn(efn, types); in expand_cxx_function_decl() localVariable 931 let link_name = mangle::extern_fn(efn, types); in expand_rust_function_shim() localVariable
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.130/src/ |
D | expand.rs | 210 let link_name = mangle::operator(&strct.name, "eq"); in expand_struct_operators() localVariable 223 let link_name = mangle::operator(&strct.name, "ne"); in expand_struct_operators() localVariable 237 let link_name = mangle::operator(&strct.name, "lt"); in expand_struct_operators() localVariable 249 let link_name = mangle::operator(&strct.name, "le"); in expand_struct_operators() localVariable 262 let link_name = mangle::operator(&strct.name, "gt"); in expand_struct_operators() localVariable 274 let link_name = mangle::operator(&strct.name, "ge"); in expand_struct_operators() localVariable 288 let link_name = mangle::operator(&strct.name, "hash"); in expand_struct_operators() localVariable 486 let link_name = mangle::extern_fn(efn, types); in expand_cxx_function_decl() localVariable 931 let link_name = mangle::extern_fn(efn, types); in expand_rust_function_shim() localVariable
|
/external/ltp/testcases/kernel/syscalls/chdir/ |
D | chdir01.c | 41 static char *link_name; variable
|
/external/rust/beto-rust/common/pourover_macro/src/ |
D | jni_method.rs | 66 let link_name = LitStr::new( in jni_method() localVariable
|
/external/cronet/stable/base/test/ |
D | gtest_xml_util.cc | 36 std::string link_name; member
|
/external/cronet/tot/base/test/ |
D | gtest_xml_util.cc | 36 std::string link_name; member
|
/external/rust/android-crates-io/crates/bindgen/codegen/ |
D | helpers.rs | 63 pub(crate) fn link_name<const MANGLE: bool>(name: &str) -> TokenStream { in link_name() function
|
D | mod.rs | 778 let link_name = in codegen() localVariable 4237 let link_name = mangled_name.unwrap_or(name); in codegen() localVariable
|
/external/crosvm/base/src/sys/linux/ |
D | shm.rs | 270 let link_name = read_link(fd_path)?; in read_name() localVariable
|
/external/perfetto/src/trace_processor/importers/archive/ |
D | tar_trace_reader.cc | 122 char link_name[100]; member
|
/external/crosvm/ext2/src/ |
D | fs.rs | 668 let link_name = link.file_name().context("failed to get symlink name")?; in add_symlink() localVariable 710 let link_name = link.file_name().context("failed to get symlink name")?; in add_long_symlink() localVariable
|
/external/cronet/tot/build/android/pylib/local/device/ |
D | local_device_instrumentation_test_run.py | 1604 link_name): argument 1992 def _SetLinkOnResults(results, full_test_name, link_name, link): argument
|
/external/cronet/stable/build/android/pylib/local/device/ |
D | local_device_instrumentation_test_run.py | 1604 link_name): argument 1992 def _SetLinkOnResults(results, full_test_name, link_name, link): argument
|
/external/angle/build/android/pylib/local/device/ |
D | local_device_instrumentation_test_run.py | 1615 link_name): argument 2003 def _SetLinkOnResults(results, full_test_name, link_name, link): argument
|
/external/tensorflow/ |
D | configure.py | 102 def symlink_force(target, link_name): argument
|
/external/pciutils/lib/ |
D | sysfs.c | 126 sysfs_deref_link(struct pci_dev *d, char *link_name) in sysfs_deref_link()
|
/external/minijail/ |
D | libminijail_unittest.cc | 2078 std::string link_name = std::tmpnam(NULL); in TEST_F() local
|