/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/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/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/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/rust/crates/rust-openssl/openssl-sys/src/ |
D | lib.rs | 189 let guards: Box<Vec<Option<MutexGuard<()>>>> = in init() localVariable 191 GUARDS = mem::transmute(guards); in init()
|
/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/rust/crates/scopeguard/ |
D | README.OpenSource | 9 …cros `defer!`, `defer_on_unwind!`, `defer_on_success!` as shorthands for guards with one of the im…
|
D | Cargo.toml | 15 shorthands for guards with one of the implemented strategies.
|
D | README.rst | 74 - Implement ``Sync`` for guards with non-``Sync`` closures.
|
/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
|
D | typeGuardsTypeParameters.types | 2 // Type guards involving type parameters produce intersection types
|
/third_party/ffmpeg/tests/ref/fate/ |
D | source | 19 Headers without standard inclusion 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/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/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/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/libwebsockets/READMEs/ |
D | README.udp.md | 39 This manages the retry counter in the transaction object, guards against it wrapping,
|