HomeSort by relevance Sort by last modified time
    Searched refs:specific (Results 1 - 25 of 5125) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-vxworks/
tls-2.d 6 0x60000010 \(Operating System specific: 60000010\) 0x[0-9a-f]+
7 0x60000011 \(Operating System specific: 60000011\) 0x4
8 0x60000015 \(Operating System specific: 60000015\) 0x4
9 0x60000012 \(Operating System specific: 60000012\) 0x[0-9a-f]+
10 0x60000013 \(Operating System specific: 60000013\) 0xc
  /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
ConvergenceException.java 14 * See the License for the specific language governing permissions and
40 * Construct the exception with a specific context.
42 * @param specific Specific contexte pattern.
44 public ConvergenceException(Localizable specific) {
45 this(specific,
50 * Construct the exception with a specific context and arguments.
52 * @param specific Specific contexte pattern.
55 public ConvergenceException(Localizable specific,
    [all...]
MathIllegalStateException.java 14 * See the License for the specific language governing permissions and
38 * Pattern used to build the message (specific context).
40 private final Localizable specific; field in class:MathIllegalStateException
52 * @param specific Message pattern providing the specific context of
57 public MathIllegalStateException(Localizable specific,
60 this(null, specific, general, args);
66 * @param specific Message pattern providing the specific context of
72 Localizable specific,
    [all...]
NotPositiveException.java 14 * See the License for the specific language governing permissions and
41 * Construct the exception with a specific context.
43 * @param specific Specific context where the error occurred.
46 public NotPositiveException(Localizable specific,
48 super(specific, value, 0, true);
NotStrictlyPositiveException.java 14 * See the License for the specific language governing permissions and
41 * Construct the exception with a specific context.
43 * @param specific Specific context where the error occurred.
46 public NotStrictlyPositiveException(Localizable specific,
48 super(specific, value, 0, false);
NullArgumentException.java 14 * See the License for the specific language governing permissions and
44 * @param specific Message pattern providing the specific context of
47 public NullArgumentException(Localizable specific) {
48 super(specific, LocalizedFormats.NULL_NOT_ALLOWED);
ZeroException.java 14 * See the License for the specific language governing permissions and
41 * Construct the exception with a specific context.
43 * @param specific Specific contexte pattern .
45 public ZeroException(Localizable specific) {
46 super(specific, LocalizedFormats.ZERO_NOT_ALLOWED, 0);
NoDataException.java 14 * See the License for the specific language governing permissions and
40 * Construct the exception with a specific context.
42 * @param specific Contextual information on what caused the exception.
44 public NoDataException(Localizable specific) {
45 super(specific, LocalizedFormats.NO_DATA, (Object[]) null);
MathIllegalArgumentException.java 14 * See the License for the specific language governing permissions and
41 * Pattern used to build the message (specific context).
43 private final Localizable specific; field in class:MathIllegalArgumentException
54 * @param specific Message pattern providing the specific context of
59 protected MathIllegalArgumentException(Localizable specific,
62 this.specific = specific;
77 return specific;
98 return MessageFactory.buildMessage(locale, specific, general, arguments)
    [all...]
MathUnsupportedOperationException.java 14 * See the License for the specific language governing permissions and
41 * Pattern used to build the message (specific context).
43 private final Localizable specific; field in class:MathUnsupportedOperationException
56 * @param specific Message pattern providing the specific context of
60 public MathUnsupportedOperationException(Localizable specific,
62 this.specific = specific;
68 return specific;
90 specific,
    [all...]
MathIllegalNumberException.java 14 * See the License for the specific language governing permissions and
41 * @param specific Localizable pattern.
46 protected MathIllegalNumberException(Localizable specific,
50 super(specific, general, wrong, arguments);
  /external/minijail/
Makefile 143 @printf "Generating target-arch specific $@...\n"
157 @printf "Generating target-arch specific $@...\n"
  /external/tpm2/
VendorString.h 22 Please modify VendorString.h to provide a specific \
28 // TPM2_GetCapability(). The following line should be un-commented and a vendor specific string should
40 Please modify include\VendorString.h to provide a vednor specific \
45 // the more significant 32-bits of a vendor-specific value indicating the
52 // the optional less significant 32-bits of a vendor-specific value
61 Please modify include\VendorString.h to provide a vendor specific firmware \
  /build/kati/testcase/
double_colon_rule.mk 8 # Merge a double colon rule with target specific variable is OK.
  /compatibility/cdd/2_device-types/
2_1_device-configurations.md 4 type, see the device-specific requirements that follow in this section.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
le-fpconst.s 2 # These need ARM specific support because 8 byte fp constants in little
  /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
MessageFactory.java 14 * See the License for the specific language governing permissions and
49 * Builds a message string by from two patterns (specific and general) and
53 * @param specific Format specifier (may be null).
56 * <em>both</em> the {@code general} and {@code specific} format specifiers.
60 Localizable specific,
68 if (specific != null) {
72 final MessageFormat fmt = new MessageFormat(specific.getLocalizedString(locale), locale);
  /prebuilts/go/darwin-x86/src/hash/crc32/
crc32_arm64.go 5 // ARM64-specific hardware-assisted CRC32 algorithms. See crc32.go for a
6 // description of the interface that each architecture-specific file
24 panic("arch-specific crc32 instruction for Catagnoli not available")
30 panic("arch-specific crc32 instruction for Castagnoli not available")
42 panic("arch-specific crc32 instruction for IEEE not available")
48 panic("arch-specific crc32 instruction for IEEE not available")
  /prebuilts/go/linux-x86/src/hash/crc32/
crc32_arm64.go 5 // ARM64-specific hardware-assisted CRC32 algorithms. See crc32.go for a
6 // description of the interface that each architecture-specific file
24 panic("arch-specific crc32 instruction for Catagnoli not available")
30 panic("arch-specific crc32 instruction for Castagnoli not available")
42 panic("arch-specific crc32 instruction for IEEE not available")
48 panic("arch-specific crc32 instruction for IEEE not available")
  /device/generic/mini-emulator-armv7-a-neon/
BoardConfig.mk 3 # Product-specific compile-time definitions.
  /device/generic/mini-emulator-mips/
BoardConfig.mk 3 # Product-specific compile-time definitions.
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/
strip-10.d 10 +[0-9]+: +[0-9a-f]+ +[0-9]+ +OBJECT +(UNIQUE|<OS specific>: 10) +DEFAULT +[1-9] foo
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ia64/
dv-entry-err.l 2 .*:14: Warning: Use of 'mov' .* WAW dependency 'GR%, % in 1 - 127' \(impliedf\) when entry is at label 'L', specific resource number is 5
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m68k/
mcf-trap.s 6 # the coldfire specific names
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
attr-merge-incompatible.d 5 #error: Object has vendor-specific contents that must be processed by the '.+' toolchain

Completed in 286 milliseconds

1 2 3 4 5 6 7 8 91011>>