/external/libnfc-nxp/src/ |
phFriNfc_NdefReg.c | 87 NFCSTATUS status = NFCSTATUS_SUCCESS; local 93 status = PHNFCSTVAL(CID_FRI_NFC_NDEF_REGISTRY, NFCSTATUS_INVALID_PARAMETER); 110 return(status); 118 NFCSTATUS status = NFCSTATUS_SUCCESS; local 122 status = PHNFCSTVAL(CID_FRI_NFC_NDEF_REGISTRY, NFCSTATUS_INVALID_PARAMETER); 152 status = PHNFCSTVAL(CID_FRI_NFC_NDEF_REGISTRY, 157 return(status); 165 NFCSTATUS status = NFCSTATUS_SUCCESS; local 171 status = PHNFCSTVAL(CID_FRI_NFC_NDEF_REGISTRY, NFCSTATUS_INVALID_PARAMETER); 179 status = PHNFCSTVAL(CID_FRI_NFC_NDEF_REGISTRY, NFCSTATUS_NOT_REGISTERED) 233 NFCSTATUS status = NFCSTATUS_SUCCESS; local 257 NFCSTATUS status = NFCSTATUS_SUCCESS; local [all...] |
phFriNfc_MifULFormat.c | 265 NFCSTATUS Status) 269 if(Status == NFCSTATUS_SUCCESS) 274 Status = phFriNfc_MfUL_H_ProRd16Bytes(NdefSmtCrdFmt); 278 Status = phFriNfc_MfUL_H_ProWrOTPBytes(NdefSmtCrdFmt); 291 Status = phFriNfc_MfUL_H_WrRd (NdefSmtCrdFmt); 331 Status = phFriNfc_MfUL_H_WrRd (NdefSmtCrdFmt); 343 Status = phFriNfc_MfUL_H_WrRd (NdefSmtCrdFmt); 350 Status = PHNFCSTVAL(CID_FRI_NFC_NDEF_SMTCRDFMT, 358 Status = PHNFCSTVAL(CID_FRI_NFC_NDEF_SMTCRDFMT, 374 Status = phFriNfc_MfUL_H_WrRd (NdefSmtCrdFmt) [all...] |
phFriNfc_TopazMap.c | 188 NFCSTATUS Status); 503 NFCSTATUS Status) 519 if ((Status & PHNFCSTBLOWER) == (NFCSTATUS_SUCCESS & PHNFCSTBLOWER)) 539 Status = phFriNfc_Tpz_H_RdBytes (psNdefMap, LOCK_BLOCK_NUMBER, 542 if (NFCSTATUS_PENDING == PHNFCSTATUS(Status)) 549 Status = PHNFCSTVAL(CID_FRI_NFC_NDEF_MAP, 559 Status = phFriNfc_Tpz_H_WrAByte (psNdefMap, LOCK_BLOCK_NUMBER, 563 if (NFCSTATUS_PENDING == PHNFCSTATUS(Status)) 585 Status = phFriNfc_Tpz_H_RdBytes (psNdefMap, LOCK_BLOCK_NUMBER, 588 if (NFCSTATUS_PENDING == PHNFCSTATUS(Status)) [all...] |
phLibNfc.h | 378 *\brief LLCP link status. Refer to \ref phFriNfc_LlcpMac_eLinkStatus_t 404 * \param[in] status Status of the response callback. 415 NFCSTATUS Status 428 * \param[in] status Status of the response callback. 436 NFCSTATUS Status 449 * \param[in] status Status of the response callback. 464 NFCSTATUS Status [all...] |
phFriNfc_ISO15693Format.c | 543 NFCSTATUS Status) 550 if((NFCSTATUS_SUCCESS & PHNFCSTBLOWER) == (Status & PHNFCSTBLOWER)) 555 Status = phFriNfc_ISO15693_H_ProFormat (psNdefSmtCrdFmt); 559 Status = PHNFCSTVAL (CID_FRI_NFC_NDEF_SMTCRDFMT, 565 Status = PHNFCSTVAL (CID_FRI_NFC_NDEF_SMTCRDFMT, 570 if ((NFCSTATUS_PENDING & PHNFCSTBLOWER) != (Status & PHNFCSTBLOWER)) 573 phFriNfc_SmtCrdFmt_HCrHandler (psNdefSmtCrdFmt, Status);
|
phFriNfc_MifStdFormat.c | 62 NFCSTATUS Status); 138 * the error status of the authentication 144 * the error status of the writing sector trailer 150 * the error status of the reading sector trailer 156 * the error status of the writing sector trailer 247 NFCSTATUS Status) 250 /* Copy the formatting status */ 251 NdefSmtCrdFmt->FmtProcStatus = Status; 252 if(Status == NFCSTATUS_SUCCESS) 257 Status = phFriNfc_MfStd_H_ProAuth(NdefSmtCrdFmt) [all...] |
phFriNfc_NdefMap.c | 102 NFCSTATUS status = NFCSTATUS_SUCCESS; local 111 status = PHNFCSTVAL(CID_FRI_NFC_NDEF_MAP, NFCSTATUS_INVALID_PARAMETER); 194 status = phFriNfc_MifareStdMap_H_Reset(NdefMap); 210 status = phFriNfc_MifareUL_H_Reset(NdefMap); 225 return (status); 242 NFCSTATUS status = NFCSTATUS_SUCCESS; local 247 status = PHNFCSTVAL(CID_FRI_NFC_NDEF_MAP, NFCSTATUS_INVALID_PARAMETER); 258 return status; 285 NFCSTATUS status = NFCSTATUS_PENDING; local 298 status = PHNFCSTVAL(CID_FRI_NFC_NDEF_MAP, NFCSTATUS_INVALID_PARAMETER) 469 NFCSTATUS status = NFCSTATUS_PENDING; local 716 NFCSTATUS status = NFCSTATUS_PENDING; local 1170 NFCSTATUS status = NFCSTATUS_PENDING; local [all...] |
phFriNfc_SmtCrdFmt.h | 226 /* Specifies the status of the different authentication handled in 484 * \param[in] Status The completion status of the lower layer (to be handled by the implementation of 488 * \note For general information about the completion routine interface please see \ref pphFriNfc_Cr_t . * The Different Status Values are as follows 492 NFCSTATUS Status); 495 NFCSTATUS Status);
|
/external/llvm/lib/ExecutionEngine/JIT/ |
Intercept.cpp | 81 static void jit_exit(int Status) { 83 exit(Status);
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
Intercept.cpp | 81 static void jit_exit(int Status) { 83 exit(Status);
|
/packages/apps/Contacts/src/com/android/contacts/ |
CallDetailActivityQueryHandler.java | 25 import android.provider.VoicemailContract.Status; 52 * Fires a query to update voicemail status for the given voicemail record. On completion of the 58 * voicemail status of the associated source. 69 // Query voicemail status only if this voicemail record does not have audio. 72 Status.buildSourceUri(getSourcePackage(cursor)), 75 // nothing to show in status
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
security.h | 69 Status XSecurityQueryExtension ( 95 Status XSecurityRevokeAuthorization(
|
XKBsrv.h | 333 #define Status int 405 extern Status XkbAllocClientMap( 411 extern Status XkbAllocServerMap( 429 extern Status XkbAllocIndicatorMaps( 433 extern Status XkbAllocCompatMap( 439 extern Status XkbAllocNames( 446 extern Status XkbAllocControls( 451 extern Status XkbCopyKeyType( 456 extern Status XkbCopyKeyTypes( 462 extern Status XkbResizeKeyType [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/ |
DexDumpAction.java | 32 import org.eclipse.core.runtime.Status; 120 return Status.OK_STATUS; 131 return Status.OK_STATUS; 139 return Status.OK_STATUS; 149 return Status.OK_STATUS; 167 return Status.OK_STATUS; 208 return Status.OK_STATUS; 213 return Status.OK_STATUS;
|
AddCompatibilityJarAction.java | 38 import org.eclipse.core.runtime.Status; 179 return Status.OK_STATUS; 185 return new Status(Status.ERROR, AdtPlugin.PLUGIN_ID, Status.ERROR,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt.ndk/src/com/android/ide/eclipse/adt/ndk/internal/ |
Activator.java | 22 import org.eclipse.core.runtime.Status;
74 return new Status(IStatus.ERROR, PLUGIN_ID, e.getMessage(), e);
|
/external/qemu-pc-bios/bochs/bios/ |
notes | 24 * drive sets the busy bit in Status Reg to 1 27 error bit in the Status register to 1. 28 > Drive also sets the busy bit in the Status register to 0.
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xlib.h | 111 #define Status int [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
ExportHelper.java | 42 import org.eclipse.core.runtime.Status; 98 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, 227 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, 232 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, 239 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, 246 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, 249 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, 252 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, 255 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, 300 return Status.OK_STATUS [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
ProjectNamePage.java | 37 import org.eclipse.core.runtime.Status; 404 IStatus status = null; local 409 status = validateProjectName(mValues.projectName); 412 if (status == null || status.getSeverity() != IStatus.ERROR) { 415 status = validLocation; 420 setPageComplete(status == null || status.getSeverity() != IStatus.ERROR); 421 if (status != null) { 422 setMessage(status.getMessage() [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11sym.h | 25 SDL_X11_SYM(Status,XAllocColor,(Display* a,Colormap b,XColor* c),(a,b,c),return) 69 SDL_X11_SYM(Status,XGetWindowAttributes,(Display* a,Window b,XWindowAttributes* c),(a,b,c),return) 72 SDL_X11_SYM(Status,XIconifyWindow,(Display* a,Window b,int c),(a,b,c),return) 81 SDL_X11_SYM(Status,XMatchVisualInfo,(Display* a,int b,int c,int d,XVisualInfo* e),(a,b,c,d,e),return) 98 SDL_X11_SYM(Status,XSendEvent,(Display* a,Window b,Bool c,long d,XEvent* e),(a,b,c,d,e),return) 107 SDL_X11_SYM(Status,XSetWMProtocols,(Display* a,Window b,Atom* c,int d),(a,b,c,d),return) 112 SDL_X11_SYM(Status,XStringListToTextProperty,(char** a,int b,XTextProperty* c),(a,b,c),return) 133 SDL_X11_SYM(Status,_XReply,(Display* a,xReply* b,int c,Bool d),(a,b,c,d),return) 150 SDL_X11_SYM(int,Xutf8LookupString,(XIC a,XKeyPressedEvent* b,char* c,int d,KeySym* e,Status* f),(a,b,c,d,e,f),return) 157 SDL_X11_SYM(Status,XCloseIM,(XIM a),(a),return [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xinerama/ |
Xinerama.c | 96 Status SDL_NAME(XPanoramiXQueryVersion)( 131 Status SDL_NAME(XPanoramiXGetState) ( 160 Status SDL_NAME(XPanoramiXGetScreenCount) ( 189 Status SDL_NAME(XPanoramiXGetScreenSize) ( 237 Status SDL_NAME(XineramaQueryVersion)(
|
/external/chromium/chrome/browser/chromeos/ |
update_browsertest.cc | 30 const chromeos::UpdateLibrary::Status& x) { 31 EXPECT_CALL(*lib, status()) 41 chromeos::UpdateLibrary::Status status; local 43 status.status = chromeos::UPDATE_STATUS_IDLE; 44 CallObservers(lib, observer, status); 46 status.status = chromeos::UPDATE_STATUS_CHECKING_FOR_UPDATE; 47 CallObservers(lib, observer, status); 76 chromeos::UpdateLibrary::Status status; local [all...] |
/packages/experimental/AndroidVendorSecurityTool/src/com/google/android/googleapps/ |
LoginData.java | 29 public enum Status { 53 public Status mStatus = null; 145 String status = in.readString(); local 146 if (status == null) { 149 mStatus = Status.valueOf(status); 159 sb.append(" status: ");
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/ |
AdtStartup.java | 28 import org.eclipse.core.runtime.Status; 153 return Status.OK_STATUS; 156 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
|