HomeSort by relevance Sort by last modified time
    Searched defs:open (Results 51 - 75 of 1681) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/apache-harmony/support/src/test/java/tests/support/
Support_ServerSocket.java 33 public void open() throws IOException; method in interface:Support_ServerSocket
  /external/libese/third_party/NXPNFC_P61_JCOP_Kit/include/
IChannel.h 25 ** Function: Open
32 INT16 (*open)(); member in struct:IChannel
  /external/libxml2/win32/wince/
wincecompat.c 15 "","File exists","Cross-device link","","","","Invalid argument","","Too many open files",
32 int open(const char *filename,int oflag, ...) function
  /external/python/cpython2/Lib/idlelib/
FileList.py 17 def open(self, filename, action=None): member in class:FileList
33 # Don't create window, perform 'action', e.g. open in same window
39 edit = self.open(filename)
87 "You now have multiple edit windows open for %r" % (filename,),
117 flist.open(filename)
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/CodeWarrior/
Required.py 20 def open(self, _object, _attributes={}, **_arguments): member in class:Required_Events
21 """open: Open the specified object(s)
22 Required argument: list of objects to open
43 'yes' : 'yes ', # Convert the project if necessary on open
44 'no' : 'no ', # Do not convert the project if needed on open
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Explorer/
Required_Suite.py 16 def open(self, _object, _attributes={}, **_arguments): member in class:Required_Suite_Events
17 """open: Open documents
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Netscape/
Required_suite.py 16 def open(self, _object, _attributes={}, **_arguments): member in class:Required_suite_Events
17 """open: Open the specified object(s)
18 Required argument: list of objects to open
  /external/python/cpython3/Lib/dbm/
__init__.py 6 d = dbm.open(file, 'w', 0o666)
30 __all__ = ['open', 'whichdb', 'error']
53 def open(file, flag='r', mode=0o666): function
54 """Open or create database at path given by *file*.
68 mod = __import__(name, fromlist=['open'])
85 raise error[0]("need 'c' or 'n' flag to open new db")
94 return mod.open(file, flag, mode)
98 """Guess which db package to use to open a db file.
112 f = io.open(filename + ".pag", "rb")
114 f = io.open(filename + ".dir", "rb"
    [all...]
  /external/python/cpython3/Lib/idlelib/
filelist.py 18 def open(self, filename, action=None): member in class:FileList
34 # Don't create window, perform 'action', e.g. open in same window
45 edit = self.open(filename)
93 "You now have multiple edit windows open for %r" % (filename,),
123 flist.open(filename)
  /external/python/cpython3/Lib/test/
test_bufio.py 16 # Write s + "\n" + s to file, then open it and ensure that successive
19 # Ensure we can open TESTFN for writing.
24 f = self.open(support.TESTFN, "wb")
31 f = open(support.TESTFN, "rb")
66 open = io.open variable in class:CBufferSizeTest
69 open = staticmethod(pyio.open) variable in class:PyBufferSizeTest
  /external/skia/tools/trace/
SkDebugfTracer.cpp 67 bool open = (phase == TRACE_EVENT_PHASE_COMPLETE); local
68 if (open) {
  /external/skqp/tools/trace/
SkDebugfTracer.cpp 67 bool open = (phase == TRACE_EVENT_PHASE_COMPLETE); local
68 if (open) {
  /frameworks/av/media/img_utils/src/
ByteArrayOutput.cpp 2 * Copyright 2014 The Android Open Source Project
28 status_t ByteArrayOutput::open() { function in class:android::img_utils::ByteArrayOutput
FileOutput.cpp 2 * Copyright 2014 The Android Open Source Project
28 ALOGW("%s: Destructor called with %s still open.", __FUNCTION__, mPath.string());
33 status_t FileOutput::open() { function in class:android::img_utils::FileOutput
35 ALOGW("%s: Open called when file %s already open.", __FUNCTION__, mPath.string());
40 ALOGE("%s: Could not open file %s", __FUNCTION__, mPath.string());
49 ALOGE("%s: Could not write file %s, file not open.", __FUNCTION__, mPath.string());
  /frameworks/av/media/libaaudio/src/utility/
FixedBlockReader.cpp 2 * Copyright (C) 2017 The Android Open Source Project
30 int32_t FixedBlockReader::open(int32_t bytesPerFixedBlock) { function in class:FixedBlockReader
31 int32_t result = FixedBlockAdapter::open(bytesPerFixedBlock);
  /frameworks/av/services/audioflinger/
SpdifStreamOut.cpp 3 ** Copyright 2015, The Android Open Source Project
46 status_t SpdifStreamOut::open( function in class:android::SpdifStreamOut
70 ALOGE("ERROR SpdifStreamOut::open() unrecognized format 0x%08X\n",
81 // Print before open() because HAL may modify customConfig.
82 ALOGI("SpdifStreamOut::open() AudioFlinger requested"
87 ALOGI("SpdifStreamOut::open() HAL configured for"
93 status_t status = AudioStreamOut::open(
99 ALOGI("SpdifStreamOut::open() status = %d", status);
  /frameworks/layoutlib/bridge/src/android/content/res/
AssetManager_Delegate.java 2 * Copyright (C) 2014 The Android Open Source Project
36 public static InputStream open(AssetManager mgr, String fileName) throws IOException { method in class:AssetManager_Delegate
41 public static InputStream open(AssetManager mgr, String fileName, int accessMode) method in class:AssetManager_Delegate
  /libcore/ojluni/src/main/java/java/nio/channels/
AsynchronousServerSocketChannel.java 38 * {@link #open open} method of this class.
39 * A newly-created asynchronous server-socket channel is open but not yet bound.
75 * AsynchronousServerSocketChannel.open().bind(new InetSocketAddress(5000));
140 public static AsynchronousServerSocketChannel open(AsynchronousChannelGroup group) method in class:AsynchronousServerSocketChannel
155 * open((AsynchronousChannelGroup)null);
163 public static AsynchronousServerSocketChannel open() method in class:AsynchronousServerSocketChannel
166 return open(null);
Pipe.java 154 public static Pipe open() throws IOException { method in class:Pipe
  /packages/apps/Calendar/src/com/android/calendar/
CloudNotificationBackplane.java 2 * Copyright (C) 2013 The Android Open Source Project
25 public boolean open(Context context); method in interface:CloudNotificationBackplane
  /packages/apps/Camera2/src/com/android/camera/device/
SingleDeviceLifecycle.java 2 * Copyright (C) 2015 The Android Open Source Project
24 * Lifecycle for a single device from open to close.
41 * an open and ready state.
43 public void open(); method in interface:SingleDeviceLifecycle
  /packages/apps/Camera2/src/com/android/camera/one/v1/
LegacyOneCameraOpenerImpl.java 2 * Copyright (C) 2014 The Android Open Source Project
47 public void open( method in class:LegacyOneCameraOpenerImpl
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
messages_members.h 70 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, function in class:messages
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
messages_members.h 70 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, function in class:messages
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
messages_members.h 53 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, function in class:messages

Completed in 319 milliseconds

1 23 4 5 6 7 8 91011>>