HomeSort by relevance Sort by last modified time
    Searched defs:Status (Results 201 - 225 of 325) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/native/services/inputflinger/
InputDispatcher.h 791 enum Status {
800 Status status; member in class:android::InputDispatcher::Connection
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupEditorFragment.java 89 private static final String KEY_STATUS = "status";
161 * Modes that specify the status of the editor
163 public enum Status {
178 private Status mStatus;
231 if (mStatus == Status.SELECTING_ACCOUNT) {
233 } else if (mStatus == Status.LOADING) {
263 mStatus = Status.LOADING;
293 mStatus = (Status) state.getSerializable(KEY_STATUS);
335 mStatus = Status.SELECTING_ACCOUNT;
463 mStatus = Status.EDITING
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
XKBsrv.h 333 typedef int Status;
405 extern Status XkbAllocClientMap(
411 extern Status XkbAllocServerMap(
429 extern Status XkbAllocIndicatorMaps(
433 extern Status XkbAllocCompatMap(
439 extern Status XkbAllocNames(
446 extern Status XkbAllocControls(
451 extern Status XkbCopyKeyType(
456 extern Status XkbCopyKeyTypes(
462 extern Status XkbResizeKeyType
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XKBsrv.h 333 typedef int Status;
405 extern Status XkbAllocClientMap(
411 extern Status XkbAllocServerMap(
429 extern Status XkbAllocIndicatorMaps(
433 extern Status XkbAllocCompatMap(
439 extern Status XkbAllocNames(
446 extern Status XkbAllocControls(
451 extern Status XkbCopyKeyType(
456 extern Status XkbCopyKeyTypes(
462 extern Status XkbResizeKeyType
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fpieee.h 143 _FPIEEE_EXCEPTION_FLAGS Status;
poclass.h 244 } Status;
279 typedef VOID (*PPROCESSOR_PCC_DOORBELL_CALLBACK)(ULONG Status, ULONG_PTR Context);
wsdtypes.h 235 const WCHAR *Status;
usb.h 158 #define USBD_SUCCESS(Status) ((USBD_STATUS)(Status) >= 0)
159 #define USBD_PENDING(Status) ((ULONG)(Status) >> 30 == 1)
160 #define USBD_ERROR(Status) ((USBD_STATUS)(Status) < 0)
287 USBD_STATUS Status;
502 USBD_STATUS Status;
tdi.h 60 TDI_STATUS Status;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
GLFunctionTraceViewer.java 37 import org.eclipse.core.runtime.Status;
418 return Status.OK_STATUS;
904 new Status(Status.ERROR, GlTracePlugin.PLUGIN_ID, e.toString()));
    [all...]
  /external/chromium_org/sandbox/win/src/
nt_internals.h 83 NTSTATUS Status;
130 // io status information.
  /external/chromium_org/v8/src/arm/
lithium-arm.h     [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.h     [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.h     [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.h     [all...]
  /external/chromium_org/v8/src/x87/
lithium-x87.h     [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 441 SExpr(COP_Future), Status(FS_pending), Result(nullptr), Location(nullptr)
464 switch (Status) {
491 FutureStatus Status;
553 Status = FS_evaluating;
558 Status = FS_done;
1375 Status status() const { return static_cast<Status>(Flags); } function in class:clang::threadSafety::Phi
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java 125 private static final String KEY_STATUS = "status";
183 private interface Status {
380 if (!getActivity().isChangingConfigurations() && mStatus == Status.EDITING) {
668 mStatus = Status.SUB_ACTIVITY;
761 mStatus = Status.EDITING;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
strmini.h 227 NTSTATUS Status;
391 IN NTSTATUS Status
video.h 323 VP_STATUS Status;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
SerializedScriptValue.cpp 924 enum Status {
2931 Serializer::Status status; local
    [all...]
  /external/chromium_org/v8/src/arm64/
lithium-arm64.h     [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xlib.h 90 #define Status int
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlib.h 90 #define Status int
    [all...]

Completed in 1782 milliseconds

1 2 3 4 5 6 7 891011>>