Searched defs:opened (Results 1 - 25 of 35) sorted by last modified time

12

/external/robolectric/lib/main/
H A Dh2-1.2.147.jar ... void init (java.lang.String) public abstract void opened () public abstract void diskSpaceIsLow () public abstract void exceptionThrown (java. ...
/external/qemu/distrib/sdl-1.2.15/src/audio/
H A DSDL_sysaudio.h76 int opened; member in struct:SDL_AudioDevice
/external/qemu/distrib/sdl-1.2.15/src/joystick/
H A DSDL_joystick.c182 * Returns 1 if the joystick has been opened, or 0 if it has not.
186 int i, opened; local
188 opened = 0;
191 opened = 1;
195 return(opened);
203 SDL_SetError("Joystick hasn't been opened yet");
212 * Get the device index of an opened joystick.
352 * Close a joystick previously opened with SDL_JoystickOpen()
/external/qemu/include/sysemu/
H A Dchar.h74 int opened; member in struct:CharDriverState
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/libnfc-nci/src/nfa/include/
H A Dnfa_hci_api.h48 #define NFA_HCI_OPEN_PIPE_EVT 0x06 /* Pipe is opened / could not open */
76 #define NFA_HCI_PIPE_OPENED 0x01 /* Pipe is opened */
255 tNFA_HCI_OPEN_PIPE opened; /* NFA_HCI_OPEN_PIPE_EVT */ member in union:__anon24049
423 ** When the dynamic pipe is opened (or
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/fio/
H A Dio_u.c967 int opened = 0; local
993 opened = 1;
1000 if (opened)
1015 int opened = 0; local
1042 opened = 1;
1050 if (opened)
/external/elfutils/0.153/src/
H A Dld.h103 opened, enumerator in enum:usedfiles::__anon21290
307 parameter describes the file to be opened, the last one is the
789 /* File descriptor opened for the output file. */
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/e2fsprogs/lib/blkid/
H A Dsave.c61 const char *opened = NULL; local
100 opened = tmp;
108 opened = filename;
113 filename, opened));
134 if (opened != filename) {
136 unlink(opened);
138 printf("unlinked temp cache %s\n", opened));
149 rename(opened, filename);
151 printf("moved temp cache %s\n", opened));
/external/doclava/res/assets/templates/
H A Ddiff.cs37 .handle-opened { property
38 background-image: url("<?cs var:triangle.opened ?>");
69 $(tr).children(".handle").addClass("handle-opened");
77 $(tr).children(".handle").removeClass("handle-opened");
96 $(tr).children(".handle").addClass("handle-opened");
104 $(tr).children(".handle").removeClass("handle-opened");
134 <td class="handle handle-opened">&nbsp;</td>
154 <td class="handle handle-opened">&nbsp;</td>
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DDatabase.h85 bool opened() const { return m_opened; } function in class:blink::FINAL
H A DSQLTransactionBackend.cpp485 if (m_database->opened()) { function
/external/chromium_org/third_party/fuzzymatch/
H A Dfuzzymatch.c140 PIX *opened = pixOr(NULL, hopened, vopened); local
145 pixCountPixels(opened, &count, NULL);
149 PIX *d1 = pixDilateBrick(NULL, opened, 7, 7);
150 PIX *d2 = pixDilateBrick(NULL, opened, 3, 3);
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
H A Dfake_pepper_interface_html5_fs.cc28 FakeFileSystemResource() : filesystem(NULL), opened(false) {}
33 bool opened; member in class:__anon8950::FakeFileSystemResource
469 if (!file_system_resource->opened)
694 file_system_resource->opened = true;
/external/chromium_org/storage/browser/quota/
H A Dquota_database.cc453 bool opened = false; local
455 opened = db_->OpenInMemory();
459 opened = db_->Open(db_file_path_);
460 if (opened)
464 if (!opened || !EnsureDatabaseVersion()) {
/external/chromium_org/media/audio/win/
H A Daudio_output_win_unittest.cc213 // Test that it can be opened and closed.
478 bool opened = oas->Open(); local
479 if (!opened) {
/external/chromium_org/content/browser/appcache/
H A Dappcache_database.cc1012 bool opened = false; local
1014 opened = db_->OpenInMemory();
1018 opened = db_->Open(db_file_path_);
1019 if (opened)
1023 if (!opened || !db_->QuickIntegrityCheck() || !EnsureDatabaseVersion()) {
/external/chromium_org/content/browser/download/
H A Ddownload_item_impl.cc22 // auto-opened.
127 bool opened,
160 opened_(opened),
798 void DownloadItemImpl::SetOpened(bool opened) { argument
799 opened_ = opened;
1411 // we still need to set it auto-opened so that it can be removed from the
110 DownloadItemImpl(DownloadItemImplDelegate* delegate, uint32 download_id, const base::FilePath& current_path, const base::FilePath& target_path, const std::vector<GURL>& url_chain, const GURL& referrer_url, const std::string& mime_type, const std::string& original_mime_type, const base::Time& start_time, const base::Time& end_time, const std::string& etag, const std::string& last_modified, int64 received_bytes, int64 total_bytes, DownloadItem::DownloadState state, DownloadDangerType danger_type, DownloadInterruptReason interrupt_reason, bool opened, const net::BoundNetLog& bound_net_log) argument

Completed in 572 milliseconds

12