HomeSort by relevance Sort by last modified time
    Searched defs:Open (Results 26 - 50 of 297) sorted by null

12 3 4 5 6 7 8 91011>>

  /build/blueprint/pathtools/
fs.go 64 Open(name string) (io.ReadCloser, error)
76 func (osFs) Open(name string) (io.ReadCloser, error) { return os.Open(name) }
135 func (m *mockFs) Open(name string) (io.ReadCloser, error) {
147 Op: "open",
  /device/google/cuttlefish_common/common/libs/net/
network_interface_manager.cpp 2 * Copyright (C) 2017 The Android Open Source Project
77 std::unique_ptr<NetworkInterface> NetworkInterfaceManager::Open(
86 // by the kernel, because we specify IFLA_IFNAME, but open by index.
  /device/google/cuttlefish_common/common/vsoc/lib/
mock_region_view.h 4 * Copyright (C) 2017 The Android Open Source Project
51 bool Open() {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/SmmAccess/
SmmAccess.h 69 EFI_SMM_OPEN Open;
  /device/linaro/bootloader/edk2/EmulatorPkg/Include/Protocol/
EmuIoThunk.h 41 VOID *Interface; /// Only be valid after Open() is called
44 EMU_IO_THUNK_PROTOCOL_CLOSE_OPEN Open;
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
SmmAccess.h 42 @param DescriptorIndex Indicates that the driver wishes to open
65 @retval EFI_DEVICE_ERROR The given DescriptorIndex is not open.
85 @retval EFI_DEVICE_ERROR The given DescriptorIndex is not open.
120 EFI_SMM_OPEN Open; ///< Opens the SMRAM.
125 BOOLEAN OpenState; ///< Indicates the current state of the SMRAM. Set to TRUE if any region is open.
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Ppi/
SmmAccess.h 9 - Exposing the SMRAM to all non-SMM agents, or the "open" state
44 @param DescriptorIndex The region of SMRAM to Open.
94 one range is still open.
135 PEI_SMM_OPEN Open;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
SmmAccess2.h 9 - Exposing the SMRAM to all non-SMM agents, or the "open" state
115 EFI_SMM_OPEN2 Open;
124 /// Indicates the current state of the SMRAM. Set to TRUE if SMRAM is open.
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/NorthCluster/Include/Ppi/
SmmAccess.h 55 This routine accepts a request to "open" a region of SMRAM. The
57 The use of "open" means that the memory is visible from all PEIM
63 DescriptorIndex - Region of SMRAM to Open.
125 one range is still open.
161 PEI_SMM_OPEN Open;
  /external/boringssl/src/ssl/test/runner/
chacha20_poly1305.go 176 func (c *chaCha20Poly1305) Open(dst, nonce, ciphertext, additionalData []byte) ([]byte, error) {
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvwriter.cc 40 bool MkvWriter::Open(const char* filename) {
  /external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvreader.cc 28 int MkvReader::Open(const char* fileName) {
  /external/ltp/testcases/kernel/io/disktest/
io.c 111 fd_t Open(const char *filespec, const OFF_T flags)
169 fd = open(filespec, OPEN_MASK, 00600);
  /external/lzma/CPP/Common/
C_FileIO.cpp 22 _handle = ::open(name, flags, 0666);
53 bool CInFile::Open(const char *name)
60 return Open(name);
82 bool COutFile::Open(const char *name, DWORD creationDisposition)
StdOutStream.cpp 21 bool CStdOutStream::Open(const char *fileName) throw()
  /external/lzma/CPP/Windows/
FileMapping.h 21 WRes Open(DWORD
  /external/nos/host/generic/libnos/
NuggetClient.cpp 2 * Copyright (C) 2017 The Android Open Source Project
39 void NuggetClient::Open() {
  /external/opencv/
WLNonFileByteStream.cpp 51 bool WLNonFileByteStream::Open(int data_size)
  /external/python/cpython2/Lib/lib-tk/
tkFileDialog.py 25 # - initialfile: initial file (ignored by the open dialog). preserved
74 class Open(_Dialog):
75 "Ask for a filename to open"
123 "Ask for a filename to open"
125 return Open(**options).show()
133 """Ask for multiple filenames to open
139 return Open(**options).show()
144 "Ask for a filename to open, and returned the opened file"
146 filename = Open(**options).show()
148 return open(filename, mode
    [all...]
  /external/tensorflow/tensorflow/core/kernels/data/sql/
sqlite_query_connection.cc 31 Status SqliteQueryConnection::Open(const string& data_source_name,
36 "Failed to open query connection: Connection already opened.");
38 TF_RETURN_IF_ERROR(Sqlite::Open(
  /hardware/qcom/display/msm8909/libdrmutils/
drm_lib_loader.cpp 63 if (Open("libsdedrm.so")) {
78 bool DRMLibLoader::Open(const char *lib_name) {
  /hardware/qcom/display/msm8909w_3100/libdrmutils/
drm_lib_loader.cpp 63 if (Open("libsdedrm.so")) {
78 bool DRMLibLoader::Open(const char *lib_name) {
  /hardware/qcom/display/msm8998/libdrmutils/
drm_lib_loader.cpp 63 if (Open("libsdedrm.so")) {
78 bool DRMLibLoader::Open(const char *lib_name) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
tkFileDialog.py 25 # - initialfile: initial file (ignored by the open dialog). preserved
74 class Open(_Dialog):
75 "Ask for a filename to open"
123 "Ask for a filename to open"
125 return Open(**options).show()
133 """Ask for multiple filenames to open
139 return Open(**options).show()
144 "Ask for a filename to open, and returned the opened file"
146 filename = Open(**options).show()
148 return open(filename, mode
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
tkFileDialog.py 25 # - initialfile: initial file (ignored by the open dialog). preserved
74 class Open(_Dialog):
75 "Ask for a filename to open"
123 "Ask for a filename to open"
125 return Open(**options).show()
133 """Ask for multiple filenames to open
139 return Open(**options).show()
144 "Ask for a filename to open, and returned the opened file"
146 filename = Open(**options).show()
148 return open(filename, mode
    [all...]

Completed in 450 milliseconds

12 3 4 5 6 7 8 91011>>