Home
last modified time | relevance | path

Searched refs:opened (Results 1 – 25 of 331) sorted by relevance

12345678910>>...14

/external/e2fsprogs/lib/blkid/
Dsave.c61 const char *opened = NULL; in blkid_flush_cache() local
100 opened = tmp; in blkid_flush_cache()
108 opened = filename; in blkid_flush_cache()
113 filename, opened)); in blkid_flush_cache()
134 if (opened != filename) { in blkid_flush_cache()
136 unlink(opened); in blkid_flush_cache()
138 printf("unlinked temp cache %s\n", opened)); in blkid_flush_cache()
149 rename(opened, filename); in blkid_flush_cache()
151 printf("moved temp cache %s\n", opened)); in blkid_flush_cache()
/external/chromium_org/content/public/test/
Dmock_download_manager.cc27 bool opened) in CreateDownloadItemAdapter() argument
40 opened(opened) {} in CreateDownloadItemAdapter()
58 opened(rhs.opened) {} in CreateDownloadItemAdapter()
78 opened == rhs.opened); in operator ==()
107 bool opened) { in CreateDownloadItem() argument
111 danger_type, interrupt_reason, opened); in CreateDownloadItem()
Dmock_download_manager.h43 bool opened; member
60 bool opened);
113 bool opened) OVERRIDE;
/external/chromium_org/third_party/fuzzymatch/
Dfuzzymatch.c140 PIX *opened = pixOr(NULL, hopened, vopened); in main() local
145 pixCountPixels(opened, &count, NULL); in main()
149 PIX *d1 = pixDilateBrick(NULL, opened, 7, 7); in main()
150 PIX *d2 = pixDilateBrick(NULL, opened, 3, 3); in main()
/external/chromium_org/third_party/sqlite/src/test/
Dsavepoint2.test81 # transaction has been opened.
90 # Check that the database signature is as it was when "one" was opened.
109 # signature is as it was when savepoint "two" was opened.
119 # signature is as it was when savepoint "two" was opened.
136 # The transaction being committed here may have been opened normally using
137 # "BEGIN", or may have been opened using a transaction savepoint created
Dwalnoshm.test29 # WAL database is opened using heap-memory for the WAL index, the connection
75 # the above, the operation fails and the WAL file is not opened.
148 # opened, it is possible to drop back to locking_mode=NORMAL.
151 # opened, it is not.
/external/chromium_org/ppapi/api/
Dppb_file_io.idl115 * Query() queries info about the file opened by this FileIO object. The
116 * FileIO object must be opened, and there must be no other operations
129 * PP_ERROR_FAILED will be returned if the file isn't opened, and
137 * Touch() Updates time stamps for the file opened by this FileIO object.
138 * This function will fail if the FileIO object has not been opened. The
139 * FileIO object must be opened, and there must be no other operations
150 * PP_ERROR_FAILED will be returned if the file isn't opened, and
163 * The FileIO object must have been opened with read access.
192 * partial write. The FileIO object must have been opened with write access.
217 * have been opened with write access and there must be no other operations
[all …]
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DSQLTransactionBackendSync.cpp78 if (!m_database->opened()) { in executeSQL()
132 if (!m_database->opened()) { in begin()
183 …if (!m_database->opened() || (m_callback && !m_callback->handleEvent(SQLTransactionSync::from(this… in execute()
197 if (!m_database->opened()) { in commit()
/external/chromium/chrome/browser/sync/syncable/
Ddirectory_manager.cc65 bool opened = false; in OpenImpl() local
73 opened = *was_open = true; in OpenImpl()
77 if (opened) in OpenImpl()
/external/chromium_org/chrome/browser/history/
Ddownload_row.cc16 opened(false) { in DownloadRow()
51 opened(download_opened), in DownloadRow()
/external/qemu/distrib/sdl-1.2.15/src/audio/
DSDL_audio.c411 if (audio->opened) { in SDL_OpenAudio()
498 audio->opened = audio->OpenAudio(audio, &audio->spec)+1; in SDL_OpenAudio()
500 if ( ! audio->opened ) { in SDL_OpenAudio()
548 switch (audio->opened) { in SDL_OpenAudio()
641 if ( audio->opened ) { in SDL_AudioQuit()
643 audio->opened = 0; in SDL_AudioQuit()
/external/chromium/chrome/browser/download/
Ddownload_item.h277 void set_opened(bool opened) { opened_ = opened; } in set_opened() argument
278 bool opened() const { return opened_; } in opened() function
/external/chromium_org/chrome/browser/download/
Ddownload_history_unittest.cc54 EXPECT_EQ(left.opened, right.opened); in CheckInfoEqual()
255 infos->at(index).opened); in ExpectWillQueryDownloads()
373 bool opened, in InitItem() argument
397 info->opened = opened; in InitItem()
429 EXPECT_CALL(item(index), GetOpened()).WillRepeatedly(Return(opened)); in InitItem()
489 info.opened = true; in TEST_F()
520 info.opened = true; in TEST_F()
616 info.opened = true; in TEST_F()
794 info.opened = true; in TEST_F()
/external/chromium_org/chrome/common/extensions/api/
Dhangouts_private.idl22 // user otherwise the hangout will not be opened.
33 // Fired when Chrome wants to request a new hangout be opened up with a
Dserial.idl27 // loaded, any serial connections previously opened with persistent=true
37 // The requested bitrate of the connection to be opened. For compatibility
238 // |callback| : Called when the connection has been opened.
244 // |connectionId| : The id of the opened connection.
252 // |connectionId| : The id of the opened connection.
257 // |connectionId| : The id of the opened connection.
266 // |connectionId| : The id of the opened connection.
270 // Retrieves the list of currently opened serial port connections owned by
/external/doclava/res/assets/templates/
Dtrailer.cs1 </div> <!-- end body-content --> <?cs # normally opened by header.cs ?>
/external/bluetooth/bluedroid/btif/co/
Dbta_av_co.c124 BOOLEAN opened; /* opened */ member
333 if (p_peer->opened) in bta_av_co_audio_disc_res()
385 p_peer->opened, p_peer->num_snks, p_peer->num_rx_snks, p_peer->num_sup_snks); in bta_av_co_audio_getconfig()
540 if (p_peer->opened) in bta_av_co_audio_setconfig()
661 p_peer->opened = TRUE; in bta_av_co_audio_open()
1142 if (p_peer->opened) in bta_av_co_audio_codec_supported()
1347 if (p_peer->opened) in bta_av_co_audio_get_sbc_config()
/external/qemu/distrib/sdl-1.2.15/src/joystick/
DSDL_joystick.c186 int i, opened; in SDL_JoystickOpened() local
188 opened = 0; in SDL_JoystickOpened()
191 opened = 1; in SDL_JoystickOpened()
195 return(opened); in SDL_JoystickOpened()
/external/chromium_org/chrome/browser/ui/cocoa/download/
Ddownload_shelf_controller.mm34 // 1) An item on the shelf has just been opened or removed.
35 // 2) All remaining items on the shelf have been opened in the past.
40 // shelf item being opened or removed. If an item is opened and then the
45 // download is marked as "opened" for these purposes. If the shelf is later
47 // even if that download was never actually clicked on and opened.
207 // been opened, we can close the shelf.
383 // Treat the item as opened when we close. This way if we get shown again
426 // been opened.
/external/chromium_org/webkit/browser/quota/
Dquota_database.cc452 bool opened = false; in LazyOpen() local
454 opened = db_->OpenInMemory(); in LazyOpen()
458 opened = db_->Open(db_file_path_); in LazyOpen()
459 if (opened) in LazyOpen()
463 if (!opened || !EnsureDatabaseVersion()) { in LazyOpen()
/external/chromium_org/content/test/data/accessibility/
Dmodal-dialog-in-iframe-opened-expected-mac.txt3 AXStaticText AXValue='Test for modal dialog opened in an iframe. '
Dmodal-dialog-in-iframe-opened-expected-win.txt3 ROLE_SYSTEM_TEXT name='Test for modal dialog opened in an iframe. ' READONLY
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_folder_hover_state_unittest.mm47 // Test transition from opening to opened.
56 // Test transition from opening to opened.
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_folder_hover_state_unittest.mm47 // Test transition from opening to opened.
57 // Test transition from opening to opened.
/external/chromium_org/content/child/npapi/
Dplugin_stream_url.cc101 bool opened = Open(mime_type, in DidReceiveResponse() local
106 if (!opened) { in DidReceiveResponse()

12345678910>>...14