HomeSort by relevance Sort by last modified time
    Searched refs:Status (Results 151 - 175 of 450) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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/lint/
EclipseLintRunner.java 37 import org.eclipse.core.runtime.Status;
264 return new Status(Status.ERROR, AdtPlugin.PLUGIN_ID, Status.ERROR,
289 return Status.OK_STATUS;
291 return new Status(Status.ERROR, AdtPlugin.PLUGIN_ID, Status.ERROR,
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/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.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
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/wizards/newproject/
ProjectNamePage.java 40 import org.eclipse.core.runtime.Status;
462 IStatus status = null; local
467 status = validateProjectName(mValues.projectName);
470 if (status == null || status.getSeverity() != IStatus.ERROR) {
473 status = validLocation;
483 status = new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
492 setPageComplete(status == null || status.getSeverity() != IStatus.ERROR)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlib.h 111 #define Status int
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 111 #define Status int
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 111 #define Status int
    [all...]
  /external/libnfc-nxp/src/
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
1171 NFCSTATUS status = NFCSTATUS_PENDING; local
    [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)
73 SDL_X11_SYM(Status,XInitThreads,(void),(),return)
82 SDL_X11_SYM(Status,XMatchVisualInfo,(Display* a,int b,int c,int d,XVisualInfo* e),(a,b,c,d,e),return)
99 SDL_X11_SYM(Status,XSendEvent,(Display* a,Window b,Bool c,long d,XEvent* e),(a,b,c,d,e),return)
108 SDL_X11_SYM(Status,XSetWMProtocols,(Display* a,Window b,Atom* c,int d),(a,b,c,d),return)
113 SDL_X11_SYM(Status,XStringListToTextProperty,(char** a,int b,XTextProperty* c),(a,b,c),return)
134 SDL_X11_SYM(Status,_XReply,(Display* a,xReply* b,int c,Bool d),(a,b,c,d),return)
151 SDL_X11_SYM(int,Xutf8LookupString,(XIC a,XKeyPressedEvent* b,char* c,int d,KeySym* e,Status* f),(a,b,c,d,e,f),return
    [all...]
  /cts/tests/tests/net/src/android/net/wifi/cts/
WifiManagerTest.java 27 import android.net.wifi.WifiConfiguration.Status;
169 if ((!w.SSID.equals(wifiConfiguration.SSID)) && w.status != Status.CURRENT) {
171 assertEquals(Status.DISABLED, w.status);
269 assertEquals(Status.ENABLED, wifiConfiguration.status);
278 assertEquals(Status.DISABLED, wifiConfiguration.status);
303 if (Status.ENABLED == wifiConfig.status || Status.CURRENT == wifiConfig.status)
    [all...]
  /external/jmonkeyengine/engine/src/android/com/jme3/audio/android/
AndroidAudioRenderer.java 44 import com.jme3.audio.AudioNode.Status;
288 src.setStatus(Status.Stopped);
302 src.setStatus(Status.Stopped);
353 public void onLoadComplete(SoundPool soundPool, int sampleId, int status) {
364 if (status == 0) // load was successfull
396 src.setStatus(Status.Playing);
439 src.setStatus(Status.Paused);
458 src.setStatus(Status.Paused);
477 src.setStatus(Status.Stopped);
  /external/jmonkeyengine/engine/src/core/com/jme3/audio/
AudioNode.java 73 protected transient volatile Status status = Status.Stopped; field in class:AudioNode
87 * <code>Status</code> indicates the current status of the audio node.
89 public enum Status {
277 if (status != Status.Stopped) {
344 * @return The {@link Status} of the audio node.
345 * The status will be changed when either the {@link AudioNode#play()
    [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)(
  /frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
WifiP2pServiceResponse.java 45 * Status code of service discovery response.
47 * @see Status
70 * The status code of service discovery response.
71 * Currently 4 status codes are defined and the status codes from 4 to 255
76 public static class Status {
90 public static String toString(int status) {
91 switch(status) {
106 private Status() {}
113 * @param status status code
229 int status = dis.readUnsignedByte(); local
    [all...]
  /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...]
  /hardware/ti/wlan/wl1271/platforms/os/linux/inc/
windows_types.h 119 void NdisReadConfiguration( OUT PNDIS_STATUS Status, OUT PNDIS_CONFIGURATION_PARAMETER *ParameterValue,
121 void NdisWriteConfiguration( OUT PNDIS_STATUS Status, IN NDIS_HANDLE ConfigurationHandle,
159 NDIS_802_11_STATUS_INDICATION Status;

Completed in 1691 milliseconds

1 2 3 4 5 67 8 91011>>