Searched defs:None (Results 1 - 25 of 59) sorted by relevance

123

/external/junit/src/org/junit/
H A DTest.java52 static class None extends Throwable { class in interface:Test
54 private None() { method in class:Test.None
62 Class<? extends Throwable> expected() default None.class;
/external/webkit/Tools/DumpRenderTree/mac/
H A DNavigationController.h34 enum { None, Load, GoBack, ExecuteScript } pendingAction; enumerator in enum:__anon14984
/external/webkit/Source/WebCore/html/parser/
H A DHTMLMetaCharsetParser.h58 None, enumerator in enum:WebCore::HTMLMetaCharsetParser::Mode
/external/webkit/Source/WebCore/rendering/
H A DRenderThemeChromiumWin.h104 None, enumerator in enum:WebCore::RenderThemeChromiumWin::ControlSubPart
112 unsigned determineState(RenderObject*, ControlSubPart = None);
114 unsigned determineClassicState(RenderObject*, ControlSubPart = None);
116 ThemeData getThemeData(RenderObject*, ControlSubPart = None);
H A DRenderThemeWin.h146 None, enumerator in enum:WebCore::RenderThemeWin::ControlSubPart
158 unsigned determineClassicState(RenderObject*, ControlSubPart = None);
161 unsigned determineSpinButtonState(RenderObject*, ControlSubPart = None);
165 ThemeData getThemeData(RenderObject*, ControlSubPart = None);
166 ThemeData getClassicThemeData(RenderObject* o, ControlSubPart = None);
/external/webkit/Source/WebCore/rendering/style/
H A DStyleDashboardRegion.h42 None, enumerator in enum:WebCore::StyleDashboardRegion::__anon14721
/external/webkit/Source/WebCore/bindings/v8/
H A Dnpruntime_internal.h35 #undef None macro
/external/webkit/Source/WebCore/bridge/
H A Dnpruntime_internal.h35 #undef None macro
/external/webkit/Source/WebCore/css/
H A DMediaQuery.h44 Only, Not, None enumerator in enum:WebCore::MediaQuery::Restrictor
/external/chromium/chrome/browser/chromeos/login/
H A Dlogin_status_consumer.h53 static LoginFailure None() { function in class:chromeos::LoginFailure
/external/chromium/chrome/common/net/gaia/
H A Dgoogle_service_auth_error.cc49 GoogleServiceAuthError GoogleServiceAuthError::None() { function in class:GoogleServiceAuthError
H A Dgaia_authenticator.h48 None = 0, enumerator in enum:gaia::AuthenticationError
/external/llvm/include/llvm/Support/
H A DCodeGen.h43 None, // -O0 enumerator in enum:llvm::CodeGenOpt::Level
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
H A DVerificationErrorType.java34 None(0, "no-error"), enum constant in enum:VerificationErrorType
77 return None;
/external/webkit/Source/WebCore/page/
H A DSpatialNavigation.h97 None = 0, enumerator in enum:WebCore::RectsAlignment
109 , alignment(None)
110 , parentAlignment(None)
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DPlatformContextSkia.h229 mutable enum { None, Software, Mixed, Hardware } m_backingStoreState; enumerator in enum:WebCore::PlatformContextSkia::__anon14682
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DPlane.java56 None, enum constant in enum:Plane.Side
197 return Side.None;
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/picking/
H A DBresenhamYUpGridTracer.java53 protected Direction stepDirection = Direction.None;
57 None, PositiveX, NegativeX, PositiveY, NegativeY, PositiveZ, NegativeZ; enum constant in enum:BresenhamYUpGridTracer.Direction
119 stepDirection = Direction.None;
134 stepDirection = Direction.None;
149 stepDirection = Direction.None;
/external/webkit/Source/WebCore/fileapi/
H A DFileReader.h108 None, enumerator in enum:WebCore::FileReader::InternalState
/external/webkit/Source/WebCore/html/
H A DHTMLLinkElement.h119 enum PendingSheetType { None, NonBlocking, Blocking }; enumerator in enum:WebCore::HTMLLinkElement::PendingSheetType
H A DDateComponents.h71 None, // Suppress the second part and the millisecond part if they are 0. enumerator in enum:WebCore::DateComponents::SecondFormat
78 String toString(SecondFormat format = None) const;
/external/webkit/Source/WebCore/svg/
H A DSVGGlyphElement.h46 None = 0, enumerator in enum:WebCore::SVGGlyphIdentifier::ArabicForm
56 , arabicForm(None)
/external/webkit/Source/WebKit/chromium/public/
H A DWebMediaPlayer.h83 None, enumerator in enum:WebKit::WebMediaPlayer::Preload
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/
H A DMotionTrack.java69 protected Direction directionType = Direction.None;
85 None, enum constant in enum:MotionTrack.Direction
203 oc.write(directionType, "directionType", Direction.None);
214 directionType = in.readEnum("directionType", Direction.class, Direction.None);
251 case None:
/external/regex-re2/util/
H A Dpcre.h215 None = 0x0000, enumerator in enum:re2::PCRE::Option
531 PCRE_Options() : option_(PCRE::None), match_limit_(0), stack_limit_(0), report_errors_(true) {}

Completed in 511 milliseconds

123