/external/chromium_org/content/renderer/media/ |
buffered_data_source.h | 48 // with the result of initialization when it has completed. 61 // Only valid to call after Initialize() has completed.
|
/external/chromium_org/gpu/command_buffer/client/ |
query_tracker.cc | 133 // set the query as completed and return the error. 233 // completed.
|
/external/chromium_org/media/base/ |
decryptor.h | 34 kSuccess, // Decryption successfully completed. Decrypted buffer ready. 79 // |stream_type| has completed. Thus, only one DecryptCB may be pending at
|
seekable_buffer.h | 149 // If the return value is true, the operation completed successfully. 156 // If the return value is true, the operation completed successfully.
|
/external/chromium_org/net/disk_cache/simple/ |
simple_backend_impl.h | 75 // run new operations for this |entry_hash| until the Doom is completed. 80 // doom completed.
|
/external/chromium_org/net/http/ |
http_pipelined_connection_impl.h | 223 // Notifies the user that the send has completed. This may be called directly 258 // Notifies the user that reading the headers has completed. This may happen
|
/external/chromium_org/net/ssl/ |
server_bound_cert_service.h | 103 // could not be completed immediately, in which case the result code will 125 // could not be completed immediately, in which case the result code will
|
/external/chromium_org/ppapi/api/dev/ |
ppb_audio_input_dev.idl | 88 * @param[out] devices Once the operation is completed successfully, 162 * open operation is completed.
|
/external/chromium_org/third_party/sqlite/src/ext/async/ |
README.txt | 37 write but before the asynchronous write thread has completed, then the 56 the vfs reader the xWrite() appears to have already completed.
|
/external/clang/include/clang/AST/ |
ASTConsumer.h | 70 /// (e.g. struct, union, enum, class) is completed. This allows the client to 112 /// completed.
|
/external/clang/www/ |
OpenProjects.html | 21 verify that one of these isn't already completed. :)</p> 32 also need to be completed.</li>
|
/external/guava/guava/src/com/google/common/cache/ |
LoadingCache.java | 58 * {@code Cache.asMap().putIfAbsent} after loading has completed; if another value was associated 84 * {@code Cache.asMap().putIfAbsent} after loading has completed; if another value was associated
|
/external/icu4c/i18n/ |
regexcmp.h | 94 // at the top of the just completed block 164 // Once completed, meaning that some non-literal pattern
|
/external/libnfc-nci/src/nfa/include/ |
nfa_api.h | 233 #define NFA_SELECT_CPLT_EVT 10 /* Select completed */ 234 #define NFA_READ_CPLT_EVT 11 /* Read completed */ 235 #define NFA_WRITE_CPLT_EVT 12 /* Write completed */ 239 #define NFA_FORMAT_CPLT_EVT 16 /* Tag Formating completed */ 240 #define NFA_I93_CMD_CPLT_EVT 17 /* ISO 15693 command completed */ 251 #define NFA_CE_NDEF_WRITE_CPLT_EVT 28 /* DH Card emulation: NDEF write completed */ [all...] |
/external/libnfc-nxp/src/ |
phFriNfc_DesfireFormat.h | 204 * \retval NFCSTATUS_SUCCESS Card formatting has been successfully completed. 238 * \retval NFCSTATUS_SUCCESS Card formatting has been successfully completed.
|
phHal4Nfc_Emulation.c | 113 /*Previous POLL Config has not completed or device is connected, 241 /*Previous POLL CFG has not completed or device is connected,
|
/external/libvorbis/doc/ |
a1-encapsulation-ogg.tex | 118 position of the last packet \emph{completed} on that 137 position belongs to the last completed packet on the page and a
|
/external/oprofile/events/arm/armv7-ca9/ |
events | 45 event:0xA0 counters:1,2,3,4,5,6 um:zero minimum:500 name:PLE_CL_REQ_CMP : PLE cache line request completed 48 event:0xA3 counters:1,2,3,4,5,6 um:zero minimum:500 name:PLE_REQ_COMP : PLE request completed
|
/external/proguard/src/proguard/classfile/editor/ |
MemberAdder.java | 151 // Add the completed field. 241 // Add the completed method.
|
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
sdlconvertaudio.html | 212 > then the conversion was completed successfully, otherwise <SPAN 217 >If the conversion completed successfully then the converted audio data can be read from <SPAN
|
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/ |
WifiClientTest.java | 255 assertTrue(mSupplicantState == SupplicantState.COMPLETED); 264 assertTrue(mSupplicantState != SupplicantState.COMPLETED);
|
/frameworks/base/core/tests/coretests/src/android/app/ |
DownloadManagerBaseTest.java | 158 fail("No status found for completed download!"); 173 * downloads completed thus far. 175 * @return the number of downloads completed so far. 183 * @return A Set<Long> with the ids of the completed downloads. 462 * that have completed. 464 * @return A new receiver that records and can be queried on how many downloads have completed. 702 * @return true if download completed successfully (didn't timeout), false otherwise [all...] |
/frameworks/base/wifi/java/android/net/wifi/ |
SupplicantStateTracker.java | 128 case COMPLETED: 325 /* Ignore any connecting state in completed state. Group re-keying
|
/packages/apps/Gallery/src/com/android/camera/ |
ImageGetter.java | 58 public void completed(); method in interface:ImageGetterCallback 123 mCB.completed();
|
/system/core/include/cutils/ |
trace.h | 120 * Flag indicating whether setup has been completed, initialized to 0. 121 * Nonzero indicates setup has completed.
|