/aosp_15_r20/external/mesa3d/src/panfrost/lib/ |
H A D | pan_blend.c | 61 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 D | io_win32.cc | 90 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 D | io_win32.cc | 90 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/ |
D | traits.rs | 159 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 D | traits.rs | 159 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/ |
D | classification.hpp | 83 is_alpha(const std::locale& Loc=std::locale()) in is_alpha() function
|
/aosp_15_r20/frameworks/base/libs/androidfw/ |
H A D | Locale.cpp | 61 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/ |
D | def_builder_internal.h | 140 const bool is_alpha = (('a' <= d) & (d <= 'z')) | (c == '_'); in _upb_DefBuilder_CheckIdentFull() local
|
D | def_builder.c | 84 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 D | def_builder.h | 124 const bool is_alpha = (('a' <= d) & (d <= 'z')) | (c == '_'); in _upb_DefBuilder_CheckIdentFull() local
|
H A D | def_builder.c | 73 const bool is_alpha = (('a' <= d) & (d <= 'z')) | (c == '_'); in _upb_DefBuilder_CheckIdentNotFull() local
|
/aosp_15_r20/external/libxkbcommon/src/ |
H A D | utils.h | 163 is_alpha(char ch) in is_alpha() function
|
/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/android/ |
H A D | ConfigDescription.java | 85 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 D | util.h | 48 inline bool is_alpha(char c) { in is_alpha() function
|
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/ |
H A D | util.h | 50 inline bool is_alpha(char c) { in is_alpha() function
|
/aosp_15_r20/external/flatbuffers/include/flatbuffers/ |
H A D | util.h | 50 inline bool is_alpha(char c) { in is_alpha() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/stream/ |
D | mod.rs | 3133 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 D | io_dec.c | 567 const int is_alpha = WebPIsAlphaMode(colorspace); in CustomSetup() local
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/ |
H A D | radv_pipeline_graphics.h | 472 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 D | radeon_pair_schedule.c | 482 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 D | anv_device.c | 1607 bool is_alpha = true; in anv_physical_device_try_create() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/yaml-rust/src/ |
D | scanner.rs | 200 fn is_alpha(c: char) -> bool { in is_alpha() function
|
/aosp_15_r20/external/wayland/src/ |
H A D | scanner.c | 663 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 D | dzn_pipeline.c | 1620 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 D | regex.c | 1467 boolean is_alpha = STREQ (str, "alpha"); local
|