/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 | 2 explicit module altivec { 7 explicit module arm { 10 explicit module acle { 15 explicit module neon { 22 explicit module intel { 29 explicit module mm_malloc { 34 explicit module cpuid { 38 explicit module mmx { 42 explicit module f16c { 46 explicit module sse { [all …]
|
/external/libcxx/include/ |
D | stdexcept | 35 explicit xxx_error(const string& what_arg); 36 explicit xxx_error(const char* what_arg); 70 explicit logic_error(const string&); 71 explicit logic_error(const char*); 87 explicit runtime_error(const string&); 88 explicit runtime_error(const char*); 102 _LIBCPP_INLINE_VISIBILITY explicit domain_error(const string& __s) : logic_error(__s) {} 103 _LIBCPP_INLINE_VISIBILITY explicit domain_error(const char* __s) : logic_error(__s) {} 112 _LIBCPP_INLINE_VISIBILITY explicit invalid_argument(const string& __s) : logic_error(__s) {} 113 _LIBCPP_INLINE_VISIBILITY explicit invalid_argument(const char* __s) : logic_error(__s) {} [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() 162 return explicit; in isExplicit() 222 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/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/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/pdfium/fpdfsdk/src/javascript/ |
D | Consts.h | 16 explicit CJS_Border(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {} in CJS_Border() 26 explicit CJS_Display(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {} in CJS_Display() 36 explicit CJS_Font(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {} in CJS_Font() 46 explicit CJS_Highlight(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {} in CJS_Highlight() 56 explicit CJS_Position(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {} in CJS_Position() 66 explicit CJS_ScaleHow(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {} in CJS_ScaleHow() 76 explicit CJS_ScaleWhen(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {} in CJS_ScaleWhen() 86 explicit CJS_Style(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {} in CJS_Style() 96 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/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/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,
|
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/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/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()
|
D | DocumentStartEvent.java | 30 private final boolean explicit; field in DocumentStartEvent 34 public DocumentStartEvent(Mark startMark, Mark endMark, boolean explicit, Version version, in DocumentStartEvent() argument 37 this.explicit = explicit; in DocumentStartEvent() 47 return explicit; in getExplicit()
|
/external/v8/src/tracing/ |
D | trace-event.h | 282 explicit DontMangle(const void* id) in DontMangle() 284 explicit DontMangle(uint64_t id) : data_(id) {} in DontMangle() 285 explicit DontMangle(unsigned int id) : data_(id) {} in DontMangle() 286 explicit DontMangle(uint16_t id) : data_(id) {} in DontMangle() 287 explicit DontMangle(unsigned char id) : data_(id) {} in DontMangle() 288 explicit DontMangle(int64_t id) : data_(static_cast<uint64_t>(id)) {} in DontMangle() 289 explicit DontMangle(int id) : data_(static_cast<uint64_t>(id)) {} in DontMangle() 290 explicit DontMangle(int16_t id) : data_(static_cast<uint64_t>(id)) {} in DontMangle() 291 explicit DontMangle(signed char id) : data_(static_cast<uint64_t>(id)) {} in DontMangle() 300 explicit ForceMangle(uint64_t id) : data_(id) {} in ForceMangle() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | PluralRanges.java | 31 private boolean[] explicit = new boolean[StandardPlural.COUNT]; field in PluralRanges 205 explicit[result.ordinal()] = true; in add() 213 explicit[rangeEnd.ordinal()] = true; in add() 218 explicit[rangeStart.ordinal()] = true; in add() 223 explicit[rangeStart.ordinal()] = true; in add() 224 explicit[rangeEnd.ordinal()] = true; in add() 275 return explicit[count.ordinal()]; in isExplicitlySet() 293 return matrix.equals(otherPR.matrix) && Arrays.equals(explicit, otherPR.explicit); in equals() 346 result.explicit = explicit.clone(); in cloneAsThawed()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | PluralRanges.java | 29 private boolean[] explicit = new boolean[StandardPlural.COUNT]; field in PluralRanges 203 explicit[result.ordinal()] = true; in add() 211 explicit[rangeEnd.ordinal()] = true; in add() 216 explicit[rangeStart.ordinal()] = true; in add() 221 explicit[rangeStart.ordinal()] = true; in add() 222 explicit[rangeEnd.ordinal()] = true; in add() 273 return explicit[count.ordinal()]; in isExplicitlySet() 291 return matrix.equals(otherPR.matrix) && Arrays.equals(explicit, otherPR.explicit); in equals() 344 result.explicit = explicit.clone(); in cloneAsThawed()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCAsmInfo.h | 29 explicit X86MCAsmInfoDarwin(const Triple &Triple); 33 explicit X86_64MCAsmInfoDarwin(const Triple &Triple); 43 explicit X86ELFMCAsmInfo(const Triple &Triple); 50 explicit X86MCAsmInfoMicrosoft(const Triple &Triple); 57 explicit X86MCAsmInfoGNUCOFF(const Triple &Triple);
|