/aosp12/build/make/tools/releasetools/ |
H A D | target_files_diff.py | 57 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 D | remote_file.rs | 56 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 D | local_file.rs | 33 pub fn new(file: File) -> io::Result<LocalFileReader> { in new() method
|
/aosp12/frameworks/base/apex/media/framework/java/android/media/ |
H A D | MediaParser.java | 2235 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 D | ev_streams.c | 71 evStream *new; in evWrite() local 105 evStream *new; in evRead() local
|
/aosp12/system/bt/gd/rust/linux/dbus_projection/src/ |
H A D | lib.rs | 20 pub fn new() -> DisconnectWatcher { in new() method
|
/aosp12/system/security/keystore2/src/database/ |
H A D | utils.rs | 61 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 D | state_machine.rs | 33 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 D | liblog_event_list.rs | 42 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 D | fragment.rs | 25 pub fn new(out: Sender<Bytes>) -> Self { in new() method
|
/aosp12/system/bt/gd/rust/facade/helpers/ |
H A D | lib.rs | 27 pub fn new(rx: Receiver<T>) -> Self { in new() method
|
/aosp12/system/security/keystore2/src/ |
H A D | id_rotation.rs | 42 pub fn new(keystore_db_path: &Path) -> Self { in new() method
|
H A D | operation.rs | 193 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 D | common.rs | 33 pub fn new(remaining: usize, offset: u64, alignment: usize) -> Self { in new() method
|
H A D | crypto.rs | 44 pub fn new() -> Result<Sha256Hasher, CryptoError> { in new() method
|
/aosp12/bionic/libc/upstream-openbsd/lib/libc/net/ |
H A D | inet_pton.c | 86 u_int new = *tp * 10 + (pch - digits); in inet_pton4() local
|
/aosp12/system/bt/gd/rust/main/src/ |
H A D | lib.rs | 26 pub async fn new(rt: Arc<Runtime>) -> Self { in new() method
|
/aosp12/system/security/keystore2/test_utils/ |
H A D | lib.rs | 35 pub fn new(prefix: &str) -> std::io::Result<Self> { in new() method
|
/aosp12/system/bt/gd/rust/hal/src/ |
H A D | snoop.rs | 91 pub fn new() -> Self { in new() method 227 async fn new(mut config: SnoopConfig) -> Self { in new() method
|
H A D | lib.rs | 71 pub fn new() -> (RawHal, Self) { in new() method
|
/aosp12/art/runtime/verifier/ |
H A D | reg_type-inl.h | 223 inline void* RegType::operator new(size_t size, ScopedArenaAllocator* allocator) { in new() function
|
/aosp12/system/extras/profcollectd/libprofcollectd/ |
H A D | scheduler.rs | 39 pub fn new() -> Result<Self> { in new() method
|
/aosp12/system/security/keystore2/selinux/src/ |
H A D | lib.rs | 140 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 D | file_descriptor.rs | 34 pub fn new(file: File) -> Self { in new() method
|
/aosp12/hardware/qcom/audio/hal/ |
H A D | voice.h | 47 int new; member
|