/aosp_15_r20/external/sdv/vsomeip/third_party/boost/integer/include/boost/ |
D | integer.hpp | 84 …e <> struct exact_signed_base_helper<sizeof(signed char)* CHAR_BIT> { typedef signed char exact; }; typedef 85 …truct exact_unsigned_base_helper<sizeof(unsigned char)* CHAR_BIT> { typedef unsigned char exact; }; typedef 87 template <> struct exact_signed_base_helper<sizeof(short)* CHAR_BIT> { typedef short exact; }; typedef 88 …uct exact_unsigned_base_helper<sizeof(unsigned short)* CHAR_BIT> { typedef unsigned short exact; }; typedef 91 template <> struct exact_signed_base_helper<sizeof(int)* CHAR_BIT> { typedef int exact; }; typedef 92 … struct exact_unsigned_base_helper<sizeof(unsigned int)* CHAR_BIT> { typedef unsigned int exact; }; typedef 96 template <> struct exact_signed_base_helper<sizeof(long)* CHAR_BIT> { typedef long exact; }; typedef 97 …truct exact_unsigned_base_helper<sizeof(unsigned long)* CHAR_BIT> { typedef unsigned long exact; }; typedef 104 …gned_base_helper<sizeof(boost::long_long_type)* CHAR_BIT> { typedef boost::long_long_type exact; }; typedef 105 …ed_base_helper<sizeof(boost::ulong_long_type)* CHAR_BIT> { typedef boost::ulong_long_type exact; }; typedef
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/test/src/ |
H A D | tests.rs | 593 let exact = filter_tests( in exact_filter_match() localVariable 599 let exact = filter_tests( in exact_filter_match() localVariable 605 let exact = filter_tests( in exact_filter_match() localVariable 611 let exact = filter_tests( in exact_filter_match() localVariable 617 let exact = filter_tests( in exact_filter_match() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/test/src/ |
H A D | tests.rs | 593 let exact = filter_tests( in exact_filter_match() localVariable 599 let exact = filter_tests( in exact_filter_match() localVariable 605 let exact = filter_tests( in exact_filter_match() localVariable 611 let exact = filter_tests( in exact_filter_match() localVariable 617 let exact = filter_tests( in exact_filter_match() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/test/src/ |
H A D | tests.rs | 593 let exact = filter_tests( in exact_filter_match() localVariable 599 let exact = filter_tests( in exact_filter_match() localVariable 605 let exact = filter_tests( in exact_filter_match() localVariable 611 let exact = filter_tests( in exact_filter_match() localVariable 617 let exact = filter_tests( in exact_filter_match() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/test/src/ |
H A D | tests.rs | 593 let exact = filter_tests( in exact_filter_match() localVariable 599 let exact = filter_tests( in exact_filter_match() localVariable 605 let exact = filter_tests( in exact_filter_match() localVariable 611 let exact = filter_tests( in exact_filter_match() localVariable 617 let exact = filter_tests( in exact_filter_match() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/test/src/ |
H A D | tests.rs | 593 let exact = filter_tests( in exact_filter_match() localVariable 599 let exact = filter_tests( in exact_filter_match() localVariable 605 let exact = filter_tests( in exact_filter_match() localVariable 611 let exact = filter_tests( in exact_filter_match() localVariable 617 let exact = filter_tests( in exact_filter_match() localVariable
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/fend-core-1.4.6/src/num/ |
H A D | complex.rs | 99 let exact = r.exact; in exp() localVariable 283 let mut exact = exact; in format() localVariable 377 let exact = Exact::new(self, true); in asin_ln() localVariable 493 let exact = Exact::new(self, true); in asinh() localVariable 512 let exact = Exact::new(self, true); in acosh() localVariable 532 let exact = Exact::new(self, true); in atanh() localVariable
|
H A D | dist.rs | 222 let mut exact = true; in add() localVariable 241 let mut exact = true; in mul() localVariable 260 let mut exact = true; in div() localVariable
|
H A D | unit.rs | 37 exact: bool, field 502 let exact = f(self.value.one_point()?, int)?; in apply_fn_exact() localVariable 750 let mut exact = self in format() localVariable 978 exact: bool, field 1074 let mut exact = true; in to_hashmap_and_scale() localVariable 1223 let mut exact = true; in format() localVariable
|
/aosp_15_r20/external/mesa3d/src/compiler/spirv/ |
H A D | vtn_glsl450.c | 231 bool *exact) in vtn_nir_alu_op_for_spirv_glsl_opcode() 415 const bool exact = nb->exact; in handle_glsl450_alu() local 553 const bool exact = nb->exact; in handle_glsl450_alu() local 633 bool exact; in handle_glsl450_alu() local
|
H A D | vtn_alu.c | 282 SpvOp opcode, bool *swap, bool *exact, in vtn_nir_alu_op_for_spirv_opcode() 936 bool exact; in vtn_handle_alu() local 996 bool exact; in vtn_handle_alu() local
|
/aosp_15_r20/external/skia/tests/ |
H A D | GrQuadCropTest.cpp | 38 bool exact = GrQuadUtils::CropToRect(clipRect, clipAA, &quad, /* calc. locals */ !!localMatrix); in run_crop_axis_aligned_test() local 124 bool exact = GrQuadUtils::CropToRect(kDrawRect, clipAA, &quad); in run_crop_fully_covered_test() local 146 bool exact = GrQuadUtils::CropToRect(kDrawRect, clipAA, &quad, /* calc. local */ false); in run_crop_fully_covered_test() local
|
H A D | RectTest.cpp | 238 bool exact = SkRectPriv::Subtract(e.fA, e.fB, &difference); in DEF_TEST() local 272 bool exact = SkRectPriv::Subtract(reallyBig, reasonable, &difference); in DEF_TEST() local
|
/aosp_15_r20/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/internal/ |
H A D | Matchers.java | 209 abstract String exact(); in exact() method in Matchers.StringMatcher 231 public static StringMatcher forExact(String exact, boolean ignoreCase) { in forExact() 288 private static StringMatcher create(@Nullable String exact, @Nullable String prefix, in create()
|
/aosp_15_r20/frameworks/native/opengl/libs/EGL/ |
H A D | Loader.cpp | 454 const bool exact) { in findLibrary() 488 static void* load_system_driver(const char* kind, const char* suffix, const bool exact) { in load_system_driver() 674 const bool exact) { in attempt_to_load_system_driver()
|
/aosp_15_r20/system/core/property_service/libpropertyinfoserializer/ |
H A D | trie_builder.cpp | 35 const std::string& type, bool exact, std::string* error) { in AddToTrie() 42 const std::string* type, bool exact, std::string* error) { in AddToTrie()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
H A D | LightRevealScrimTest.kt | 82 private fun exact(value: Int) = View.MeasureSpec.makeMeasureSpec(value, View.MeasureSpec.EXACTLY) in <lambda>() method
|
/aosp_15_r20/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/ |
H A D | PackageFilter.kt | 62 val exact = prefix.substring(0, prefix.length - 1) in addPackages() constant
|
/aosp_15_r20/external/icing/icing/index/main/ |
H A D | main-index.cc | 74 bool exact; member 85 bool exact = false; in FindShortestValidTermWithPrefixHits() local 205 bool exact = false; in GetAccessorForPrefixTerm() local
|
/aosp_15_r20/external/webp/src/enc/ |
H A D | predictor_enc.c | 237 int x_start, int x_end, int y, int max_quantization, int exact, in GetResidual() 305 int exact, int used_subtract_green, in GetBestPredictorForTile() 419 int exact, int used_subtract_green) { in CopyImageWithPrediction() 479 int exact, int used_subtract_green, in VP8LResidualImage()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/utility/ |
D | loops.hpp | 52 fixed_loop (ParserT const & subject_, ExactT const & exact) in fixed_loop() 303 repeat_p(ExactT const & exact) in repeat_p()
|
/aosp_15_r20/external/flac/src/share/getopt/ |
H A D | getopt.c | 649 int exact = 0; in share___getopt_internal() local 806 int exact = 0; in share___getopt_internal() local
|
/aosp_15_r20/external/libusb/msvc/getopt/ |
H A D | getopt.c | 647 int exact = 0; local 808 int exact = 0; local
|
/aosp_15_r20/frameworks/base/libs/hwui/ |
H A D | SkiaInterpolator.cpp | 203 bool exact = true; in timeToT() local 280 bool exact; in timeToValues() local
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-syntax-0.8.3/src/hir/ |
H A D | literal.rs | 1935 let exact: Option<Seq> = in optimize_by_preference() localVariable 2051 exact: bool, field 2057 pub fn exact<B: Into<Vec<u8>>>(bytes: B) -> Literal { in exact() method 2369 fn exact<B: AsRef<[u8]>, I: IntoIterator<Item = B>>(it: I) -> (Seq, Seq) { in exact() function
|