Home
last modified time | relevance | path

Searched defs:general (Results 1 – 25 of 83) sorted by relevance

1234

/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
H A DMathIllegalStateException.java44 private final Localizable general; field in MathIllegalStateException
58 Localizable general, in MathIllegalStateException()
73 Localizable general, in MathIllegalStateException()
85 public MathIllegalStateException(Localizable general, in MathIllegalStateException()
97 Localizable general, in MathIllegalStateException()
H A DMathIllegalArgumentException.java47 private final Localizable general; field in MathIllegalArgumentException
60 Localizable general, in MathIllegalArgumentException()
70 protected MathIllegalArgumentException(Localizable general, in MathIllegalArgumentException()
H A DMathIllegalNumberException.java47 Localizable general, in MathIllegalNumberException()
61 protected MathIllegalNumberException(Localizable general, in MathIllegalNumberException()
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue82/
H A DPropOrderInfluenceWhenAliasedInGenericCollectionTest.java110 ArrayList<GeneralAccount> general = new ArrayList<GeneralAccount>(); in testAB() local
132 Set<GeneralAccount> general = new HashSet<GeneralAccount>(); in testAB_Set() local
154 ArrayList<GeneralAccount> general = new ArrayList<GeneralAccount>(); in testABWithCustomTag() local
182 ArrayList<GeneralAccount> general = new ArrayList<GeneralAccount>(); in testABProperty() local
207 ArrayList<GeneralAccount> general = new ArrayList<GeneralAccount>(); in testABPropertyWithCustomTag() local
236 ArrayList<GeneralAccount> general = new ArrayList<GeneralAccount>(); in testABwithJavaBeanHelpers() local
303 ArrayList<GeneralAccount> general = new ArrayList<GeneralAccount>(); in testBA() local
/aosp_15_r20/external/jackson-annotations/
H A DREADME.md24 ### Improvements over typical Java annotations
31 ### Maven, Java package
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/struct/
H A DTestUnwrappedWithPrefix.java75 public ConfigGeneral general = new ConfigGeneral(); field in TestUnwrappedWithPrefix.ConfigRoot
91 public ConfigGeneral general = new ConfigGeneral(); field in TestUnwrappedWithPrefix.ConfigAlternate
/aosp_15_r20/external/rust/android-crates-io/crates/x509-cert/src/ext/pkix/
Dname.rs6 mod general; module
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__charconv/
Dchars_format.h24 enum class chars_format { scientific = 0x1, fixed = 0x2, hex = 0x4, general = fixed | scientific }; enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__charconv/
Dchars_format.h24 enum class chars_format { scientific = 0x1, fixed = 0x2, hex = 0x4, general = fixed | scientific }; enumerator
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__charconv/
H A Dchars_format.h24 enum class chars_format { scientific = 0x1, fixed = 0x2, hex = 0x4, general = fixed | scientific }; enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__charconv/
Dchars_format.h24 enum class chars_format { scientific = 0x1, fixed = 0x2, hex = 0x4, general = fixed | scientific }; enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__charconv/
Dchars_format.h24 enum class chars_format { scientific = 0x1, fixed = 0x2, hex = 0x4, general = fixed | scientific }; enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__charconv/
Dchars_format.h24 enum class chars_format { scientific = 0x1, fixed = 0x2, hex = 0x4, general = fixed | scientific }; enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dcharconv.h33 general = fixed | scientific, enumerator
/aosp_15_r20/external/abseil-cpp/absl/strings/
H A Dcharconv.h34 general = fixed | scientific, enumerator
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/strings/
H A Dcharconv.h33 general = fixed | scientific, enumerator
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/
H A Dcharconv.h33 general = fixed | scientific, enumerator
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/
H A Dcharconv.h34 general = fixed | scientific, enumerator
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/
H A Dcharconv.h33 general = fixed | scientific, enumerator
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/
H A Dcharconv.h34 general = fixed | scientific, enumerator
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
H A DMessageFactory.java61 Localizable general, in buildMessage()
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dxla_config_registry.h33 OptimizerOptions::GlobalJitLevel general; member
/aosp_15_r20/bionic/tests/
H A Delftls_test.cpp87 TEST(elftls, general) { in TEST() argument
/aosp_15_r20/libcore/ojluni/src/main/java/jdk/internal/math/
H A DFormattedFPDecimal.java164 private FormattedFPDecimal general(int prec) { in general() method
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawSampleAttributeTests.cpp68 const SharedGroupParams general; member

1234