/external/ImageMagick/Magick++/lib/Magick++/ |
D | Exception.h | 67 explicit Error(const std::string& what_); 68 explicit Error(const std::string& what_,Exception *nested_); 75 explicit ErrorBlob(const std::string& what_); 76 explicit ErrorBlob(const std::string& what_,Exception *nested_); 83 explicit ErrorCache(const std::string& what_); 84 explicit ErrorCache(const std::string& what_,Exception *nested_); 91 explicit ErrorCoder(const std::string& what_); 92 explicit ErrorCoder(const std::string& what_,Exception *nested_); 99 explicit ErrorConfigure(const std::string& what_); 100 explicit ErrorConfigure(const std::string& what_,Exception *nested_); [all …]
|
/external/clang/lib/Headers/ |
D | module.modulemap | 25 explicit module altivec { 30 explicit module arm { 33 explicit module acle { 38 explicit module neon { 45 explicit module intel { 65 explicit module mm_malloc { 70 explicit module cpuid { 74 explicit module mmx { 78 explicit module sse { 85 explicit module sse2 { [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
D | ASN1TaggedObject.java | 16 boolean explicit = true; field in ASN1TaggedObject 21 boolean explicit) in getInstance() argument 23 if (explicit) in getInstance() 64 boolean explicit, in ASN1TaggedObject() argument 70 this.explicit = true; in ASN1TaggedObject() 74 this.explicit = explicit; in ASN1TaggedObject() 79 if (this.explicit) in ASN1TaggedObject() 106 if (tagNo != other.tagNo || empty != other.empty || explicit != other.explicit) in asn1Equals() 167 return explicit; in isExplicit() 227 return new DERTaggedObject(explicit, tagNo, obj); in toDERObject() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | SymbolRecord.h | 32 explicit SymbolRecord(SymbolRecordKind Kind) : Kind(Kind) {} in SymbolRecord() 46 explicit ProcSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in ProcSym() 72 explicit Thunk32Sym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in Thunk32Sym() 92 explicit TrampolineSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in TrampolineSym() 109 explicit SectionSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in SectionSym() 126 explicit CoffGroupSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in CoffGroupSym() 141 explicit ScopeEndSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in ScopeEndSym() 150 explicit CallerSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in CallerSym() 340 explicit InlineSiteSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in InlineSiteSym() 361 explicit PublicSym32(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in PublicSym32() [all …]
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/ |
D | ASN1TaggedObject.java | 19 boolean explicit = true; field in ASN1TaggedObject 24 boolean explicit) in getInstance() argument 26 if (explicit) in getInstance() 67 boolean explicit, in ASN1TaggedObject() argument 73 this.explicit = true; in ASN1TaggedObject() 77 this.explicit = explicit; in ASN1TaggedObject() 82 if (this.explicit) in ASN1TaggedObject() 109 if (tagNo != other.tagNo || empty != other.empty || explicit != other.explicit) in asn1Equals() 171 return explicit; in isExplicit() 232 return new DERTaggedObject(explicit, tagNo, obj); in toDERObject() [all …]
|
/external/tensorflow/tensorflow/core/lib/bfloat16/ |
D | bfloat16.h | 65 B16_DEVICE_FUNC explicit bfloat16(const float v) { in bfloat16() 69 B16_DEVICE_FUNC explicit bfloat16(const double val) in bfloat16() 73 B16_DEVICE_FUNC explicit bfloat16(const complex64& val) in bfloat16() 76 B16_DEVICE_FUNC explicit bfloat16(const complex128& val) in bfloat16() 79 B16_DEVICE_FUNC explicit bfloat16(const unsigned short val) in bfloat16() 82 B16_DEVICE_FUNC explicit bfloat16(const unsigned int val) in bfloat16() 85 B16_DEVICE_FUNC explicit bfloat16(const int val) in bfloat16() 88 B16_DEVICE_FUNC explicit bfloat16(const long val) in bfloat16() 91 B16_DEVICE_FUNC explicit bfloat16(const long long val) in bfloat16() 95 B16_DEVICE_FUNC explicit bfloat16(const T& val) in bfloat16() [all …]
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/types/ |
D | MergeTagTest.java | 51 Map<Object, Object> explicit = (Map<Object, Object>) list.get(4); in testMerge() local 52 assertEquals(4, explicit.size()); in testMerge() 53 assertEquals(new Integer(1), explicit.get("x")); in testMerge() 54 assertEquals(new Integer(2), explicit.get("y")); in testMerge() 55 assertEquals(new Integer(10), explicit.get("r")); in testMerge() 56 assertEquals("center/big", explicit.get("label")); in testMerge() 59 assertEquals(explicit, merged1); in testMerge() 60 assertNotSame(explicit, merged1); in testMerge() 63 assertEquals(explicit, merged2); in testMerge() 64 assertNotSame(explicit, merged2); in testMerge() [all …]
|
/external/libcxx/include/ |
D | stdexcept | 35 explicit xxx_error(const string& what_arg); 36 explicit xxx_error(const char* what_arg); 64 explicit __libcpp_refstring(const char* __msg); 83 explicit logic_error(const string&); 84 explicit logic_error(const char*); 100 explicit runtime_error(const string&); 101 explicit runtime_error(const char*); 115 _LIBCPP_INLINE_VISIBILITY explicit domain_error(const string& __s) : logic_error(__s) {} 116 _LIBCPP_INLINE_VISIBILITY explicit domain_error(const char* __s) : logic_error(__s) {} 125 _LIBCPP_INLINE_VISIBILITY explicit invalid_argument(const string& __s) : logic_error(__s) {} [all …]
|
/external/clang/test/ARCMT/Inputs/ |
D | module.map | 29 explicit module b { header "macros_top_b.h" } 30 explicit module c { header "macros_top_c.h" } 39 explicit module undef { 50 explicit module sub { 58 explicit module sub { 77 explicit module Decl { header "decl.h" } 78 explicit module Decl2 { header "decl2.h" } 79 explicit module Def { header "def.h" } 84 explicit module Explicit { header "redecl-merge-top-explicit.h" } 100 explicit module prefix { [all …]
|
/external/v8/src/objects/ |
D | compressed-slots.h | 27 explicit CompressedObjectSlot(Address ptr) : SlotBase(ptr) {} in CompressedObjectSlot() 28 explicit CompressedObjectSlot(Address* ptr) in CompressedObjectSlot() 30 inline explicit CompressedObjectSlot(Object* object); 31 explicit CompressedObjectSlot(Object const* const* ptr) in CompressedObjectSlot() 34 explicit CompressedObjectSlot(SlotBase<T, TData, kSlotDataAlignment> slot) in CompressedObjectSlot() 69 explicit CompressedMaybeObjectSlot(Address ptr) : SlotBase(ptr) {} in CompressedMaybeObjectSlot() 70 explicit CompressedMaybeObjectSlot(Object* ptr) in CompressedMaybeObjectSlot() 72 explicit CompressedMaybeObjectSlot(MaybeObject* ptr) in CompressedMaybeObjectSlot() 75 explicit CompressedMaybeObjectSlot( in CompressedMaybeObjectSlot() 100 explicit CompressedHeapObjectSlot(Address ptr) : SlotBase(ptr) {} in CompressedHeapObjectSlot() [all …]
|
D | slots.h | 76 explicit SlotBase(Address ptr) : ptr_(ptr) { in SlotBase() 100 explicit FullObjectSlot(Address ptr) : SlotBase(ptr) {} in FullObjectSlot() 101 explicit FullObjectSlot(const Address* ptr) in FullObjectSlot() 103 inline explicit FullObjectSlot(Object* object); 105 explicit FullObjectSlot(SlotBase<T, TData, kSlotDataAlignment> slot) in FullObjectSlot() 140 explicit FullMaybeObjectSlot(Address ptr) : SlotBase(ptr) {} in FullMaybeObjectSlot() 141 explicit FullMaybeObjectSlot(Object* ptr) in FullMaybeObjectSlot() 143 explicit FullMaybeObjectSlot(MaybeObject* ptr) in FullMaybeObjectSlot() 146 explicit FullMaybeObjectSlot(SlotBase<T, TData, kSlotDataAlignment> slot) in FullMaybeObjectSlot() 169 explicit FullHeapObjectSlot(Address ptr) : SlotBase(ptr) {} in FullHeapObjectSlot() [all …]
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | generic_layout_optimizer_transposer.h | 84 explicit Transposer() {} in Transposer() 192 explicit LayoutSensitiveOpTransposer() : Transposer() {} in LayoutSensitiveOpTransposer() 203 explicit DefaultLayoutSensitiveOpTransposer() in DefaultLayoutSensitiveOpTransposer() 212 explicit AvgPoolGradTransposer() : LayoutSensitiveOpTransposer() {} in AvgPoolGradTransposer() 220 explicit BiasAddGradTransposer() : LayoutSensitiveOpTransposer() {} in BiasAddGradTransposer() 228 explicit Conv2DBackpropFilterTransposer() : LayoutSensitiveOpTransposer() {} in Conv2DBackpropFilterTransposer() 236 explicit Conv2DBackpropInputTransposer() : LayoutSensitiveOpTransposer() {} in Conv2DBackpropInputTransposer() 244 explicit FusedBatchNormExTransposer() : LayoutSensitiveOpTransposer() {} in FusedBatchNormExTransposer() 252 explicit FusedBatchNormGradTransposer() : LayoutSensitiveOpTransposer() {} in FusedBatchNormGradTransposer() 263 explicit MaxPoolV2Transposer() : LayoutSensitiveOpTransposer() {} in MaxPoolV2Transposer() [all …]
|
/external/libtextclassifier/native/utils/ |
D | variant.h | 52 explicit Variant(const int8_t value) in Variant() 54 explicit Variant(const uint8_t value) in Variant() 56 explicit Variant(const int value) in Variant() 58 explicit Variant(const uint value) in Variant() 60 explicit Variant(const int64 value) in Variant() 62 explicit Variant(const uint64 value) in Variant() 64 explicit Variant(const float value) in Variant() 66 explicit Variant(const double value) in Variant() 68 explicit Variant(const StringPiece value) in Variant() 70 explicit Variant(const std::string value) in Variant() [all …]
|
/external/skia/src/core/ |
D | SkImageFilterTypes.h | 38 explicit IVector(const SkIVector& v) : fX(v.fX), fY(v.fY) {} in IVector() 47 explicit Vector(const SkVector& v) : fX(v.fX), fY(v.fY) {} in Vector() 77 explicit ParameterSpace(const T& data) : fData(data) {} in ParameterSpace() 78 explicit ParameterSpace(T&& data) : fData(std::move(data)) {} in ParameterSpace() 80 explicit operator const T&() const { return fData; } 95 explicit DeviceSpace(const T& data) : fData(data) {} in DeviceSpace() 96 explicit DeviceSpace(T&& data) : fData(std::move(data)) {} in DeviceSpace() 98 explicit operator const T&() const { return fData; } 123 explicit LayerSpace(const IVector& geometry) : fData(geometry) {} in LayerSpace() 124 explicit LayerSpace(IVector&& geometry) : fData(std::move(geometry)) {} in LayerSpace() [all …]
|
/external/clang/test/Modules/Inputs/ |
D | module.map | 29 explicit module b { header "macros_top_b.h" } 30 explicit module c { header "macros_top_c.h" } 39 explicit module undef { 54 explicit module sub { 62 explicit module sub { 82 explicit module Decl { header "decl.h" } 83 explicit module Decl2 { header "decl2.h" } 84 explicit module Def { header "def.h" } 89 explicit module Explicit { header "redecl-merge-top-explicit.h" } 105 explicit module prefix { [all …]
|
/external/sfntly/cpp/src/sfntly/port/ |
D | exception_type.h | 33 explicit Exception(const char* message) throw() { SetMessage(message); } in Exception() 51 explicit IndexOutOfBoundException(const char* message) throw() in IndexOutOfBoundException() 68 explicit IOException(const char* message) throw() : Exception(message) {} in IOException() 75 explicit ArithmeticException(const char* message) throw() in ArithmeticException() 84 explicit UnsupportedOperationException(const char* message) throw() in UnsupportedOperationException() 92 explicit RuntimeException(const char* message) throw() in RuntimeException() 100 explicit NoSuchElementException(const char* message) throw() in NoSuchElementException() 108 explicit IllegalArgumentException(const char* message) throw() in IllegalArgumentException() 116 explicit IllegalStateException(const char* message) throw() in IllegalStateException()
|
/external/clang/test/FixIt/ |
D | format-darwin.m | 37 …lues of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' in… 38 …ues of type 'NSUInteger' should not be used as format arguments; add an explicit cast to 'unsigned… 39 …{values of type 'SInt32' should not be used as format arguments; add an explicit cast to 'int' ins… 40 …{values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned… 54 …erlying type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' in… 79 …lues of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' in… 80 …lues of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' in… 81 …lues of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' in… 82 …lues of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' in… 83 …lues of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' in… [all …]
|
/external/tensorflow/tensorflow/core/kernels/ |
D | control_flow_ops.h | 29 explicit ControlTriggerOp(OpKernelConstruction* context) in ControlTriggerOp() 41 explicit SwitchOp(OpKernelConstruction* context) : OpKernel(context) {} in SwitchOp() 56 explicit SwitchNOp(OpKernelConstruction* context) : OpKernel(context) {} in SwitchNOp() 69 explicit MergeOp(OpKernelConstruction* context); 82 explicit EnterOp(OpKernelConstruction* context) : OpKernel(context) {} in EnterOp() 95 explicit ExitOp(OpKernelConstruction* context) : OpKernel(context) {} in ExitOp() 107 explicit NextIterationOp(OpKernelConstruction* context) : OpKernel(context) {} in NextIterationOp() 121 explicit LoopCondOp(OpKernelConstruction* context);
|
D | queue_op.h | 68 explicit QueueOpKernel(OpKernelConstruction* context); 79 explicit QueueAccessOpKernel(OpKernelConstruction* context); 96 explicit EnqueueOp(OpKernelConstruction* context); 121 explicit EnqueueManyOp(OpKernelConstruction* context); 142 explicit DequeueOp(OpKernelConstruction* context); 167 explicit DequeueManyOp(OpKernelConstruction* context); 210 explicit DequeueUpToOp(OpKernelConstruction* context); 228 explicit QueueCloseOp(OpKernelConstruction* context); 247 explicit QueueSizeOp(OpKernelConstruction* context); 259 explicit QueueIsClosedOp(OpKernelConstruction* context);
|
D | transpose_op.h | 26 explicit TransposeOp(OpKernelConstruction* ctx) : OpKernel(ctx) {} in TransposeOp() 38 explicit TransposeCpuOp(OpKernelConstruction* ctx) : TransposeOp(ctx) {} in TransposeCpuOp() 48 explicit MklTransposeCpuOp(OpKernelConstruction* ctx) : TransposeOp(ctx) {} in MklTransposeCpuOp() 58 explicit TransposeGpuOp(OpKernelConstruction* ctx) : TransposeOp(ctx) {} in TransposeGpuOp() 68 explicit TransposeSyclOp(OpKernelConstruction* ctx) : TransposeOp(ctx) {} in TransposeSyclOp() 79 explicit ConjugateTransposeCpuOp(OpKernelConstruction* ctx) in ConjugateTransposeCpuOp() 91 explicit MklConjugateTransposeCpuOp(OpKernelConstruction* ctx) in MklConjugateTransposeCpuOp() 103 explicit ConjugateTransposeGpuOp(OpKernelConstruction* ctx) in ConjugateTransposeGpuOp() 115 explicit ConjugateTransposeSyclOp(OpKernelConstruction* ctx) in ConjugateTransposeSyclOp()
|
/external/clang/test/Modules/Inputs/DependsOnModule.framework/ |
D | module.map | 7 explicit module CXX { 11 explicit module NotCXX { 15 explicit module NotObjC { 19 explicit module CustomReq1 { 22 explicit module CustomReq2 { 26 explicit framework module SubFramework {
|
/external/snakeyaml/src/test/resources/pyyaml/ |
D | spec-10-11.data | 2 ? explicit key1 : explicit value, 3 ? explicit key2 : , # Explicit empty 4 ? explicit key3, # Implicit empty 5 simple key1 : explicit value,
|
D | spec-10-10.data | 2 ? explicit key1 : explicit value, 3 ? explicit key2 : , # Explicit empty 4 ? explicit key3, # Empty value 5 simple key1 : explicit value,
|
/external/llvm/test/YAMLParser/ |
D | spec-10-11.test | 4 ? explicit key1 : explicit value, 5 ? explicit key2 : , # Explicit empty 6 ? explicit key3, # Implicit empty 7 simple key1 : explicit value,
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/YAMLParser/ |
D | spec-10-11.test | 4 ? explicit key1 : explicit value, 5 ? explicit key2 : , # Explicit empty 6 ? explicit key3, # Implicit empty 7 simple key1 : explicit value,
|