Home
last modified time | relevance | path

Searched defs:new (Results 1 – 25 of 78) sorted by relevance

1234

/aosp12/build/make/tools/releasetools/
H A Dtarget_files_diff.py57 def rewrite_build_property(original, new): argument
88 def trim_install_recovery(original, new): argument
96 def sort_file(original, new): argument
/aosp12/packages/modules/Virtualization/authfs/src/file/
H A Dremote_file.rs56 pub fn new(service: Arc<Mutex<VirtFdService>>, file_fd: i32) -> Self { in new() method
75 pub fn new(service: Arc<Mutex<VirtFdService>>, file_fd: i32) -> Self { in new() method
104 pub fn new(service: Arc<Mutex<VirtFdService>>, file_fd: i32) -> Self { in new() method
H A Dlocal_file.rs33 pub fn new(file: File) -> io::Result<LocalFileReader> { in new() method
/aosp12/frameworks/base/apex/media/framework/java/android/media/
H A DMediaParser.java2235 extractorFactoriesByName.put(PARSER_NAME_MP4, Mp4Extractor::new); in extractorFactoriesByName.put()
2236 extractorFactoriesByName.put(PARSER_NAME_MP3, Mp3Extractor::new); in extractorFactoriesByName.put()
2237 extractorFactoriesByName.put(PARSER_NAME_ADTS, AdtsExtractor::new); in extractorFactoriesByName.put()
2238 extractorFactoriesByName.put(PARSER_NAME_AC3, Ac3Extractor::new); in extractorFactoriesByName.put()
2239 extractorFactoriesByName.put(PARSER_NAME_TS, TsExtractor::new); in extractorFactoriesByName.put()
2240 extractorFactoriesByName.put(PARSER_NAME_FLV, FlvExtractor::new); in extractorFactoriesByName.put()
2241 extractorFactoriesByName.put(PARSER_NAME_OGG, OggExtractor::new); in extractorFactoriesByName.put()
2242 extractorFactoriesByName.put(PARSER_NAME_PS, PsExtractor::new); in extractorFactoriesByName.put()
2243 extractorFactoriesByName.put(PARSER_NAME_WAV, WavExtractor::new); in extractorFactoriesByName.put()
2244 extractorFactoriesByName.put(PARSER_NAME_AMR, AmrExtractor::new); in extractorFactoriesByName.put()
[all …]
/aosp12/bionic/libc/upstream-netbsd/lib/libc/isc/
H A Dev_streams.c71 evStream *new; in evWrite() local
105 evStream *new; in evRead() local
/aosp12/system/bt/gd/rust/linux/dbus_projection/src/
H A Dlib.rs20 pub fn new() -> DisconnectWatcher { in new() method
/aosp12/system/security/keystore2/src/database/
H A Dutils.rs61 pub fn new(index: usize, row: &'a Row<'a>) -> Self { in new() method
/aosp12/system/bt/gd/rust/linux/mgmt/src/bin/btmanagerd/
H A Dstate_machine.rs33 fn new(state_machine: ManagerStateMachine<PM>) -> StateMachineContext<PM> in new() method
208 pub fn new() -> NativeSubprocess { in new() method
242 pub fn new() -> UpstartInvoker { in new() method
293 pub fn new(process_manager: PM) -> ManagerStateMachine<PM> { in new() function
416 fn new() -> MockProcessManager { in new() method
/aosp12/system/logging/rust/
H A Dliblog_event_list.rs42 pub fn new(log_type: log_bindgen::log_id, tag: u32) -> Option<LogContext> { in new() method
/aosp12/system/bt/gd/rust/link/src/acl/
H A Dfragment.rs25 pub fn new(out: Sender<Bytes>) -> Self { in new() method
/aosp12/system/bt/gd/rust/facade/helpers/
H A Dlib.rs27 pub fn new(rx: Receiver<T>) -> Self { in new() method
/aosp12/system/security/keystore2/src/
H A Did_rotation.rs42 pub fn new(keystore_db_path: &Path) -> Self { in new() method
H A Doperation.rs193 pub fn new( in new() method
215 pub fn new( in new() method
507 pub fn new() -> Self { in new() method
/aosp12/packages/modules/Virtualization/authfs/src/
H A Dcommon.rs33 pub fn new(remaining: usize, offset: u64, alignment: usize) -> Self { in new() method
H A Dcrypto.rs44 pub fn new() -> Result<Sha256Hasher, CryptoError> { in new() method
/aosp12/bionic/libc/upstream-openbsd/lib/libc/net/
H A Dinet_pton.c86 u_int new = *tp * 10 + (pch - digits); in inet_pton4() local
/aosp12/system/bt/gd/rust/main/src/
H A Dlib.rs26 pub async fn new(rt: Arc<Runtime>) -> Self { in new() method
/aosp12/system/security/keystore2/test_utils/
H A Dlib.rs35 pub fn new(prefix: &str) -> std::io::Result<Self> { in new() method
/aosp12/system/bt/gd/rust/hal/src/
H A Dsnoop.rs91 pub fn new() -> Self { in new() method
227 async fn new(mut config: SnoopConfig) -> Self { in new() method
H A Dlib.rs71 pub fn new() -> (RawHal, Self) { in new() method
/aosp12/art/runtime/verifier/
H A Dreg_type-inl.h223 inline void* RegType::operator new(size_t size, ScopedArenaAllocator* allocator) { in new() function
/aosp12/system/extras/profcollectd/libprofcollectd/
H A Dscheduler.rs39 pub fn new() -> Result<Self> { in new() method
/aosp12/system/security/keystore2/selinux/src/
H A Dlib.rs140 pub fn new(con: &str) -> Result<Self> { in new() method
172 pub fn new() -> Result<Self> { in new() method
/aosp12/frameworks/native/libs/binder/rust/src/parcel/
H A Dfile_descriptor.rs34 pub fn new(file: File) -> Self { in new() method
/aosp12/hardware/qcom/audio/hal/
H A Dvoice.h47 int new; member

1234