Home
last modified time | relevance | path

Searched defs:link_name (Results 1 – 25 of 36) sorted by relevance

12

/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.131/src/gen/
Dwrite.rs183 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/
Dwrite.rs183 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/
Dwrite.rs183 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/
Drunfiles_nobazel.cc28 std::string link_name(PATH_MAX, '\0'); in GetDataDependencyFilePath() local
/external/rust/android-crates-io/crates/bindgen/ir/
Dvar.rs41 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
Dfunction.rs86 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/
Dexpand.rs211 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/
Dtc_enter_chroot.py335 def CreateSymlink(target, link_name): argument
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.130/src/
Dexpand.rs210 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/
Dexpand.rs210 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/
Dchdir01.c41 static char *link_name; variable
/external/rust/beto-rust/common/pourover_macro/src/
Djni_method.rs66 let link_name = LitStr::new( in jni_method() localVariable
/external/cronet/stable/base/test/
Dgtest_xml_util.cc36 std::string link_name; member
/external/cronet/tot/base/test/
Dgtest_xml_util.cc36 std::string link_name; member
/external/rust/android-crates-io/crates/bindgen/codegen/
Dhelpers.rs63 pub(crate) fn link_name<const MANGLE: bool>(name: &str) -> TokenStream { in link_name() function
Dmod.rs778 let link_name = in codegen() localVariable
4237 let link_name = mangled_name.unwrap_or(name); in codegen() localVariable
/external/crosvm/base/src/sys/linux/
Dshm.rs270 let link_name = read_link(fd_path)?; in read_name() localVariable
/external/perfetto/src/trace_processor/importers/archive/
Dtar_trace_reader.cc122 char link_name[100]; member
/external/crosvm/ext2/src/
Dfs.rs668 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/
Dlocal_device_instrumentation_test_run.py1604 link_name): argument
1992 def _SetLinkOnResults(results, full_test_name, link_name, link): argument
/external/cronet/stable/build/android/pylib/local/device/
Dlocal_device_instrumentation_test_run.py1604 link_name): argument
1992 def _SetLinkOnResults(results, full_test_name, link_name, link): argument
/external/angle/build/android/pylib/local/device/
Dlocal_device_instrumentation_test_run.py1615 link_name): argument
2003 def _SetLinkOnResults(results, full_test_name, link_name, link): argument
/external/tensorflow/
Dconfigure.py102 def symlink_force(target, link_name): argument
/external/pciutils/lib/
Dsysfs.c126 sysfs_deref_link(struct pci_dev *d, char *link_name) in sysfs_deref_link()
/external/minijail/
Dlibminijail_unittest.cc2078 std::string link_name = std::tmpnam(NULL); in TEST_F() local

12