/external/chromium/chrome/browser/chromeos/login/ |
ownership_status_checker.h | 25 // Callback function type. The status code is guaranteed to be different from 27 typedef Callback1<OwnershipService::Status>::Type Callback; 46 void ReportResult(OwnershipService::Status status);
|
ownership_service.h | 31 enum Status { 42 // Called after FILE thread is created to prefetch ownership status and avoid 100 virtual Status GetStatus(bool blocking); 114 // Task posted on FILE thread on startup to prefetch ownership status. 117 // Sets ownership status. May be called on either thread. 118 void SetStatus(Status new_status); 142 volatile Status ownership_status_;
|
/external/chromium/third_party/libjingle/source/talk/examples/call/ |
presenceouttask.cc | 38 PresenceOutTask::Send(const Status & s) { 47 PresenceOutTask::SendDirected(const Jid & j, const Status & s) { 82 PresenceOutTask::TranslateStatus(const Status & s) { 88 if (s.show() != Status::SHOW_ONLINE && s.show() != Status::SHOW_OFFLINE) { 94 case Status::SHOW_XA: 97 case Status::SHOW_DND: 100 case Status::SHOW_CHAT: 107 result->AddText(s.status(), 1);
|
presencepushtask.h | 36 #include "talk/examples/call/status.h" 48 sigslot::signal1<const Status&> SignalStatusUpdate; 59 Status* status); 61 MucStatus* status);
|
/external/skia/include/pipe/ |
SkGPipe.h | 31 enum Status { 39 Status playback(const void* data, size_t length, size_t* bytesRead = NULL);
|
/packages/apps/Contacts/tests/src/com/android/contacts/voicemail/ |
VoicemailStatusHelperImplTest.java | 19 import static android.provider.VoicemailContract.Status.CONFIGURATION_STATE; 20 import static android.provider.VoicemailContract.Status.CONFIGURATION_STATE_CAN_BE_CONFIGURED; 21 import static android.provider.VoicemailContract.Status.CONFIGURATION_STATE_NOT_CONFIGURED; 22 import static android.provider.VoicemailContract.Status.DATA_CHANNEL_STATE; 23 import static android.provider.VoicemailContract.Status.DATA_CHANNEL_STATE_NO_CONNECTION; 24 import static android.provider.VoicemailContract.Status.DATA_CHANNEL_STATE_OK; 25 import static android.provider.VoicemailContract.Status.NOTIFICATION_CHANNEL_STATE; 26 import static android.provider.VoicemailContract.Status.NOTIFICATION_CHANNEL_STATE_MESSAGE_WAITING; 27 import static android.provider.VoicemailContract.Status.NOTIFICATION_CHANNEL_STATE_NO_CONNECTION; 28 import static android.provider.VoicemailContract.Status.NOTIFICATION_CHANNEL_STATE_OK [all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
VoicemailStatusTable.java | 32 import android.provider.VoicemailContract.Status; 35 * Implementation of {@link VoicemailTable.Delegate} for the voicemail status table. 39 .add(Status._ID) 40 .add(Status.CONFIGURATION_STATE) 41 .add(Status.DATA_CHANNEL_STATE) 42 .add(Status.NOTIFICATION_CHANNEL_STATE) 43 .add(Status.SETTINGS_URI) 44 .add(Status.SOURCE_PACKAGE) 45 .add(Status.VOICEMAIL_ACCESS_URI) 95 c.setNotificationUri(mContext.getContentResolver(), Status.CONTENT_URI) [all...] |
/packages/apps/Contacts/src/com/android/contacts/voicemail/ |
VoicemailStatusHelperImpl.java | 19 import static android.provider.VoicemailContract.Status.CONFIGURATION_STATE_CAN_BE_CONFIGURED; 20 import static android.provider.VoicemailContract.Status.CONFIGURATION_STATE_OK; 21 import static android.provider.VoicemailContract.Status.DATA_CHANNEL_STATE_NO_CONNECTION; 22 import static android.provider.VoicemailContract.Status.DATA_CHANNEL_STATE_OK; 23 import static android.provider.VoicemailContract.Status.NOTIFICATION_CHANNEL_STATE_MESSAGE_WAITING; 24 import static android.provider.VoicemailContract.Status.NOTIFICATION_CHANNEL_STATE_NO_CONNECTION; 25 import static android.provider.VoicemailContract.Status.NOTIFICATION_CHANNEL_STATE_OK; 32 import android.provider.VoicemailContract.Status; 51 PROJECTION[SOURCE_PACKAGE_INDEX] = Status.SOURCE_PACKAGE; 52 PROJECTION[CONFIGURATION_STATE_INDEX] = Status.CONFIGURATION_STATE [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
MITMisc.h | 53 Status XMITMiscSetBugMode(
|
XShm.h | 93 Status XShmAttach( 98 Status XShmDetach( 103 Status XShmPutImage( 117 Status XShmGetImage(
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/ |
Experiment.java | 39 enum Status { NotStarted, Running, Stopped, Completed } 40 private Status mStatus; 70 mStatus = Status.NotStarted; 77 mStatus = Status.Running; 122 mStatus = Status.Stopped; 126 mStatus = Status.Completed; 130 return mStatus == Status.Running;
|
/external/libnfc-nxp/src/ |
phFriNfc_DesfireMap.c | 98 NFCSTATUS Status); 132 NFCSTATUS status = NFCSTATUS_PENDING; local 139 status = phFriNfc_Desfire_HSendTransCmd(NdefMap,PH_FRINFC_NDEFMAP_MAX_SEND_RECV_BUF_SIZE); 141 return (status); 147 NFCSTATUS status = NFCSTATUS_PENDING; local 155 status = phFriNfc_Desfire_HSendTransCmd(NdefMap,PH_FRINFC_NDEFMAP_MAX_SEND_RECV_BUF_SIZE); 160 status = PHNFCSTVAL(CID_FRI_NFC_NDEF_MAP, 164 return status; 170 NFCSTATUS status = NFCSTATUS_PENDING; local 180 status = phFriNfc_Desfire_HSendTransCmd(NdefMap,PH_FRINFC_NDEFMAP_MAX_SEND_RECV_BUF_SIZE) 195 NFCSTATUS status = PHNFCSTVAL(CID_FRI_NFC_NDEF_MAP, local 241 NFCSTATUS status = NFCSTATUS_PENDING; local 305 NFCSTATUS status = NFCSTATUS_PENDING; local 361 NFCSTATUS status = NFCSTATUS_PENDING; local 385 NFCSTATUS status = NFCSTATUS_SUCCESS; local 410 NFCSTATUS status = NFCSTATUS_PENDING; local 1047 NFCSTATUS status = NFCSTATUS_PENDING; local 1154 NFCSTATUS status = NFCSTATUS_PENDING; local 1224 NFCSTATUS status = NFCSTATUS_PENDING; local 1324 NFCSTATUS status = NFCSTATUS_PENDING; local 1517 NFCSTATUS status= NFCSTATUS_SUCCESS; local 1788 NFCSTATUS status = NFCSTATUS_SUCCESS; local [all...] |
phFriNfc_SmtCrdFmt.c | 61 NFCSTATUS Status) 68 CompletionRoutine(NdefSmtCrdFmt->CompletionRoutine->Context, Status); 122 /* Initialise the Format status flag*/ 175 NFCSTATUS status = NFCSTATUS_SUCCESS; local 180 status = PHNFCSTVAL(CID_FRI_NFC_NDEF_SMTCRDFMT, NFCSTATUS_INVALID_PARAMETER); 191 return status; 424 NFCSTATUS Status) 445 phFriNfc_MfStd_Process(NdefSmtCrdFmt,Status); 448 Status = PHNFCSTVAL(CID_FRI_NFC_NDEF_SMTCRDFMT, 456 phFriNfc_MfUL_Process(NdefSmtCrdFmt,Status); [all...] |
/libcore/luni/src/test/java/tests/api/javax/net/ssl/ |
SSLEngineResultTest.java | 31 * Test for <code>SSLEngineResult(SSLEngineResult.Status status, 43 * or bytesProduced is negative or when status or handshakeStatus 58 new SSLEngineResult(SSLEngineResult.Status.BUFFER_OVERFLOW, null, 65 new SSLEngineResult(SSLEngineResult.Status.BUFFER_OVERFLOW, 73 new SSLEngineResult(SSLEngineResult.Status.BUFFER_OVERFLOW, 81 SSLEngineResult res = new SSLEngineResult(SSLEngineResult.Status.BUFFER_OVERFLOW, 96 SSLEngineResult.Status [] enS = 97 SSLEngineResult.Status.values(); 119 SSLEngineResult.Status [] enS [all...] |
/external/chromium/chrome/browser/chromeos/cros/ |
update_library.cc | 66 const UpdateLibrary::Status& status() const { function in class:chromeos::UpdateLibraryImpl 72 const UpdateProgress& status) { 74 updater->UpdateStatus(Status(status)); 81 void UpdateStatus(const Status& status) { 86 NewRunnableMethod(this, &UpdateLibraryImpl::UpdateStatus, status)); 90 status_ = status; 95 if (status_.status == UPDATE_STATUS_UPDATED_NEED_REBOOT) 133 const UpdateLibrary::Status& status() const { function in class:chromeos::UpdateLibraryStubImpl [all...] |
mock_update_library.h | 26 MOCK_CONST_METHOD0(status, const Status&(void));
|
/external/chromium/chrome/browser/sync/ |
sync_ui_util_unittest.cc | 24 browser_sync::SyncBackendHost::Status status = local 25 { browser_sync::SyncBackendHost::Status::OFFLINE_UNUSABLE }; 30 .WillOnce(Return(status));
|
/external/chromium/net/base/ |
gzip_header.h | 25 enum Status { 44 Status ReadMore(const char* inbuf,
|
/external/mesa3d/docs/ |
MESA_release_buffers.spec | 13 Status 41 IP Status
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
PlayAnimationThread.java | 21 import com.android.ide.common.rendering.api.Result.Status; 42 return Status.SUCCESS.createResult();
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
VoicemailProviderTest.java | 28 import android.provider.VoicemailContract.Status; 73 /** Returns the appropriate /status URI. */ 76 Status.buildSourceUri(mActor.packageName) : Status.CONTENT_URI; 410 // Tests for voicemail status table. 416 assertSelection(uri, values, Status._ID, ContentUris.parseId(uri)); 427 values.put(Status.DATA_CHANNEL_STATE, Status.DATA_CHANNEL_STATE_NO_CONNECTION); 432 values.put(Status.SOURCE_PACKAGE, "another.package"); 440 values.put(Status.DATA_CHANNEL_STATE, Status.DATA_CHANNEL_STATE_NO_CONNECTION) [all...] |
/external/qemu/distrib/sdl-1.2.12/src/cdrom/ |
SDL_syscdrom.h | 40 /* Return the current status and play position, in frames, of the 43 CDstatus (*Status)(SDL_CD *cdrom, int *position);
|
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/ |
Xinerama.h | 22 Status SDL_NAME(XineramaQueryVersion)(
|
/external/webkit/Source/WebCore/bindings/v8/ |
npruntime_internal.h | 40 #undef Status
|
/external/webkit/Source/WebCore/loader/cache/ |
CachedXSLStyleSheet.h | 49 virtual void error(CachedResource::Status);
|