Home
last modified time | relevance | path

Searched defs:Open (Results 1 – 25 of 528) sorted by relevance

12345678910>>...22

/aosp_15_r20/external/stg/doc/
H A Dscc.md61 ### Open subsection
77 #### Populate user visited state on open
115 #### Check SCC open / closed first
146 #### Test user visited state before open, populate on close
/aosp_15_r20/external/rust/crates/quiche/src/
Dcrypto.rs129 pub struct Open { struct
139 impl Open { argument
142 ) -> Result<Open> { in new()
154 pub fn from_secret(aead: Algorithm, secret: &[u8]) -> Result<Open> { in from_secret()
224 pub fn derive_next_packet_key(&self) -> Result<Open> { in derive_next_packet_key()
426 ) -> Result<(Open, Seal)> { in derive_initial_key_material()
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/
Dcrypto.rs129 pub struct Open { struct
139 impl Open { argument
142 ) -> Result<Open> { in new()
154 pub fn from_secret(aead: Algorithm, secret: &[u8]) -> Result<Open> { in from_secret()
224 pub fn derive_next_packet_key(&self) -> Result<Open> { in derive_next_packet_key()
426 ) -> Result<(Open, Seal)> { in derive_initial_key_material()
/aosp_15_r20/external/rust/crates/openssl/src/
Denvelope.rs98 pub struct Open { struct
102 impl Open { impl
109 ) -> Result<Open, ErrorStack> in new()
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libdexfile/dex/
Ddex_file_loader.h201 std::unique_ptr<const DexFile> Open(uint32_t location_checksum, in Open() function
213 std::unique_ptr<const DexFile> Open(uint32_t location_checksum, in Open() function
232 bool Open(bool verify, in Open() function
245 bool Open(bool verify, in Open() function
254 bool Open(bool verify, in Open() function
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libdexfile/dex/
Ddex_file_loader.h201 std::unique_ptr<const DexFile> Open(uint32_t location_checksum, in Open() function
213 std::unique_ptr<const DexFile> Open(uint32_t location_checksum, in Open() function
232 bool Open(bool verify, in Open() function
245 bool Open(bool verify, in Open() function
254 bool Open(bool verify, in Open() function
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libdexfile/dex/
Ddex_file_loader.h201 std::unique_ptr<const DexFile> Open(uint32_t location_checksum, in Open() function
213 std::unique_ptr<const DexFile> Open(uint32_t location_checksum, in Open() function
232 bool Open(bool verify, in Open() function
245 bool Open(bool verify, in Open() function
254 bool Open(bool verify, in Open() function
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libdexfile/dex/
Ddex_file_loader.h201 std::unique_ptr<const DexFile> Open(uint32_t location_checksum, in Open() function
213 std::unique_ptr<const DexFile> Open(uint32_t location_checksum, in Open() function
232 bool Open(bool verify, in Open() function
245 bool Open(bool verify, in Open() function
254 bool Open(bool verify, in Open() function
/aosp_15_r20/art/libdexfile/dex/
H A Ddex_file_loader.h211 std::unique_ptr<const DexFile> Open(uint32_t location_checksum, in Open() function
223 std::unique_ptr<const DexFile> Open(uint32_t location_checksum, in Open() function
242 bool Open(bool verify, in Open() function
255 bool Open(bool verify, in Open() function
264 bool Open(bool verify, in Open() function
H A Dart_dex_file_loader.cc40 std::unique_ptr<const DexFile> ArtDexFileLoader::Open( in Open() function in art::ArtDexFileLoader
64 std::unique_ptr<const DexFile> ArtDexFileLoader::Open(const std::string& location, in Open() function in art::ArtDexFileLoader
74 bool ArtDexFileLoader::Open(const char* filename, in Open() function in art::ArtDexFileLoader
/aosp_15_r20/external/pigweed/pw_rpc/raw/public/pw_rpc/raw/
H A Dserver_reader_writer.h59 [[nodiscard]] static RawServerReaderWriter Open(Server& server, in Open() function
131 [[nodiscard]] static RawServerReader Open(Server& server, in Open() function
184 [[nodiscard]] static RawServerWriter Open(Server& server, in Open() function
236 [[nodiscard]] static RawUnaryResponder Open(Server& server, in Open() function
/aosp_15_r20/external/private-join-and-compute/private_join_and_compute/util/
H A Drecordio.cc89 Status Open(absl::string_view filename) final { in Open() function in private_join_and_compute::__anon9105c4f70111::RecordReaderImpl
132 Status Open(absl::string_view filename) final { in Open() function in private_join_and_compute::__anon9105c4f70111::LineReader
167 Status Open(const std::vector<std::string>& filenames) override { in Open() function in private_join_and_compute::__anon9105c4f70111::MultiSortedReaderImpl
174 Status Open(const std::vector<std::string>& filenames, in Open() function in private_join_and_compute::__anon9105c4f70111::MultiSortedReaderImpl
301 Status Open(absl::string_view filename) final { in Open() function in private_join_and_compute::__anon9105c4f70111::RecordWriterImpl
336 Status Open(absl::string_view filename) final { in Open() function in private_join_and_compute::__anon9105c4f70111::LineWriterImpl
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libdexfile/dex/
Ddex_file_loader.h143 std::unique_ptr<const DexFile> Open(uint32_t location_checksum, in Open() function
162 bool Open(bool verify, in Open() function
175 bool Open(bool verify, in Open() function
184 bool Open(bool verify, in Open() function
/aosp_15_r20/external/pigweed/pw_rpc/nanopb/public/pw_rpc/nanopb/
H A Dserver_reader_writer.h158 [[nodiscard]] static NanopbServerReaderWriter Open(Server& server, in Open() function
234 [[nodiscard]] static NanopbServerReader Open(Server& server, in Open() function
300 [[nodiscard]] static NanopbServerWriter Open(Server& server, in Open() function
370 [[nodiscard]] static NanopbUnaryResponder Open(Server& server, in Open() function
/aosp_15_r20/external/pigweed/pw_rpc/pwpb/public/pw_rpc/pwpb/
H A Dserver_reader_writer.h220 [[nodiscard]] static PwpbServerReaderWriter Open(Server& server, in Open() function
301 [[nodiscard]] static PwpbServerReader Open(Server& server, in Open() function
377 [[nodiscard]] static PwpbServerWriter Open(Server& server, in Open() function
452 [[nodiscard]] static PwpbUnaryResponder Open(Server& server, in Open() function
/aosp_15_r20/system/core/fs_mgr/liblp/
H A Dsuper_layout_builder.cpp32 bool SuperLayoutBuilder::Open(borrowed_fd fd) { in Open() function in android::fs_mgr::SuperLayoutBuilder
40 bool SuperLayoutBuilder::Open(const void* data, size_t size) { in Open() function in android::fs_mgr::SuperLayoutBuilder
48 bool SuperLayoutBuilder::Open(const LpMetadata& metadata) { in Open() function in android::fs_mgr::SuperLayoutBuilder
/aosp_15_r20/external/cronet/crypto/
H A Daead.cc87 std::optional<std::vector<uint8_t>> Aead::Open( in Open() function in crypto::Aead
104 bool Aead::Open(std::string_view ciphertext, in Open() function in crypto::Aead
154 std::optional<size_t> Aead::Open(base::span<const uint8_t> plaintext, in Open() function in crypto::Aead
/aosp_15_r20/external/lzma/CPP/Windows/
H A DNet.cpp48 DWORD CEnum::Open(DWORD scope, DWORD type, DWORD usage, LPNETRESOURCE netResource) in Open() function in NWindows::NNet::CEnum
57 DWORD CEnum::Open(DWORD scope, DWORD type, DWORD usage, LPNETRESOURCEW netResource) in Open() function in NWindows::NNet::CEnum
169 DWORD CEnum::Open(DWORD scope, DWORD type, DWORD usage, const CResource *resource) in Open() function in NWindows::NNet::CEnum
182 DWORD CEnum::Open(DWORD scope, DWORD type, DWORD usage, const CResourceW *resource) in Open() function in NWindows::NNet::CEnum
H A DFileIO.cpp430 bool CInFile::Open(CFSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttrib… in Open() function in NWindows::NFile::NIO::CInFile
457 bool CInFile::Open(CFSTR fileName) in Open() function in NWindows::NFile::NIO::CInFile
533 bool COutFile::Open(CFSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttri… in Open() function in NWindows::NFile::NIO::COutFile
741 bool CInFile::Open(const char *name) in Open() function in NWindows::NFile::NIO::CInFile
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/mod/zip/
Dzip.go94 Open() (io.ReadCloser, error) methodSpec
722 func (f dirFile) Open() (io.ReadCloser, error) { return os.Open(f.filePath) } func
731 func (f zipFile) Open() (io.ReadCloser, error) { return f.f.Open() } func
740 func (f dataFile) Open() (io.ReadCloser, error) { return io.NopCloser(bytes.NewReader(f.data)), nil… func
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/dialog/ringer/ui/viewmodel/
H A DRingerDrawerState.kt25 data class Open(val mode: RingerMode) : RingerDrawerState dataClass
/aosp_15_r20/build/soong/cmd/find_input_delta/find_input_delta_lib/
H A Dfs.go27 Open(path string) (fs.File, error) methodSpec
35 func (osFS) Open(path string) (fs.File, error) { return os.Open(path) } func
/aosp_15_r20/art/libartbase/base/
H A Dscoped_flock.cc32 /* static */ ScopedFlock LockedFile::Open(const char* filename, std::string* error_msg) { in Open() function in art::LockedFile
36 /* static */ ScopedFlock LockedFile::Open(const char* filename, int flags, bool block, in Open() function in art::LockedFile
/aosp_15_r20/prebuilts/go/linux-x86/src/testing/fstest/
Dtestfs_test.go48 func (fsys shuffledFS) Open(name string) (fs.File, error) { func
85 func (f failPermFS) Open(name string) (fs.File, error) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/testlog/
Dlog.go19 Open(file string) methodSpec
58 func Open(name string) { func

12345678910>>...22