/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/mips-r2/ |
crtbeginS.o | |
crtbeginT.o | |
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/ |
crtbegin.o | |
crtbeginS.o | |
crtbeginT.o | |
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/ |
crtbegin.o | |
crtbeginT.o | |
/external/chromium_org/chrome/browser/ui/views/ |
load_complete_listener.h | 14 // load has been completed. This is particularly useful for triggering 20 // Invoked when initial page load has completed. 39 // Delegate to be notified after the first page load has completed.
|
/external/chromium_org/chrome_frame/ |
custom_sync_call_context.cc | 14 void CreateExternalTabContext::Completed( 28 void BeginNavigateContext::Completed( 39 void UnloadContext::Completed(bool should_unload) {
|
custom_sync_call_context.h | 25 void Completed(HWND chrome_window, HWND tab_window, int tab_handle, 41 void Completed(AutomationMsg_NavigationResponseValues response); 55 void Completed(bool should_unload);
|
/external/smack/src/org/apache/qpid/management/common/sasl/ |
PlainSaslClient.java | 37 private boolean completed; field in class:PlainSaslClient 46 completed = false; 60 if (completed) 63 "completed"); 65 completed = true; 108 return completed; 113 if (completed) { 118 "completed"); 124 if (completed) 132 "completed"); [all...] |
/external/chromium_org/third_party/WebKit/public/platform/ |
WebFileSystem.h | 63 // is completed successfully. WebFileSystemCallbacks::didFail() must be 70 // file type) when the operation is completed successfully. 76 // is completed successfully. WebFileSystemCallbacks::didFail() must be 83 // WebFileSystemCallbacks::didSucceed() must be called when the operation is completed successfully. 88 // WebFileSystemCallbacks::didSucceed() must be called when the operation is completed successfully. 94 // WebFileSystemCallbacks::didSucceed() must be called when the operation is completed successfully. 99 // WebFileSystemCallbacks::didSucceed() must be called when the operation is completed successfully. 105 // WebFileSystemCallbacks::didReadMetadata() must be called with a valid metadata when the retrieval is completed successfully. 115 // WebFileSystemCallbacks::didSucceed() must be called when the operation is completed successfully. 125 // the operation is completed successfully [all...] |
/external/libnfc-nci/src/nfa/include/ |
nfa_rw_api.h | 179 ** search operation has completed, or if an error occurs, the app will be 233 ** operation has completed, or if an error occurs, the app will be notified with 252 ** operation has completed, or if an error occurs, the app will be notified with 271 ** operation has completed, or if an error occurs, the app will be notified with 290 ** operation has completed, or if an error occurs, the app will be notified with 312 ** operation has completed, or if an error occurs, the app will be notified with 331 ** operation has completed, or if an error occurs, the app will be notified with 350 ** operation has completed, or if an error occurs, the app will be notified with 371 ** operation has completed, or if an error occurs, the app will be notified with 389 ** When the write operation has completed (or if an error occurs), th [all...] |
/external/oprofile/events/mips/1004K/ |
events.h | 5 "1-0 Instructions completed"}, 9 "2-0 Branch instructions (whether completed or mispredicted)"}, 29 "14-0 Integer instructions completed"}, 31 "15-0 Load instructions completed (including FP)"}, 33 "16-0 J/JAL instructions completed"}, 35 "17-0 no-ops completed, ie instructions writing $0"}, 39 "19-0 SC instructions completed"}, 41 "20-0 PREFETCH instructions completed"}, 53 "26-0 DSP instructions completed"}, 67 "34-0 Fork instructions completed"}, [all...] |
/external/oprofile/events/mips/34K/ |
events.h | 5 "1-0 Instructions completed"}, 9 "2-0 Branch instructions (whether completed or mispredicted)"}, 29 "14-0 Integer instructions completed"}, 31 "15-0 Load instructions completed (including FP)"}, 33 "16-0 J/JAL instructions completed"}, 35 "17-0 no-ops completed, ie instructions writing $0"}, 39 "19-0 SC instructions completed"}, 41 "20-0 PREFETCH instructions completed"}, 53 "26-0 DSP instructions completed"}, 67 "34-0 Fork instructions completed"}, [all...] |
/development/host/windows/usb/api/ |
adb_io_completion.h | 75 until the operation has been completed. If this parameter is false
78 @return true if I/O has been completed or false on failure or if request
79 is not yet completed. If false is returned GetLastError() provides
81 ERROR_IO_INCOMPLETE it means that I/O is not yet completed.
92 /** \brief Checks if I/O that this object represents has completed.
94 @return true if I/O has been completed or false if it's still
|
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
picasa_file_util_unittest.cc | 136 bool* completed, base::PlatformFileError error, 139 DCHECK(!*completed); 140 *completed = !has_more && error == base::PLATFORM_FILE_OK; 148 bool* completed) { 150 DCHECK(completed); 154 completed)); 296 bool completed = false; local 297 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); local 299 ASSERT_TRUE(completed); 342 bool completed = false local 343 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); local 351 bool completed = false; local 352 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); local 430 bool completed = false; local 431 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); local 449 bool completed = false; local 450 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); local 569 bool completed = false; local 570 ReadDirectoryTestHelper(operation_runner(), url, &contents, &completed); local [all...] |
/external/chromium_org/chrome/browser/ |
pepper_flash_settings_manager.h | 70 // operation is completed. 77 // operation is completed. 83 // operation is completed. 91 // is completed. 97 // completed. 102 // completed.
|
/external/chromium/net/disk_cache/ |
file_posix.cc | 24 // (we do NOT invoke the callback), in the worker thead that completed the 225 FileIOCallback* callback, bool* completed) { 228 if (completed) 229 *completed = true; 238 *completed = false; 243 FileIOCallback* callback, bool* completed) { 246 if (completed) 247 *completed = true; 251 return AsyncWrite(buffer, buffer_len, offset, callback, completed); 282 FileIOCallback* callback, bool* completed) { [all...] |
/external/chromium_org/android_webview/browser/ |
input_stream.h | 27 // Returns true if completed successfully or false if an exception was 33 // Returns true if completed successfully or false if an exception was 41 // Returns true if completed successfully or false if an exception was
|
/external/wpa_supplicant_8/src/common/ |
defs.h | 226 * WPA_ASSOCIATED - Association completed 229 * been successfully completed with an AP. If IEEE 802.1X is used 231 * until the IEEE 802.1X/EAPOL authentication has been completed. 241 * when the IEEE 802.1X/EAPOL authentication has been completed. 248 * This state is entered when 4-Way Key Handshake has been completed 256 * WPA_COMPLETED - All authentication completed 259 * completed. In case of WPA2, this happens when the 4-Way Handshake is 260 * successfully completed. With WPA, this state is entered after the 262 * completed after dynamic keys are received (or if not used, after 263 * the EAP authentication has been completed). With static WEP keys an [all...] |
/development/ndk/platforms/android-9/arch-mips/lib-bootstrap/ |
crtbegin_dynamic.o | |
/development/ndk/platforms/android-9/arch-x86/lib-bootstrap/ |
crtbegin_dynamic.o | |
/external/chromium/build/ |
sanitize-win-build-log.sed | 11 /The operation completed successfully./d
|
/external/chromium/chrome/browser/ui/cocoa/download/ |
download_util_mac.h | 19 // Notify the system that a download completed. This will cause the download
|