/external/mesa3d/docs/ |
MESA_window_pos.spec | 13 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/include/media/stagefright/ |
ACodec.h | 81 enum Status { 90 Status mStatus; 164 // Returns true iff all buffers on the given port have status OWNED_BY_US.
|
/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);
|
/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/utils/ |
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; 110 return new Status(IStatus.OK, // severity 116 return new Status(IStatus.OK, // severity 122 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; 236 IStatus status; local 239 status = new Status(IStatus.OK, AdtPlugin.PLUGIN_ID, 243 status = new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, 248 status = new Status(IStatus.ERROR, AdtPlugin.PLUGIN_ID, 253 updateStatus(status); 255 return status.isOK() [all...] |
/external/llvm/include/llvm/Support/ |
FileSystem.h | 94 // implementation defined status field. 234 /// @param status A file_status previously returned from stat. 235 /// @results True if the file represented by status exists, false if it does 237 bool exists(file_status status); 242 /// @param result Set to true if the file represented by status exists, false if 277 /// @brief Does status represent a directory? 279 /// @param status A file_status previously returned from status. 280 /// @results status.type() == file_type::directory_file. 281 bool is_directory(file_status status); [all...] |
/external/llvm/lib/Target/ARM/Disassembler/ |
ARMDisassemblerCore.h | 272 bool Status = BuildIt(MI, insn); 273 return RunBuildAfterHook(Status, MI, insn); 286 virtual bool RunBuildAfterHook(bool Status, MCInst &MI, uint32_t insn);
|
/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;
|
/packages/apps/Contacts/src/com/android/contacts/group/ |
GroupEditorFragment.java | 86 private static final String KEY_STATUS = "status"; 160 * Modes that specify the status of the editor 162 public enum Status { 177 private Status mStatus; 230 if (mStatus == Status.SELECTING_ACCOUNT) { 232 } else if (mStatus == Status.LOADING) { 262 mStatus = Status.LOADING; 292 mStatus = (Status) state.getSerializable(KEY_STATUS); 334 mStatus = Status.SELECTING_ACCOUNT; 462 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...] |