/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
dbgeng.h | [all...] |
ntsecpkg.h | 321 typedef VOID (NTAPI LSA_AUDIT_LOGON)(NTSTATUS Status,NTSTATUS SubStatus,PUNICODE_STRING AccountName,PUNICODE_STRING AuthenticatingAuthority,PUNICODE_STRING WorkstationName,PSID UserSid,SECURITY_LOGON_TYPE LogonType,PTOKEN_SOURCE TokenSource,PLUID LogonId); 346 typedef NTSTATUS (NTAPI LSA_AUDIT_ACCOUNT_LOGON)(ULONG AuditId,BOOLEAN Success,PUNICODE_STRING Source,PUNICODE_STRING ClientName,PUNICODE_STRING MappedName,NTSTATUS Status); [all...] |
tuner.h | [all...] |
agtctl.h | 254 virtual HRESULT WINAPI get_Status(__LONG32 *Status) = 0; 269 HRESULT (WINAPI *get_Status)(IAgentCtlRequest *This,__LONG32 *Status); 286 #define IAgentCtlRequest_get_Status(This,Status) (This)->lpVtbl->get_Status(This,Status) 293 HRESULT WINAPI IAgentCtlRequest_get_Status_Proxy(IAgentCtlRequest *This,__LONG32 *Status); [all...] |
ntddndis.h | 849 NDIS_802_11_STATUS_INDICATION Status; [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.common_3.6.0.v20100503.jar | |
/external/icu/tools/srcgen/currysrc/libs/ |
org.eclipse.equinox.common_3.7.0.v20150402-1709.jar | |
/prebuilts/devtools/tools/lib/ |
org-eclipse-equinox-common-3.6.0.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar | |
/prebuilts/tools/common/eclipse/ |
org.eclipse.equinox.common_3.6.0.v20100503.jar | |
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/ |
org-eclipse-equinox-common-3.6.0.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar | |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
wmidata.h | [all...] |
wdm.h | 913 NTSTATUS Status; [all...] |
/frameworks/base/docs/html/ |
gms_navtree_data.js | 47 , null ], [ "Classes", null, [ [ "Api", "reference/com/google/android/gms/common/api/Api.html", null, null ], [ "Api.ApiOptions.NoOptions", "reference/com/google/android/gms/common/api/Api.ApiOptions.NoOptions.html", null, null ], [ "Batch", "reference/com/google/android/gms/common/api/Batch.html", null, null ], [ "Batch.Builder", "reference/com/google/android/gms/common/api/Batch.Builder.html", null, null ], [ "BatchResult", "reference/com/google/android/gms/common/api/BatchResult.html", null, null ], [ "BatchResultToken", "reference/com/google/android/gms/common/api/BatchResultToken.html", null, null ], [ "CommonStatusCodes", "reference/com/google/android/gms/common/api/CommonStatusCodes.html", null, null ], [ "GoogleApiClient.Builder", "reference/com/google/android/gms/common/api/GoogleApiClient.Builder.html", null, null ], [ "GoogleApiClient.ServerAuthCodeCallbacks.CheckResult", "reference/com/google/android/gms/common/api/GoogleApiClient.ServerAuthCodeCallbacks.CheckResult.html", null, null ], [ "PendingResults", "reference/com/google/android/gms/common/api/PendingResults.html", null, null ], [ "Scope", "reference/com/google/android/gms/common/api/Scope.html", null, null ], [ "Status", "reference/com/google/android/gms/common/api/Status.html", null, null ] ] [all...] |
/frameworks/native/libs/binder/ |
Parcel.cpp | 38 #include <binder/Status.h> 819 status_t status; local 821 status = BAD_VALUE; 822 return status; 825 status = parcel->writeInt32(val.size()); 826 if (status != OK) { 827 return status; 832 status = BAD_VALUE; 833 return status; 837 return status; 1136 status_t status = writeInt32(1); \/\/ parcelable is not null. local 1210 status_t status; local 1449 status_t status = parcel->readInt32(&size); local 1481 status_t status = parcel->readInt32(&size); local 1553 status_t status = readInt32(&size); local 1574 status_t status = readInt32(&size); local 1705 status_t status; local 1813 status_t status = readInt32(&size); local 1866 status_t status = readInt32(&size); local 1934 status_t status = readInt32(&have_parcelable); local 1946 binder::Status status; local 2025 status_t status = readInt32(&blobType); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
GraphicalEditorPart.java | 115 import org.eclipse.core.runtime.Status; [all...] |
/external/autotest/scheduler/ |
monitor_db_functional_test.py | 15 HqeStatus = models.HostQueueEntry.Status 16 HostStatus = models.Host.Status 135 # Pids to write exit status for at end of tick 423 def _check_entry_status(self, queue_entry, status): 426 self.assertEquals(queue_entry.status, status) 429 def _check_host_status(self, host, status): 432 self.assertEquals(host.status, status) 725 self.assertEqual(host_queue_entry.status, [all...] |
/external/clang/lib/Lex/ |
Lexer.cpp | [all...] |
/external/mesa3d/src/mesa/drivers/x11/ |
fakeglx.c | 181 Status status; local 195 status = XGetWindowProperty(dpy, RootWindow(dpy, screen), 201 if (status != Success || actualType != overlayVisualsAtom || [all...] |
/external/pdfium/core/src/fxge/win32/ |
fx_win32_gdipext.cpp | 287 typedef Status(WINAPI* FuncType_GdiplusStartup)( 718 GpStatus status = local 720 if (status == Ok) { 748 GpStatus status = CallFunc(GdipCreateBitmapFromScan0)( local 751 if (status == Ok) { 759 GpStatus status = CallFunc(GdipGetImageGraphicsContext)( local 761 if (status == Ok) { 771 GpStatus status = CallFunc(GdipCreateFontFamilyFromName)( local 774 if (status == Ok) { 786 GpStatus status local 798 GpStatus status = CallFunc(GdipGetFontSize)((GpFont*)pFont, (REAL*)&get_size); local 826 GpStatus status = CallFunc(GdipDrawDriverString)( local 851 GpStatus status = CallFunc(GdipGetFontCollectionFamilyCount)( local 1404 Status status = Ok; local [all...] |
/external/testng/src/main/java/org/testng/ |
TestRunner.java | 30 import org.testng.internal.DynamicGraph.Status; 784 graph.setStatus(freeNodes, Status.FINISHED); [all...] |
/external/v8/src/compiler/ |
escape-analysis.cc | 35 enum Status { kUntracked = 0, kTracked = 1 }; 117 Status status_; 601 PrintF("Created status entry for node #%d (%s)\n", node->id(), [all...] |
/frameworks/base/services/core/jni/ |
com_android_server_location_GnssLocationProvider.cpp | 122 static void status_callback(GpsStatus* status) 125 env->CallVoidMethod(mCallbacksObj, method_reportStatus, status->status); 398 agps_status->status, byteArray); 482 static void gps_geofence_status_callback(int32_t status, GpsLocation* location) 504 env->CallVoidMethod(mCallbacksObj, method_reportGeofenceStatus, status, 509 static void gps_geofence_add_callback(int32_t geofence_id, int32_t status) 512 if (status != GPS_GEOFENCE_OPERATION_SUCCESS) { 513 ALOGE("Error in geofence_add_callback: %d\n", status); 515 env->CallVoidMethod(mCallbacksObj, method_reportGeofenceAddStatus, geofence_id, status); [all...] |
/hardware/intel/img/psb_video/src/x11/ |
psb_coverlay.c | 60 Status status; local 63 if ((status = XGetWindowAttributes(display, 66 drv_debug_msg(VIDEO_DEBUG_ERROR, "%s: Failed to get X11 window coordinates - error %lu\n", __func__, (unsigned long)status); 87 drv_debug_msg(VIDEO_DEBUG_ERROR, "%s: Failed to tranlate X coordinates - error %lu\n", __func__, (unsigned long)status); 262 Status XResult; [all...] |