Home
last modified time | relevance | path

Searched refs:guards (Results 1 – 25 of 179) sorted by relevance

12345678

/third_party/jerryscript/tools/
Dgen-magic-strings.py90 for guards in guard_stack:
91 guard_set.update(guards)
129 guards = guard_stack[-1]
130 guards[-1] = '!(%s)' % guards[-1]
131 guards.append(process_guard(elif_match.group(1)))
133 guards = guard_stack[-1]
134 guards[-1] = '!(%s)' % guards[-1]
175 guards = [set(guard_tuple) for guard_tuple in uses[str_ref].keys()]
176 for i, guard_i in enumerate(guards):
179 for j, guard_j in enumerate(guards):
[all …]
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/
DREADME.angle19 base/), and update the header guards and macros.
27 - header guards and macros are changed from BASE to ANGLEBASE to prevent conflicts.
/third_party/flutter/skia/third_party/externals/angle2/src/common/third_party/base/
DREADME.angle19 base/), and update the header guards and macros.
27 - header guards and macros are changed from BASE to ANGLEBASE to prevent conflicts.
/third_party/python/Lib/test/support/
D__init__.py905 def impl_detail(msg=None, **guards): argument
906 if check_impl_detail(**guards):
909 guardnames, default = _parse_guards(guards)
918 def _parse_guards(guards): argument
920 if not guards:
922 is_true = list(guards.values())[0]
923 assert list(guards.values()) == [is_true] * len(guards) # all True or all False
924 return (guards, not is_true)
928 def check_impl_detail(**guards): argument
935 guards, default = _parse_guards(guards)
[all …]
/third_party/boost/boost/wave/cpplexer/re2clex/
Dcpp_re2c_lexer.hpp87 return guards.detected(guard_name); in has_include_guards()
103 include_guards<token_type> guards; member in boost::wave::cpplexer::re2clex::lexer
296 return guards.detect_guard(result); in get()
/third_party/skia/include/private/
DSkSafe_math.h42 #error Hmm. Looks like math.h has changed its header guards.
/third_party/flutter/skia/include/private/
DSkSafe_math.h42 #error Hmm. Looks like math.h has changed its header guards.
/third_party/ffmpeg/tests/fate/
Dsource-check.sh19 echo Headers without standard inclusion guards:
/third_party/typescript/tests/baselines/reference/
DtypeGuardsInGlobal.types2 // Note that type guards affect types of variables and parameters only and
DtypeGuardsInGlobal.symbols2 // Note that type guards affect types of variables and parameters only and
DtypeGuardsInExternalModule.types2 // Note that type guards affect types of variables and parameters only and
DtypeGuardsInExternalModule.symbols2 // Note that type guards affect types of variables and parameters only and
/third_party/ffmpeg/tests/ref/fate/
Dsource19 Headers without standard inclusion guards:
/third_party/skia/third_party/externals/harfbuzz/docs/
DMakefile.am31 SCAN_OPTIONS=--rebuild-types --deprecated-guards="HB_DISABLE_DEPRECATED" \
Dmeson.build55 scan_args: ['--deprecated-guards=HB_DISABLE_DEPRECATED',
/third_party/flutter/skia/third_party/externals/angle2/include/GLES/
DREADME.md3 …ing the Khronos tools but modified to include function pointer types and function prototype guards.
/third_party/flutter/skia/third_party/externals/harfbuzz/docs/
DMakefile.am31 SCAN_OPTIONS=--rebuild-types --deprecated-guards="HB_DISABLE_DEPRECATED" \
/third_party/skia/third_party/externals/angle2/include/GLES/
DREADME.md3 …ing the Khronos tools but modified to include function pointer types and function prototype guards.
/third_party/harfbuzz/docs/
DMakefile.am31 SCAN_OPTIONS=--rebuild-types --deprecated-guards="HB_DISABLE_DEPRECATED" \
Dmeson.build55 scan_args: ['--deprecated-guards=HB_DISABLE_DEPRECATED',
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp81 { return guards.detected(guard_name); } in has_include_guards()
109 boost::wave::cpplexer::include_guards<token_type> guards; member in boost::wave::cpplexer::xlex::lexer::lexer
499 return t = guards.detect_guard(tok); in get()
/third_party/boost/libs/wave/samples/list_includes/lexertl/
Dlexertl_lexer.hpp721 return guards.detect_guard(result); in get()
740 { return guards.detected(guard_name); } in has_include_guards()
750 include_guards<token_type> guards; member in boost::wave::cpplexer::lexertl::lexertl_functor
/third_party/libsoup/docs/reference/
Dmeson.build53 '--deprecated-guards=SOUP_DISABLE_DEPRECATED',
/third_party/libwebsockets/READMEs/
DREADME.udp.md39 This manages the retry counter in the transaction object, guards against it wrapping,
/third_party/boost/libs/wave/samples/cpp_tokens/slex/
Dcpp_slex_lexer.hpp731 return guards.detect_guard(result); in get()
752 { return guards.detected(guard_name); } in has_include_guards()
764 include_guards<token_type> guards; member in boost::wave::cpplexer::slex::slex_functor

12345678