/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/sym/ |
D | library.go | 9 type Library struct { struct 10 Objref string 11 Srcref string 12 File string 13 Pkg string 14 Shlib string 15 Fingerprint goobj.FingerprintType 16 Autolib []goobj.ImportedPkg 17 Imports []*Library 18 Main bool [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/libloading/src/ |
D | safe.rs | 15 pub struct Library(imp::Library); struct 17 impl Library { implementation 83 pub unsafe fn new<P: AsRef<OsStr>>(filename: P) -> Result<Library, Error> { in new() 166 impl fmt::Debug for Library { implementation 172 impl From<imp::Library> for Library { implementation 173 fn from(lib: imp::Library) -> Library { in from() 178 impl From<Library> for imp::Library { implementation 179 fn from(lib: Library) -> imp::Library { in from() 184 unsafe impl Send for Library {} implementation 185 unsafe impl Sync for Library {} implementation
|
/aosp_15_r20/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/pkg-config/src/ |
D | lib.rs | 89 pub struct Library { struct 92 /// Library search paths specified by -L argument 94 /// Library file paths specified without -l argument 108 /// Ensure that this struct can only be created via its private `[Library::new]` constructor. argument 110 _priv: (), 248 pub fn find_library(name: &str) -> Result<Library, String> { in find_library() 253 pub fn probe_library(name: &str) -> Result<Library, Error> { in probe_library() 377 pub fn find(&self, name: &str) -> Result<Library, String> { in find() 385 pub fn probe(&self, name: &str) -> Result<Library, Error> { in probe() 562 impl Library { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/libloading/src/os/unix/ |
D | mod.rs | 90 pub struct Library { struct 94 unsafe impl Send for Library {} implementation 110 unsafe impl Sync for Library {} implementation 112 impl Library { implementation 134 pub unsafe fn new<P: AsRef<OsStr>>(filename: P) -> Result<Library, crate::Error> { in new() 180 pub unsafe fn open<P>(filename: Option<P>, flags: raw::c_int) -> Result<Library, crate::Error> in open() 337 pub unsafe fn from_raw(handle: *mut raw::c_void) -> Library { in from_raw() 371 impl Drop for Library { implementation 379 impl fmt::Debug for Library { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/libloading/src/os/windows/ |
D | mod.rs | 24 pub struct Library(HMODULE); struct 26 unsafe impl Send for Library {} implementation 40 unsafe impl Sync for Library {} implementation 42 impl Library { impl 69 pub unsafe fn new<P: AsRef<OsStr>>(filename: P) -> Result<Library, crate::Error> { in new() 113 pub fn open_already_loaded<P: AsRef<OsStr>>(filename: P) -> Result<Library, crate::Error> { in open_already_loaded() 154 …safe fn load_with_flags<P: AsRef<OsStr>>(filename: P, flags: LOAD_LIBRARY_FLAGS) -> Result<Library… in load_with_flags() 235 pub unsafe fn from_raw(handle: HMODULE) -> Library { in from_raw() 261 impl Drop for Library { implementation 267 impl fmt::Debug for Library { implementation
|
/aosp_15_r20/external/bazelbuild-rules_rust/examples/nix_cross_compiling/bazel/cargo/ |
H A D | cargo-bazel-lock.json | 16 "Library": { object 64 "Library": { object 104 "Library": { object 150 "Library": { object 189 "Library": { object 260 "Library": { object 299 "Library": { object 344 "Library": { object 394 "Library": { object 428 "Library": { object [all …]
|
/aosp_15_r20/external/bazelbuild-rules_rust/examples/crate_universe/complicated_dependencies/ |
H A D | cargo-bazel-lock.json | 16 "Library": { object 55 "Library": { object 182 "Library": { object 221 "Library": { object 284 "Library": { object 391 "Library": { object 430 "Library": { object 478 "Library": { object 517 "Library": { object 618 "Library": { object [all …]
|
/aosp_15_r20/external/bazelbuild-rules_rust/examples/musl_cross_compiling/ |
H A D | Cargo.Bazel.lock.json | 16 "Library": { object 75 "Library": { object 130 "Library": { object 182 "Library": { object 249 "Library": { object 313 "Library": { object 399 "Library": { object 517 "Library": { object 608 "Library": { object 656 "Library": { object [all …]
|
/aosp_15_r20/external/bazelbuild-rules_rust/examples/crate_universe/no_cargo_manifests/ |
H A D | cargo-bazel-lock.json | 93 "Library": { object 132 "Library": { object 279 "Library": { object 351 "Library": { object 396 "Library": { object 441 "Library": { object 475 "Library": { object 556 "Library": { object 602 "Library": { object 650 "Library": { object [all …]
|
/aosp_15_r20/external/bazelbuild-rules_rust/examples/crate_universe/cargo_aliases/ |
H A D | cargo-bazel-lock.json | 16 "Library": { object 66 "Library": { object 138 "Library": { object 199 "Library": { object 238 "Library": { object 283 "Library": { object 322 "Library": { object 492 "Library": { object 592 "Library": { object 666 "Library": { object [all …]
|
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/test_data/cargo_bazel_lockfile/ |
H A D | multi_package-cargo-bazel-lock.json | 16 "Library": { object 71 "Library": { object 143 "Library": { object 194 "Library": { object 250 "Library": { object 318 "Library": { object 397 "Library": { object 520 "Library": { object 568 "Library": { object 615 "Library": { object [all …]
|
/aosp_15_r20/external/pytorch/torch/ |
H A D | library.py | 56 class Library: class 488 def _(lib: Library, schema, alias_analysis=""): 591 def _(lib: Library, name, dispatch_key=""): 626 lib: Optional[Library] = None, 689 lib: Optional[Library] = None, 937 lib: Optional[Library] = None,
|
/aosp_15_r20/external/cronet/third_party/netty-tcnative/src/c/ |
H A D | jnilib.c | 160 TCN_IMPLEMENT_CALL(jboolean, Library, initialize0)(TCN_STDARGS) in TCN_IMPLEMENT_CALL() argument 174 TCN_IMPLEMENT_CALL(jint, Library, version)(TCN_STDARGS, jint what) in TCN_IMPLEMENT_CALL() argument 198 TCN_IMPLEMENT_CALL(jstring, Library, aprVersionString)(TCN_STDARGS) in TCN_IMPLEMENT_CALL() argument 204 TCN_IMPLEMENT_CALL(jboolean, Library, has)(TCN_STDARGS, jint what) in TCN_IMPLEMENT_CALL() argument
|
/aosp_15_r20/external/bazelbuild-rules_rust/examples/crate_universe/cargo_workspace/ |
H A D | cargo-bazel-lock.json | 16 "Library": { object 65 "Library": { object 126 "Library": { object 171 "Library": { object 210 "Library": { object 476 "Library": { object 532 "Library": { object 620 "Library": { object 668 "Library": { object 760 "Library": { object [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/backtrace/src/symbolize/ |
H A D | gimli.rs | 271 struct Library { struct 281 segments: Vec<LibrarySegment>, argument 300 fn create_mapping(lib: &Library) -> Option<Mapping> { in create_mapping() argument
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/backtrace/src/symbolize/ |
H A D | gimli.rs | 280 struct Library { struct 290 segments: Vec<LibrarySegment>, argument 309 fn create_mapping(lib: &Library) -> Option<Mapping> { in create_mapping() argument
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/backtrace/src/symbolize/ |
H A D | gimli.rs | 280 struct Library { struct 290 segments: Vec<LibrarySegment>, argument 309 fn create_mapping(lib: &Library) -> Option<Mapping> { in create_mapping() argument
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/backtrace/src/symbolize/ |
H A D | gimli.rs | 271 struct Library { struct 281 segments: Vec<LibrarySegment>, argument 300 fn create_mapping(lib: &Library) -> Option<Mapping> { in create_mapping() argument
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/backtrace/src/symbolize/ |
H A D | gimli.rs | 271 struct Library { struct 281 segments: Vec<LibrarySegment>, argument 300 fn create_mapping(lib: &Library) -> Option<Mapping> { in create_mapping() argument
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/backtrace/src/symbolize/ |
H A D | gimli.rs | 280 struct Library { struct 290 segments: Vec<LibrarySegment>, argument 309 fn create_mapping(lib: &Library) -> Option<Mapping> { in create_mapping() argument
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/backtrace/src/symbolize/ |
H A D | gimli.rs | 280 struct Library { struct 290 segments: Vec<LibrarySegment>, argument 309 fn create_mapping(lib: &Library) -> Option<Mapping> { in create_mapping() argument
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/backtrace/src/symbolize/ |
H A D | gimli.rs | 271 struct Library { struct 281 segments: Vec<LibrarySegment>, argument 300 fn create_mapping(lib: &Library) -> Option<Mapping> { in create_mapping() argument
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/backtrace/src/symbolize/ |
H A D | gimli.rs | 271 struct Library { struct 281 segments: Vec<LibrarySegment>, argument 300 fn create_mapping(lib: &Library) -> Option<Mapping> { in create_mapping() argument
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/backtrace/src/symbolize/ |
H A D | gimli.rs | 280 struct Library { struct 290 segments: Vec<LibrarySegment>, argument 309 fn create_mapping(lib: &Library) -> Option<Mapping> { in create_mapping() argument
|
/aosp_15_r20/hardware/interfaces/audio/aidl/default/include/effectFactory-impl/ |
H A D | EffectConfig.h | 43 struct Library { struct 50 std::optional<struct Library> proxyLibrary; argument
|