Home
last modified time | relevance | path

Searched refs:to_upper (Results 1 – 9 of 9) sorted by relevance

/external/wayland/
Dmeson.build30 config_h.set('HAVE_' + h.underscorify().to_upper(), cc.has_header(h))
42 config_h.set('HAVE_' + f.underscorify().to_upper(), cc.has_function(f))
/external/mtools/
Dcodepage.h28 int to_upper; member
/external/skqp/src/utils/
DSkParsePath.cpp30 static inline int to_upper(int c) { in to_upper() function
104 op = (char) to_upper(op); in FromSVGString()
/external/skia/src/utils/
DSkParsePath.cpp30 static inline int to_upper(int c) { in to_upper() function
104 op = (char) to_upper(op); in FromSVGString()
/external/libfuse/
Dmeson.build41 cfg.set('HAVE_' + func.to_upper(),
/external/mesa3d/src/egl/
Dmeson.build163 '-D_EGL_NATIVE_PLATFORM=_EGL_PLATFORM_@0@'.format(egl_native_platform.to_upper()),
/external/mesa3d/src/compiler/nir/
Dmeson.build290 _libnir_args += '-DHAVE_STATIC_LIBCLC_@0@'.format(s.to_upper())
/external/libdrm/
Dmeson.build199 config.set10('HAVE_' + header.underscorify().to_upper(),
/external/mesa3d/
Dmeson.build925 pre_args += '-DHAVE___BUILTIN_@0@'.format(b.to_upper())
935 pre_args += '-DHAVE_FUNC_ATTRIBUTE_@0@'.format(a.to_upper())
1227 pre_args += '-DHAVE_@0@'.format(h.to_upper().underscorify())
1233 pre_args += '-DHAVE_@0@'.format(f.to_upper())