Home
last modified time | relevance | path

Searched defs:new_in (Results 1 – 25 of 86) sorted by relevance

1234

/aosp_15_r20/external/rust/android-crates-io/crates/which/src/
Dlib.rs426 pub fn new_in<T, U, V>(binary_name: T, paths: Option<U>, cwd: V) -> Result<Path> in new_in() method
549 pub fn new_in<T, U, V>(binary_name: T, paths: Option<U>, cwd: V) -> Result<CanonicalPath> in new_in() method
/aosp_15_r20/external/rust/android-crates-io/crates/acpi/src/
Dmanaged_slice.rs24 pub fn new_in(len: usize, allocator: A) -> AcpiResult<Self> { in new_in() function
Dmcfg.rs35 …pub fn new_in<H>(tables: &crate::AcpiTables<H>, allocator: A) -> crate::AcpiResult<PciConfigRegion… in new_in() function
/aosp_15_r20/prebuilts/build-tools/common/flex/
H A DFlexLexer.h77 int yylex( std::istream& new_in, std::ostream& new_out ) in yylex()
/aosp_15_r20/out/soong/.intermediates/frameworks/compile/mclinker/lib/Script/libmcldScript/android_arm64_armv8-2a_cortex-a55_static/gen/lex/frameworks/compile/mclinker/lib/Script/
DScriptScanner.cpp2445 void yyFlexLexer::switch_streams( std::istream& new_in, std::ostream& new_out ) in switch_streams()
2457 void yyFlexLexer::switch_streams( std::istream* new_in, std::ostream* new_out ) in switch_streams()
/aosp_15_r20/out/soong/.intermediates/frameworks/compile/mclinker/lib/Script/libmcldScript/linux_glibc_x86_64_static/gen/lex/frameworks/compile/mclinker/lib/Script/
DScriptScanner.cpp2445 void yyFlexLexer::switch_streams( std::istream& new_in, std::ostream& new_out ) in switch_streams()
2457 void yyFlexLexer::switch_streams( std::istream* new_in, std::ostream* new_out ) in switch_streams()
/aosp_15_r20/external/rust/android-crates-io/crates/tempfile/src/dir/
Dmod.rs241 pub fn new_in<P: AsRef<Path>>(dir: P) -> io::Result<TempDir> { in new_in() method
/aosp_15_r20/external/rust/android-crates-io/crates/vmm-sys-util/src/unix/
Dtempdir.rs64 pub fn new_in(path: &Path) -> Result<TempDir> { in new_in() method
/aosp_15_r20/external/rust/android-crates-io/crates/acpi/src/platform/
Dmod.rs118 pub fn new_in<H>(tables: &AcpiTables<H>, allocator: A) -> AcpiResult<Self> in new_in() function
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dcontrol_flow_deps_to_chains.cc150 NodeDef new_in; in Run() local
/aosp_15_r20/external/rust/android-crates-io/crates/vmm-sys-util/src/
Dtempfile.rs130 pub fn new_in(path: &Path) -> Result<Self> { in new_in() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/
H A Drc.rs682 pub fn new_in(value: T, alloc: A) -> Rc<T, A> { in new_in() method
2932 pub fn new_in(alloc: A) -> Weak<T, A> { in new_in() method
3632 pub fn new_in(value: T, alloc: A) -> Self { in new_in() method
H A Draw_vec.rs148 pub const fn new_in(alloc: A) -> Self { in new_in() method
H A Dsync.rs695 pub fn new_in(data: T, alloc: A) -> Arc<T, A> { in new_in() method
2658 pub fn new_in(alloc: A) -> Weak<T, A> { in new_in() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/
H A Drc.rs682 pub fn new_in(value: T, alloc: A) -> Rc<T, A> { in new_in() method
2932 pub fn new_in(alloc: A) -> Weak<T, A> { in new_in() method
3632 pub fn new_in(value: T, alloc: A) -> Self { in new_in() method
H A Draw_vec.rs148 pub const fn new_in(alloc: A) -> Self { in new_in() method
H A Dsync.rs695 pub fn new_in(data: T, alloc: A) -> Arc<T, A> { in new_in() method
2658 pub fn new_in(alloc: A) -> Weak<T, A> { in new_in() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/
H A Drc.rs682 pub fn new_in(value: T, alloc: A) -> Rc<T, A> { in new_in() method
2932 pub fn new_in(alloc: A) -> Weak<T, A> { in new_in() method
3632 pub fn new_in(value: T, alloc: A) -> Self { in new_in() method
H A Draw_vec.rs148 pub const fn new_in(alloc: A) -> Self { in new_in() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/
H A Draw_vec.rs148 pub const fn new_in(alloc: A) -> Self { in new_in() method
H A Dsync.rs709 pub fn new_in(data: T, alloc: A) -> Arc<T, A> { in new_in() method
2633 pub fn new_in(alloc: A) -> Weak<T, A> { in new_in() method
H A Drc.rs692 pub fn new_in(value: T, alloc: A) -> Rc<T, A> { in new_in() method
2903 pub fn new_in(alloc: A) -> Weak<T, A> { in new_in() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/
H A Draw_vec.rs148 pub const fn new_in(alloc: A) -> Self { in new_in() method
H A Dsync.rs709 pub fn new_in(data: T, alloc: A) -> Arc<T, A> { in new_in() method
2633 pub fn new_in(alloc: A) -> Weak<T, A> { in new_in() method
H A Drc.rs692 pub fn new_in(value: T, alloc: A) -> Rc<T, A> { in new_in() method
2903 pub fn new_in(alloc: A) -> Weak<T, A> { in new_in() method

1234