/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
multibuf.h | 181 extern Status XmbufGetVersion( 209 extern Status XmbufGetWindowAttributes( 222 extern Status XmbufGetBufferAttributes( 235 extern Status XmbufGetScreenInfo(
|
XKBgeom.h | 516 extern Status 522 extern Status 528 extern Status 534 extern Status 540 extern Status 546 extern Status 552 extern Status 558 extern Status 564 extern Status 570 extern Status [all...] |
sync.h | 374 extern Status XSyncQueryExtension( 380 extern Status XSyncInitialize( 400 extern Status XSyncSetCounter( 406 extern Status XSyncChangeCounter( 412 extern Status XSyncDestroyCounter( 417 extern Status XSyncQueryCounter( 423 extern Status XSyncAwait( 435 extern Status XSyncDestroyAlarm( 440 extern Status XSyncQueryAlarm( 446 extern Status XSyncChangeAlarm [all...] |
shape.h | 85 extern Status XShapeQueryVersion ( 142 extern Status XShapeQueryExtents (
|
/external/chromium/chrome/browser/chromeos/login/ |
ownership_status_checker.cc | 26 OwnershipService::Status status = local 28 if (status != OwnershipService::OWNERSHIP_UNKNOWN) { 34 status)); 51 OwnershipService::Status status = local 57 status)); 61 OwnershipService::Status status) { 64 callback_->Run(status); [all...] |
mock_ownership_service.h | 22 MOCK_METHOD1(GetStatus, OwnershipService::Status(bool));
|
/sdk/layoutlib_api/src/com/android/ide/common/rendering/api/ |
Bridge.java | 20 import static com.android.ide.common.rendering.api.Result.Status.NOT_IMPLEMENTED; 22 import com.android.ide.common.rendering.api.Result.Status; 105 return Status.NOT_IMPLEMENTED.createResult(); 128 * @return a {@link Result} indicating the status of the action, and if success, the parent 139 * @return a {@link Result} indicating the status of the action, and if success, the index in
|
/external/libnfc-nxp/src/ |
phLibNfc.c | 71 STATIC void phLibNfc_InitCb(void *pContext,NFCSTATUS status); 74 STATIC void phLibNfc_ShutdownCb(void *pContext,NFCSTATUS status); 82 NFCSTATUS status 111 NFCSTATUS Status = NFCSTATUS_SUCCESS; 113 Status = phDal4Nfc_Reset(1); 114 Status = phDal4Nfc_Reset(0); 115 Status = phDal4Nfc_Reset(1); 117 return Status; 127 int status; local 128 status = dlopen_firmware() 679 NFCSTATUS status = NFCSTATUS_INVALID_STATE; local [all...] |
phFriNfc_LlcpMacNfcip.c | 42 NFCSTATUS status) 58 pfReceiveCB(pReceiveContext, status, LlcpMac->psReceiveBuffer); 63 NFCSTATUS status) 79 pfSendCB(pSendContext, status); 87 NFCSTATUS status = NFCSTATUS_SUCCESS; local 92 status = PHNFCSTVAL(CID_FRI_NFC_LLCP_MAC, NFCSTATUS_INVALID_PARAMETER); 96 status = (NFCSTATUS)memcmp(Llcp_Magic_Number,LlcpMac->psRemoteDevInfo->RemoteDevInfo.NfcIP_Info.ATRInfo,3); 97 if(!status) 101 status = NFCSTATUS_SUCCESS; 105 status = PHNFCSTVAL(CID_FRI_NFC_LLCP_MAC, NFCSTATUS_FAILED) 115 NFCSTATUS status = NFCSTATUS_SUCCESS; local 135 NFCSTATUS status = NFCSTATUS_SUCCESS; local 278 NFCSTATUS status = NFCSTATUS_SUCCESS; local 364 NFCSTATUS status = NFCSTATUS_SUCCESS; local 441 NFCSTATUS status = NFCSTATUS_SUCCESS; local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/ |
LogCatView.java | 31 import org.eclipse.core.runtime.Status; 150 Status s = new Status(Status.ERROR, DdmsPlugin.PLUGIN_ID, e.getMessage(), e); 190 Status s = new Status(Status.ERROR, DdmsPlugin.PLUGIN_ID, e.getMessage(), e); 206 Status s = new Status(Status.ERROR, DdmsPlugin.PLUGIN_ID, e.getMessage(), e) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/ |
ApplicationPackageNameRefactoring.java | 35 import org.eclipse.core.runtime.Status; 161 Status s = new Status(Status.ERROR, AdtPlugin.PLUGIN_ID, e.getMessage(), e); 164 Status s = new Status(Status.ERROR, AdtPlugin.PLUGIN_ID, e.getMessage(), e); 201 Status s = new Status(Status.ERROR, AdtPlugin.PLUGIN_ID, e.getMessage(), e) [all...] |
/frameworks/base/core/java/android/provider/ |
VoicemailContract.java | 37 * <li> Status table: This provides a way for the voicemail source application 39 * accessing this table are defined by the {@link Status} class. 206 /** Defines fields exposed through the /status path of this content provider. */ 207 public static final class Status implements BaseColumns { 208 /** URI to insert/retrieve status of voicemail source. */ 209 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/status"); 211 public static final String DIR_TYPE = "vnd.android.cursor.dir/voicemail.source.status"; 212 /** The MIME type for a single voicemail source status entry. */ 213 public static final String ITEM_TYPE = "vnd.android.cursor.item/voicemail.source.status"; 216 private Status() { [all...] |
/external/mesa3d/docs/ |
MESA_pack_invert.spec | 14 Status 45 IP Status
|
/external/webkit/Source/WebCore/bridge/ |
npruntime_internal.h | 40 #undef Status
|
/external/webkit/Source/WebCore/loader/cache/ |
CachedCSSStyleSheet.h | 52 virtual void error(CachedResource::Status);
|
/frameworks/base/media/libeffects/lvm/lib/Bundle/src/ |
LVM_Process.c | 67 LVM_ReturnStatus_en Status; 114 Status = LVM_ApplyNewSettings(hInstance); 116 if(Status != LVM_SUCCESS) 118 return Status;
|
/packages/apps/Contacts/src/com/android/contacts/voicemail/ |
VoicemailStatusHelper.java | 21 import android.provider.VoicemailContract.Status; 27 * source status needs to be shown. The messages are returned in the order of importance. 30 * statuses of all the registered voicemail sources and determines if any status message needs to 39 * The string resource id of the status message that should be shown in the call log 44 * The string resource id of the status message that should be shown in the call details 75 * @param cursor The cursor pointing to the query on {@link Status#CONTENT_URI}. The projection 83 * The number of sources is counted by querying the voicemail status table.
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
VoicemailCleanupServiceTest.java | 24 import android.provider.VoicemailContract.Status; 83 mResolver.insert(Status.buildSourceUri(sourcePackage), values); 97 Status.buildSourceUri(sourcePackage), null, null, null, null); 106 Status.buildSourceUri(sourcePackage), null, null, null, null);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xutil.h | 223 * Compose sequence status structure, used in calling XLookupString. 417 extern Status XGetClassHint( 423 extern Status XGetIconSizes( 430 extern Status XGetNormalHints( 436 extern Status XGetRGBColormaps( 444 extern Status XGetSizeHints( 451 extern Status XGetStandardColormap( 458 extern Status XGetTextProperty( 472 extern Status XGetWMClientMachine( 483 extern Status XGetWMIconName [all...] |
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
SSLEngineImpl.java | 411 return new SSLEngineResult(SSLEngineResult.Status.CLOSED, 425 // check if this call was made in spite of handshake status 437 SSLEngineResult.Status.BUFFER_UNDERFLOW, 457 SSLEngineResult.Status.BUFFER_OVERFLOW, 532 return new SSLEngineResult(SSLEngineResult.Status.BUFFER_UNDERFLOW, 558 * Encodes the application data into SSL/TLS record. If handshake status 576 return new SSLEngineResult(SSLEngineResult.Status.CLOSED, 593 // check if this call was made in spite of handshake status 610 SSLEngineResult.Status.BUFFER_OVERFLOW, 624 SSLEngineResult.Status.CLOSED [all...] |
/packages/apps/Email/src/com/android/email/ |
RefreshManager.java | 68 * Refresh status of a mailbox list or a message list has changed. 89 * Status of a mailbox list/message list. 91 /* package */ static class Status { 139 * Map of accounts/mailboxes to {@link Status}. 142 private final HashMap<Long, Status> mMap = new HashMap<Long, Status>(); 144 public Status get(long id) { 145 Status s = mMap.get(id); 147 s = new Status(); 154 for (Status s : mMap.values()) 213 final Status status = mMailboxListStatus.get(accountId); local 251 final Status status = mMessageListStatus.get(mailboxId); local [all...] |
/external/chromium/third_party/libjingle/source/talk/examples/call/ |
presencepushtask.cc | 91 Status s; 129 Status* s) { 135 const XmlElement * status = stanza->FirstNamed(QN_STATUS); local 136 if (status != NULL) { 137 s->set_status(status->BodyText()); 139 // Truncate status messages longer than 300 bytes 140 if (s->status().length() > 300) { 144 while (!IsUtf8FirstByte(s->status()[len]) && len > 0) { 147 std::string truncated(s->status(), 0, len); 162 s->set_show(Status::SHOW_ONLINE) [all...] |
/external/e2fsprogs/lib/ext2fs/ |
nt_io.c | 47 IN NTSTATUS Status 365 // Function to map NT status to dos error. 372 IN NTSTATUS Status 375 return _MapDosError(RtlNtStatusToDosError(Status)); 398 NTSTATUS Status; 412 Status = RtlAnsiStringToUnicodeString(&UnicodeString, &AnsiString, FALSE); 414 if(!NT_SUCCESS(Status)) 416 return Status; // Unpappable character? 439 Status = NtOpenFile(Handle, 446 if(!NT_SUCCESS(Status)) [all...] |
/external/webkit/Source/WebKit/chromium/public/ |
WebApplicationCacheHost.h | 52 // These values must match WebCore::ApplicationCacheHost::Status values 53 enum Status { 94 virtual Status status() { return Uncached; } function in class:WebKit::WebApplicationCacheHost
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
VoicemailCleanupService.java | 24 import android.provider.VoicemailContract.Status; 50 // Delete both voicemail content and voicemail status entries for this package. 52 contentResolver.delete(Status.buildSourceUri(packageUninstalled), null, null);
|