/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/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/pdfium/fpdfsdk/javascript/ |
D | Consts.h | 14 explicit CJS_Border(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {} in CJS_Border() 22 explicit CJS_Display(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {} in CJS_Display() 30 explicit CJS_Font(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {} in CJS_Font() 38 explicit CJS_Highlight(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {} in CJS_Highlight() 46 explicit CJS_Position(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {} in CJS_Position() 54 explicit CJS_ScaleHow(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {} in CJS_ScaleHow() 62 explicit CJS_ScaleWhen(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {} in CJS_ScaleWhen() 70 explicit CJS_Style(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {} in CJS_Style() 78 explicit CJS_Zoomtype(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {} in CJS_Zoomtype()
|
/external/skia/gm/ |
D | gm_expectations.h | 40 explicit GmResultDigest(const SkBitmap &bitmap); 47 explicit GmResultDigest(const Json::Value &jsonTypeValuePair); 87 explicit BitmapAndDigest(const SkBitmap &bitmap) : fBitmap(bitmap), fDigest(bitmap) {} in BitmapAndDigest() 101 explicit Expectations(bool ignoreFailure=kDefaultIgnoreFailure); 107 explicit Expectations(const SkBitmap& bitmap, bool ignoreFailure=kDefaultIgnoreFailure); 112 explicit Expectations(const BitmapAndDigest& bitmapAndDigest); 121 explicit Expectations(Json::Value jsonElement); 191 explicit IndividualImageExpectationsSource(const char *rootDir) : fRootDir(rootDir) {} in IndividualImageExpectationsSource() 210 explicit JsonExpectationsSource(const char *jsonPath);
|
/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/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | DebugInfo.h | 84 explicit DIDescriptor() : DbgNode(0) {} in DIDescriptor() 85 explicit DIDescriptor(const MDNode *N) : DbgNode(N) {} in DIDescriptor() 86 explicit DIDescriptor(const DIFile F); 87 explicit DIDescriptor(const DISubprogram F); 88 explicit DIDescriptor(const DILexicalBlockFile F); 89 explicit DIDescriptor(const DILexicalBlock F); 90 explicit DIDescriptor(const DIVariable F); 91 explicit DIDescriptor(const DIType F); 136 explicit DISubrange(const MDNode *N = 0) : DIDescriptor(N) {} in DIDescriptor() 145 explicit DIArray(const MDNode *N = 0) [all …]
|
/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/skia/src/core/ |
D | SkTraceEvent.h | 239 explicit DontMangle(const void* id) in DontMangle() 242 explicit DontMangle(uint64_t id) : data_(id) {} in DontMangle() 243 explicit DontMangle(unsigned int id) : data_(id) {} in DontMangle() 244 explicit DontMangle(unsigned short id) : data_(id) {} in DontMangle() 245 explicit DontMangle(unsigned char id) : data_(id) {} in DontMangle() 246 explicit DontMangle(long long id) in DontMangle() 248 explicit DontMangle(long id) in DontMangle() 250 explicit DontMangle(int id) in DontMangle() 252 explicit DontMangle(short id) in DontMangle() 254 explicit DontMangle(signed char id) in DontMangle() [all …]
|
/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,
|
D | spec-10-10.canonical | 4 ? !!str "explicit key1" 5 : !!str "explicit value", 6 ? !!str "explicit key2" 8 ? !!str "explicit key3" 11 : !!str "explicit value",
|
D | spec-10-11.canonical | 5 ? !!str "explicit key1" 6 : !!str "explicit value", 9 ? !!str "explicit key2" 13 ? !!str "explicit key3" 18 : !!str "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,
|
D | spec-10-10.test | 4 ? explicit key1 : explicit value, 5 ? explicit key2 : , # Explicit empty 6 ? explicit key3, # Empty value 7 simple key1 : explicit value,
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/events/ |
D | DocumentEndEvent.java | 27 private final boolean explicit; field in DocumentEndEvent 29 public DocumentEndEvent(Mark startMark, Mark endMark, boolean explicit) { in DocumentEndEvent() argument 31 this.explicit = explicit; in DocumentEndEvent() 35 return explicit; in getExplicit()
|
/external/v8/src/ |
D | ostreams.h | 24 explicit OFStreamBase(FILE* f); 39 explicit OFStream(FILE* f); 49 explicit AsUC16(uint16_t v) : value(v) {} in AsUC16() 55 explicit AsUC32(int32_t v) : value(v) {} in AsUC32() 61 explicit AsReversiblyEscapedUC16(uint16_t v) : value(v) {} in AsReversiblyEscapedUC16() 66 explicit AsEscapedUC16ForJSON(uint16_t v) : value(v) {} in AsEscapedUC16ForJSON() 71 explicit AsHex(uint64_t v, uint8_t min_width = 0)
|
/external/v8/tools/clang/value_cleanup/ |
D | ListValueRewriter.h | 19 explicit ListValueRewriter( 28 explicit AppendCallback( 40 explicit AppendBooleanCallback( 49 explicit AppendIntegerCallback( 58 explicit AppendDoubleCallback( 67 explicit AppendStringCallback( 77 explicit AppendReleasedUniquePtrCallback( 90 explicit AppendRawPtrCallback(
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | PluralRanges.java | 31 private boolean[] explicit = new boolean[StandardPlural.COUNT]; field in PluralRanges 206 explicit[result.ordinal()] = true; in add() 214 explicit[rangeEnd.ordinal()] = true; in add() 219 explicit[rangeStart.ordinal()] = true; in add() 224 explicit[rangeStart.ordinal()] = true; in add() 225 explicit[rangeEnd.ordinal()] = true; in add() 276 return explicit[count.ordinal()]; in isExplicitlySet() 294 return matrix.equals(otherPR.matrix) && Arrays.equals(explicit, otherPR.explicit); in equals() 351 result.explicit = explicit.clone(); in cloneAsThawed()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | PluralRanges.java | 33 private boolean[] explicit = new boolean[StandardPlural.COUNT]; field in PluralRanges 208 explicit[result.ordinal()] = true; in add() 216 explicit[rangeEnd.ordinal()] = true; in add() 221 explicit[rangeStart.ordinal()] = true; in add() 226 explicit[rangeStart.ordinal()] = true; in add() 227 explicit[rangeEnd.ordinal()] = true; in add() 278 return explicit[count.ordinal()]; in isExplicitlySet() 296 return matrix.equals(otherPR.matrix) && Arrays.equals(explicit, otherPR.explicit); in equals() 353 result.explicit = explicit.clone(); in cloneAsThawed()
|