/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/libnfc-nxp/src/ |
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/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; 112 return new Status(IStatus.OK, // severity 118 return new Status(IStatus.OK, // severity 124 return new Status(IStatus.ERROR, // severity
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
ReferenceChooserDialog.java | 28 import org.eclipse.core.runtime.Status; 240 IStatus status; local 243 status = new Status(IStatus.OK, AdtPlugin.PLUGIN_ID, 247 status = new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, 252 status = new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, 257 updateStatus(status); 259 return status.isOK() [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/ |
StateViewPage.java | 29 import org.eclipse.core.runtime.Status; 163 return new Status(Status.ERROR, 181 return Status.OK_STATUS;
|
/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/testing/uiautomator/utils/uiautomatorviewer/src/com/android/uiautomator/actions/ |
ScreenshotAction.java | 24 import org.eclipse.core.runtime.Status; 64 Status s = new Status(IStatus.ERROR, "Screenshot", msg, t); 94 monitor.beginTask("Getting UI status dump from device...",
|
/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...] |
/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...] |