HomeSort by relevance Sort by last modified time
    Searched defs:Normal (Results 1 - 13 of 13) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
Completion.h 34 enum ComplType { Normal, Break, Continue, ReturnValue, Throw, Interrupted, Terminated };
42 Completion(ComplType type = Normal, JSValue value = JSValue())
  /external/webkit/Source/WebCore/websockets/
WebSocketHandshake.h 49 Incomplete, Normal, Failed, Connected
  /external/llvm/lib/Target/PTX/MCTargetDesc/
PTXBaseInfo.h 35 Normal = 0,
  /external/webkit/Source/JavaScriptCore/interpreter/
Interpreter.h 118 enum ExecutionFlag { Normal, InitializeAndReturn };
  /external/webkit/Source/WebCore/rendering/style/
ShadowData.h 35 enum ShadowStyle { Normal, Inset };
47 , m_style(Normal)
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PatternUnlockScreen.java 102 Normal,
117 case Normal:
118 if (DEBUG) Log.d(TAG, "mode normal");
196 // assume normal footer mode for now
197 updateFooter(FooterMode.Normal);
296 updateFooter(FooterMode.Normal);
410 updateFooter(FooterMode.Normal);
KeyguardStatusViewManager.java 425 return StatusMode.Normal;
445 return StatusMode.Normal;
473 case Normal:
538 * Normal case (sim card present, it's not locked)
540 Normal(true),