Home
last modified time | relevance | path

Searched defs:CONST (Results 1 – 25 of 199) sorted by relevance

12345678

/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/
H A DObjectUtils.java353 public static boolean CONST(final boolean v) { in CONST() method in ObjectUtils
374 public static byte CONST(final byte v) { in CONST() method in ObjectUtils
395 public static char CONST(final char v) { in CONST() method in ObjectUtils
416 public static double CONST(final double v) { in CONST() method in ObjectUtils
437 public static float CONST(final float v) { in CONST() method in ObjectUtils
458 public static int CONST(final int v) { in CONST() method in ObjectUtils
479 public static long CONST(final long v) { in CONST() method in ObjectUtils
500 public static short CONST(final short v) { in CONST() method in ObjectUtils
522 public static <T> T CONST(final T v) { in CONST() method in ObjectUtils
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/detail/
H A D_swizzle_func.hpp6 #define GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, CONST, A, B) \ argument
12 #define GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, CONST, A, B, C)… argument
18 #define GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, CONST, A, B, C,… argument
24 #define GLM_SWIZZLE_GEN_VEC2_ENTRY_DEF(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, CONST, A, B… argument
31 #define GLM_SWIZZLE_GEN_VEC3_ENTRY_DEF(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, CONST, A, B… argument
38 #define GLM_SWIZZLE_GEN_VEC4_ENTRY_DEF(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, CONST, A, B… argument
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/detail/
D_swizzle_func.hpp6 #define GLM_SWIZZLE_GEN_VEC2_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, CONST, A, B) \ argument
12 #define GLM_SWIZZLE_GEN_VEC3_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, CONST, A, B, C)… argument
18 #define GLM_SWIZZLE_GEN_VEC4_ENTRY(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, CONST, A, B, C,… argument
24 #define GLM_SWIZZLE_GEN_VEC2_ENTRY_DEF(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, CONST, A, B… argument
31 #define GLM_SWIZZLE_GEN_VEC3_ENTRY_DEF(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, CONST, A, B… argument
38 #define GLM_SWIZZLE_GEN_VEC4_ENTRY_DEF(TMPL_TYPE, PRECISION, CLASS_TYPE, SWIZZLED_TYPE, CONST, A, B… argument
/aosp_15_r20/external/libtextclassifier/native/utils/calendar/
H A Dcalendar-javaicu.cc187 #define TC3_DEFINE_ADD(NAME, CONST) \ argument
189 #define TC3_DEFINE_SET(NAME, CONST) \ argument
191 #define TC3_DEFINE_GET(NAME, CONST) \ argument
/aosp_15_r20/external/coreboot/src/vendorcode/amd/pi/00670F00/
H A DPorting.h102 #define CONST const macro
174 #define CONST const macro
227 #define CONST const macro
247 #define CONST const macro
/aosp_15_r20/external/coreboot/src/vendorcode/amd/include/
H A DPorting.h98 #define CONST const macro
170 #define CONST const macro
223 #define CONST const macro
243 #define CONST const macro
/aosp_15_r20/external/bazelbuild-rules_rust/test/unit/rustdoc/
H A Drustdoc_lib.rs8 pub const CONST: &str = env!("CONST"); constant
H A Drustdoc_nodep_lib.rs8 pub const CONST: &str = env!("CONST"); constant
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/io/error/
H A Dtests.rs116 const CONST: Error = const_io_error!(NotFound, "definitely a constant!"); in test_simple_message_packing() constant
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/io/error/
H A Dtests.rs116 const CONST: Error = const_io_error!(NotFound, "definitely a constant!"); in test_simple_message_packing() constant
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/io/error/
H A Dtests.rs116 const CONST: Error = const_io_error!(NotFound, "definitely a constant!"); in test_simple_message_packing() constant
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/io/error/
H A Dtests.rs116 const CONST: Error = const_io_error!(NotFound, "definitely a constant!"); in test_simple_message_packing() constant
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/io/error/
H A Dtests.rs116 const CONST: Error = const_io_error!(NotFound, "definitely a constant!"); in test_simple_message_packing() constant
/aosp_15_r20/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dgdtoa.h60 #define CONST /* blank */ macro
62 #define CONST const macro
/aosp_15_r20/external/mesa3d/src/asahi/lib/shaders/
H A Dgeometry.h12 #define CONST(type_) uint64_t macro
16 #define CONST(type_) constant type_ * macro
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/solveMethodDeclaredInEnum/
H A DMyEnum.java2 CONST; enumConstant
HDMyEnum.jarMETA-INF/ META-INF/MANIFEST.MF MyEnum.class MyEnum.java package MyEnum ...
/aosp_15_r20/external/jacoco/org.jacoco.core.test.validation.java5/src/org/jacoco/core/test/validation/java5/targets/
H A DAnnotationInitializerTarget.java20 Object CONST = new Object(); // assertFullyCovered() field
H A DEnumImplicitMethodsTarget.java19 CONST(Stubs.f() ? new Object() : new Object()); // assertPartlyCovered(1, 1) enumConstant
/aosp_15_r20/external/conscrypt/constants/src/gen/cpp/
H A Dgenerate_constants.cc56 #define CONST(x) \ in main() macro
/aosp_15_r20/external/jacoco/org.jacoco.core.test.validation.java8/src/org/jacoco/core/test/validation/java8/targets/
H A DInterfaceDefaultMethodsTarget.java23 public static final int CONST = i1(); // assertFullyCovered() field
/aosp_15_r20/art/test/003-omnibus-opcodes/src/
H A DInternedString.java20 public static final String CONST = "Class InternedString"; field in InternedString
/aosp_15_r20/external/compiler-rt/test/BlocksRuntime/
H A Dcopyconstructor.C17 #define CONST const macro
H A Dreference.C20 #define CONST const macro
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dcxx1y-variable-templates_top_level.cpp6 #define CONST const macro
8 #define CONST constexpr macro

12345678