HomeSort by relevance Sort by last modified time
    Searched defs:None (Results 1 - 25 of 122) 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_org/ash/wm/
ash_native_cursor_manager_interactive_uitest.cc 64 None,
  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementLifecycleCallbacks.h 46 None = 0,
  /external/chromium_org/third_party/WebKit/Source/core/html/
MediaFragmentURIParser.h 50 enum TimeFormat { None, Invalid, NormalPlayTime, SMPTETimeCode, WallClockTimeCode };
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/media/
MediaPlayer.h 99 enum Preload { None, MetaData, Auto };
  /external/llvm/unittests/Support/
SourceMgrTest.cpp 51 printMessage(getLoc(4), SourceMgr::DK_Error, "message", None, None);
61 printMessage(getLoc(4), SourceMgr::DK_Warning, "message", None, None);
71 printMessage(getLoc(4), SourceMgr::DK_Note, "message", None, None);
81 printMessage(getLoc(6), SourceMgr::DK_Error, "message", None, None);
91 printMessage(getLoc(7), SourceMgr::DK_Error, "message", None, None);
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_cmaps/
cmap_int.h 10 typedef enum { None, Single, Range, Reverse } MapType;
  /external/chromium_org/ash/host/
ash_window_tree_host_x11_unittest.cc 7 #undef None
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaQuery.h 47 Only, Not, None
  /external/chromium_org/tools/clang/plugins/
FindBadConstructsConsumer.h 46 enum RefcountIssue { None, ImplicitDestructor, PublicDestructor };
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_aurax11_unittest.cc 8 #undef 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_org/third_party/WebKit/Source/core/page/
SpatialNavigation.h 92 None = 0,
105 , alignment(None)
  /external/llvm/bindings/ocaml/target/
llvm_target.ml 18 | None
107 | None -> lst
  /external/llvm/include/llvm/Support/
CodeGen.h 46 None, // -O0
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSecurityModel.java 37 None, // No security enabled
83 SecurityMode mode = SecurityMode.None;
97 SecurityMode.PIN : SecurityMode.None;
103 SecurityMode.Password : SecurityMode.None;
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.h 41 * 0000 None - no reserved entry
48 None = 0,
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.h 48 * 0000 None - no reserved entry
55 None = 0,
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.h 28 None = 0, // no reserved entry
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.h 44 * 0000 None - no reserved entry
51 None = 0,
  /external/chromium_org/ash/sticky_keys/
sticky_keys_unittest.cc 8 #undef None

Completed in 1021 milliseconds

1 2 3 4 5