HomeSort by relevance Sort by last modified time
    Searched refs:Status (Results 201 - 225 of 506) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/libnfc-nxp/src/
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);
phFriNfc_FelicaMap.h 73 #define PH_NFCFRI_NDEFMAP_FELI_RESP_HEADER_LEN 13 /* To skip response code, IDm, status flgas and Nb*/
278 NFCSTATUS Status);
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11sym.h 25 SDL_X11_SYM(Status,XAllocColor,(Display* a,Colormap b,XColor* c),(a,b,c),return)
68 SDL_X11_SYM(Status,XGetWindowAttributes,(Display* a,Window b,XWindowAttributes* c),(a,b,c),return)
71 SDL_X11_SYM(Status,XIconifyWindow,(Display* a,Window b,int c),(a,b,c),return)
72 SDL_X11_SYM(Status,XInitThreads,(void),(),return)
81 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)
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
    [all...]
  /external/smack/src/org/jivesoftware/smackx/commands/
AdHocCommand.java 311 * Returns the status of the current stage.
313 * @return the current status.
315 public Status getStatus() {
351 * The status of the stage in the adhoc command.
353 public enum Status {
AdHocCommandManager.java 35 import org.jivesoftware.smackx.commands.AdHocCommand.Status;
445 response.setStatus(Status.completed);
450 response.setStatus(Status.executing);
507 // canceled therefore the status must show that, and the
510 response.setStatus(Status.canceled);
588 response.setStatus(Status.completed);
592 response.setStatus(Status.executing);
598 response.setStatus(Status.completed);
608 response.setStatus(Status.canceled);
622 // canceled therefore the status must show that, and the
    [all...]
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
FlipperDreamSettings.java 22 import android.os.AsyncTask.Status;
62 if (mLoadingTask != null && mLoadingTask.getStatus() != Status.FINISHED) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
ProjectContentsPage.java 26 import org.eclipse.core.runtime.Status;
304 IStatus status = validateProjectLocation(); local
306 setPageComplete(status == null || status.getSeverity() != IStatus.ERROR);
307 if (status != null) {
308 setMessage(status.getMessage(),
309 status.getSeverity() == IStatus.ERROR
326 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, String.format(
342 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
349 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/
HierarchyViewerPluginDirector.java 27 import org.eclipse.core.runtime.Status;
47 return Status.OK_STATUS;
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLEngineImplTest.java 416 assertEquals("Incorrect initial handshake status",
427 assertEquals("Incorrect initial handshake status",
434 assertEquals("Incorrect initial handshake status",
448 assertEquals("Incorrect status", result.getStatus(),
449 SSLEngineResult.Status.CLOSED);
450 assertEquals("Incorrect status", result.getHandshakeStatus(),
469 assertEquals("Incorrect status", result.getStatus(),
470 SSLEngineResult.Status.CLOSED);
471 assertEquals("Incorrect status", result.getHandshakeStatus(),
520 assertEquals("Unexpected status:"
756 SSLEngineResult.HandshakeStatus status; local
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
ownership_service.cc 45 // Start getting ownership status.
76 OwnershipService::Status OwnershipService::GetStatus(bool blocking) {
77 Status status = OWNERSHIP_UNKNOWN; local
81 status = ownership_status_;
83 if (status != OWNERSHIP_UNKNOWN || !blocking)
84 return status;
86 // status is still unknown after constructing OwnershipService.
94 status = is_owned ? OWNERSHIP_TAKEN : OWNERSHIP_NONE;
95 SetStatus(status);
228 Status status = IsAlreadyOwned() ? OWNERSHIP_TAKEN : OWNERSHIP_NONE; local
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service_mock.h 60 browser_sync::SyncBackendHost::Status());
  /external/chromium/third_party/libjingle/source/talk/examples/call/
callclient.h 39 #include "talk/examples/call/status.h"
51 class Status;
73 buzz::Status::Show show;
74 std::string status; member in struct:RosterItem
140 void OnStatusUpdate(const buzz::Status& status);
144 void OnMucStatusUpdate(const buzz::Jid& jid, const buzz::MucStatus& status);
187 buzz::Status my_status_;
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/
SDL_cdrom.c 41 NULL, /* Status */
135 CDstatus status; local
144 /* Get the current status of the drive */
148 status = SDL_CDcaps.Status(cdrom, &i);
150 cdrom->status = status;
153 if ( CD_INDRIVE(status) ) {
155 status = CD_ERROR;
158 if ( (status == CD_PLAYING) || (status == CD_PAUSED) )
254 CDstatus status; local
276 CDstatus status; local
297 CDstatus status; local
    [all...]
  /external/skia/src/pipe/utils/
SamplePipeControllers.h 29 SkGPipeReader::Status fStatus;
  /external/webkit/Source/WebCore/loader/cache/
CachedImage.h 69 virtual void error(CachedResource::Status);
78 bool stillNeedsLoad() const { return (!errorOccurred() && status() == Unknown && !isLoading()) || (m_autoLoadWasPreventedBySettings && !inCache()); }
CachedXSLStyleSheet.cpp 90 void CachedXSLStyleSheet::error(CachedResource::Status status)
92 setStatus(status);
  /frameworks/av/services/camera/libcameraservice/
CameraService.h 337 ICameraServiceListener::Status
340 // Read the current status (locks mStatusMutex)
341 ICameraServiceListener::Status
344 typedef Vector<ICameraServiceListener::Status> StatusVector;
345 // Broadcast the new status if it changed (locks the service mutex)
347 ICameraServiceListener::Status status,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DexWrapper.java 24 import org.eclipse.core.runtime.Status;
74 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, String.format(
109 return Status.OK_STATUS;
215 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, message, e);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
FixImportsJob.java 28 import org.eclipse.core.runtime.Status;
76 return Status.CANCEL_STATUS;
81 return Status.CANCEL_STATUS;
146 return Status.OK_STATUS;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
SampleSelectionPage.java 27 import org.eclipse.core.runtime.Status;
247 IStatus status = null; local
249 status = new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
252 status = new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, "Choose a sample");
254 status = new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID,
257 status = ProjectNamePage.validateProjectName(mValues.projectName);
261 setPageComplete(status == null || status.getSeverity() != IStatus.ERROR)
    [all...]
  /cts/tests/tests/net/src/android/net/wifi/cts/
WifiManagerTest.java 27 import android.net.wifi.WifiConfiguration.Status;
209 if ((!w.SSID.equals(wifiConfiguration.SSID)) && w.status != Status.CURRENT) {
211 assertEquals(Status.DISABLED, w.status);
309 assertEquals(Status.ENABLED, wifiConfiguration.status);
318 assertEquals(Status.DISABLED, wifiConfiguration.status);
343 if (Status.ENABLED == wifiConfig.status || Status.CURRENT == wifiConfig.status)
    [all...]
  /external/stressapptest/src/
worker.h 140 enum Status { RUN, PAUSE, STOP };
170 Status GetStatus() {
172 Status status = status_; local
174 return status;
177 // Returns the previous status.
178 Status SetStatus(Status status) {
180 Status prev_status = status_
548 WorkerStatus status; member in struct:NetworkListenThread::ChildWorker
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary 75 ATTRIBUTE Acct-Status-Type 40 integer
167 # Status Types
169 VALUE Acct-Status-Type Start 1
170 VALUE Acct-Status-Type Stop 2
171 VALUE Acct-Status-Type Accounting-On 7
172 VALUE Acct-Status-Type Accounting-Off 8
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
StateViewPage.java 32 import org.eclipse.core.runtime.Status;
172 new Status(Status.ERROR, GlTracePlugin.PLUGIN_ID, e.toString()));
231 return new Status(Status.ERROR,
249 return Status.OK_STATUS;
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupEditorFragment.java 87 private static final String KEY_STATUS = "status";
159 * Modes that specify the status of the editor
161 public enum Status {
176 private Status mStatus;
229 if (mStatus == Status.SELECTING_ACCOUNT) {
231 } else if (mStatus == Status.LOADING) {
261 mStatus = Status.LOADING;
291 mStatus = (Status) state.getSerializable(KEY_STATUS);
333 mStatus = Status.SELECTING_ACCOUNT;
461 mStatus = Status.EDITING
    [all...]

Completed in 1582 milliseconds

1 2 3 4 5 6 7 891011>>