Home
last modified time | relevance | path

Searched refs:general (Results 1 – 25 of 938) sorted by relevance

12345678910>>...38

/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
DMathIllegalStateException.java44 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 …]
DMathIllegalArgumentException.java47 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()
DMathIllegalNumberException.java47 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/
DPropOrderInfluenceWhenAliasedInGenericCollectionTest.java105 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/
Dgpxe.diff1 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
DCOPYRIGHTS2 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/
DMessageFactory.java61 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/
Dc-general.test9 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/
Dmodule.hpp75 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/Inputs/
Dobjc-general.proftext1 objc-general.m:__13+[A foreach:]_block_invoke
7 objc-general.m:+[A foreach:]
Dc-general.proftext152 c-general.c:static_func
/external/clang/test/Profile/
Dobjc-general.m1 // 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/python/cpython2/Lib/idlelib/
Dconfig-main.def2 # 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/clang/docs/CommandGuide/
Dindex.rst7 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/
Dxml1.sax5 numerically (&#38;#38;) or with a general entity
17 SAX.characters(#38;) or with a general entity, 34)
Dxml1.sax25 numerically (&#38;#38;) or with a general entity
17 SAX.characters(#38;) or with a general entity, 34)
/external/libxml2/result/noent/
Dxml1.sax25 numerically (&#38;#38;) or with a general entity
17 SAX.characters(#38;) or with a general entity, 34)
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt.c107 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/llvm/docs/CommandGuide/
Dindex.rst7 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/
Dtls-models.ll30 ; 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/
Ddevelopers.txt33 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/cpython2/Doc/c-api/
Diterator.rst8 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/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
DConjugateGradientFormula.java18 package org.apache.commons.math.optimization.general;
DPreconditioner.java18 package org.apache.commons.math.optimization.general;
/external/mesa3d/src/compiler/glsl/tests/
D.gitignore6 general-ir-test

12345678910>>...38