/external/easymock/src/org/easymock/internal/matchers/ |
D | Null.java | 22 public class Null implements IArgumentMatcher, Serializable { class 26 public static final Null NULL = new Null(); 28 private Null() { in Null() method in Null
|
/external/mockito/src/org/mockito/internal/matchers/ |
D | Null.java | 14 public class Null extends ArgumentMatcher<Object> implements Serializable { class 17 public static final Null NULL = new Null(); 19 private Null() { in Null() method in Null
|
/external/chromium_org/gin/test/ |
D | file.cc | 29 return v8::Null(args->isolate()); in ReadFileToString() 34 return v8::Null(args->isolate()); in ReadFileToString() 42 return v8::Null(args->isolate()); in GetSourceRootDirectory() 50 return v8::Null(args->isolate()); in GetFilesInDirectory() 54 return v8::Null(args->isolate()); in GetFilesInDirectory()
|
/external/llvm/test/tools/llvm-readobj/ |
D | symbols.test | 11 COFF-NEXT: BaseType: Null (0x0) 12 COFF-NEXT: ComplexType: Null (0x0) 20 COFF-NEXT: BaseType: Null (0x0) 21 COFF-NEXT: ComplexType: Null (0x0) 29 COFF-NEXT: BaseType: Null (0x0) 30 COFF-NEXT: ComplexType: Null (0x0)
|
D | cxx-cli-aux.test | 13 CHECK-NEXT: BaseType: Null (0x0) 14 CHECK-NEXT: ComplexType: Null (0x0) 32 CHECK-NEXT: BaseType: Null (0x0) 33 CHECK-NEXT: ComplexType: Null (0x0)
|
D | coff-file-sections-reading.test | 8 CHECK: BaseType: Null (0x0) 9 CHECK: ComplexType: Null (0x0)
|
/external/chromium_org/ppapi/cpp/ |
D | var_array.cc | 21 VarArray::VarArray() : Var(Null()) { in VarArray() 33 Var::operator=(Var(Null())); in VarArray() 42 Var::operator=(Var(Null())); in VarArray() 62 Var::operator=(Var(Null())); in operator =()
|
D | var_dictionary.cc | 21 VarDictionary::VarDictionary() : Var(Null()) { in VarDictionary() 33 Var::operator=(Var(Null())); in VarDictionary() 42 Var::operator=(Var(Null())); in VarDictionary() 64 Var::operator=(Var(Null())); in operator =()
|
D | var.h | 24 struct Null {}; struct 31 Var(Null);
|
/external/clang/lib/AST/ |
D | TemplateBase.cpp | 89 case Null: in isDependent() 130 case Null: in isInstantiationDependent() 171 case Null: in isPackExpansion() 194 case Null: in containsUnexpandedParameterPack() 239 case Null: in Profile() 292 case Null: in structurallyEquals() 335 case Null: in getPackExpansionPattern() 347 case Null: in print() 450 case TemplateArgument::Null: in getSourceRange() 460 case TemplateArgument::Null: in operator <<()
|
/external/chromium_org/v8/src/ |
D | hydrogen-types.cc | 21 if (type->Is(T::Null())) return HType::Null(); in FromType() 44 if (value->IsNull()) return HType::Null(); in FromValue()
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
D | hb-open-file-private.hh | 78 if (unlikely (i >= numTables)) return Null(TableRecord); in get_table() 168 default:return Null(OpenTypeFontFace); in get_face() 230 default: return Null(OpenTypeFontFace); in get_face()
|
D | hb-open-type-private.hh | 139 static inline const Type& Null (void) { in Null() function 148 /*static*/ inline const Type& Null<Type> (void) { \ 154 #define Null(Type) Null<Type>() macro 353 return unlikely (!base) ? &Null(Type) : CastP<Type> (base); in lock_instance() 698 if (unlikely (!offset)) return Null(Type); in operator ()() 761 if (unlikely (i >= len)) return Null(Type); in operator []() 861 if (unlikely (i >= this->len)) return Null(Type); in operator []() 883 if (unlikely (i >= len || !i)) return Null(Type); in operator []()
|
/external/harfbuzz_ng/src/ |
D | hb-open-file-private.hh | 78 if (unlikely (i >= numTables)) return Null(TableRecord); in get_table() 168 default:return Null(OpenTypeFontFace); in get_face() 230 default: return Null(OpenTypeFontFace); in get_face()
|
D | hb-open-type-private.hh | 139 static inline const Type& Null (void) { in Null() function 148 /*static*/ inline const Type& Null<Type> (void) { \ 154 #define Null(Type) Null<Type>() macro 353 return unlikely (!base) ? &Null(Type) : CastP<Type> (base); in lock_instance() 698 if (unlikely (!offset)) return Null(Type); in operator ()() 761 if (unlikely (i >= len)) return Null(Type); in operator []() 861 if (unlikely (i >= this->len)) return Null(Type); in operator []() 883 if (unlikely (i >= len || !i)) return Null(Type); in operator []()
|
/external/llvm/test/MC/ARM/ |
D | coff-function-type-info.ll | 32 ; CHECK-OBJECT: BaseType: Null 40 ; CHECK-OBJECT: BaseType: Null
|
/external/icu/icu4c/source/data/translit/ |
D | zh_Latn_PINYIN_ru.txt | 13 :: Null (); 18 :: Null ();
|
/external/chromium_org/third_party/icu/source/data/translit/ |
D | zh_Latn_PINYIN_ru.txt | 13 :: Null (); 18 :: Null ();
|
/external/clang/include/clang/Basic/ |
D | Sanitizers.def | 62 SANITIZER("null", Null) 81 FloatDivideByZero | Function | IntegerDivideByZero | Null | 91 FloatDivideByZero | IntegerDivideByZero | Null | ObjectSize |
|
/external/chromium_org/gin/ |
D | converter_unittest.cc | 22 using v8::Null; 54 { Null(instance_->isolate()).As<Value>(), false }, in TEST_F() 97 { v8::Null(instance_->isolate()).As<Value>(), false, 0 }, in TEST_F()
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/ |
D | V8WorkerGlobalScopeCustom.cpp | 112 return v8::Null(isolate); in toV8() 116 return v8::Null(isolate); in toV8()
|
/external/chromium_org/extensions/common/api/ |
D | app_current_window_internal.idl | 9 // Null or undefined indicates that a value should not change. 17 // Null or undefined indicates that a value should not change. A value of 0
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
D | V8ErrorHandler.cpp | 58 return v8::Null(isolate()); in callListenerFunction() 68 error = v8::Null(isolate()); in callListenerFunction()
|
/external/chromium_org/ppapi/cpp/private/ |
D | var_private.h | 24 VarPrivate(Null) : Var(Null()) {} in VarPrivate() argument
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCContract.cpp | 409 Value *Null = in runOnFunction() local 412 new StoreInst(Null, CI->getArgOperand(0), CI); in runOnFunction() 415 << " New = " << *Null << "\n"); in runOnFunction() 417 CI->replaceAllUsesWith(Null); in runOnFunction()
|