HomeSort by relevance Sort by last modified time
    Searched defs:Normal (Results 1 - 19 of 19) 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/compiler-rt/lib/tsan/rtl_tests/
tsan_test_util.h 34 enum Type { Normal, Spin, RW };
36 explicit Mutex(Type type = Normal);
  /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/keyguard/
CarrierText.java 56 Normal, // Normal case (sim card present, it's not locked)
117 case Normal:
184 return StatusMode.Normal;
206 return StatusMode.Normal;
250 case Normal:
KeyguardPatternView.java 93 Normal,
157 case Normal:
158 if (DEBUG) Log.d(TAG, "mode normal");
209 updateFooter(FooterMode.Normal);
371 updateFooter(FooterMode.Normal);
  /external/clang/lib/Sema/
SemaLambda.cpp 105 Normal,
109 } Kind = Normal;
135 case Normal:
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
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 429 return StatusMode.Normal;
450 return StatusMode.Normal;
478 case Normal:
559 * Normal case (sim card present, it's not locked)
561 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/stressapptest/src/
worker.h 209 Normal,
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 227 Normal,
244 : Sym(S), Mode(Normal), FailedReallocSymbol(0), IsLeak(isLeak) {}
712 // 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 769 milliseconds