HomeSort by relevance Sort by last modified time
    Searched defs:None (Results 1 - 25 of 116) sorted by null

1 2 3 4 5

  /external/llvm/include/llvm/ADT/
None.h 1 //===-- None.h - Simple null value for implicit construction ------*- C++ -*-=//
10 // This file provides None, an enumerator for use in implicit constructors
23 None
  /external/junit/src/org/junit/
Test.java 52 static class None extends Throwable {
54 private None() {
62 Class<? extends Throwable> expected() default None.class;
  /external/chromium_org/ui/base/cursor/
cursor_loader_x11_unittest.cc 7 #undef None
  /external/chromium/chrome/common/net/gaia/
google_service_auth_error.cc 49 GoogleServiceAuthError GoogleServiceAuthError::None() {
50 return GoogleServiceAuthError(NONE);
70 STATE_CASE(NONE);
  /external/chromium_org/ash/display/
display_util_x11_unittest.cc 11 #undef None
  /external/chromium_org/third_party/WebKit/Source/core/dom/
CustomElementLifecycleCallbacks.h 58 None = 0,
  /external/chromium_org/third_party/WebKit/Source/core/html/
MediaFragmentURIParser.h 50 enum TimeFormat { None, Invalid, NormalPlayTime, SMPTETimeCode, WallClockTimeCode };
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.h 28 None = 0, // no reserved entry
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaQuery.h 44 Only, Not, None
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLMetaCharsetParser.h 63 None,
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumWin.h 96 None,
104 unsigned determineState(RenderObject*, ControlSubPart = None);
106 unsigned determineClassicState(RenderObject*, ControlSubPart = None);
108 ThemeData getThemeData(RenderObject*, ControlSubPart = None);
  /frameworks/av/media/libstagefright/include/
SoftwareRenderer.h 41 None,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_exitfunc.py 35 self.sys_import = None
40 if self.sys_import is None:
52 if self.sys_import is None:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_exitfunc.py 35 self.sys_import = None
40 if self.sys_import is None:
52 if self.sys_import is None:
  /external/chromium/chrome/browser/chromeos/login/
login_status_consumer.h 21 NONE,
34 error_(GoogleServiceAuthError::NONE) {
53 static LoginFailure None() {
54 return LoginFailure(NONE);
  /external/chromium_org/ash/wm/
sticky_keys_unittest.cc 8 #undef None