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

1 2 3 4 5 6 7 8 91011>>

  /external/syslinux/gpxe/src/config/
config_romprefix.c 3 * modify it under the terms of the GNU General Public License as
10 #include <config/general.h>
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
ConjugateGradientFormula.java 18 package org.apache.commons.math.optimization.general;
Preconditioner.java 18 package org.apache.commons.math.optimization.general;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
MathIllegalStateException.java 42 * Pattern used to build the message (general problem description).
44 private final Localizable general; field in class:MathIllegalStateException
54 * @param general Message pattern explaining the cause of the error.
58 Localizable general,
60 this(null, specific, general, args);
68 * @param general Message pattern explaining the cause of the error.
73 Localizable general,
77 this.general = general;
82 * @param general Message pattern explaining the cause of the error
    [all...]
MathIllegalNumberException.java 42 * @param general Localizable pattern.
47 Localizable general,
50 super(specific, general, wrong, arguments);
57 * @param general Localizable pattern.
61 protected MathIllegalNumberException(Localizable general,
64 super(general, wrong, arguments);
MathIllegalArgumentException.java 45 * Pattern used to build the message (general problem description).
47 private final Localizable general; field in class:MathIllegalArgumentException
56 * @param general Message pattern explaining the cause of the error.
60 Localizable general,
63 this.general = general;
67 * @param general Message pattern explaining the cause of the error.
70 protected MathIllegalArgumentException(Localizable general,
72 this(null, general, args);
82 return general;
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/s390/
zarch-z9-109-err.l 2 .*:3: Fatal error: odd numbered general purpose register specified as register pair
  /build/make/core/tasks/
general-tests.mk 15 .PHONY: general-tests
17 general-tests-zip := $(PRODUCT_OUT)/general-tests.zip
18 $(general-tests-zip): $(COMPATIBILITY.general-tests.FILES) $(SOONG_ZIP)
19 echo $(sort $(COMPATIBILITY.general-tests.FILES)) > $@.list
25 general-tests: $(general-tests-zip)
26 $(call dist-for-goals, general-tests, $(general-tests-zip)
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/DeclareNotRuntimePermissions/
Android.mk 25 LOCAL_COMPATIBILITY_SUITE := cts vts general-tests
  /cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/
Android.mk 21 LOCAL_COMPATIBILITY_SUITE := cts vts general-tests
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/jni/
Android.mk 27 LOCAL_COMPATIBILITY_SUITE := cts vts general-tests
  /cts/hostsidetests/os/test-apps/HostLinkVerificationApp/
Android.mk 27 LOCAL_COMPATIBILITY_SUITE := cts vts general-tests
  /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
MessageFactory.java 49 * Builds a message string by from two patterns (specific and general) and
54 * @param general Format specifier (may be null).
56 * <em>both</em> the {@code general} and {@code specific} format specifiers.
61 Localizable general,
64 if (general != null) {
65 final MessageFormat fmt = new MessageFormat(general.getLocalizedString(locale), locale);
69 if (general != null) {
  /cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp2/
Android.mk 24 LOCAL_COMPATIBILITY_SUITE := cts vts general-tests
  /cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/UnexposedApp/
Android.mk 24 LOCAL_COMPATIBILITY_SUITE := cts vts general-tests
  /cts/hostsidetests/appsecurity/test-apps/EscalateToRuntimePermissions/
Android.mk 29 LOCAL_COMPATIBILITY_SUITE := cts vts general-tests
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/libs/arm64-v8a/
Android.mk 26 LOCAL_COMPATIBILITY_SUITE := cts vts general-tests
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/libs/armeabi/
Android.mk 26 LOCAL_COMPATIBILITY_SUITE := cts vts general-tests
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/libs/armeabi-v7a/
Android.mk 26 LOCAL_COMPATIBILITY_SUITE := cts vts general-tests
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/libs/mips/
Android.mk 26 LOCAL_COMPATIBILITY_SUITE := cts vts general-tests
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/libs/mips64/
Android.mk 26 LOCAL_COMPATIBILITY_SUITE := cts vts general-tests
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/libs/x86/
Android.mk 26 LOCAL_COMPATIBILITY_SUITE := cts vts general-tests
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/libs/x86_64/
Android.mk 26 LOCAL_COMPATIBILITY_SUITE := cts vts general-tests
  /cts/hostsidetests/content/test-apps/CtsSyncInvalidAccountAuthorityTestCases/
Android.mk 29 LOCAL_COMPATIBILITY_SUITE := cts vts general-tests
  /cts/hostsidetests/content/test-apps/SyncAccountAccessStubs/
Android.mk 27 LOCAL_COMPATIBILITY_SUITE := cts vts general-tests

Completed in 890 milliseconds

1 2 3 4 5 6 7 8 91011>>