/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/android/ |
storage_manager.h | 33 * as the status for callbacks made during asynchronous OBB actions. 39 * as the status for callbacks made during asynchronous OBB actions. 46 * during asynchronous OBB actions. 52 * status for callbacks made during asynchronous OBB actions. 59 * callbacks made during asynchronous OBB actions. 65 * returned as the status for callbacks made during asynchronous OBB 72 * callbacks made during asynchronous OBB actions. 80 * asynchronous OBB actions. 96 * Callback function for asynchronous calls made on OBB files. 101 * Attempts to mount an OBB file. This is an asynchronous operation [all...] |
/external/chromium_org/third_party/WebKit/ManualTests/ |
print-after-window-close.html | 3 var w = window.open("data:text/html,Loading a data URL is asynchronous, so this text shouldn't appear. But it's most important to check that there is no crash after dismissing the print sheet.");
|
/external/chromium_org/third_party/sqlite/src/ext/async/ |
README.txt | 26 With asynchronous I/O, write requests are handled by a separate thread 32 Asynchronous I/O appears to give better responsiveness, but at a price. 35 safely on disk. With the asynchronous I/O, this is not the case. If 37 write but before the asynchronous write thread has completed, then the 41 You lose Durability with asynchronous I/O, but you still retain the 47 Asynchronous I/O works by creating a special SQLite "vfs" structure 53 When files opened with the asynchronous vfs are read from 64 In order to gain experience with the main ideas surrounding asynchronous 79 implementation of asynchronous IO may access a single database 83 using the asynchronous backend [all...] |
sqlite3async.h | 25 ** is using the asynchronous IO VFS. 34 ** function related to a database handle that uses the asynchronous IO VFS. 38 ** Initialize the asynchronous IO VFS and register it with SQLite using 39 ** sqlite3_vfs_register(). If the asynchronous VFS is already initialized 40 ** and registered, this function is a no-op. The asynchronous IO VFS 43 ** The asynchronous IO VFS does not make operating system IO requests 53 ** asynchronous IO VFS is registered as the default VFS for all SQLite 54 ** database connections within the process. Otherwise, the asynchronous IO 64 ** of these cases, intialization has failed and the asynchronous IO VFS 72 ** This function unregisters the asynchronous IO VFS using [all...] |
/external/chromium/net/disk_cache/ |
file.h | 18 // This interface is used to support asynchronous ReadData and WriteData calls. 28 // Simple wrapper around a file that allows asynchronous operations. 37 // the Init() call. No asynchronous operations can be performed with this 55 // Performs asynchronous IO. callback will be called when the IO completes, 73 // Performs the actual asynchronous write. If notify is set and there is no 81 base::PlatformFile platform_file_; // Regular, asynchronous IO handle.
|
/external/chromium_org/chrome/test/chromedriver/js/ |
execute_async_script.js | 17 * Dictionary key for asynchronous script info. 23 * Return the information of asynchronous script execution. 25 * @return {Object.<string, ?>} Information of asynchronous script execution. 34 * Execute the given script and save its asynchronous result. 39 * @param {string} script The asynchronous script to be executed. The script 42 * function to invoke to report the asynchronous result.
|
/external/bison/m4/ |
sig_atomic_t.m4 | 12 accessed atomically even in the presence of asynchronous signals.])],
|
/external/chromium_org/android_webview/browser/ |
net_disk_cache_remover.h | 16 // Clear all http disk cache for this renderer. This method is asynchronous and
|
find_helper.h | 34 // Asynchronous API. 41 // Methods valid in both synchronous and asynchronous modes. 57 // verification in asynchronous calls.
|
/external/tcpdump/ |
gmpls.c | 78 { 5, "Asynchronous mapping of E4"}, 79 { 6, "Asynchronous mapping of DS3/T3"}, 80 { 7, "Asynchronous mapping of E3"}, 83 { 10, "Asynchronous mapping of DS2/T2"}, 86 { 13, "Asynchronous mapping of E1"}, 89 { 16, "Asynchronous mapping of DS1/T1"}, 95 { 22, "DS1 SF Asynchronous"}, 96 { 23, "DS1 ESF Asynchronous"}, 97 { 24, "DS3 M23 Asynchronous"}, 98 { 25, "DS3 C-Bit Parity Asynchronous"}, [all...] |
/external/chromium_org/net/disk_cache/ |
file.h | 20 // This interface is used to support asynchronous ReadData and WriteData calls. 31 // Simple wrapper around a file that allows asynchronous operations. 40 // the Init() call. No asynchronous operations can be performed with this 58 // Performs asynchronous IO. callback will be called when the IO completes, 80 // Performs the actual asynchronous write. If notify is set and there is no 92 base::PlatformFile platform_file_; // Regular, asynchronous IO handle.
|
/external/chromium_org/chrome/common/extensions/docs/examples/tutorials/analytics/ |
popup.js | 11 * Below is a modified version of the Google Analytics asynchronous tracking 31 * Track a click on a button using the asynchronous tracking API. 34 * for information on how to use the asynchronous tracking API.
|
/development/samples/USB/AdbTest/ |
README.txt | 11 - Asynchronous IO on bulk endpoint
|
/external/chromium_org/ash/system/chromeos/network/ |
network_observer.h | 19 // NOTE: Toggling is asynchronous and subsequent calls to query the current
|
/external/chromium_org/remoting/codec/ |
video_encoder.h | 19 // interface is asynchronous to enable maximum throughput.
|
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/ |
DOMFileSystemBase.h | 64 Asynchronous, 107 void getMetadata(const EntryBase*, PassOwnPtr<MetadataCallback>, PassOwnPtr<ErrorCallback>, SynchronousType = Asynchronous); 108 void move(const EntryBase* source, EntryBase* parent, const String& name, PassOwnPtr<EntryCallback>, PassOwnPtr<ErrorCallback>, SynchronousType = Asynchronous); 109 void copy(const EntryBase* source, EntryBase* parent, const String& name, PassOwnPtr<EntryCallback>, PassOwnPtr<ErrorCallback>, SynchronousType = Asynchronous); 110 void remove(const EntryBase*, PassOwnPtr<VoidCallback>, PassOwnPtr<ErrorCallback>, SynchronousType = Asynchronous); 111 void removeRecursively(const EntryBase*, PassOwnPtr<VoidCallback>, PassOwnPtr<ErrorCallback>, SynchronousType = Asynchronous); 113 void getFile(const EntryBase*, const String& path, const FileSystemFlags&, PassOwnPtr<EntryCallback>, PassOwnPtr<ErrorCallback>, SynchronousType = Asynchronous); 114 void getDirectory(const EntryBase*, const String& path, const FileSystemFlags&, PassOwnPtr<EntryCallback>, PassOwnPtr<ErrorCallback>, SynchronousType = Asynchronous); 115 bool readDirectory(PassRefPtr<DirectoryReaderBase>, const String& path, PassOwnPtr<EntriesCallback>, PassOwnPtr<ErrorCallback>, SynchronousType = Asynchronous);
|
/external/chromium_org/third_party/pyftpdlib/ |
README.chromium | 11 write asynchronous FTP servers with Python. Based on asyncore framework
|
/external/qemu/android/ |
async-socket.h | 26 * asynchronous socket. 28 * This is pretty basic API that allows asynchronous connection to a socket, 29 * and asynchronous read from / write to the connected socket. 31 * Since all the operations (including connection) are asynchronous, all the 35 * Since it's hard to control lifespan of an object in asynchronous environment, 41 /* Declares asynchronous socket descriptor. */ 44 /* Asynchronous socket I/O (reader, or writer) descriptor. */ 136 /* Creates an asynchronous socket descriptor. 171 /* Asynchronously connects to an asynchronous socket. 181 /* Disconnects from an asynchronous socket [all...] |
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/ |
PrepareMusicRetrieverTask.java | 22 * Asynchronous task that prepares a MusicRetriever. This asynchronous task essentially calls
|
/external/bluetooth/bluedroid/btif/co/ |
bta_sys_co.c | 35 /* if no client/server asynchronous system like linux-based OS, directly call the ci here */ 54 /* if no client/server asynchronous system like linux-based OS, directly call the ci here */
|
/external/chromium/chrome/browser/ui/cocoa/download/ |
download_item_mac.h | 44 // Asynchronous icon loading support. 48 // Callback for asynchronous icon loading.
|
/external/chromium/net/base/ |
test_completion_callback.h | 15 // tests involving asynchronous operations. Just call WaitForResult to wait 16 // for the asynchronous operation to complete.
|
/external/chromium_org/chrome/browser/autocomplete/ |
autocomplete_provider_listener.h | 13 // asynchronous query to get more matches, came up with none, and is now 16 // NOTE: Providers MUST only call this method while processing asynchronous
|
/external/chromium_org/chrome/browser/extensions/api/serial/ |
serial_io_handler_win.h | 35 // Context used for asynchronous WaitCommEvent calls. 44 // Asynchronous event mask state
|
/external/chromium_org/chrome/browser/ui/cocoa/download/ |
download_item_mac.h | 41 // Asynchronous icon loading support. 45 // Callback for asynchronous icon loading.
|