HomeSort by relevance Sort by last modified time
    Searched defs:open (Results 1 - 25 of 215) sorted by null

1 2 3 4 5 6 7 8 9

  /bionic/libc/unistd/
open.c 2 * Copyright (C) 2008 The Android Open Source Project
34 int open(const char *pathname, int flags, ...) function
  /external/webkit/WebCore/storage/
IndexedDatabaseRequest.cpp 46 void IndexedDatabaseRequest::open(const String& name, const String& description, bool modifyDatabase, ExceptionCode& exception) function in class:WebCore::IndexedDatabaseRequest
  /dalvik/libcore-disabled/sound/src/main/java/javax/sound/sampled/
SourceDataLine.java 22 void open(AudioFormat format) throws LineUnavailableException; method in interface:SourceDataLine
24 void open(AudioFormat format, int bufferSize) method in interface:SourceDataLine
TargetDataLine.java 22 void open(AudioFormat format) throws LineUnavailableException; method in interface:TargetDataLine
24 void open(AudioFormat format, int bufferSize) method in interface:TargetDataLine
Clip.java 31 void open(AudioFormat format, byte[] data, int offset, int bufferSize) method in interface:Clip
34 void open(AudioInputStream stream) throws LineUnavailableException, method in interface:Clip
Line.java 57 void open() throws LineUnavailableException; method in interface:Line
  /dalvik/libcore/nio/src/main/java/java/nio/channels/
ServerSocketChannel.java 32 * A server-socket channel is open but not bound when created by the {@code
33 * open()} method. Calling {@code accept} before bound will cause a
50 * Creates an open and unbound server-socket channel.
55 * @return the new channel which is open but unbound.
59 public static ServerSocketChannel open() throws IOException { method in class:ServerSocketChannel
DatagramChannel.java 35 * A datagram channel is open but not connected when created with the
36 * {@code open()} method. After it is connected, it will keep the connected
69 * @return the new channel which is open but not connected.
73 public static DatagramChannel open() throws IOException { method in class:DatagramChannel
Pipe.java 95 public static Pipe open() throws IOException { method in class:Pipe
Selector.java 47 public static Selector open() throws IOException { method in class:Selector
75 * Indicates whether this selector is open.
SocketChannel.java 34 * A socket channel is open but not connected when created by {@code open()}.
79 * Creates an open and unconnected socket channel.
84 * @return the new channel which is open but unconnected.
88 public static SocketChannel open() throws IOException { method in class:SocketChannel
95 * This method performs a call to {@code open()} followed by a call to
118 public static SocketChannel open(SocketAddress address) throws IOException { method in class:SocketChannel
119 SocketChannel socketChannel = open();
  /packages/inputmethods/PinyinIME/jni/share/
utf16reader.cpp 2 * Copyright (C) 2009 The Android Open Source Project
41 bool Utf16Reader::open(const char* filename, size_t buffer_len) { function in class:ime_pinyin::Utf16Reader
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/repository/
UpdaterWindow.java 2 * Copyright (C) 2009 The Android Open Source Project
47 * Creates a new window. Caller must call open(), which will block.
66 * All pages must be registered before the call to {@link #open()}.
78 * This must be called before the call to {@link #open()}.
88 * This must be called before the call to {@link #open()}.
112 public void open() { method in class:UpdaterWindow
113 mWindow.open();
  /external/webkit/WebCore/history/
CachedFrame.cpp 104 // Open the child CachedFrames in their respective FrameLoaders.
106 m_childFrames[i]->open();
165 void CachedFrame::open() function in class:WebCore::CachedFrame
168 m_view->frame()->loader()->open(*this);
  /external/webkit/WebKit/android/wds/
Connection.cpp 2 * Copyright 2008, The Android Open Source Project
44 bool Socket::open() { function in class:android::WDS::Socket
54 if (!m_socket.open())
  /frameworks/base/core/java/android/os/
ConditionVariable.java 2 * Copyright (C) 2006 The Android Open Source Project
25 * open(), close() and block() are sticky. If open() is called before block(),
56 * Open the condition, and release all threads that are blocked.
62 public void open() method in class:ConditionVariable
77 * Any threads that call block() will block until someone calls open.
  /frameworks/base/libs/surfaceflinger/
Barrier.h 2 * Copyright (C) 2007 The Android Open Source Project
31 void open() { function in class:android::Barrier
  /packages/apps/Email/src/com/android/email/mail/transport/
ExchangeSender.java 2 * Copyright (C) 2009 The Android Open Source Project
44 public void open() { method in class:ExchangeSender
  /sdk/draw9patch/src/com/android/draw9patch/ui/action/
OpenAction.java 2 * Copyright (C) 2008 The Android Open Source Project
27 public static final String ACTION_NAME = "open";
32 putValue(NAME, "Open 9-patch...");
33 putValue(SHORT_DESCRIPTION, "Open...");
34 putValue(LONG_DESCRIPTION, "Open 9-patch...");
41 executeBackgroundTask(frame.open(null));
  /external/apache-http/src/org/apache/http/impl/conn/
AbstractPooledConnAdapter.java 114 public void open(HttpRoute route, method in class:AbstractPooledConnAdapter
119 poolEntry.open(route, context, params);
  /sdk/ddms/app/src/com/android/ddms/
AboutDialog.java 3 ** Copyright 2007, The Android Open Source Project
62 public void open() { method in class:AboutDialog
71 shell.open();
133 label.setText("Copyright 2007, The Android Open Source Project");
  /external/apache-http/src/org/apache/http/conn/
ManagedClientConnection.java 67 * The return value is well-defined only while the connection is open.
68 * It may change even while the connection is open.
89 * If this connection is open, and the underlying socket is an
110 * @param route the route along which to open. It will be opened to
117 void open(HttpRoute route, HttpContext context, HttpParams params) method in interface:ManagedClientConnection
124 * The route is the one previously passed to {@link #open open}.
173 * The route is the one previously passed to {@link #open open}.
  /external/stlport/stlport/stl/
_messages_facets.h 63 catalog open(const string& __fn, const locale& __loc) const function in class:messages
96 inline catalog open(const string& __fn, const locale& __loc) const function in class:messages
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
ofstream.h 27 inline void open (const char* filename, openmode mode = out) { m_File.open (filename, mode); clear (m_File.rdstate()); } function in class:ustl::ofstream
55 inline void open (const char* filename, openmode mode = in) { m_File.open (filename, mode); clear (m_File.rdstate()); } function in class:ustl::ifstream
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/
AvdManagerAction.java 2 * Copyright (C) 2009 The Android Open Source Project
63 window.open();

Completed in 424 milliseconds

1 2 3 4 5 6 7 8 9