/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
dumbdbm.py | 28 _open = __builtin__.open 225 def open(file, flag=None, mode=0666): function 226 """Open the database file, filename, and return corresponding object.
|
pipes.py | 12 from a disk file or from an open file, and similar for its output. 50 To open a file for reading or writing through a conversion pipeline: 51 fp = t.open(file, mode) 53 for the built-in function open() or for os.popen(). 152 def open(self, file, rw): member in class:Template 153 """t.open(file, rw) returns a pipe or file object open for 160 'Template.open: rw must be \'r\' or \'w\', not %r' % (rw,) 164 t.open(file, 'r') and t.open(file, 'w') respectively."" [all...] |
posixfile.py | 3 f = posixfile.open(filename, [mode, [bufsize]]) 62 states = ['open', 'closed'] 76 def open(self, name, mode='r', bufsize=-1): member in class:_posixfile_ 78 return self.fileopen(__builtin__.open(name, mode, bufsize)) 220 def open(name, mode='r', bufsize=-1): function 221 """Public routine to open a file as a posixfile object.""" 222 return _posixfile_().open(name, mode, bufsize)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/ |
ExportWizardAction.java | 2 * Copyright (C) 2008 The Android Open Source Project 83 dialog.open();
|
/system/core/libutils/ |
Tokenizer.cpp | 2 * Copyright (C) 2010 The Android Open Source Project 54 status_t Tokenizer::open(const String8& filename, Tokenizer** outTokenizer) { function in class:android::Tokenizer 58 int fd = ::open(filename.string(), O_RDONLY);
|
/packages/apps/Email/src/com/android/email/mail/transport/ |
SmtpSender.java | 2 * Copyright (C) 2008 The Android Open Source Project 83 public void open() throws MessagingException { method in class:SmtpSender 85 mTransport.open(); 168 open(); method
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/ |
CameraTestThread.java | 2 * Copyright 2013 The Android Open Source Project 56 startDone.open();
|
/development/tutorials/NotepadCodeLab/Notepadv1/src/com/android/demo/notepad1/ |
NotesDbAdapter.java | 92 * Open the notes database. If it cannot be opened, try to create a new 100 public NotesDbAdapter open() throws SQLException { method in class:NotesDbAdapter
|
/development/tutorials/NotepadCodeLab/Notepadv1Solution/src/com/android/demo/notepad1/ |
NotesDbAdapter.java | 92 * Open the notes database. If it cannot be opened, try to create a new 100 public NotesDbAdapter open() throws SQLException { method in class:NotesDbAdapter
|
/development/tutorials/NotepadCodeLab/Notepadv2/src/com/android/demo/notepad2/ |
Notepadv2.java | 47 mDbHelper.open();
|
NotesDbAdapter.java | 92 * Open the notes database. If it cannot be opened, try to create a new 100 public NotesDbAdapter open() throws SQLException { method in class:NotesDbAdapter
|
/development/tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/ |
NotesDbAdapter.java | 92 * Open the notes database. If it cannot be opened, try to create a new 100 public NotesDbAdapter open() throws SQLException { method in class:NotesDbAdapter
|
/development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/ |
NotesDbAdapter.java | 92 * Open the notes database. If it cannot be opened, try to create a new 100 public NotesDbAdapter open() throws SQLException { method in class:NotesDbAdapter
|
/development/tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/ |
NoteEdit.java | 37 mDbHelper.open();
|
Notepadv3.java | 47 mDbHelper.open();
|
NotesDbAdapter.java | 92 * Open the notes database. If it cannot be opened, try to create a new 100 public NotesDbAdapter open() throws SQLException { method in class:NotesDbAdapter
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
GrammarSerializerFoo.java | 58 public void open(String filename) throws IOException { method in class:GrammarSerializerFoo
|
/external/apache-http/src/org/apache/http/impl/ |
SocketHttpClientConnection.java | 60 private volatile boolean open; field in class:SocketHttpClientConnection 68 if (this.open) { 69 throw new IllegalStateException("Connection is already open"); 74 if (!this.open) { 75 throw new IllegalStateException("Connection is not open"); 111 this.open = true; 115 return this.open; 180 this.open = false; 188 if (!this.open) { 191 this.open = false [all...] |
SocketHttpServerConnection.java | 60 private volatile boolean open; field in class:SocketHttpServerConnection 68 if (this.open) { 69 throw new IllegalStateException("Connection is already open"); 74 if (!this.open) { 75 throw new IllegalStateException("Connection is not open"); 109 this.open = true; 117 return this.open; 178 this.open = false; 186 if (!this.open) { 189 this.open = false [all...] |
/external/apache-http/src/org/apache/http/impl/conn/ |
AbstractPoolEntry.java | 130 * @param route the route along which to open the connection 136 public void open(HttpRoute route, method in class:AbstractPoolEntry 150 throw new IllegalStateException("Connection already open."); 184 } // open 208 throw new IllegalStateException("Connection not open."); 253 throw new IllegalStateException("Connection not open."); 282 throw new IllegalStateException("Connection not open."); 313 * If {@link #open(HttpRoute, HttpContext, HttpParams)} is in progress, 314 * this will cause that open to possibly throw an {@link IOException}.
|
/external/bluetooth/bluedroid/bta/include/ |
bta_pan_api.h | 90 tBTA_PAN_STATUS status; /* status of open event */ 106 tBTA_PAN_OPEN open; /* Connection has been opened. */ member in union:__anon537 172 ** When connection is open callback function is called
|
/external/bluetooth/bluedroid/stack/mcap/ |
mca_main.c | 344 ** for the channel and sends it an open event. 353 tMCA_OPEN open; local 358 open.peer_mtu = p_tbl->peer_mtu; 359 open.lcid = p_tbl->lcid; 362 open.param = MCA_INT; 365 open.param = MCA_ACP; 368 /* if control channel, notify ccb that channel open */ 373 mca_ccb_event(p_ccb, MCA_CCB_LL_OPEN_EVT, (tMCA_CCB_EVT *)&open); 375 /* must be data channel, notify dcb that channel open */ 384 mca_dcb_event(p_dcb, MCA_DCB_TC_OPEN_EVT, (tMCA_DCB_EVT *) &open); [all...] |
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
AndroidProtocolHandler.java | 35 * Open an InputStream for an Android resource. 43 public static InputStream open(Context context, String url) { method in class:AndroidProtocolHandler 113 Log.e(TAG, "Unable to open resource URL: " + uri, e); 116 Log.e(TAG, "Unable to open resource URL: " + uri, e); 119 Log.e(TAG, "Unable to open resource URL: " + uri, e); 131 return assets.open(path, AssetManager.ACCESS_STREAMING); 133 Log.e(TAG, "Unable to open asset URL: " + uri); 143 Log.e(TAG, "Unable to open content URL: " + uri);
|
/external/compiler-rt/BlocksRuntime/tests/ |
testfilerunner.h | 4 // This file is distributed under the University of Illinois Open Source 91 bool open; // this problem is still open - e.g. unresolved variable 99 @property bool hasObjC, hasRR, hasGC, hasCPlusPlus, wantsC99, supposedToNotCompile, open, wants32, wants64; variable
|
/external/jmonkeyengine/engine/src/core/com/jme3/audio/ |
AudioStream.java | 55 protected boolean open = false; field in class:AudioStream 76 open = true; 90 if (!open) 170 * @return Whether the stream is open or not. Reading from a closed 174 return open; 183 if (in != null && open){ 188 open = false;
|