Home
last modified time | relevance | path

Searched refs:WHAT (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-debug.hh93 #define DEBUG_LEVEL_ENABLED(WHAT, LEVEL) (_hb_debug ((LEVEL), HB_DEBUG_##WHAT))
94 #define DEBUG_ENABLED(WHAT) (DEBUG_LEVEL_ENABLED (WHAT, 0))
231 #define DEBUG_MSG_LEVEL(WHAT, OBJ, LEVEL, LEVEL_DIR, ...) _hb_debug_msg<HB_DEBUG_##WHAT> (#WHAT, (OBJ), nullptr, true, (LEVEL), (LEVEL_DIR), __VA_ARGS__)
232 #define DEBUG_MSG(WHAT, OBJ, ...) _hb_debug_msg<HB_DEBUG_##WHAT> (#WHAT, (OB
[all...]
/third_party/skia/third_party/externals/tint/src/
H A Dclone_context.h331 template <typename WHAT,
334 CloneContext& Replace(const WHAT* what, const WITH* with) { in Replace()
354 template <typename WHAT, typename WITH, typename = std::result_of_t<WITH()>>
355 CloneContext& Replace(const WHAT* what, WITH&& with) { in Replace()
/third_party/icu/icu4c/source/tools/genren/
H A Dgenren.pl92 * THIS FILE IS MACHINE-GENERATED, DON'T PLAY WITH IT IF YOU DON'T KNOW WHAT
/third_party/skia/third_party/externals/icu/source/tools/genren/
H A Dgenren.pl92 * THIS FILE IS MACHINE-GENERATED, DON'T PLAY WITH IT IF YOU DON'T KNOW WHAT
/third_party/python/Lib/test/
H A Dtest_string.py223 s = Template('$WHO likes ${WHAT} for ${MEAL}')
224 d = dict(WHO='tim', WHAT='ham', MEAL='dinner')
304 s = MyPattern('$wHO likes ${WHAT} for ${meal}')
305 d = dict(wHO='tim', WHAT='ham', meal='dinner', w='fred')
307 self.assertEqual(s.safe_substitute(d), 'fredHO likes ${WHAT} for dinner')
/third_party/node/deps/openssl/openssl/
H A DConfigure1808 (my $WHAT = uc $what) =~ s|-|_|g;
1815 my $macro = $disabled_info{$what}->{macro} = "OPENSSL_NO_$WHAT";
/third_party/openssl/
H A DConfigure1805 (my $WHAT = uc $what) =~ s|-|_|g;
1812 my $macro = $disabled_info{$what}->{macro} = "OPENSSL_NO_$WHAT";

Completed in 19 milliseconds