/external/webkit/LayoutTests/fast/encoding/resources/ |
parser-tests.js | 8 '<p>Status: <span id="status">Tests did not run.</span></p>' + 51 document.getElementById('status').innerText = "Tests ran.";
|
/external/webkit/Source/WebKit/chromium/src/ |
ApplicationCacheHost.cpp | 281 ApplicationCacheHost::Status ApplicationCacheHost::status() const function in class:WebCore::ApplicationCacheHost 283 return m_internal ? static_cast<Status>(m_internal->m_outerHost->status()) : UNCACHED;
|
/packages/apps/Contacts/src/com/android/contacts/calllog/ |
CallLogQueryHandler.java | 37 import android.provider.VoicemailContract.Status; 63 /** The token for the query to fetch voicemail status messages. */ 163 startQuery(QUERY_VOICEMAIL_STATUS_TOKEN, null, Status.CONTENT_URI,
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xlibint.h | 135 Status (*wire_vec[128])( /* vector for event to wire */ 990 extern Status _XReply( 1011 extern Status _XUnknownNativeEvent( [all...] |
/external/webkit/Source/WebKit/qt/declarative/ |
qdeclarativewebview_p.h | 92 Q_ENUMS(Status SelectionMode) 106 Q_PROPERTY(Status status READ status NOTIFY statusChanged) 152 enum Status { Null, Ready, Loading, Error }; 153 Status status() const; 209 void statusChanged(Status);
|
/packages/apps/Contacts/src/com/android/contacts/ |
ContactLoader.java | 94 private enum Status { 137 private final Status mStatus; 143 private Result(Uri requestedUri, Status status, Exception exception) { 144 if (status == Status.ERROR && exception == null) { 147 mStatus = status; 174 return new Result(requestedUri, Status.ERROR, exception); 178 return new Result(requestedUri, Status.NOT_FOUND, null); 189 mStatus = Status.LOADED 783 final DataStatus status = new DataStatus(cursor); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
AdtPlugin.java | 65 import org.eclipse.core.runtime.Status; 153 /** Load status of the SDK. Any access MUST be in a synchronized(mPostLoadProjects) block */ 903 Status status = new Status(severity, PLUGIN_ID, message); 906 getDefault().getLog().log(status); 910 (severity < IStatus.ERROR ? System.out : System.err).println(status.toString()); [all...] |
/external/chromium/chrome/browser/sync/ |
profile_sync_service.cc | 751 return SyncBackendHost::Status::OFFLINE_UNUSABLE; 754 SyncBackendHost::Status ProfileSyncService::QueryDetailedSyncStatus() { 758 SyncBackendHost::Status status = local 759 { SyncBackendHost::Status::OFFLINE_UNUSABLE }; 760 return status; 769 const sync_api::SyncManager::Status::Summary& summary) { 773 sync_api::SyncManager::Status::SUMMARY_STATUS_COUNT, 776 summary >= sync_api::SyncManager::Status::SUMMARY_STATUS_COUNT) { [all...] |
sync_ui_util.cc | 33 // status message and, if necessary, the text that should appear in the 102 ProfileSyncService::Status status(service->QueryDetailedSyncStatus()); 107 if (status.authenticated && !service->observed_passphrase_required()) { 123 // current synced status. Return SYNC_PROMO so that 149 ProfileSyncService::Status status(service->QueryDetailedSyncStatus()); 166 } else if (!status.authenticated) { 182 // Returns the status info for use on the new tab page, where we want slightly 333 sync_api::SyncManager::Status full_status [all...] |
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
RenderSessionImpl.java | 19 import static com.android.ide.common.rendering.api.Result.Status.ERROR_ANIM_NOT_FOUND; 20 import static com.android.ide.common.rendering.api.Result.Status.ERROR_INFLATION; 21 import static com.android.ide.common.rendering.api.Result.Status.ERROR_NOT_INFLATED; 22 import static com.android.ide.common.rendering.api.Result.Status.ERROR_UNKNOWN; 23 import static com.android.ide.common.rendering.api.Result.Status.ERROR_VIEWGROUP_NO_CHILDREN; 24 import static com.android.ide.common.rendering.api.Result.Status.SUCCESS; 38 import com.android.ide.common.rendering.api.Result.Status; 652 // always return success since the real status will come through the listener. 677 * @return a Result with {@link Status#SUCCESS} or 678 * {@link Status#ERROR_VIEWGROUP_NO_CHILDREN} if the given parent doesn't suppor [all...] |
/external/chromium/chrome/browser/sync/engine/ |
syncapi.h | 653 // Status encapsulates detailed state about the internals of the SyncManager. 654 struct Status { 658 // detailed information may be contained in additional status fields. 722 // if different members of the Status object are modified from different [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/ |
OMX_Core.c | 772 OMX_BOOL Status = OMX_FALSE; 774 Status = TIOMXConfigParser(aInputParameters, aOutputParameters); 776 return Status;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
ProjectState.java | 26 import org.eclipse.core.runtime.Status; 516 IStatus status = replaceLibraryProperty(oldProperty, newRelativePath); local 517 if (status != null) { 518 if (status.getSeverity() != IStatus.OK) { 584 * @return the status of the replacement. If null, no replacement was done (value not found). 607 return new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, String.format( 613 return Status.OK_STATUS;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/editors/ |
TraceviewEditor.java | 41 import org.eclipse.core.runtime.Status; 301 Status status = new Status(IStatus.ERROR, TraceviewPlugin.PLUGIN_ID, local 303 TraceviewPlugin.getDefault().getLog().log(status);
|
/external/chromium/third_party/libjingle/source/talk/base/ |
winping.cc | 43 ULONG Status; // Reply IP_STATUS 312 // The status of each reply is contained in the structure. If the return
|
/external/libnfc-nxp/src/ |
phHal4Nfc_ADD.c | 79 PHDBG_INFO("Hal4:PollCfg in progress.Returning status Busy"); 168 /* Change the State of the HAL only if status is Pending */ 225 PHDBG_INFO("Hal4:PollCfg in progress.Returning status Busy"); 307 Returns status as Pending */ 351 NFCSTATUS Status = ((phNfc_sCompletionInfo_t *)pInfo)->status; 369 Status = phHciNfc_System_Configure ( 376 if(NFCSTATUS_PENDING != Status) 387 Status 411 ((phNfc_sCompletionInfo_t *)pInfo)->status = NFCSTATUS_SUCCESS 425 NFCSTATUS status = NFCSTATUS_SUCCESS; local [all...] |
phHal4Nfc_P2P.c | 154 /*check return status*/ 235 else /*Store callback & Return status pending*/ 324 NFCSTATUS SendStatus = ((phNfc_sCompletionInfo_t *)pInfo)->status; 327 /*Send status Success or Pending disconnect in HAl4*/ 332 /*Update Status*/ 466 NFCSTATUS RecvStatus = ((phNfc_sTransactionInfo_t *)pInfo)->status; 588 NFCSTATUS Status = NFCSTATUS_SUCCESS; 609 Status = PHNFCSTVAL(CID_NFC_HAL , 640 Status= PHNFCSTVAL(CID_NFC_HAL , 657 Status [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/ |
xf86vmode.h | 220 Status SDL_NAME(XF86VidModeValidateModeLine)(
|
/external/webkit/Source/WebCore/loader/cache/ |
CachedFont.cpp | 199 void CachedFont::error(CachedResource::Status status) 201 setStatus(status);
|
/external/webkit/Source/WebCore/platform/leveldb/ |
LevelDBDatabase.cpp | 109 leveldb::Status s = leveldb::DB::Open(options, fileName.utf8().data(), &db);
|
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/ |
WifiConnectionTest.java | 30 import android.net.wifi.WifiConfiguration.Status;
|
/packages/apps/Contacts/tests/src/com/android/contacts/util/ |
FakeAsyncTaskExecutor.java | 190 // code to the main ui thread, the best we can do is wait for the Status to be FINISHED. 195 if (submittedTask.getAsyncTask().getStatus() == AsyncTask.Status.FINISHED) {
|
/external/v8/src/arm/ |
lithium-codegen-arm.h | 128 enum Status { 303 Status status_;
|
/external/v8/src/ia32/ |
lithium-codegen-ia32.h | 120 enum Status { 299 Status status_;
|
/external/v8/src/x64/ |
lithium-codegen-x64.h | 115 enum Status { 297 Status status_;
|