/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/ |
D | MathIllegalStateException.java | 44 private final Localizable general; field in MathIllegalStateException 58 Localizable general, in MathIllegalStateException() argument 60 this(null, specific, general, args); in MathIllegalStateException() 73 Localizable general, in MathIllegalStateException() argument 77 this.general = general; in MathIllegalStateException() 85 public MathIllegalStateException(Localizable general, in MathIllegalStateException() argument 87 this(null, null, general, args); in MathIllegalStateException() 97 Localizable general, in MathIllegalStateException() argument 99 this(cause, null, general, args); in MathIllegalStateException() 109 return general; in getGeneralPattern() [all …]
|
D | MathIllegalArgumentException.java | 47 private final Localizable general; field in MathIllegalArgumentException 60 Localizable general, in MathIllegalArgumentException() argument 63 this.general = general; in MathIllegalArgumentException() 70 protected MathIllegalArgumentException(Localizable general, in MathIllegalArgumentException() argument 72 this(null, general, args); in MathIllegalArgumentException() 82 return general; in getGeneralPattern() 98 return MessageFactory.buildMessage(locale, specific, general, arguments); in getMessage()
|
D | MathIllegalNumberException.java | 47 Localizable general, in MathIllegalNumberException() argument 50 super(specific, general, wrong, arguments); in MathIllegalNumberException() 61 protected MathIllegalNumberException(Localizable general, in MathIllegalNumberException() argument 64 super(general, wrong, arguments); in MathIllegalNumberException()
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue82/ |
D | PropOrderInfluenceWhenAliasedInGenericCollectionTest.java | 105 ArrayList<GeneralAccount> general = new ArrayList<GeneralAccount>(); in testAB() local 106 general.add(generalAccount); in testAB() 107 general.add(supersaver); in testAB() 110 customerAB.bGeneral = general; in testAB() 127 Set<GeneralAccount> general = new HashSet<GeneralAccount>(); in testAB_Set() local 128 general.add(generalAccount); in testAB_Set() 129 general.add(supersaver); in testAB_Set() 132 customerAB.bGeneral = general; in testAB_Set() 149 ArrayList<GeneralAccount> general = new ArrayList<GeneralAccount>(); in testABWithCustomTag() local 150 general.add(generalAccount); in testABWithCustomTag() [all …]
|
/external/syslinux/gpxe/ |
D | gpxe.diff | 1 diff --git a/gpxe/src/config/general.h b/gpxe/src/config/general.h 3 --- a/gpxe/src/config/general.h 4 +++ b/gpxe/src/config/general.h 16 diff --git a/gpxe/src/config/general.h b/gpxe/src/config/general.h 18 --- a/gpxe/src/config/general.h 19 +++ b/gpxe/src/config/general.h
|
D | COPYRIGHTS | 2 In general gPXE files are licensed under the GPL. GPLed files are in 3 general either from Linux or have been explicitly put under GPL by the
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/ |
D | MessageFactory.java | 61 Localizable general, in buildMessage() argument 64 if (general != null) { in buildMessage() 65 final MessageFormat fmt = new MessageFormat(general.getLocalizedString(locale), locale); in buildMessage() 69 if (general != null) { in buildMessage()
|
/external/llvm/test/tools/llvm-profdata/ |
D | c-general.test | 9 REGENERATE: $ clang -o a.out -fprofile-instr-generate $CFE_TESTDIR/c-general.c 10 REGENERATE: $ LLVM_PROFILE_FILE=$TESTDIR/Inputs/c-general.profraw ./a.out 12 RUN: llvm-profdata show %p/Inputs/c-general.profraw -o - | FileCheck %s 13 RUN: llvm-profdata show %p/Inputs/c-general.profraw -o - --function=switches | FileCheck %s -check-…
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
D | module.hpp | 75 general, enumerator 85 enum semantic semantic = general) : in argument() 93 ext_type(zero_ext), semantic(general) { } in argument() 97 ext_type(zero_ext), semantic(general) { } in argument()
|
/external/clang/test/Profile/ |
D | objc-general.m | 1 // Test instrumentation of general constructs in objective C. 3 // RUN: %clang_cc1 -triple x86_64-apple-macosx10.9 -main-file-name objc-general.m %s -o - -emit-llv… 5 // RUN: llvm-profdata merge %S/Inputs/objc-general.proftext -o %t.profdata 6 // RUN: %clang_cc1 -triple x86_64-apple-macosx10.9 -main-file-name objc-general.m %s -o - -emit-llv…
|
/external/clang/test/Profile/Inputs/ |
D | objc-general.proftext | 1 objc-general.m:__13+[A foreach:]_block_invoke 7 objc-general.m:+[A foreach:]
|
/external/python/cpython2/Lib/idlelib/ |
D | config-main.def | 2 # file is the default config file for general idle settings. 9 # config-main.def the default general config file 16 # ~/.idlerc/config-main.cfg the user general config file 27 # the relevant user config file. Reverting any general setting to the
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pt.c | 107 middle = draw->pt.middle.general; in draw_pt_arrays() 190 draw->pt.middle.general = draw_pt_fetch_pipeline_or_emit( draw ); in draw_pt_init() 191 if (!draw->pt.middle.general) in draw_pt_init() 210 if (draw->pt.middle.general) { in draw_pt_destroy() 211 draw->pt.middle.general->destroy( draw->pt.middle.general ); in draw_pt_destroy() 212 draw->pt.middle.general = NULL; in draw_pt_destroy()
|
/external/clang/docs/CommandGuide/ |
D | index.rst | 7 tools. To get a complete listing, pass the ``--help`` (general options) or 8 ``--help-hidden`` (general and debugging options) arguments to the tool you are
|
/external/libxml2/result/ |
D | xml1.sax | 5 numerically (&#38;) or with a general entity 17 SAX.characters(#38;) or with a general entity, 34)
|
D | xml1.sax2 | 5 numerically (&#38;) or with a general entity 17 SAX.characters(#38;) or with a general entity, 34)
|
/external/python/cpython3/Lib/idlelib/ |
D | config-main.def | 2 # file is the default config file for general idle settings. 9 # config-main.def default general config file 16 # config-main.cfg user general config file 25 # the relevant user config file. Reverting any general or extension
|
/external/libxml2/result/noent/ |
D | xml1.sax2 | 5 numerically (&#38;) or with a general entity 17 SAX.characters(#38;) or with a general entity, 34)
|
/external/llvm/docs/CommandGuide/ |
D | index.rst | 7 tools. To get a complete listing, pass the ``--help`` (general options) or 8 ``--help-hidden`` (general and debugging options) arguments to the tool you are
|
/external/llvm/test/CodeGen/ARM/ |
D | tls-models.ll | 30 ; Non-PIC code can use initial-exec, PIC code has to use general dynamic. 42 ; but that is not implemented, so falls back to general dynamic. 57 ; but that is not implemented, so falls back to general dynamic. 69 ; but that is not implemented, so it falls back to general dynamic.
|
/external/python/cpython2/Misc/ |
D | developers.txt | 33 at suggestion of Antoine Pitrou, for general bug fixing. 36 for general bug fixing. 115 from GvR, for general contributions to Python. 151 general contributions to Python. 159 for general contributions to Python. 165 for general contributions to Python. 168 for general contributions to Python. 177 for his work on PEPs and other general patches. 196 for general maintenance. 291 - Eric S. Raymond was made a developer on 2 Jul 2000 by TGP, for general
|
/external/python/cpython3/Doc/library/ |
D | html.entities.rst | 1 :mod:`html.entities` --- Definitions of HTML general entities 5 :synopsis: Definitions of HTML general entities.
|
/external/python/cpython3/Doc/c-api/ |
D | iterator.rst | 8 Python provides two general-purpose iterator objects. The first, a sequence 29 Return an iterator that works with a general sequence object, *seq*. The
|
/external/python/cpython2/Doc/c-api/ |
D | iterator.rst | 8 Python provides two general-purpose iterator objects. The first, a sequence 33 Return an iterator that works with a general sequence object, *seq*. The
|
/external/boringssl/src/ |
D | README.md | 5 Although BoringSSL is an open source project, it is not intended for general 29 …* [API-CONVENTIONS.md](/API-CONVENTIONS.md): general API conventions for BoringSSL consumers and d…
|