HomeSort by relevance Sort by last modified time
    Searched refs:Normal (Results 1 - 25 of 112) sorted by null

1 2 3 4 5

  /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())
Completion.cpp 47 return Completion(Normal);
75 return Completion(Normal, result);
  /external/webkit/Source/WebCore/rendering/style/
ShadowData.h 35 enum ShadowStyle { Normal, Inset };
47 , m_style(Normal)
ShadowData.cpp 63 if (shadow->style() == Normal) {
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Quad.java 114 setBuffer(Type.Normal, 3, new float[]{0, 0, 1,
StripBox.java 149 if (getBuffer(Type.Normal) == null){
163 setBuffer(Type.Normal, 3, BufferUtils.createFloatBuffer(normals));
Box.java 150 if (getBuffer(Type.Normal) == null){
151 setBuffer(Type.Normal, 3, BufferUtils.createFloatBuffer(GEOMETRY_NORMALS_DATA));
Cylinder.java 224 // VertexBuffer nvb = getBuffer(Type.Normal);
233 setBuffer(Type.Normal, 3, createVector3Buffer(getFloatBuffer(Type.Normal), vertCount));
280 FloatBuffer nb = getFloatBuffer(Type.Normal);
Line.java 74 setBuffer(Type.Normal, 3, new float[]{0, 0, 1,
  /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/compiler-rt/lib/tsan/rtl_tests/
tsan_test_util.h 34 enum Type { Normal, Spin, RW };
36 explicit Mutex(Type type = Normal);
tsan_test_util_linux.cc 107 if (type_ == Normal)
119 CHECK(type_ == Normal);
128 if (type_ == Normal)
138 if (type_ == Normal)
148 if (type_ == Normal)
159 if (type_ == Normal)
  /external/webkit/Source/WebCore/websockets/
WebSocketHandshake.h 49 Incomplete, Normal, Failed, Connected
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/qt/
ActivateFontsQt.cpp 94 f.setWeight(QFont::Normal);
  /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/webkit/Source/WebCore/bindings/js/
JSInjectedScriptManager.cpp 58 if (comp.complType() != JSC::Normal && comp.complType() != JSC::ReturnValue)
WorkerScriptController.cpp 137 if (completionType == Normal || completionType == ReturnValue)
  /external/webkit/Source/WebCore/platform/graphics/qt/
FontPlatformDataQt.cpp 47 return QFont::Normal; // QFont::Normal == Weight of 50
  /external/clang/lib/Frontend/
TextDiagnostic.cpp 45 bool &Normal, bool Bold) {
50 if (Normal)
57 Normal = !Normal;
545 // This is a normal word. Just find the first space character.
734 bool Normal = true;
735 applyTemplateHighlighting(OS, Message, Normal, Bold);
736 assert(Normal && "Formatting should have returned to normal");
    [all...]
  /external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/
FloatToFixed.java 63 VertexBuffer normals = mesh.getBuffer(Type.Normal);
91 normals = new VertexBuffer(Type.Normal);
94 mesh.clearBuffer(Type.Normal);
  /external/jmonkeyengine/engine/src/test/jme3test/light/
TestTangentGen.java 132 strip.setBuffer(Type.Normal, 3, nb);
  /external/v8/test/mjsunit/
debug-script.js 53 } else if (scripts[i].type == Debug.ScriptType.Normal) {
66 // a normal script during startup too.
91 // Test a normal script.
94 assertEquals(Debug.ScriptType.Normal, mjsunit_js_script.type);
  /external/webkit/Source/JavaScriptCore/interpreter/
Interpreter.h 118 enum ExecutionFlag { Normal, InitializeAndReturn };

Completed in 2539 milliseconds

1 2 3 4 5