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

1 2 3 4 5 6 7 8 91011>>

  /external/libnfc-nxp/src/
phFriNfc_TopazMap.h 184 #define PH_FRINFC_TOPAZ_CC_BYTENO_3 13 /*! Lock status according to CC bytes */
185 #define PH_FRINFC_TOPAZ_CC_READWRITE 0x00 /*! Lock status according to CC bytes */
186 #define PH_FRINFC_TOPAZ_CC_READONLY 0x0F /*! Lock status according to CC bytes */
389 NFCSTATUS Status);
447 #define PH_FRINFC_TOPAZ_DYNAMIC_CC_BYTENO_3 11 /*! Lock status according to CC bytes */
599 NFCSTATUS Status);
phFriNfc_DesfireMap.h 55 #define PH_FRINFC_NDEFMAP_DESF_RESP_OFFSET 2 /*!< Two Status Flag at the end of the
130 /* Following constants are used for SW1 SW2 status codes*/
319 NFCSTATUS Status);
phFriNfc_MifareULMap.h 287 NFCSTATUS Status);
phFriNfc_NdefReg.h 438 * \param Status Pointer to a variable receiving the final result of the NDEF data processing operation.
449 NFCSTATUS *Status);
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheHost.h 64 // The Status numeric values are specified in the HTML5 spec.
65 enum Status {
143 Status status() const;
  /frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
WifiP2pDnsSdServiceResponse.java 131 sbuf.append(" status:").append(Status.toString(mStatus));
147 * @param status status code.
152 protected WifiP2pDnsSdServiceResponse(int status,
155 status, tranId, dev, data);
289 * @param status status code.
295 static WifiP2pDnsSdServiceResponse newInstance(int status,
297 if (status != WifiP2pServiceResponse.Status.SUCCESS)
    [all...]
  /libcore/support/src/test/java/libcore/javax/net/ssl/
TestSSLEnginePair.java 127 HandshakeStatus status = engine.getHandshakeStatus(); local
128 switch (status) {
147 assertEquals(SSLEngineResult.Status.OK, unwrapResult.getStatus());
157 assertEquals(SSLEngineResult.Status.OK, wrapResult.getStatus());
163 // only returned by wrap/unrap status, not getHandshakeStatus
164 throw new IllegalStateException("Unexpected HandshakeStatus = " + status);
166 throw new IllegalStateException("Unknown HandshakeStatus = " + status);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
FixProjectAction.java 28 import org.eclipse.core.runtime.Status;
133 return Status.OK_STATUS;
  /external/chromium/chrome/browser/chromeos/login/
existing_user_controller.h 108 // Changes state of the status area. During login operation it's disabled.
118 void OnEnrollmentOwnershipCheckCompleted(OwnershipService::Status status);
update_screen_browsertest.cc 106 UpdateLibrary::Status status; local
107 status.status = UPDATE_STATUS_IDLE;
108 EXPECT_CALL(*mock_update_library_, status())
110 .WillRepeatedly(ReturnRef(status));
127 UpdateLibrary::Status status; local
129 status.status = UPDATE_STATUS_UPDATE_AVAILABLE
221 UpdateLibrary::Status status; local
242 UpdateLibrary::Status status; local
    [all...]
  /external/chromium/chrome/browser/sync/glue/
sync_backend_host.h 116 typedef sync_api::SyncManager::Status::Summary StatusSummary;
117 typedef sync_api::SyncManager::Status Status;
213 // Called from any thread to obtain current status information in detailed or
215 Status GetDetailedStatus();
  /external/chromium/chrome/browser/sync/notifier/
invalidation_util.cc 53 const invalidation::Status& status) {
56 ss << "code: " << status.code() << ", ";
57 ss << "description: " << status.description();
90 ss << "status: " << StatusToString(update_result.status());
  /external/chromium/chrome/browser/sync/
profile_sync_service_harness.h 102 // Returns the status of the ProfileSyncService member of the the sync client.
103 ProfileSyncService::Status GetStatus();
127 // Note: this method does not currently support tracking encryption status
183 // Returns true if a status change took place, false on timeout.
profile_sync_service.h 105 typedef browser_sync::SyncBackendHost::Status Status;
226 virtual browser_sync::SyncBackendHost::Status QueryDetailedSyncStatus();
  /external/webkit/Source/WebCore/loader/cache/
CachedCSSStyleSheet.cpp 119 void CachedCSSStyleSheet::error(CachedResource::Status status)
121 setStatus(status);
CachedScript.cpp 107 void CachedScript::error(CachedResource::Status status)
109 setStatus(status);
  /frameworks/base/include/androidfw/
BackupHelpers.h 109 status_t Status();
  /hardware/ti/omap3/dspbridge/inc/
dbdefs.h 150 #define DSP_SUCCEEDED(Status) ((INT)(Status) >= 0)
151 #define DSP_FAILED(Status) ((INT)(Status) < 0)
312 /* Memory Segment Status Values */
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbdefs.h 146 #define DSP_SUCCEEDED(Status) ((INT)(Status) >= 0)
147 #define DSP_FAILED(Status) ((INT)(Status) < 0)
306 /* Memory Segment Status Values */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
NewItemSelectionDialog.java 27 import org.eclipse.core.runtime.Status;
114 return new Status(IStatus.OK, // severity
120 return new Status(IStatus.OK, // severity
126 return new Status(IStatus.ERROR, // severity
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/audio/lwjgl/
LwjglAudioRenderer.java 35 import com.jme3.audio.AudioNode.Status;
748 boolean wantPlaying = src.getStatus() == Status.Playing;
760 src.setStatus(Status.Stopped);
774 assert (src.getStatus() == Status.Paused && paused) || (!paused);
778 src.setStatus(Status.Stopped);
868 //assert src.getStatus() == Status.Stopped || src.getChannel() == -1;
870 if (src.getStatus() == Status.Playing){
872 }else if (src.getStatus() == Status.Stopped){
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderAction.java 19 import static com.android.ide.common.rendering.api.Result.Status.ERROR_LOCK_INTERRUPTED;
20 import static com.android.ide.common.rendering.api.Result.Status.ERROR_TIMEOUT;
21 import static com.android.ide.common.rendering.api.Result.Status.SUCCESS;
  /frameworks/compile/mclinker/lib/LD/
Archive.cpp 192 enum Archive::Symbol::Status pStatus)
213 /// getSymbolStatus - get the status of a symbol
214 enum Archive::Symbol::Status Archive::getSymbolStatus(size_t pSymIdx) const
217 return m_SymTab[pSymIdx]->status;
220 /// setSymbolStatus - set the status of a symbol
222 enum Archive::Symbol::Status pStatus)
225 m_SymTab[pSymIdx]->status = pStatus;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/widgets/
ImageCanvas.java 21 import org.eclipse.core.runtime.Status;
247 new Status(Status.ERROR, GlTracePlugin.PLUGIN_ID, e.toString()));
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_test.cc 192 // This starts the browser and keeps status of states related to SafeBrowsing.
415 // Updates status from IO Thread.
424 // Checks status in SafeBrowsing Thread.
437 // Wait for a given period to get safebrowsing status updated.
466 net::URLRequestStatus::Status FetchDBToVerify(const char* host, int port,
477 net::URLRequestStatus::Status FetchUrlsToVerify(const char* host, int port,
488 net::URLRequestStatus::Status VerifyTestComplete(const char* host, int port,
498 const net::URLRequestStatus& status,
503 response_status_ = status.status();
    [all...]

Completed in 1149 milliseconds

1 2 3 4 5 6 7 8 91011>>