/packages/apps/Launcher2/src/com/android/launcher2/ |
WallpaperChooserDialogFragment.java | 93 if (mLoader != null && mLoader.getStatus() != WallpaperLoader.Status.FINISHED) { 194 if (mLoader != null && mLoader.getStatus() != WallpaperLoader.Status.FINISHED) {
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
DbModifierWithNotification.java | 42 import android.provider.VoicemailContract.Status; 92 Status.CONTENT_URI : Voicemails.CONTENT_URI;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
CustomViewFinder.java | 35 import org.eclipse.core.runtime.Status; 385 return Status.OK_STATUS;
|
/external/libnfc-nxp/src/ |
phHal4Nfc_Reader.c | 551 /*If status is anything other than NFCSTATUS_PENDING ,an error has [all...] |
phFriNfc_TopazDynamicMap.c | 258 NFCSTATUS Status); 860 NFCSTATUS Status) 868 if((NFCSTATUS_SUCCESS & PHNFCSTBLOWER) == (Status & PHNFCSTBLOWER)) 874 Status = phFriNfc_Tpz_H_ProReadResp (NdefMap); 880 Status = phFriNfc_Tpz_H_ProWrResp (NdefMap); 886 Status = phFriNfc_Tpz_H_ProRdForWrResp (NdefMap); 892 Status = phFriNfc_Tpz_H_ChkReadID(NdefMap); 899 Status = phFriNfc_Tpz_H_ProcessReadOnly (NdefMap); 906 Status = PHNFCSTVAL(CID_FRI_NFC_NDEF_MAP, 914 if(Status != NFCSTATUS_PENDING [all...] |
phLibNfc_initiator.c | 69 NFCSTATUS status 76 NFCSTATUS status 84 NFCSTATUS status); 91 NFCSTATUS status 97 NFCSTATUS status 102 NFCSTATUS status 118 NFCSTATUS status 122 Status = NFCSTATUS_SUCCESS; 132 &&(PHNFCSTATUS(status)!=NFCSTATUS_DESELECTED)) 134 Status = NFCSTATUS_FAILED [all...] |
phFriNfc_MifStdFormat.h | 452 * \param[in] Status The completion status of the lower layer (to be handled by the implementation of 456 * \note For general information about the completion routine interface please see \ref pphFriNfc_Cr_t . * The Different Status Values are as follows 460 NFCSTATUS Status);
|
/external/jsilver/src/com/google/streamhtmlparser/impl/ |
HtmlParserImpl.java | 563 * If the status of the entity resolution is <code>IN_PROGRESS</code>, 574 EntityResolver.Status status = entityResolver.processChar(input); local 575 if (status == EntityResolver.Status.COMPLETED) { 578 } else if (status == EntityResolver.Status.NOT_STARTED) {
|
/external/llvm/tools/llvm-ar/ |
llvm-ar.cpp | 289 const sys::FileStatus *Status = PwS.getFileStatus(false, ErrMsg); 290 if (!Status) 292 if (Status->isDir) {
|
/development/apps/GestureBuilder/src/com/android/gesture/builder/ |
GestureBuilderActivity.java | 135 if (mTask != null && mTask.getStatus() != GesturesLoadTask.Status.FINISHED) { 145 if (mTask != null && mTask.getStatus() != GesturesLoadTask.Status.FINISHED) {
|
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/ |
SSLEngineTest.java | 486 return new SSLEngineResult(SSLEngineResult.Status.OK, 493 return new SSLEngineResult(SSLEngineResult.Status.OK,
|
/external/mesa3d/docs/ |
MESA_shader_debug.spec | 14 Status 50 IP Status
|
MESA_swap_control.spec | 13 Status
|
MESA_ycbcr_texture.spec | 14 Status 48 IP Status
|
MESA_texture_signed_rgba.spec | 17 IP Status 21 Status
|
/external/mesa3d/docs/OLD/ |
MESA_sprite_point.spec | 13 Status
|
/frameworks/base/core/jni/ |
android_view_InputQueue.cpp | 72 enum Status { 87 Status status; member in class:android::NativeInputQueue::Connection 159 LOGW("Failed to initialize input consumer for input channel '%s', status=%d", 202 connection->status = Connection::STATUS_ZOMBIE; 272 status_t status = connection->inputConsumer.sendFinishedSignal(handled); local 273 if (status) { 274 LOGW("Failed to send finished signal on channel '%s'. status=%d", 275 connection->getInputChannelName(), status); 276 return status; 328 status_t status = connection->inputConsumer.receiveDispatchSignal(); local 454 status_t status = gNativeInputQueue.registerInputChannel( local 466 status_t status = gNativeInputQueue.unregisterInputChannel(env, inputChannelObj); local 477 status_t status = gNativeInputQueue.finished( local [all...] |
/hardware/qcom/media/mm-core/omxcore/src/common/ |
qc_omx_core.c | 822 OMX_BOOL Status = OMX_TRUE; 846 return Status;
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/ |
chrome_ex_oauth.js | 136 * send the request. Useful if you need to check response status 513 if (xhr.status == 200) { 526 throw new Error("Fetching request token failed. Status " + xhr.status); 580 if (xhr.status == 200) { 590 throw new Error("Fetching access token failed with status " + xhr.status);
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/ |
chrome_ex_oauth.js | 136 * send the request. Useful if you need to check response status 513 if (xhr.status == 200) { 526 throw new Error("Fetching request token failed. Status " + xhr.status); 580 if (xhr.status == 200) { 590 throw new Error("Fetching access token failed with status " + xhr.status);
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/wave/ |
chrome_ex_oauth.js | 136 * send the request. Useful if you need to check response status 513 if (xhr.status == 200) { 526 throw new Error("Fetching request token failed. Status " + xhr.status); 580 if (xhr.status == 200) { 590 throw new Error("Fetching access token failed with status " + xhr.status);
|
/external/chromium/chrome/common/net/gaia/ |
gaia_oauth_client_unittest.cc | 49 net::URLRequestStatus::Status code = net::URLRequestStatus::SUCCESS; 54 net::URLRequestStatus status(code, 0); 57 status,
|
/external/chromium/net/base/ |
gzip_filter.cc | 88 Filter::FilterStatus status; 94 status = CheckGZipHeader(); 95 switch (status) { 106 return status; 121 return status; 124 status = Filter::FILTER_ERROR; // Unexpected. 126 return status; 132 status = DoInflate(dest_buffer, dest_len); 134 if (decoding_mode_ == DECODE_MODE_DEFLATE && status == Filter::FILTER_ERROR) { 141 status = DoInflate(dest_buffer, dest_len) 220 Filter::FilterStatus status; local [all...] |
/external/libvpx/examples/includes/geshi/geshi/ |
ruby.php | 97 'Process::Status', 'Process::Sys', 'Process::UID', 'Queue',
|
/external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/ |
SDL_syscdrom.c | 32 static CDstatus status; variable 131 status = CD_STOPPED; 147 status = CD_STOPPED; 162 status = CD_STOPPED; 175 SDL_CDcaps.Status = SDL_SYS_CDStatus; 203 status = CD_TRAYEMPTY; 322 /* Get CD-ROM status */ 335 return status; 374 status = CD_PLAYING; 396 status = CD_PAUSED [all...] |