Home
last modified time | relevance | path

Searched defs:is_alpha (Results 1 – 25 of 27) sorted by relevance

12

/aosp_15_r20/external/mesa3d/src/panfrost/lib/
H A Dpan_blend.c61 enum pipe_blendfactor dest_factor, bool is_alpha) in is_2srcdest()
73 enum pipe_blendfactor dest_factor, bool is_alpha, in can_fixed_function_equation()
181 enum pipe_blendfactor dest_factor, bool is_alpha, in to_panfrost_function()
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/io/
H A Dio_win32.cc90 static bool is_alpha(char ch) { return isalpha(ch); } in is_alpha() function
95 static bool is_alpha(wchar_t ch) { return iswalpha(ch); } in is_alpha() function
/aosp_15_r20/external/protobuf/src/google/protobuf/io/
H A Dio_win32.cc90 static bool is_alpha(char ch) { return isalpha(ch); } in is_alpha() function
95 static bool is_alpha(wchar_t ch) { return iswalpha(ch); } in is_alpha() function
/aosp_15_r20/external/rust/android-crates-io/crates/nom/src/
Dtraits.rs159 fn is_alpha(self) -> bool; in is_alpha() method
180 fn is_alpha(self) -> bool { in is_alpha() method
212 fn is_alpha(self) -> bool { in is_alpha() method
245 fn is_alpha(self) -> bool { in is_alpha() method
276 fn is_alpha(self) -> bool { in is_alpha() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/src/
H A Dtraits.rs159 fn is_alpha(self) -> bool; in is_alpha() method
180 fn is_alpha(self) -> bool { in is_alpha() method
212 fn is_alpha(self) -> bool { in is_alpha() method
245 fn is_alpha(self) -> bool { in is_alpha() method
276 fn is_alpha(self) -> bool { in is_alpha() method
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/string/
Dclassification.hpp83 is_alpha(const std::locale& Loc=std::locale()) in is_alpha() function
/aosp_15_r20/frameworks/base/libs/androidfw/
H A DLocale.cpp61 static inline bool is_alpha(const std::string& str) { in is_alpha() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/reflection/
Ddef_builder_internal.h140 const bool is_alpha = (('a' <= d) & (d <= 'z')) | (c == '_'); in _upb_DefBuilder_CheckIdentFull() local
Ddef_builder.c84 const bool is_alpha = (('a' <= d) & (d <= 'z')) | (c == '_'); in _upb_DefBuilder_CheckIdentNotFull() local
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/reflection/internal/
H A Ddef_builder.h124 const bool is_alpha = (('a' <= d) & (d <= 'z')) | (c == '_'); in _upb_DefBuilder_CheckIdentFull() local
H A Ddef_builder.c73 const bool is_alpha = (('a' <= d) & (d <= 'z')) | (c == '_'); in _upb_DefBuilder_CheckIdentNotFull() local
/aosp_15_r20/external/libxkbcommon/src/
H A Dutils.h163 is_alpha(char ch) in is_alpha() function
/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/android/
H A DConfigDescription.java85 static boolean is_alpha(final String str) { in is_alpha() method in ConfigDescription.LocaleValue
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/
H A Dutil.h48 inline bool is_alpha(char c) { in is_alpha() function
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
H A Dutil.h50 inline bool is_alpha(char c) { in is_alpha() function
/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Dutil.h50 inline bool is_alpha(char c) { in is_alpha() function
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/stream/
Dmod.rs3133 fn is_alpha(self) -> bool; in is_alpha() method
3158 fn is_alpha(self) -> bool { in is_alpha() method
3197 fn is_alpha(self) -> bool { in is_alpha() method
3236 fn is_alpha(self) -> bool { in is_alpha() method
3275 fn is_alpha(self) -> bool { in is_alpha() method
/aosp_15_r20/external/webp/src/dec/
H A Dio_dec.c567 const int is_alpha = WebPIsAlphaMode(colorspace); in CustomSetup() local
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_pipeline_graphics.h472 radv_translate_blend_opt_factor(VkBlendFactor factor, bool is_alpha) in radv_translate_blend_opt_factor()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_schedule.c482 unsigned int srcp_src, srcp_regs, is_rgb, is_alpha; in merge_presub_sources() local
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/
H A Danv_device.c1607 bool is_alpha = true; in anv_physical_device_try_create() local
/aosp_15_r20/external/rust/android-crates-io/crates/yaml-rust/src/
Dscanner.rs200 fn is_alpha(c: char) -> bool { in is_alpha() function
/aosp_15_r20/external/wayland/src/
H A Dscanner.c663 bool is_alpha = (c >= 'a' && c <= 'z') || (c >= 'A' && c <= 'Z'); in validate_identifier() local
/aosp_15_r20/external/mesa3d/src/microsoft/vulkan/
H A Ddzn_pipeline.c1620 translate_blend_factor(VkBlendFactor in, bool is_alpha, bool support_alpha_blend_factor) in translate_blend_factor()
/aosp_15_r20/external/coreboot/util/kconfig/
H A Dregex.c1467 boolean is_alpha = STREQ (str, "alpha"); local

12