HomeSort by relevance Sort by last modified time
    Searched defs:Normal (Results 1 - 16 of 16) 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/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)
  /external/llvm/lib/Target/PTX/MCTargetDesc/
PTXBaseInfo.h 37 Normal = 0,
  /external/clang/lib/Sema/
SemaLambda.cpp 108 Normal,
112 } Kind = Normal;
132 case Normal:
    [all...]
  /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 441 return StatusMode.Normal;
461 return StatusMode.Normal;
489 case Normal:
570 * Normal case (sim card present, it's not locked)
572 Normal(true),
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
VertexBuffer.java 74 * Normal vector, normalized (3 floats).
76 Normal,
130 * Should have the same format and size as {@link Type#Normal}.
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 203 Normal,
218 : Sym(S), Mode(Normal), FailedReallocSymbol(0) {}
583 // Normal free.
    [all...]
  /external/opencv/cvaux/src/
cvlee.cpp     [all...]
  /external/v8/src/
d8.js 96 Normal: 2 };
943 ScriptTypeFlag(Debug.ScriptType.Normal) |
    [all...]
debug-debugger.js 61 Normal: 2 };
    [all...]
  /external/valgrind/main/massif/
ms_main.c 202 // - Normal: these record the current time, total memory size, total heap
204 // - Detailed: these record those things in a normal snapshot, plus a very
214 // normal snapshots, a small fraction are detailed snapshots.
    [all...]
  /sdk/traceview/src/com/android/traceview/
TimeLineView.java 168 new FontData[] { new FontData("Arial", 8, SWT.NORMAL) }); //$NON-NLS-1$
172 new FontData[] { new FontData("Courier New", 10, SWT.NORMAL) }); //$NON-NLS-1$
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 367 milliseconds