/third_party/jerryscript/tools/ |
D | gen-magic-strings.py | 90 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/ |
D | README.angle | 19 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/ |
D | README.angle | 19 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__.py | 905 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/ |
D | cpp_re2c_lexer.hpp | 87 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/ |
D | SkSafe_math.h | 42 #error Hmm. Looks like math.h has changed its header guards.
|
/third_party/flutter/skia/include/private/ |
D | SkSafe_math.h | 42 #error Hmm. Looks like math.h has changed its header guards.
|
/third_party/ffmpeg/tests/fate/ |
D | source-check.sh | 19 echo Headers without standard inclusion guards:
|
/third_party/typescript/tests/baselines/reference/ |
D | typeGuardsInGlobal.types | 2 // Note that type guards affect types of variables and parameters only and
|
D | typeGuardsInGlobal.symbols | 2 // Note that type guards affect types of variables and parameters only and
|
D | typeGuardsInExternalModule.types | 2 // Note that type guards affect types of variables and parameters only and
|
D | typeGuardsInExternalModule.symbols | 2 // Note that type guards affect types of variables and parameters only and
|
/third_party/ffmpeg/tests/ref/fate/ |
D | source | 19 Headers without standard inclusion guards:
|
/third_party/skia/third_party/externals/harfbuzz/docs/ |
D | Makefile.am | 31 SCAN_OPTIONS=--rebuild-types --deprecated-guards="HB_DISABLE_DEPRECATED" \
|
D | meson.build | 55 scan_args: ['--deprecated-guards=HB_DISABLE_DEPRECATED',
|
/third_party/flutter/skia/third_party/externals/angle2/include/GLES/ |
D | README.md | 3 …ing the Khronos tools but modified to include function pointer types and function prototype guards.
|
/third_party/flutter/skia/third_party/externals/harfbuzz/docs/ |
D | Makefile.am | 31 SCAN_OPTIONS=--rebuild-types --deprecated-guards="HB_DISABLE_DEPRECATED" \
|
/third_party/skia/third_party/externals/angle2/include/GLES/ |
D | README.md | 3 …ing the Khronos tools but modified to include function pointer types and function prototype guards.
|
/third_party/harfbuzz/docs/ |
D | Makefile.am | 31 SCAN_OPTIONS=--rebuild-types --deprecated-guards="HB_DISABLE_DEPRECATED" \
|
D | meson.build | 55 scan_args: ['--deprecated-guards=HB_DISABLE_DEPRECATED',
|
/third_party/boost/libs/wave/samples/token_statistics/xlex/ |
D | xlex_lexer.hpp | 81 { 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/ |
D | lexertl_lexer.hpp | 721 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/ |
D | meson.build | 53 '--deprecated-guards=SOUP_DISABLE_DEPRECATED',
|
/third_party/libwebsockets/READMEs/ |
D | README.udp.md | 39 This manages the retry counter in the transaction object, guards against it wrapping,
|
/third_party/boost/libs/wave/samples/cpp_tokens/slex/ |
D | cpp_slex_lexer.hpp | 731 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
|