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

1 2 3 4 5 6

  /external/chromium_org/remoting/host/setup/
pin_validator_unittest.cc 11 TEST(IsPinValidTest, 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,
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
ShadowData.h 36 enum ShadowStyle { Normal, Inset };
74 , m_style(Normal)
ShadowData.cpp 58 if (shadow->style() == Normal) {
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
CarrierText.java 67 Normal, // Normal case (sim card present, it's not locked)
126 case Normal:
193 return StatusMode.Normal;
215 return StatusMode.Normal;
259 case Normal:
KeyguardPatternView.java 92 Normal,
156 case Normal:
157 if (DEBUG) Log.d(TAG, "mode normal");
208 updateFooter(FooterMode.Normal);
370 updateFooter(FooterMode.Normal);
  /external/compiler-rt/lib/tsan/tests/rtl/
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/chromium_org/ash/display/
display_error_observer_unittest.cc 45 TEST_F(DisplayErrorObserverTest, Normal) {
  /external/chromium_org/chrome/browser/extensions/
external_provider_impl_chromeos_unittest.cc 61 // Normal mode, external app should be installed.
62 TEST_F(ExternalProviderImplTest, Normal) {
  /external/chromium_org/media/base/
test_helpers.h 72 static VideoDecoderConfig Normal();
75 // Returns a configuration that is larger in dimensions than Normal().
79 // Returns coded size for Normal and Large config.
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
ClipboardChromiumTest.cpp 53 TEST(ClipboardChromiumTest, Normal)
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketHandshake.h 53 Incomplete, Normal, Failed, Connected, ModeMax
  /external/chromium_org/third_party/skia/src/sfnt/
SkPanose.h 268 ((Normal, 4))
407 ((Normal, 5))
576 ((Normal, 7))
592 ((Normal, 7))
608 ((Normal, 7))
624 ((Normal, 7))
SkOTTable_OS_2_V0.h 31 ((Normal, SkTEndian_SwapBE16(400)))
  /external/skia/src/sfnt/
SkPanose.h 268 ((Normal, 4))
407 ((Normal, 5))
576 ((Normal, 7))
592 ((Normal, 7))
608 ((Normal, 7))
624 ((Normal, 7))
SkOTTable_OS_2_V0.h 31 ((Normal, SkTEndian_SwapBE16(400)))
  /external/chromium_org/chrome/test/chromedriver/chrome/
devtools_http_client_unittest.cc 25 TEST(ParseWebViewsInfo, Normal) {
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
converter.hpp 313 typedef generic_range_checker<Traits,Pred1,Pred2,OverflowHandler> Normal ;
317 typedef typename mpl::if_<subranged,Normal,Dummy>::type type ;
399 typedef generic_range_checker<Traits,Pred1,Pred2,OverflowHandler> Normal ;
403 typedef typename mpl::if_<subranged,Normal,Dummy>::type type ;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Drawer.js 66 Normal: 1,
204 case WebInspector.Drawer.AnimationType.Normal:
  /external/clang/lib/Frontend/
TextDiagnostic.cpp 45 bool &Normal, bool Bold) {
53 if (Normal)
60 Normal = !Normal;
565 // This is a normal word. Just find the first space character.
754 bool Normal = true;
755 applyTemplateHighlighting(OS, Message, Normal, Bold);
756 assert(Normal && "Formatting should have returned to normal");
    [all...]

Completed in 1230 milliseconds

1 2 3 4 5 6